GDB (API)
|
#include "minsyms.h"
Public Member Functions | |
minimal_symbol_reader (struct objfile *) | |
~minimal_symbol_reader () | |
void | install () |
struct minimal_symbol * | record_full (gdb::string_view name, bool copy_name, unrelocated_addr address, enum minimal_symbol_type ms_type, int section) |
void | record (const char *name, unrelocated_addr address, enum minimal_symbol_type ms_type) |
void | record_with_info (const char *name, unrelocated_addr address, enum minimal_symbol_type ms_type, int section) |
|
explicit |
minimal_symbol_reader::~minimal_symbol_reader | ( | ) |
void minimal_symbol_reader::install | ( | ) |
void minimal_symbol_reader::record | ( | const char * | name, |
unrelocated_addr | address, | ||
enum minimal_symbol_type | ms_type ) |
struct minimal_symbol * minimal_symbol_reader::record_full | ( | gdb::string_view | name, |
bool | copy_name, | ||
unrelocated_addr | address, | ||
enum minimal_symbol_type | ms_type, | ||
int | section ) |
|
inline |