Ruby 3.2.3p157 (2024-01-18 revision 52bb2ac0a6971d0391efa2275f7a66bff319087c)
Public Types | Data Fields
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 118 of file vm_backtrace.c.

Member Enumeration Documentation

◆ LOCATION_TYPE

enum rb_backtrace_location_struct::LOCATION_TYPE

Definition at line 119 of file vm_backtrace.c.

Field Documentation

◆ iseq

const rb_iseq_t* rb_backtrace_location_struct::iseq

Definition at line 124 of file vm_backtrace.c.

◆ mid

ID rb_backtrace_location_struct::mid

Definition at line 126 of file vm_backtrace.c.

◆ pc

const VALUE* rb_backtrace_location_struct::pc

Definition at line 125 of file vm_backtrace.c.


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