Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_debug.h>
Go to the source code of this file.
Functions | |
static RzList * | backtrace_x86_32 (RzDebug *dbg, ut64 at) |
static RzList * | backtrace_x86_32_analysis (RzDebug *dbg, ut64 at) |
Definition at line 12 of file generic-x86.c.
References rz_debug_frame_t::addr, rz_debug_t::btdepth, dbg, free(), i, rz_io_bind_t::io, rz_debug_t::iob, list(), NULL, rz_io_bind_t::read_at, reg, rz_debug_t::reg, rz_list_append(), rz_list_new(), RZ_NEW0, rz_reg_get(), rz_reg_get_value(), RZ_REG_TYPE_GPR, rz_debug_frame_t::size, UT32_MAX, and UT64_MAX.
Referenced by rz_debug_native_frames().
Definition at line 45 of file generic-x86.c.
References rz_debug_frame_t::addr, rz_debug_t::analysis, rz_debug_frame_t::bp, rz_debug_t::btdepth, dbg, free(), i, rz_io_bind_t::io, rz_debug_t::iob, list(), NULL, rz_io_bind_t::read_at, reg, rz_debug_t::reg, RZ_ANALYSIS_FCN_TYPE_NULL, rz_analysis_get_fcn_in(), rz_list_append(), rz_list_new(), RZ_NEW0, rz_reg_get(), rz_reg_get_value(), RZ_REG_TYPE_GPR, rz_debug_frame_t::size, rz_debug_frame_t::sp, UT32_MAX, and UT64_MAX.
Referenced by rz_debug_native_frames().