GDB (xrefs)
|
#include "buildsym.h"
Public Attributes | |
struct pending * | locals |
struct using_direct * | using_directives |
struct pending_block * | old_blocks |
struct symbol * | name |
CORE_ADDR | start_addr |
CORE_ADDR | end_addr |
int | depth |
Definition at line 126 of file buildsym.h.
int context_stack::depth |
Definition at line 154 of file buildsym.h.
Referenced by coff_symtab_read(), process_one_symbol(), push_context(), and read_xcoff_symtab().
CORE_ADDR context_stack::end_addr |
Definition at line 150 of file buildsym.h.
struct pending* context_stack::locals |
Definition at line 130 of file buildsym.h.
Referenced by coff_symtab_read(), process_one_symbol(), push_context(), read_func_scope(), read_lexical_block_scope(), and read_xcoff_symtab().
struct symbol* context_stack::name |
Definition at line 142 of file buildsym.h.
Referenced by gdb.printing.FlagEnumerationPrinter::__call__(), gdb.unwinder.Unwinder::__init__(), gdb.xmethod.XMethod::__init__(), gdb.printing.PrettyPrinter::__init__(), gdb.printing.SubPrettyPrinter::__init__(), gdb.xmethod.XMethodMatcher::__init__(), gdb.types.TypePrinter::__init__(), coff_symtab_read(), exsummary.Function::consistency_check(), end_symtab_get_static_block(), exsummary.Function::print_stack(), process_one_symbol(), push_context(), read_func_scope(), and read_xcoff_symtab().
struct pending_block* context_stack::old_blocks |
Definition at line 138 of file buildsym.h.
Referenced by coff_symtab_read(), end_symtab_get_static_block(), process_one_symbol(), push_context(), read_func_scope(), read_lexical_block_scope(), and read_xcoff_symtab().
CORE_ADDR context_stack::start_addr |
Definition at line 146 of file buildsym.h.
Referenced by coff_symtab_read(), end_symtab_get_static_block(), process_one_symbol(), push_context(), read_lexical_block_scope(), and read_xcoff_symtab().
struct using_direct* context_stack::using_directives |
Definition at line 134 of file buildsym.h.
Referenced by push_context(), read_func_scope(), and read_lexical_block_scope().