GDB (xrefs)
|
Go to the source code of this file.
Classes | |
struct | quick_symbol_functions |
Typedefs | |
typedef int | symbol_compare_ftype(const char *string1, const char *string2) |
typedef void | symbol_filename_ftype(const char *filename, const char *fullname) |
typedef bool | expand_symtabs_file_matcher_ftype(const char *filename, bool basenames) |
typedef bool | expand_symtabs_symbol_matcher_ftype(const char *name) |
typedef bool | expand_symtabs_exp_notify_ftype(compunit_symtab *symtab) |
typedef std::unique_ptr< quick_symbol_functions > | quick_symbol_functions_up |
Enumerations | |
enum | block_search_flag_values { SEARCH_GLOBAL_BLOCK = 1 , SEARCH_STATIC_BLOCK = 2 } |
Functions | |
DEF_ENUM_FLAGS_TYPE (enum block_search_flag_values, block_search_flags) | |
typedef bool expand_symtabs_exp_notify_ftype(compunit_symtab *symtab) |
Definition at line 59 of file quick-symbol.h.
typedef bool expand_symtabs_file_matcher_ftype(const char *filename, bool basenames) |
Definition at line 46 of file quick-symbol.h.
typedef bool expand_symtabs_symbol_matcher_ftype(const char *name) |
Definition at line 52 of file quick-symbol.h.
typedef std::unique_ptr<quick_symbol_functions> quick_symbol_functions_up |
Definition at line 230 of file quick-symbol.h.
typedef int symbol_compare_ftype(const char *string1, const char *string2) |
Definition at line 35 of file quick-symbol.h.
typedef void symbol_filename_ftype(const char *filename, const char *fullname) |
Definition at line 40 of file quick-symbol.h.
Enumerator | |
---|---|
SEARCH_GLOBAL_BLOCK | |
SEARCH_STATIC_BLOCK |
Definition at line 25 of file quick-symbol.h.
DEF_ENUM_FLAGS_TYPE | ( | enum | block_search_flag_values, |
block_search_flags | ) |