Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
rb_backtrace_location_struct Struct Reference

Data Fields

const rb_callable_method_entry_t * cme
const rb_iseq_t * iseq
const VALUEpc

Detailed Description

Definition at line 119 of file vm_backtrace.c.

Field Documentation

◆ cme

const rb_callable_method_entry_t* rb_backtrace_location_struct::cme

Definition at line 120 of file vm_backtrace.c.

◆ iseq

const rb_iseq_t* rb_backtrace_location_struct::iseq

Definition at line 121 of file vm_backtrace.c.

◆ pc

const VALUE* rb_backtrace_location_struct::pc

Definition at line 122 of file vm_backtrace.c.


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