GDB (xrefs)
|
#include "symtab.h"
Public Attributes | |
int | block |
struct symbol * | symbol |
struct bound_minimal_symbol | msymbol |
struct symbol_search * | next |
int symbol_search::block |
Definition at line 1496 of file symtab.h.
Referenced by compare_search_syms(), rbreak_command(), search_symbols(), sort_search_symbols_remove_dups(), and symtab_symbol_info().
struct bound_minimal_symbol symbol_search::msymbol |
Definition at line 1505 of file symtab.h.
Referenced by rbreak_command(), search_symbols(), and symtab_symbol_info().
struct symbol_search* symbol_search::next |
Definition at line 1508 of file symtab.h.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), free_search_symbols(), rbreak_command(), search_symbols(), sort_search_symbols_remove_dups(), and symtab_symbol_info().
struct symbol* symbol_search::symbol |
Definition at line 1501 of file symtab.h.
Referenced by compare_search_syms(), rbreak_command(), search_symbols(), and symtab_symbol_info().