GDB (API)
|
#include "symtab.h"
Public Attributes | |
const char * | name |
union { | |
LONGEST ivalue | |
struct block * block | |
const gdb_byte * bytes | |
CORE_ADDR address | |
struct common_block * common_block | |
struct symbol * chain | |
} | value |
union { | |
struct obstack * obstack | |
struct mangled_lang { | |
const char * demangled_name | |
} mangled_lang | |
struct cplus_specific * cplus_specific | |
} | language_specific |
ENUM_BITFIELD(language) language unsigned int | ada_mangled: 1 |
short | section |
ENUM_BITFIELD (language) language unsigned int general_symbol_info::ada_mangled |
struct block* general_symbol_info::block |
struct symbol* general_symbol_info::chain |
union { ... } general_symbol_info::language_specific |
struct { ... } ::mangled_lang general_symbol_info::mangled_lang |
struct obstack* general_symbol_info::obstack |
union { ... } general_symbol_info::value |