Ruby 3.2.2p53 (2023-03-30 revision e51014f9c05aa65cbf203442d37fef7c12390015)
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: