Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
#include <target_gdb.h>
Data Fields | |
unsigned int | do_stdio:1 |
unsigned int | do_udp:1 |
unsigned int | do_unix:1 |
unsigned int | clear_mem_caches_each_exception:1 |
unsigned int | is_qemu:1 |
unsigned int | is_kvm:1 |
unsigned long int | memcache_mmap_size |
char * | devfile |
char * | sockfile |
char * | hostname |
int | port |
char * | qemu_qmp_hostname |
int | qemu_qmp_port |
char * | qemu_mem_path |
char * | main_filename |
char * | qemu_libvirt_domain |
Definition at line 38 of file target_gdb.h.
unsigned int gdb_spec::clear_mem_caches_each_exception |
Definition at line 39 of file target_gdb.h.
char* gdb_spec::devfile |
Definition at line 49 of file target_gdb.h.
unsigned int gdb_spec::do_stdio |
Definition at line 39 of file target_gdb.h.
unsigned int gdb_spec::do_udp |
Definition at line 39 of file target_gdb.h.
unsigned int gdb_spec::do_unix |
Definition at line 39 of file target_gdb.h.
char* gdb_spec::hostname |
Definition at line 51 of file target_gdb.h.
unsigned int gdb_spec::is_kvm |
Definition at line 39 of file target_gdb.h.
unsigned int gdb_spec::is_qemu |
Definition at line 39 of file target_gdb.h.
char* gdb_spec::main_filename |
Definition at line 63 of file target_gdb.h.
unsigned long int gdb_spec::memcache_mmap_size |
Definition at line 47 of file target_gdb.h.
int gdb_spec::port |
Definition at line 52 of file target_gdb.h.
char* gdb_spec::qemu_libvirt_domain |
Definition at line 65 of file target_gdb.h.
char* gdb_spec::qemu_mem_path |
Definition at line 61 of file target_gdb.h.
char* gdb_spec::qemu_qmp_hostname |
Definition at line 54 of file target_gdb.h.
int gdb_spec::qemu_qmp_port |
Definition at line 55 of file target_gdb.h.
char* gdb_spec::sockfile |
Definition at line 50 of file target_gdb.h.