|
Ruby 4.1.0dev (2026-04-04 revision 6ab9b22553ac802819aa1643a9ac9575e75d1286)
|
Data Fields | ||
| rb_event_hook_flag_t | hook_flags | |
| rb_event_flag_t | events | |
| rb_event_hook_func_t | func | |
| VALUE | data | |
| struct rb_event_hook_struct * | next | |
| struct { | ||
| rb_thread_t * th | ||
| unsigned int target_line | ||
| } | filter | |
Definition at line 47 of file vm_trace.c.
| VALUE rb_event_hook_struct::data |
Definition at line 51 of file vm_trace.c.
| rb_event_flag_t rb_event_hook_struct::events |
Definition at line 49 of file vm_trace.c.
| rb_event_hook_func_t rb_event_hook_struct::func |
Definition at line 50 of file vm_trace.c.
| rb_event_hook_flag_t rb_event_hook_struct::hook_flags |
Definition at line 48 of file vm_trace.c.
| struct rb_event_hook_struct* rb_event_hook_struct::next |
Definition at line 52 of file vm_trace.c.
| unsigned int rb_event_hook_struct::target_line |
Definition at line 56 of file vm_trace.c.
| rb_thread_t* rb_event_hook_struct::th |
Definition at line 55 of file vm_trace.c.