Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
RzIOGdb ** | origrziogdb |
libgdbr_t * | desc |
ut8 * | reg_buf |
int | buf_size |
int | support_sw_bp |
int | support_hw_bp |
Definition at line 18 of file debug_gdb.c.
int rz_debug_gdb_ctx_t::buf_size |
Definition at line 22 of file debug_gdb.c.
libgdbr_t* rz_debug_gdb_ctx_t::desc |
Definition at line 20 of file debug_gdb.c.
RzIOGdb** rz_debug_gdb_ctx_t::origrziogdb |
Definition at line 19 of file debug_gdb.c.
ut8* rz_debug_gdb_ctx_t::reg_buf |
Definition at line 21 of file debug_gdb.c.
int rz_debug_gdb_ctx_t::support_hw_bp |
Definition at line 24 of file debug_gdb.c.
int rz_debug_gdb_ctx_t::support_sw_bp |
Definition at line 23 of file debug_gdb.c.