Ruby 3.3.7p123 (2025-01-15 revision be31f993d7fa0219d85f7b3c694d454da4ecc10b)
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: