Ruby 4.1.0dev (2026-09-27 revision f6ff9e7d02e46360f8930b280a3dd921cccbda29)
Data Fields
rb_backtrace_location_struct Struct Reference

Data Fields

const rb_callable_method_entry_t * cme
 
const rb_iseq_t * iseq
 
const VALUE * pc
 

Detailed Description

Definition at line 124 of file vm_backtrace.c.

Field Documentation

◆ cme

const rb_callable_method_entry_t* rb_backtrace_location_struct::cme

Definition at line 125 of file vm_backtrace.c.

◆ iseq

const rb_iseq_t* rb_backtrace_location_struct::iseq

Definition at line 126 of file vm_backtrace.c.

◆ pc

const VALUE* rb_backtrace_location_struct::pc

Definition at line 127 of file vm_backtrace.c.


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