GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Typedefs | Enumerations | Functions
quick-symbol.h File Reference

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_functionsquick_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 Documentation

◆ expand_symtabs_exp_notify_ftype

typedef bool expand_symtabs_exp_notify_ftype(compunit_symtab *symtab)

Definition at line 59 of file quick-symbol.h.

◆ expand_symtabs_file_matcher_ftype

typedef bool expand_symtabs_file_matcher_ftype(const char *filename, bool basenames)

Definition at line 46 of file quick-symbol.h.

◆ expand_symtabs_symbol_matcher_ftype

typedef bool expand_symtabs_symbol_matcher_ftype(const char *name)

Definition at line 52 of file quick-symbol.h.

◆ quick_symbol_functions_up

Definition at line 230 of file quick-symbol.h.

◆ symbol_compare_ftype

typedef int symbol_compare_ftype(const char *string1, const char *string2)

Definition at line 35 of file quick-symbol.h.

◆ symbol_filename_ftype

typedef void symbol_filename_ftype(const char *filename, const char *fullname)

Definition at line 40 of file quick-symbol.h.

Enumeration Type Documentation

◆ block_search_flag_values

Enumerator
SEARCH_GLOBAL_BLOCK 
SEARCH_STATIC_BLOCK 

Definition at line 25 of file quick-symbol.h.

Function Documentation

◆ DEF_ENUM_FLAGS_TYPE()

DEF_ENUM_FLAGS_TYPE ( enum block_search_flag_values,
block_search_flags  )