Ruby 3.3.4p94 (2024-07-09 revision be1089c8ec5ba40e09b1553e36b3174bf4014d9d)
rb_backtrace_location_struct Struct Reference

Public Types

enum  LOCATION_TYPE { LOCATION_TYPE_ISEQ = 1 , LOCATION_TYPE_CFUNC }
 

Data Fields

enum rb_backtrace_location_struct::LOCATION_TYPE type
 
const rb_iseq_tiseq
 
const VALUEpc
 
ID mid
 

Detailed Description

Definition at line 122 of file vm_backtrace.c.

Member Enumeration Documentation

◆ LOCATION_TYPE

enum rb_backtrace_location_struct::LOCATION_TYPE

Definition at line 123 of file vm_backtrace.c.

Field Documentation

◆ iseq

const rb_iseq_t* rb_backtrace_location_struct::iseq

Definition at line 128 of file vm_backtrace.c.

◆ mid

ID rb_backtrace_location_struct::mid

Definition at line 130 of file vm_backtrace.c.

◆ pc

const VALUE* rb_backtrace_location_struct::pc

Definition at line 129 of file vm_backtrace.c.


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