|
GDB (xrefs)
|
Public Attributes | |
| enum event_location_type | type |
| union { | |
| char * addr_string | |
| struct linespec_location linespec_location | |
| CORE_ADDR address | |
| struct explicit_location explicit_loc | |
| } | u |
| char * | as_string |
Definition at line 36 of file location.c.
| char* event_location::addr_string |
Definition at line 45 of file location.c.
Referenced by new_address_location().
| CORE_ADDR event_location::address |
Definition at line 53 of file location.c.
| char* event_location::as_string |
Definition at line 63 of file location.c.
| struct explicit_location event_location::explicit_loc |
Definition at line 57 of file location.c.
Referenced by new_explicit_location().
| struct linespec_location event_location::linespec_location |
Definition at line 49 of file location.c.
| enum event_location_type event_location::type |
Definition at line 39 of file location.c.
| union { ... } event_location::u |
1.8.14