index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm_trace.c
Age
Commit message (
Expand
)
Author
2013-02-09
* vm_trace.c: Note about TracePoint events set, and comment on
zzak
2013-02-05
* proc.c (rb_binding_new_with_cfp): permit to create binding object
ko1
2013-01-29
* vm_backtrace.c: fix issue of rb_debug_inspector_open().
ko1
2013-01-29
vm_trace.c: TracePoint safe level check
nobu
2013-01-29
vm_trace.c: trace_func safe level check
nobu
2013-01-07
* include/ruby/ruby.h (RUBY_EVENT_SPECIFIED_LINE): make it special.
ko1
2013-01-07
* vm_trace.c (rb_threadptr_exec_event_hooks_orig): pop tag before
ko1
2012-12-25
* vm_trace.c (rb_threadptr_exec_event_hooks_and_pop_frame):
ko1
2012-12-21
* vm_trace.c (tracepoint_new): add code to support specified thread.
ko1
2012-12-21
* vm_core.h, vm_trace.c: fix multi-threading bug for tracing.
ko1
2012-12-21
vm_trace.c: style
nobu
2012-12-20
* vm_trace.c (rb_suppress_tracing): remove unused variable 'vm_tracing'
tarui
2012-12-20
* vm_trace.c (rb_suppress_tracing): bugfix for vm->trace_running
tarui
2012-12-19
* vm_trace.c (rb_threadptr_exec_event_hooks): get rid of race
tarui
2012-12-19
Revert r38371 and r38384. they didn't solve the issue
naruse
2012-12-18
* vm_trace.c (tracepoint_attr_defined_class): Clean up rdoc for
zzak
2012-12-17
* vm_trace.c (fill_id_and_klass): TracePoint#defined_class returns
ko1
2012-12-14
vm_trace.c: suppress warning
nobu
2012-12-14
* vm_trace.c (exec_hooks): add volatile to avoid segv.
naruse
2012-12-11
vm.c: pass exceptions while handling an exception
nobu
2012-12-10
vm_trace.c: exceptions in event hooks
nobu
2012-12-06
Fix typo
zzak
2012-12-06
* vm_trace.c: TracePoint#enable should not cause an error
ko1
2012-12-01
* vm_trace.c: add TracePoint#inspect.
ko1
2012-12-01
* vm_trace.c (rb_tracepoint_new): commit miss.
nobu
2012-12-01
adjust style.
nobu
2012-11-30
[EXPERIMENTAL]
ko1
2012-11-30
* vm_trace.c:
zzak
2012-11-30
* vm_trace.c (tracepoint_disable_m, tracepoint_enable_m):
ko1
2012-11-30
* vm_trace.c: Documentation for TracePoint API
zzak
2012-11-30
* vm_trace.c (set_trace_func): Formatting of params and events
zzak
2012-11-29
[EXPERIMENTAL: NEED DISCUSS]
ko1
2012-11-29
* include/ruby/debug.h: add rb_debug_inspector_* APIs.
ko1
2012-11-29
* include/ruby/debug.h: provide rb_tracearg_*() APIs,
ko1
2012-11-29
* vm_trace.c (rb_tracepoint_attr_method_id):
ko1
2012-11-29
* vm_trace.c (rb_tracepoint_attr_defined_class):
ko1
2012-11-26
* vm_trace.c: rename TracePoint#file and TracePoint#line
ko1
2012-11-26
* vm_core.h: add members to rb_trace_arg_t:
ko1
2012-11-24
* vm_trace.c (rb_tracepoint_attr_raised_exception): should not check
ko1
2012-11-20
* include/ruby/debug.h: introdudced.
ko1
2012-11-20
* vm_trace.c: rename and add TracePoint APIs.
ko1
2012-11-20
* vm_trace.c: add two methods:
ko1
2012-10-23
* eval_error.c (error_print), vm_eval.c (eval_string_with_cref),
ko1
2012-10-21
* vm_trace.c (rb_threadptr_exec_event_hooks, rb_suppress_tracing):
ktsj
2012-10-21
* vm_core.h (rb_vm_t::trace_running): add a new field
ktsj
2012-09-08
internal.h: allocator function in rb_classext_t
nobu
2012-08-31
vm_trace.c: freed memory access
nobu
2012-08-31
vm_trace.c: uninitialized state
nobu
2012-08-30
vm_trace.c: warning
nobu
2012-08-22
* vm_trace.c: support TracePoint. [ruby-trunk - Feature #6895]
ko1
[next]