Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
#include <target.h>
Data Fields | |
struct target * | target |
tid_t | tid |
target_breakpoint_type_t | bptype |
union { | |
struct target_memmod * mmod | |
REG hwreg | |
struct { | |
struct probe * pre | |
struct probe * post | |
} probe | |
}; | |
union { ... } |
target_breakpoint_type_t target_breakpoint::bptype |
struct target_memmod* target_breakpoint::mmod |
struct { ... } target_breakpoint::probe |