GDB (xrefs)
|
#include "buildsym.h"
Public Attributes | |
struct pending * | locals |
struct using_direct * | local_using_directives |
struct pending_block * | old_blocks |
struct symbol * | name |
struct dynamic_prop * | static_link |
CORE_ADDR | start_addr |
CORE_ADDR | end_addr |
int | depth |
Definition at line 87 of file buildsym.h.
int context_stack::depth |
Definition at line 120 of file buildsym.h.
Referenced by coff_symtab_read(), process_one_symbol(), buildsym_compunit::push_context(), and read_xcoff_symtab().
CORE_ADDR context_stack::end_addr |
Definition at line 116 of file buildsym.h.
struct using_direct* context_stack::local_using_directives |
Definition at line 95 of file buildsym.h.
Referenced by buildsym_compunit::push_context(), read_func_scope(), and read_lexical_block_scope().
struct pending* context_stack::locals |
Definition at line 91 of file buildsym.h.
Referenced by coff_symtab_read(), process_one_symbol(), buildsym_compunit::push_context(), read_func_scope(), read_lexical_block_scope(), and read_xcoff_symtab().
struct symbol* context_stack::name |
Definition at line 103 of file buildsym.h.
Referenced by gdb.printing.FlagEnumerationPrinter::__call__(), gdb.dap.varref.BaseReference::__init__(), gdb.disassembler.Disassembler::__init__(), gdb.printing.SubPrettyPrinter::__init__(), gdb.types.TypePrinter::__init__(), gdb.xmethod.XMethod::__init__(), gdb.xmethod.XMethodMatcher::__init__(), gdb.printing.PrettyPrinter::__init__(), coff_symtab_read(), buildsym_compunit::end_compunit_symtab_get_static_block(), new_symbol(), process_one_symbol(), buildsym_compunit::push_context(), read_func_scope(), read_xcoff_symtab(), and gdb.dap.varref.BaseReference::to_object().
struct pending_block* context_stack::old_blocks |
Definition at line 99 of file buildsym.h.
Referenced by coff_symtab_read(), buildsym_compunit::end_compunit_symtab_get_static_block(), process_one_symbol(), buildsym_compunit::push_context(), read_func_scope(), read_lexical_block_scope(), and read_xcoff_symtab().
CORE_ADDR context_stack::start_addr |
Definition at line 112 of file buildsym.h.
Referenced by coff_symtab_read(), buildsym_compunit::end_compunit_symtab_get_static_block(), process_one_symbol(), buildsym_compunit::push_context(), read_lexical_block_scope(), and read_xcoff_symtab().
struct dynamic_prop* context_stack::static_link |
Definition at line 108 of file buildsym.h.
Referenced by read_func_scope().