aboutsummaryrefslogtreecommitdiffstats
path: root/vm_trace.c
Commit message (Expand)AuthorAgeFilesLines
...
* vm_trace.c: isolate errinfo in trace blocksnobu2013-11-071-0/+1
* * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko12013-10-291-0/+1
* * vm_trace.c (tp_free): remvoed because empty free function.ko12013-10-291-7/+1
* * vm_trace.c: exterminate Zombies.ko12013-10-221-20/+49
* * vm_trace.c (rb_postponed_job_flush): fix bit operation.ko12013-10-111-1/+1
* * vm_trace.c (rb_postponed_job_flush): simplify.ko12013-10-111-39/+18
* revert r43248. Should not set interrupt_flag.ko12013-10-111-1/+1
* vm_trace.c: use macronobu2013-10-101-1/+1
* vm_trace.c: suppress warningsnobu2013-10-101-6/+6
* vm_trace.c: fix infinite hooknobu2013-10-101-11/+38
* * vm_trace.c (postponed_job): use preallocated buffer.ko12013-10-101-18/+49
* * vm_trace.c: [DOC] Fix TracePoint return values in exampleszzak2013-08-051-5/+5
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-5/+0
* * vm_trace.c (rb_postponed_job_register_one): fix iteration bug.ko12013-05-271-0/+1
* * vm_trace.c (rb_postponed_job_flush): remove a wrong comment.ko12013-05-271-1/+1
* * include/ruby/ruby.h: rename RUBY_INTERNAL_EVENT_FREE toko12013-05-271-1/+1
* fix typotmm12013-05-271-1/+1
* * vm_trace.c (rb_postponed_job_flush, rb_postponed_job_register): useko12013-05-271-2/+2
* * include/ruby/ruby.h, gc.c, vm_trace.c: add internal events.ko12013-05-271-1/+26
* * include/ruby/debug.h, vm_trace.c: add rb_postponed_job API.ko12013-05-261-0/+56
* id.def: predefined IDsnobu2013-05-021-1/+1
* prefix global symbolsnobu2013-03-061-1/+1
* * vm_trace.c: Note about TracePoint events set, and comment onzzak2013-02-091-19/+32
* * proc.c (rb_binding_new_with_cfp): permit to create binding objectko12013-02-051-1/+2
* * vm_backtrace.c: fix issue of rb_debug_inspector_open().ko12013-01-291-2/+0
* vm_trace.c: TracePoint safe level checknobu2013-01-291-2/+8
* vm_trace.c: trace_func safe level checknobu2013-01-291-0/+6
* * include/ruby/ruby.h (RUBY_EVENT_SPECIFIED_LINE): make it special.ko12013-01-071-0/+1
* * vm_trace.c (rb_threadptr_exec_event_hooks_orig): pop tag beforeko12013-01-071-1/+6
* * vm_trace.c (rb_threadptr_exec_event_hooks_and_pop_frame):ko12012-12-251-2/+15
* * vm_trace.c (tracepoint_new): add code to support specified thread.ko12012-12-211-3/+6
* * vm_core.h, vm_trace.c: fix multi-threading bug for tracing.ko12012-12-211-84/+63
* vm_trace.c: stylenobu2012-12-211-2/+2
* * vm_trace.c (rb_suppress_tracing): remove unused variable 'vm_tracing'tarui2012-12-201-1/+0
* * vm_trace.c (rb_suppress_tracing): bugfix for vm->trace_runningtarui2012-12-201-2/+4
* * vm_trace.c (rb_threadptr_exec_event_hooks): get rid of racetarui2012-12-191-2/+2
* Revert r38371 and r38384. they didn't solve the issuenaruse2012-12-191-5/+1
* * vm_trace.c (tracepoint_attr_defined_class): Clean up rdoc forzzak2012-12-181-26/+28
* * vm_trace.c (fill_id_and_klass): TracePoint#defined_class returnsko12012-12-171-4/+30
* vm_trace.c: suppress warningnobu2012-12-141-1/+2
* * vm_trace.c (exec_hooks): add volatile to avoid segv.naruse2012-12-141-1/+4
* vm.c: pass exceptions while handling an exceptionnobu2012-12-111-1/+5
* vm_trace.c: exceptions in event hooksnobu2012-12-101-7/+3
* Fix typozzak2012-12-061-1/+1
* * vm_trace.c: TracePoint#enable should not cause an errorko12012-12-061-26/+31
* * vm_trace.c: add TracePoint#inspect.ko12012-12-011-0/+56
* * vm_trace.c (rb_tracepoint_new): commit miss.nobu2012-12-011-1/+1
* adjust style.nobu2012-12-011-1/+1
* [EXPERIMENTAL]ko12012-11-301-0/+2
* * vm_trace.c:zzak2012-11-301-5/+39