Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
#include <target_api.h>
Data Fields | |
struct target_location_ctxt * | tlctxt |
int | frame |
target_location_ctxt_flag_t | flags |
struct bsymbol * | bsymbol |
struct bsymbol * | alt_bsymbol |
GHashTable * | registers |
void * | priv |
Definition at line 2402 of file target_api.h.
struct bsymbol* target_location_ctxt_frame::alt_bsymbol |
Definition at line 2416 of file target_api.h.
struct bsymbol* target_location_ctxt_frame::bsymbol |
Definition at line 2415 of file target_api.h.
target_location_ctxt_flag_t target_location_ctxt_frame::flags |
Definition at line 2405 of file target_api.h.
int target_location_ctxt_frame::frame |
Definition at line 2404 of file target_api.h.
void* target_location_ctxt_frame::priv |
Definition at line 2429 of file target_api.h.
GHashTable* target_location_ctxt_frame::registers |
Definition at line 2424 of file target_api.h.
struct target_location_ctxt* target_location_ctxt_frame::tlctxt |
Definition at line 2403 of file target_api.h.