Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
#include <target_api.h>
Data Fields | |
struct location_ctxt * | lctxt |
struct target_thread * | thread |
struct memregion * | region |
struct array_list * | frames |
Definition at line 2369 of file target_api.h.
struct array_list* target_location_ctxt::frames |
Definition at line 2396 of file target_api.h.
struct location_ctxt* target_location_ctxt::lctxt |
Definition at line 2377 of file target_api.h.
struct memregion* target_location_ctxt::region |
Definition at line 2391 of file target_api.h.
struct target_thread* target_location_ctxt::thread |
Definition at line 2383 of file target_api.h.