summaryrefslogtreecommitdiff
path: root/vm_trace.c
AgeCommit message (Expand)Author
2014-01-19 * vm_trace.c: fix typohsbt
2013-12-17vm_trace.c: isolate exceptionsnobu
2013-12-04* vm_trace.c (rb_suppress_tracing): Fix initialization of stacktmm1
2013-11-26* vm_trace.c: skip "exception check" and "reentrant check (only normalko1
2013-11-26* vm_trace.c: prohibit to specify normal events and internal eventsko1
2013-11-10* vm_trace.c (symbol2event_flag): add secret feature.ko1
2013-11-07vm_trace.c: isolate errinfo in trace blocksnobu
2013-10-29* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko1
2013-10-29* vm_trace.c (tp_free): remvoed because empty free function.ko1
2013-10-22* vm_trace.c: exterminate Zombies.ko1
2013-10-11* vm_trace.c (rb_postponed_job_flush): fix bit operation.ko1
2013-10-11* vm_trace.c (rb_postponed_job_flush): simplify.ko1
2013-10-11revert r43248. Should not set interrupt_flag.ko1
2013-10-10vm_trace.c: use macronobu
2013-10-10vm_trace.c: suppress warningsnobu
2013-10-10vm_trace.c: fix infinite hooknobu
2013-10-10* vm_trace.c (postponed_job): use preallocated buffer.ko1
2013-08-05* vm_trace.c: [DOC] Fix TracePoint return values in exampleszzak
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-05-27* vm_trace.c (rb_postponed_job_register_one): fix iteration bug.ko1
2013-05-27* vm_trace.c (rb_postponed_job_flush): remove a wrong comment.ko1
2013-05-27* include/ruby/ruby.h: rename RUBY_INTERNAL_EVENT_FREE toko1
2013-05-27fix typotmm1
2013-05-27* vm_trace.c (rb_postponed_job_flush, rb_postponed_job_register): useko1
2013-05-27* include/ruby/ruby.h, gc.c, vm_trace.c: add internal events.ko1
2013-05-26* include/ruby/debug.h, vm_trace.c: add rb_postponed_job API.ko1
2013-05-02id.def: predefined IDsnobu
2013-03-06prefix global symbolsnobu
2013-02-09* vm_trace.c: Note about TracePoint events set, and comment onzzak
2013-02-05* proc.c (rb_binding_new_with_cfp): permit to create binding objectko1
2013-01-29* vm_backtrace.c: fix issue of rb_debug_inspector_open().ko1
2013-01-29vm_trace.c: TracePoint safe level checknobu
2013-01-29vm_trace.c: trace_func safe level checknobu
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 beforeko1
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-21vm_trace.c: stylenobu
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_runningtarui
2012-12-19 * vm_trace.c (rb_threadptr_exec_event_hooks): get rid of racetarui
2012-12-19Revert r38371 and r38384. they didn't solve the issuenaruse
2012-12-18* vm_trace.c (tracepoint_attr_defined_class): Clean up rdoc forzzak
2012-12-17* vm_trace.c (fill_id_and_klass): TracePoint#defined_class returnsko1
2012-12-14vm_trace.c: suppress warningnobu
2012-12-14* vm_trace.c (exec_hooks): add volatile to avoid segv.naruse
2012-12-11vm.c: pass exceptions while handling an exceptionnobu
2012-12-10vm_trace.c: exceptions in event hooksnobu
2012-12-06Fix typozzak