Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_debug.h>
Public Attributes | |
RzList * | traces |
int | count |
int | enabled |
int | tag |
int | dup |
char * | addresses |
HtPP * | ht |
Definition at line 219 of file rz_debug.h.
char* rz_debug_trace_t::addresses |
Definition at line 226 of file rz_debug.h.
Referenced by rz_debug_trace_at(), rz_debug_trace_is_traceable(), and rz_debug_trace_new().
int rz_debug_trace_t::count |
Definition at line 221 of file rz_debug.h.
Referenced by rz_debug_trace_add().
int rz_debug_trace_t::dup |
Definition at line 225 of file rz_debug.h.
int rz_debug_trace_t::enabled |
Definition at line 222 of file rz_debug.h.
Referenced by cb_trace(), debug_trace_calls(), fcn_print_info(), rz_cmd_debug_continue_mapped_io_handler(), rz_core_esil_step(), rz_debug_bp_hit(), rz_debug_trace_new(), and rz_debug_trace_op().
HtPP* rz_debug_trace_t::ht |
Definition at line 228 of file rz_debug.h.
Referenced by rz_core_analysis_type_match(), rz_debug_trace_add(), rz_debug_trace_free(), rz_debug_trace_get(), rz_debug_trace_new(), and rz_debug_trace_reset().
int rz_debug_trace_t::tag |
Definition at line 224 of file rz_debug.h.
Referenced by cb_tracetag(), fcn_print_trace_info(), rz_debug_trace_add(), rz_debug_trace_get(), rz_debug_trace_new(), rz_debug_trace_print(), rz_debug_trace_tag(), and rz_debug_traces_info().
RzList* rz_debug_trace_t::traces |
Definition at line 220 of file rz_debug.h.
Referenced by fcn_print_trace_info(), rz_debug_trace_add(), rz_debug_trace_free(), rz_debug_trace_new(), rz_debug_trace_print(), rz_debug_trace_reset(), and rz_debug_traces_info().