GDB (xrefs)
|
Public Attributes | |
struct parse_stack * | next |
struct parse_stack * | prev |
struct symtab * | cur_st |
struct block * | cur_block |
int | blocktype |
struct type * | cur_type |
int | cur_field |
CORE_ADDR | procadr |
int | numargs |
Definition at line 401 of file mdebugread.c.
int parse_stack::blocktype |
Definition at line 413 of file mdebugread.c.
Referenced by mdebug_expand_psymtab(), and parse_symbol().
struct block* parse_stack::cur_block |
Definition at line 405 of file mdebugread.c.
Referenced by mdebug_expand_psymtab(), parse_procedure(), and parse_symbol().
int parse_stack::cur_field |
Definition at line 416 of file mdebugread.c.
Referenced by parse_symbol().
struct symtab* parse_stack::cur_st |
Definition at line 404 of file mdebugread.c.
Referenced by add_data_symbol(), mdebug_expand_psymtab(), parse_procedure(), and parse_symbol().
struct type* parse_stack::cur_type |
Definition at line 415 of file mdebugread.c.
Referenced by mdebug_expand_psymtab(), and parse_symbol().
struct parse_stack* parse_stack::next |
Definition at line 403 of file mdebugread.c.
Referenced by pop_parse_stack(), and push_parse_stack().
int parse_stack::numargs |
Definition at line 418 of file mdebugread.c.
Referenced by mdebug_expand_psymtab(), and parse_symbol().
struct parse_stack * parse_stack::prev |
Definition at line 403 of file mdebugread.c.
Referenced by push_parse_stack().
CORE_ADDR parse_stack::procadr |
Definition at line 417 of file mdebugread.c.
Referenced by mdebug_expand_psymtab(), and parse_symbol().