GDB (xrefs)
|
#include "location.h"
Public Member Functions | |
probe_location_spec (std::string &&probe) | |
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 |
Protected Member Functions | |
probe_location_spec (const probe_location_spec &other)=default | |
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 233 of file location.h.
|
explicit |
Definition at line 45 of file location.c.
|
protecteddefault |
|
overridevirtual |
Implements location_spec.
Definition at line 51 of file location.c.
|
overrideprotectedvirtual |
Implements location_spec.
Definition at line 62 of file location.c.
References location_spec::m_as_string.
|
overridevirtual |
Implements location_spec.
Definition at line 57 of file location.c.