Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_debug.h>
Public Attributes | |
int | type |
int | tid |
int | signum |
ut64 | bp_addr |
ut64 | timestamp |
ut64 | addr |
ut64 | ptr |
Definition at line 126 of file rz_debug.h.
ut64 rz_debug_reason_t::addr |
Definition at line 132 of file rz_debug.h.
Referenced by rz_cmd_debug(), rz_debug_winkd_wait(), w32_dbg_wait(), and windbg_wait().
ut64 rz_debug_reason_t::bp_addr |
Definition at line 130 of file rz_debug.h.
Referenced by linux_handle_signals(), rz_cmd_debug(), rz_debug_bp_hit(), and rz_debug_recoil().
ut64 rz_debug_reason_t::ptr |
Definition at line 133 of file rz_debug.h.
int rz_debug_reason_t::signum |
Definition at line 129 of file rz_debug.h.
Referenced by bsd_handle_signals(), handle_exception_message(), linux_handle_signals(), rz_cmd_debug(), rz_debug_continue_kill(), rz_debug_continue_pass_exception(), rz_debug_gdb_wait(), rz_debug_qnx_wait(), rz_debug_wait(), rz_debug_winkd_wait(), w32_dbg_wait(), and xnu_attach().
int rz_debug_reason_t::tid |
Definition at line 128 of file rz_debug.h.
Referenced by linux_dbg_wait(), rz_cmd_debug(), rz_debug_gdb_wait(), rz_debug_winkd_wait(), w32_dbg_wait(), and windbg_wait().
ut64 rz_debug_reason_t::timestamp |
Definition at line 131 of file rz_debug.h.
Referenced by w32_dbg_wait(), and windbg_wait().
int rz_debug_reason_t::type |
Definition at line 127 of file rz_debug.h.
Referenced by cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.Arg::_get_union(), cmd_descs_generate.CmdDesc::_validate(), bsd_handle_signals(), cmd_descs_generate.Arg::decl(), cmd_descs_generate.Arg::get_cstructure(), cmd_descs_generate.CmdDesc::get_handler_cname(), linux_dbg_wait(), linux_handle_signals(), rz_cmd_debug(), rz_core_rtr_gdb_cb(), rz_debug_attach(), rz_debug_continue_until_internal(), rz_debug_gdb_wait(), rz_debug_is_dead(), rz_debug_step(), rz_debug_step_hard(), rz_debug_stop_reason(), rz_debug_wait(), rz_debug_winkd_wait(), w32_dbg_wait(), and windbg_wait().