GDB (API)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
minimal_symbol_reader Class Reference

#include "minsyms.h"

Public Member Functions

 minimal_symbol_reader (struct objfile *)
 
 ~minimal_symbol_reader ()
 
void install ()
 
struct minimal_symbolrecord_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)
 

Detailed Description

Definition at line 84 of file minsyms.h.

Constructor & Destructor Documentation

◆ minimal_symbol_reader()

minimal_symbol_reader::minimal_symbol_reader ( struct objfile * )
explicit

◆ ~minimal_symbol_reader()

minimal_symbol_reader::~minimal_symbol_reader ( )

Member Function Documentation

◆ install()

void minimal_symbol_reader::install ( )

◆ record()

void minimal_symbol_reader::record ( const char * name,
unrelocated_addr address,
enum minimal_symbol_type ms_type )

◆ record_full()

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 )

◆ record_with_info()

void minimal_symbol_reader::record_with_info ( const char * name,
unrelocated_addr address,
enum minimal_symbol_type ms_type,
int section )
inline

Definition at line 143 of file minsyms.h.


The documentation for this class was generated from the following file: