Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
#include <probe.h>
Data Fields | |
ADDR | addr |
probepoint_state_t | state |
probepoint_type_t | type |
probepoint_style_t | style |
probepoint_style_t | orig_style |
probepoint_whence_t | whence |
probepoint_watchsize_t | watchsize |
struct target * | target |
struct target_thread * | thread |
struct bsymbol * | bsymbol |
ADDR | symbol_addr |
struct memrange * | range |
struct list_head | probes |
struct list_head | simple_actions |
struct list_head | complex_actions |
struct list_head | ss_actions |
struct target_memmod * | mmod |
struct thread_probepoint_context * | tpc |
REG | debugregnum |
int | debugregdisabled |
int | can_switch_context |
struct target_memmod* probepoint::mmod |
probepoint_style_t probepoint::orig_style |
probepoint_state_t probepoint::state |
probepoint_style_t probepoint::style |
struct target_thread* probepoint::thread |
struct thread_probepoint_context* probepoint::tpc |
probepoint_type_t probepoint::type |
probepoint_watchsize_t probepoint::watchsize |
probepoint_whence_t probepoint::whence |