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 407 of file mdebugread.c.
Definition at line 419 of file mdebugread.c.
Referenced by parse_symbol(), and psymtab_to_symtab_1().
struct block* parse_stack::cur_block |
Definition at line 411 of file mdebugread.c.
Referenced by parse_procedure(), parse_symbol(), and psymtab_to_symtab_1().
Definition at line 422 of file mdebugread.c.
Referenced by parse_symbol().
struct symtab* parse_stack::cur_st |
Definition at line 410 of file mdebugread.c.
Referenced by parse_procedure(), parse_symbol(), and psymtab_to_symtab_1().
struct type* parse_stack::cur_type |
Definition at line 421 of file mdebugread.c.
Referenced by parse_symbol(), and psymtab_to_symtab_1().
struct parse_stack* parse_stack::next |
Definition at line 409 of file mdebugread.c.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), pop_parse_stack(), and push_parse_stack().
Definition at line 424 of file mdebugread.c.
Referenced by parse_symbol(), and psymtab_to_symtab_1().
struct parse_stack * parse_stack::prev |
Definition at line 409 of file mdebugread.c.
Referenced by push_parse_stack().
Definition at line 423 of file mdebugread.c.
Referenced by parse_symbol(), and psymtab_to_symtab_1().