GDB (API)
|
#include "symtab.h"
Public Attributes | |
struct general_symbol_info | ginfo |
struct type * | type |
struct symtab * | symtab |
ENUM_BITFIELD(domain_enum_tag) domain unsigned int | aclass_index: SYMBOL_ACLASS_BITS |
unsigned | is_argument: 1 |
unsigned | is_inlined: 1 |
unsigned | is_cplus_template_function: 1 |
unsigned short | line |
void * | aux_value |
struct symbol * | hash_next |
ENUM_BITFIELD (domain_enum_tag) domain unsigned int symbol::aclass_index |
void* symbol::aux_value |
struct general_symbol_info symbol::ginfo |
struct symbol* symbol::hash_next |
unsigned symbol::is_argument |
unsigned symbol::is_cplus_template_function |
unsigned symbol::is_inlined |
unsigned short symbol::line |
struct symtab* symbol::symtab |
struct type* symbol::type |