Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_debug.h>
Go to the source code of this file.
Functions | |
static ut64 | read_ptr (RzDebug *dbg, ut64 at) |
static RzList * | backtrace_generic (RZ_BORROW RZ_NONNULL RzDebug *dbg) |
|
static |
Definition at line 14 of file generic-all.c.
References rz_debug_frame_t::addr, rz_debug_t::bits, rz_debug_frame_t::bp, dbg, free(), lr, NULL, pc, read_ptr(), rz_debug_t::reg, rz_list_newf(), rz_list_push(), RZ_NEW0, rz_reg_getv_by_role_or_name(), rz_return_val_if_fail, rz_debug_frame_t::size, sp, rz_debug_frame_t::sp, ut64(), and UT64_MAX.
Referenced by rz_debug_dmp_frames(), and rz_debug_winkd_frames().
Definition at line 6 of file generic-all.c.
References rz_debug_t::analysis, rz_analysis_t::big_endian, rz_debug_t::bits, dbg, rz_io_bind_t::io, rz_debug_t::iob, rz_io_bind_t::read_at, rz_read_ble(), and UT64_MAX.
Referenced by backtrace_generic().