GDB (xrefs)
|
#include "location.h"
Public Member Functions | |
address_location_spec (CORE_ADDR addr, const char *addr_string, int addr_string_len) | |
location_spec_up | clone () const override |
bool | empty_p () const override |
![]() | |
virtual | ~location_spec ()=default |
const char * | to_string () const |
void | set_string (std::string &&string) |
enum location_spec_type | type () const |
Public Attributes | |
CORE_ADDR | address |
Protected Member Functions | |
address_location_spec (const address_location_spec &other) | |
std::string | compute_string () const override |
![]() | |
location_spec (enum location_spec_type t) | |
location_spec (enum location_spec_type t, std::string &&str) | |
location_spec (const location_spec &other) | |
Additional Inherited Members | |
![]() | |
std::string | m_as_string |
Definition at line 171 of file location.h.
address_location_spec::address_location_spec | ( | CORE_ADDR | addr, |
const char * | addr_string, | ||
int | addr_string_len ) |
Definition at line 128 of file location.c.
References location_spec::m_as_string.
|
protected |
Definition at line 150 of file location.c.
|
overridevirtual |
Implements location_spec.
Definition at line 139 of file location.c.
|
overrideprotectedvirtual |
|
overridevirtual |
Implements location_spec.
Definition at line 145 of file location.c.
CORE_ADDR address_location_spec::address |
Definition at line 180 of file location.h.
Referenced by compute_string(), and location_spec_to_sals().