Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
#include <target_gdb_rsp.h>
Data Fields | |
uint8_t | has_pid:1 |
uint8_t | has_tid:1 |
uint8_t | has_core:1 |
gdb_rsp_stop_reason_t | reason |
unsigned long | signal |
long int | pid |
long int | tid |
unsigned long | core |
unsigned long | exit_status |
ADDR | addr |
Definition at line 72 of file target_gdb_rsp.h.
ADDR gdb_rsp_stop_status::addr |
Definition at line 82 of file target_gdb_rsp.h.
unsigned long gdb_rsp_stop_status::core |
Definition at line 80 of file target_gdb_rsp.h.
unsigned long gdb_rsp_stop_status::exit_status |
Definition at line 81 of file target_gdb_rsp.h.
uint8_t gdb_rsp_stop_status::has_core |
Definition at line 73 of file target_gdb_rsp.h.
uint8_t gdb_rsp_stop_status::has_pid |
Definition at line 73 of file target_gdb_rsp.h.
uint8_t gdb_rsp_stop_status::has_tid |
Definition at line 73 of file target_gdb_rsp.h.
long int gdb_rsp_stop_status::pid |
Definition at line 78 of file target_gdb_rsp.h.
gdb_rsp_stop_reason_t gdb_rsp_stop_status::reason |
Definition at line 76 of file target_gdb_rsp.h.
unsigned long gdb_rsp_stop_status::signal |
Definition at line 77 of file target_gdb_rsp.h.
long int gdb_rsp_stop_status::tid |
Definition at line 79 of file target_gdb_rsp.h.