|
Ruby
2.5.0dev(2017-10-22revision60238)
|
Public Types | |
| enum | LOCATION_TYPE { LOCATION_TYPE_ISEQ = 1, LOCATION_TYPE_ISEQ_CALCED, LOCATION_TYPE_CFUNC, LOCATION_TYPE_IFUNC } |
Data Fields | |
| enum rb_backtrace_location_struct::LOCATION_TYPE | type |
| union { | |
| struct { | |
| const rb_iseq_t * iseq | |
| union { | |
| const VALUE * pc | |
| int lineno | |
| } lineno | |
| } iseq | |
| struct { | |
| ID mid | |
| struct rb_backtrace_location_struct * prev_loc | |
| } cfunc | |
| } | body |
Definition at line 48 of file vm_backtrace.c.
| Enumerator | |
|---|---|
| LOCATION_TYPE_ISEQ | |
| LOCATION_TYPE_ISEQ_CALCED | |
| LOCATION_TYPE_CFUNC | |
| LOCATION_TYPE_IFUNC | |
Definition at line 49 of file vm_backtrace.c.
| union { ... } rb_backtrace_location_struct::body |
| struct { ... } rb_backtrace_location_struct::cfunc |
Definition at line 58 of file vm_backtrace.c.
Referenced by rb_profile_frame_absolute_path(), rb_profile_frame_base_label(), rb_profile_frame_first_lineno(), rb_profile_frame_label(), rb_profile_frame_method_name(), and rb_profile_frame_path().
| struct { ... } rb_backtrace_location_struct::iseq |
| int rb_backtrace_location_struct::lineno |
Definition at line 61 of file vm_backtrace.c.
| union { ... } rb_backtrace_location_struct::lineno |
| ID rb_backtrace_location_struct::mid |
Definition at line 65 of file vm_backtrace.c.
Definition at line 60 of file vm_backtrace.c.
| struct rb_backtrace_location_struct* rb_backtrace_location_struct::prev_loc |
Definition at line 66 of file vm_backtrace.c.
| enum rb_backtrace_location_struct::LOCATION_TYPE rb_backtrace_location_struct::type |
1.8.13