Rizin
unix-like reverse engineering framework and cli tools
|
#include <libgdbr.h>
Public Attributes | |
unsigned | signum |
int | core |
int | reason |
bool | syscall |
bool | library |
bool | swbreak |
bool | hwbreak |
bool | create |
bool | vforkdone |
bool | is_valid |
struct { | |
bool present | |
ut64 addr | |
} | watchpoint |
struct { | |
bool present | |
char * path | |
} | exec |
struct { | |
bool present | |
int pid | |
int tid | |
} | thread |
struct { | |
bool present | |
int pid | |
int tid | |
} | fork |
struct { | |
bool present | |
int pid | |
int tid | |
} | vfork |
Stores information from the stop-reply packet (why target stopped)
struct { ... } libgdbr_stop_reason::exec |
struct { ... } libgdbr_stop_reason::fork |
bool libgdbr_stop_reason::is_valid |
Definition at line 139 of file libgdbr.h.
Referenced by __system().
int libgdbr_stop_reason::reason |
Definition at line 132 of file libgdbr.h.
Referenced by __system().
struct { ... } libgdbr_stop_reason::thread |
Referenced by __system().
int libgdbr_stop_reason::tid |
Definition at line 151 of file libgdbr.h.
Referenced by __system().
struct { ... } libgdbr_stop_reason::vfork |
struct { ... } libgdbr_stop_reason::watchpoint |