Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
#include <target_api.h>
Data Fields | |
struct target * | target |
void * | decoder_data |
GHashTable * | symbol_name_decoders |
struct target_decoder_lib * | lib |
Definition at line 1970 of file target_api.h.
void* target_decoder_binding::decoder_data |
Definition at line 1972 of file target_api.h.
struct target_decoder_lib* target_decoder_binding::lib |
Definition at line 1974 of file target_api.h.
GHashTable* target_decoder_binding::symbol_name_decoders |
Definition at line 1973 of file target_api.h.
struct target* target_decoder_binding::target |
Definition at line 1971 of file target_api.h.