|
GDB (API)
|
#include "defs.h"#include "gdbcmd.h"#include "objfiles.h"#include "observer.h"#include "source.h"#include "symtab.h"#include "symfile.h"Go to the source code of this file.
Defines | |
| #define | COPY_SF_PTR(from, to, name, func) |
Functions | |
| void | objfile_set_sym_fns (struct objfile *objfile, const struct sym_fns *sf) |
| void | _initialize_symfile_debug (void) |
Variables | |
| initialize_file_ftype | _initialize_symfile_debug |
| #define COPY_SF_PTR | ( | from, | |
| to, | |||
| name, | |||
| func | |||
| ) |
| void _initialize_symfile_debug | ( | void | ) |
Definition at line 759 of file symfile-debug.c.
| void objfile_set_sym_fns | ( | struct objfile * | objfile, |
| const struct sym_fns * | sf | ||
| ) |
Definition at line 710 of file symfile-debug.c.
Definition at line 756 of file symfile-debug.c.
1.7.6.1