|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_debug.h>
Public Attributes | |
| RzDebugFrame * | frame |
| RzAnalysisFunction * | fcn |
| char * | desc |
| char * | pcstr |
| char * | spstr |
| char * | flagdesc |
| char * | flagdesc2 |
Definition at line 420 of file rz_debug.h.
| char* rz_backtrace_t::desc |
Definition at line 423 of file rz_debug.h.
Referenced by rz_cmd_debug_display_bt_handler(), and rz_core_debug_backtraces().
| RzAnalysisFunction* rz_backtrace_t::fcn |
Definition at line 422 of file rz_debug.h.
Referenced by rz_cmd_debug_display_bt_handler(), and rz_core_debug_backtraces().
| char* rz_backtrace_t::flagdesc |
Definition at line 426 of file rz_debug.h.
Referenced by rz_cmd_debug_display_bt_handler(), and rz_core_debug_backtraces().
| char* rz_backtrace_t::flagdesc2 |
Definition at line 427 of file rz_debug.h.
Referenced by rz_cmd_debug_display_bt_handler(), and rz_core_debug_backtraces().
| RzDebugFrame* rz_backtrace_t::frame |
Definition at line 421 of file rz_debug.h.
Referenced by rz_cmd_debug_display_bt_handler(), and rz_core_debug_backtraces().
| char* rz_backtrace_t::pcstr |
Definition at line 424 of file rz_debug.h.
Referenced by rz_cmd_debug_display_bt_handler(), and rz_core_debug_backtraces().
| char* rz_backtrace_t::spstr |
Definition at line 425 of file rz_debug.h.
Referenced by rz_cmd_debug_display_bt_handler(), and rz_core_debug_backtraces().