|
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 2293 of file target_api.h.
| GList** target_argp_parser_state::base_target_specs |
Definition at line 2300 of file target_api.h.
| void* target_argp_parser_state::driver_state |
Definition at line 2295 of file target_api.h.
| int target_argp_parser_state::num_children |
Definition at line 2294 of file target_api.h.
| GList** target_argp_parser_state::overlay_target_specs |
Definition at line 2301 of file target_api.h.
| int target_argp_parser_state::quoted_argc |
Definition at line 2297 of file target_api.h.
| char** target_argp_parser_state::quoted_argv |
Definition at line 2299 of file target_api.h.
| int target_argp_parser_state::quoted_start |
Definition at line 2298 of file target_api.h.
| struct target_spec* target_argp_parser_state::spec |
Definition at line 2296 of file target_api.h.
1.8.8