Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_debug.h>
Definition at line 358 of file rz_debug.h.
const char* rz_debug_plugin_t::arch |
Definition at line 364 of file rz_debug.h.
Referenced by test_group_name.GroupTest::run(), and rz_core_debug_plugin_print().
Definition at line 372 of file rz_debug.h.
Referenced by rz_debug_attach().
const char* rz_debug_plugin_t::author |
Definition at line 361 of file rz_debug.h.
Definition at line 378 of file rz_debug.h.
ut32 rz_debug_plugin_t::bits |
Definition at line 363 of file rz_debug.h.
Referenced by rz_debug_set_arch().
RzBreakpointCallback rz_debug_plugin_t::breakpoint |
Definition at line 390 of file rz_debug.h.
Referenced by rz_debug_use().
int rz_debug_plugin_t::canstep |
Definition at line 365 of file rz_debug.h.
Referenced by rz_core_debug_attach().
Definition at line 383 of file rz_debug.h.
Referenced by rz_debug_continue_kill().
Definition at line 388 of file rz_debug.h.
Referenced by rz_debug_continue_syscalls(), and rz_debug_syscall().
RzDebugDescPlugin rz_debug_plugin_t::desc |
Definition at line 403 of file rz_debug.h.
Referenced by rz_debug_desc_close(), rz_debug_desc_dup(), rz_debug_desc_list(), rz_debug_desc_open(), rz_debug_desc_read(), rz_debug_desc_seek(), and rz_debug_desc_write().
Definition at line 373 of file rz_debug.h.
Referenced by rz_debug_detach().
int(* rz_debug_plugin_t::drx) (RzDebug *dbg, int n, ut64 addr, int size, int rwx, int g, int api_type) |
Definition at line 402 of file rz_debug.h.
Referenced by rz_debug_drx_at(), rz_debug_drx_list(), rz_debug_drx_set(), and rz_debug_drx_unset().
Definition at line 368 of file rz_debug.h.
Referenced by rz_debug_use().
Definition at line 389 of file rz_debug.h.
Referenced by rz_debug_frames().
Definition at line 385 of file rz_debug.h.
Referenced by rz_cmd_debug().
RzDebugInfo*(* rz_debug_plugin_t::info) (RzDebug *dbg, const char *arg) |
Definition at line 370 of file rz_debug.h.
Referenced by rz_debug_info().
Definition at line 367 of file rz_debug.h.
Referenced by rz_debug_use().
int rz_debug_plugin_t::keepio |
Definition at line 366 of file rz_debug.h.
Definition at line 386 of file rz_debug.h.
Referenced by rz_debug_can_kill(), rz_debug_is_dead(), and rz_debug_kill().
Definition at line 387 of file rz_debug.h.
Referenced by rz_debug_kill_list().
const char* rz_debug_plugin_t::license |
Definition at line 360 of file rz_debug.h.
Referenced by rz_core_debug_plugin_print().
Definition at line 399 of file rz_debug.h.
Referenced by rz_debug_map_alloc().
Definition at line 400 of file rz_debug.h.
Referenced by rz_debug_map_dealloc().
Definition at line 397 of file rz_debug.h.
Referenced by rz_debug_map_sync().
Definition at line 401 of file rz_debug.h.
Referenced by rz_debug_map_protect().
Definition at line 398 of file rz_debug.h.
Referenced by rz_debug_modules_list().
const char* rz_debug_plugin_t::name |
Definition at line 359 of file rz_debug.h.
Referenced by __program_cb(), cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Detail::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.CmdDesc::_validate(), core_perform_auto_analysis(), cur_dbg_plugin_is_windbg(), cmd_descs_generate.Detail::get_detail_entries_cname(), test_group_name.GroupTest::run(), rz_core_debug_plugin_print(), rz_core_debug_plugins_print(), rz_debug_is_dead(), rz_debug_reg_profile_sync(), and cmd_descs_generate.CmdDesc::str_tab().
Definition at line 376 of file rz_debug.h.
Referenced by rz_cmd_print(), rz_core_cmd_foreach(), rz_core_debug_process_close(), rz_debug_pid_list(), and rz_debug_pids().
Definition at line 394 of file rz_debug.h.
Referenced by rz_debug_reg_profile_sync().
Callback to be used for RzBreakpoint. When called, RzBreakpoint.user points to the RzDebug.
Definition at line 392 of file rz_debug.h.
Referenced by rz_debug_reg_sync().
Definition at line 393 of file rz_debug.h.
Referenced by rz_debug_reg_sync().
Definition at line 374 of file rz_debug.h.
Referenced by rz_debug_select().
Definition at line 395 of file rz_debug.h.
Referenced by rz_debug_plugin_set_reg_profile().
Definition at line 371 of file rz_debug.h.
Definition at line 381 of file rz_debug.h.
Referenced by rz_debug_step_hard().
Definition at line 382 of file rz_debug.h.
Referenced by rz_debug_step_over().
Definition at line 380 of file rz_debug.h.
Referenced by rz_debug_stop().
Definition at line 375 of file rz_debug.h.
Referenced by DEFINE_HANDLE_TS_FCN_AND_SYMBOL(), rz_core_cmd_foreach3(), rz_core_rtr_gdb_cb(), and rz_debug_thread_list().
Definition at line 377 of file rz_debug.h.
const char* rz_debug_plugin_t::version |
Definition at line 362 of file rz_debug.h.
RzDebugReasonType(* rz_debug_plugin_t::wait) (RzDebug *dbg, int pid) |
Definition at line 384 of file rz_debug.h.
Referenced by rz_debug_wait(), and w32_attach().