Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
bt_iter_arg Struct Reference

Data Fields

rb_backtrace_tbt
 
VALUE btobj
 
rb_backtrace_location_tprev_loc
 
const rb_control_frame_tprev_cfp
 
rb_backtrace_location_tinit_loc
 

Detailed Description

Definition at line 645 of file vm_backtrace.c.

Field Documentation

◆ bt

rb_backtrace_t* bt_iter_arg::bt

◆ btobj

VALUE bt_iter_arg::btobj

Definition at line 647 of file vm_backtrace.c.

◆ init_loc

rb_backtrace_location_t* bt_iter_arg::init_loc

Definition at line 650 of file vm_backtrace.c.

◆ prev_cfp

const rb_control_frame_t* bt_iter_arg::prev_cfp

Definition at line 649 of file vm_backtrace.c.

◆ prev_loc

rb_backtrace_location_t* bt_iter_arg::prev_loc

Definition at line 648 of file vm_backtrace.c.


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