Ruby
2.4.2p198(2017-09-14revision59899)
|
#include <vm_core.h>
Data Fields | |
rb_event_flag_t | event |
rb_thread_t * | th |
rb_control_frame_t * | cfp |
VALUE | self |
ID | id |
ID | called_id |
VALUE | klass |
VALUE | data |
int | klass_solved |
int | lineno |
VALUE | path |
ID rb_trace_arg_struct::called_id |
Definition at line 1585 of file vm_core.h.
Referenced by fill_id_and_klass(), rb_tracearg_callee_id(), and ruby_exec_event_hook_orig().
rb_control_frame_t* rb_trace_arg_struct::cfp |
Definition at line 1582 of file vm_core.h.
Referenced by fill_id_and_klass(), fill_path_and_lineno(), rb_tracearg_binding(), rb_vmdebug_stack_dump_th(), rb_vmdebug_thread_dump_state(), and ruby_exec_event_hook_orig().
VALUE rb_trace_arg_struct::data |
Definition at line 1587 of file vm_core.h.
Referenced by rb_tracearg_object(), rb_tracearg_raised_exception(), rb_tracearg_return_value(), and ruby_exec_event_hook_orig().
rb_event_flag_t rb_trace_arg_struct::event |
Definition at line 1580 of file vm_core.h.
Referenced by exec_hooks_body(), exec_hooks_precheck(), rb_suppress_tracing(), rb_threadptr_exec_event_hooks_orig(), rb_tracearg_event(), rb_tracearg_event_flag(), rb_tracearg_object(), rb_tracearg_raised_exception(), rb_tracearg_return_value(), ruby_exec_event_hook_orig(), and tracepoint_inspect().
ID rb_trace_arg_struct::id |
Definition at line 1584 of file vm_core.h.
Referenced by exec_hooks_body(), fill_id_and_klass(), rb_tracearg_method_id(), and ruby_exec_event_hook_orig().
VALUE rb_trace_arg_struct::klass |
Definition at line 1586 of file vm_core.h.
Referenced by exec_hooks_body(), fill_id_and_klass(), rb_tracearg_defined_class(), rb_vm_bugreport(), and ruby_exec_event_hook_orig().
int rb_trace_arg_struct::klass_solved |
Definition at line 1589 of file vm_core.h.
Referenced by fill_id_and_klass(), and ruby_exec_event_hook_orig().
int rb_trace_arg_struct::lineno |
Definition at line 1592 of file vm_core.h.
Referenced by fill_path_and_lineno(), and rb_tracearg_lineno().
VALUE rb_trace_arg_struct::path |
Definition at line 1593 of file vm_core.h.
Referenced by fill_path_and_lineno(), rb_tracearg_path(), and ruby_exec_event_hook_orig().
VALUE rb_trace_arg_struct::self |
Definition at line 1583 of file vm_core.h.
Referenced by exec_hooks_body(), rb_threadptr_exec_event_hooks_orig(), rb_tracearg_self(), and ruby_exec_event_hook_orig().
rb_thread_t* rb_trace_arg_struct::th |
Definition at line 1581 of file vm_core.h.
Referenced by fill_path_and_lineno(), rb_threadptr_exec_event_hooks_orig(), rb_tracearg_binding(), rb_vmdebug_stack_dump_raw_current(), rb_vmdebug_stack_dump_th(), rb_vmdebug_thread_dump_regs(), rb_vmdebug_thread_dump_state(), and ruby_exec_event_hook_orig().