Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
rb_debug_inspector_struct Struct Reference

Data Fields

rb_thread_tth
 
rb_control_frame_tcfp
 
VALUE backtrace
 
VALUE contexts
 
long backtrace_size
 

Detailed Description

Definition at line 1061 of file vm_backtrace.c.

Field Documentation

◆ backtrace

VALUE rb_debug_inspector_struct::backtrace

◆ backtrace_size

long rb_debug_inspector_struct::backtrace_size

Definition at line 1066 of file vm_backtrace.c.

Referenced by frame_get(), and rb_debug_inspector_open().

◆ cfp

rb_control_frame_t* rb_debug_inspector_struct::cfp

Definition at line 1063 of file vm_backtrace.c.

Referenced by rb_debug_inspector_open().

◆ contexts

VALUE rb_debug_inspector_struct::contexts

Definition at line 1065 of file vm_backtrace.c.

Referenced by frame_get(), and rb_debug_inspector_open().

◆ th

rb_thread_t* rb_debug_inspector_struct::th

Definition at line 1062 of file vm_backtrace.c.

Referenced by rb_debug_inspector_open().


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