Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
#include <target_api.h>
Data Fields | |
int | num_children |
void * | driver_state |
struct target_spec * | spec |
int | quoted_argc |
int | quoted_start |
char ** | quoted_argv |
GList ** | base_target_specs |
GList ** | overlay_target_specs |
Definition at line 2255 of file target_api.h.
GList** target_argp_parser_state::base_target_specs |
Definition at line 2262 of file target_api.h.
void* target_argp_parser_state::driver_state |
Definition at line 2257 of file target_api.h.
int target_argp_parser_state::num_children |
Definition at line 2256 of file target_api.h.
GList** target_argp_parser_state::overlay_target_specs |
Definition at line 2263 of file target_api.h.
int target_argp_parser_state::quoted_argc |
Definition at line 2259 of file target_api.h.
char** target_argp_parser_state::quoted_argv |
Definition at line 2261 of file target_api.h.
int target_argp_parser_state::quoted_start |
Definition at line 2260 of file target_api.h.
struct target_spec* target_argp_parser_state::spec |
Definition at line 2258 of file target_api.h.