Subversion Repositories Kolibri OS

Rev

Rev 5191 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5191 Rev 6324
Line 1... Line 1...
1
/* Public attributes of the .gdb_index section.
1
/* Public attributes of the .gdb_index section.
2
   Copyright 2012-2013 Free Software Foundation, Inc.
2
   Copyright (C) 2012-2015 Free Software Foundation, Inc.
Line 3... Line 3...
3
 
3
 
Line 4... Line 4...
4
   This file is part of GDB.
4
   This file is part of GDB.
5
 
5
 
Line 66... Line 66...
66
  GDB_INDEX_SYMBOL_KIND_OTHER = 4,
66
  GDB_INDEX_SYMBOL_KIND_OTHER = 4,
67
  /* We currently allocate 3 bits to record the symbol kind.
67
  /* We currently allocate 3 bits to record the symbol kind.
68
     Give the unused bits a value so gdb will print them sensibly.  */
68
     Give the unused bits a value so gdb will print them sensibly.  */
69
  GDB_INDEX_SYMBOL_KIND_UNUSED5 = 5,
69
  GDB_INDEX_SYMBOL_KIND_UNUSED5 = 5,
70
  GDB_INDEX_SYMBOL_KIND_UNUSED6 = 6,
70
  GDB_INDEX_SYMBOL_KIND_UNUSED6 = 6,
71
  GDB_INDEX_SYMBOL_KIND_UNUSED7 = 7,
71
  GDB_INDEX_SYMBOL_KIND_UNUSED7 = 7
72
} gdb_index_symbol_kind;
72
} gdb_index_symbol_kind;
Line 73... Line 73...
73
 
73
 
74
#define GDB_INDEX_SYMBOL_KIND_SHIFT 28
74
#define GDB_INDEX_SYMBOL_KIND_SHIFT 28
75
#define GDB_INDEX_SYMBOL_KIND_MASK 7
75
#define GDB_INDEX_SYMBOL_KIND_MASK 7