Ruby  2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
Data Fields
rb_event_hook_struct Struct Reference

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_structnext
 
struct {
   rb_thread_t *   th
 
   unsigned int   target_line
 
filter
 

Detailed Description

Definition at line 35 of file vm_trace.c.

Field Documentation

◆ data

VALUE rb_event_hook_struct::data

Definition at line 39 of file vm_trace.c.

Referenced by rb_hook_list_mark(), and rb_hook_list_remove_tracepoint().

◆ events

rb_event_flag_t rb_event_hook_struct::events

Definition at line 37 of file vm_trace.c.

Referenced by rb_hook_list_remove_tracepoint().

◆ filter

struct { ... } rb_event_hook_struct::filter

◆ func

rb_event_hook_func_t rb_event_hook_struct::func ( void  )

Definition at line 38 of file vm_trace.c.

◆ hook_flags

rb_event_hook_flag_t rb_event_hook_struct::hook_flags

Definition at line 36 of file vm_trace.c.

Referenced by rb_hook_list_remove_tracepoint().

◆ next

struct rb_event_hook_struct* rb_event_hook_struct::next

Definition at line 40 of file vm_trace.c.

Referenced by rb_hook_list_mark(), and rb_hook_list_remove_tracepoint().

◆ target_line

unsigned int rb_event_hook_struct::target_line

Definition at line 44 of file vm_trace.c.

◆ th

rb_thread_t* rb_event_hook_struct::th

Definition at line 43 of file vm_trace.c.


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