#include "gdbtypes.h"
Definition at line 1768 of file gdbtypes.h.
◆ iterate_ftype
◆ kind
Enumerator |
---|
PHYSADDR | |
PHYSNAME | |
DWARF_BLOCK | |
ADDRESSES | |
Definition at line 1771 of file gdbtypes.h.
◆ iterate_over_addresses()
void call_site_target::iterate_over_addresses |
( |
struct gdbarch * |
call_site_gdbarch, |
|
|
const struct call_site * |
call_site, |
|
|
frame_info_ptr |
caller_frame, |
|
|
iterate_ftype |
callback |
|
) |
| const |
◆ set_loc_array()
void call_site_target::set_loc_array |
( |
unsigned |
length, |
|
|
const CORE_ADDR * |
data |
|
) |
| |
|
inline |
◆ set_loc_dwarf_block()
void call_site_target::set_loc_dwarf_block |
( |
dwarf2_locexpr_baton * |
dwarf_block | ) |
|
|
inline |
◆ set_loc_physaddr()
void call_site_target::set_loc_physaddr |
( |
CORE_ADDR |
physaddr | ) |
|
|
inline |
◆ set_loc_physname()
void call_site_target::set_loc_physname |
( |
const char * |
physname | ) |
|
|
inline |
struct { ... } call_site_target::addresses |
◆ dwarf_block
struct dwarf2_locexpr_baton* call_site_target::dwarf_block |
◆ length
unsigned call_site_target::length |
◆ physaddr
CORE_ADDR call_site_target::physaddr |
◆ physname
const char* call_site_target::physname |
◆ values
const CORE_ADDR* call_site_target::values |
The documentation for this struct was generated from the following file: