Rizin
unix-like reverse engineering framework and cli tools
rz_backtrace_t Struct Reference

#include <rz_debug.h>

Public Attributes

RzDebugFrameframe
 
RzAnalysisFunctionfcn
 
char * desc
 
char * pcstr
 
char * spstr
 
char * flagdesc
 
char * flagdesc2
 

Detailed Description

Definition at line 420 of file rz_debug.h.

Member Data Documentation

◆ desc

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().

◆ fcn

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().

◆ flagdesc

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().

◆ flagdesc2

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().

◆ frame

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().

◆ pcstr

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().

◆ spstr

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().


The documentation for this struct was generated from the following file: