|
GDB (API)
|
#include "symfile.h"Go to the source code of this file.
Functions | |
| struct psymbol_bcache * | psymbol_bcache_init (void) |
| void | psymbol_bcache_free (struct psymbol_bcache *) |
| struct bcache * | psymbol_bcache_get_bcache (struct psymbol_bcache *) |
| void | expand_partial_symbol_names (int(*fun)(const char *, void *), void *data) |
| void | map_partial_symbol_filenames (symbol_filename_ftype *fun, void *data, int need_fullname) |
| struct objfile * | require_partial_symbols (struct objfile *objfile, int verbose) |
Variables | |
| struct quick_symbol_functions | psym_functions |
| struct quick_symbol_functions | dwarf2_gdb_index_functions |
| void expand_partial_symbol_names | ( | int(*)(const char *, void *) | fun, |
| void * | data | ||
| ) |
| void map_partial_symbol_filenames | ( | symbol_filename_ftype * | fun, |
| void * | data, | ||
| int | need_fullname | ||
| ) |
| void psymbol_bcache_free | ( | struct psymbol_bcache * | ) |
| struct bcache* psymbol_bcache_get_bcache | ( | struct psymbol_bcache * | ) | [read] |
| struct psymbol_bcache* psymbol_bcache_init | ( | void | ) | [read] |
| struct objfile* require_partial_symbols | ( | struct objfile * | objfile, |
| int | verbose | ||
| ) | [read] |
Definition at line 4047 of file dwarf2read.c.
1.7.6.1