aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_settracefunc.rb
Commit message (Expand)AuthorAgeFilesLines
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* optimized any? methodsnobu2014-07-181-4/+2
* * test/ruby/test_settracefunc.rb: rewrite tests withko12014-06-191-99/+40
* * compile.c (rb_iseq_compile_node): put start label of block afterko12014-06-191-0/+48
* * vm.c (rb_vm_rewind_cfp): add new function to rewind specified cfpko12014-06-191-0/+51
* * vm.c (invoke_block_from_c): move call/return event timing forko12014-06-191-1/+20
* * vm_core.h: add VM_FRAME_MAGIC_RESCUE to recognize normal block orko12014-06-191-0/+36
* * vm_trace.c: clear and restore recursive checking thread local datako12014-06-131-0/+12
* * remove trailing spaces.nobu2014-04-301-1/+1
* * vm.c (invoke_block_from_c): add VM_FRAME_FLAG_BMETHOD to recordko12014-04-301-0/+34
* * test/ruby/test_settracefunc.rb: check the target thread.ko12014-01-231-0/+4
* * test/ruby/test_settracefunc.rb: check the target thread.ko12014-01-231-0/+2
* * vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event.ko12014-01-091-0/+84
* [DOC] Correct a couple of typos in comments by @dvsuresh [Fixes GH-482]a_matsuda2013-12-141-1/+1
* * eval.c (rb_raise_jump): call c_return hook immediately afterko12013-12-111-3/+3
* revert r44133. See https://bugs.ruby-lang.org/issues/8886 detailsko12013-12-111-2/+2
* * eval.c (rb_raise_jump): pop frame after setup exception.ko12013-12-111-2/+2
* * test/ruby/test_settracefunc.rb: add tests for a_call/a_returnko12013-11-261-0/+42
* * test/ruby/test_settracefunc.rb (test_tracepoint_thread): bugfix.tarui2013-11-221-1/+1
* * test/ruby/test_settracefunc.rb: Ignore events from other threads.akr2013-11-221-3/+28
* vm_trace.c: isolate errinfo in trace blocksnobu2013-11-071-0/+8
* * vm.c (vm_exec): support :b_return event for "lambda{return}.call".ko12013-10-101-0/+25
* * compile.c (rb_iseq_compile_node): fix location of a `trace'ko12013-06-141-0/+13
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-54/+0
* * proc.c (rb_binding_new_with_cfp): create binding object even ifko12013-02-161-0/+37
* * vm.c (rb_vm_stack_to_heap): call rb_vm_get_binding_creatable_next_cfpktsj2013-02-051-3/+14
* * proc.c (rb_binding_new_with_cfp): permit to create binding objectko12013-02-051-0/+18
* test_settracefunc.rb: fix testsnobu2013-01-291-11/+19
* vm_trace.c: TracePoint safe level checknobu2013-01-291-0/+14
* vm_trace.c: trace_func safe level checknobu2013-01-291-0/+32
* * vm_trace.c (rb_threadptr_exec_event_hooks_orig): pop tag beforeko12013-01-071-0/+16
* * vm_trace.c (rb_threadptr_exec_event_hooks_and_pop_frame):ko12012-12-251-0/+23
* * vm_core.h, vm_trace.c: fix multi-threading bug for tracing.ko12012-12-211-0/+19
* Use next in proc instead of break or returnnaruse2012-12-191-1/+1
* Don't check events from different files like r38456naruse2012-12-191-1/+1
* Push given event only if it is right onenaruse2012-12-191-2/+2
* * vm_trace.c (fill_id_and_klass): TracePoint#defined_class returnsko12012-12-171-1/+17
* vm.c: pass exceptions while handling an exceptionnobu2012-12-111-1/+1
* test_settracefunc.rb: envutilnobu2012-12-111-0/+1
* vm_trace.c: exceptions in event hooksnobu2012-12-101-0/+14
* * vm_trace.c: TracePoint#enable should not cause an errorko12012-12-061-0/+18
* Suppress warningsnaruse2012-12-051-32/+36
* * test/ruby/test_settracefunc.rb: disable trace.ko12012-12-051-0/+5
* * vm_trace.c: add TracePoint#inspect.ko12012-12-011-0/+25
* * thread.c: TracePoint#self returns invoking/exitting thread objectko12012-11-301-4/+13
* [EXPERIMENTAL: NEED DISCUSS]ko12012-11-291-1/+56
* * vm_trace.c (rb_tracepoint_attr_method_id):ko12012-11-291-4/+4
* * vm_trace.c (rb_tracepoint_attr_defined_class):ko12012-11-291-2/+2
* * vm_trace.c: rename TracePoint#file and TracePoint#lineko12012-11-261-3/+3
* * vm_trace.c (rb_tracepoint_attr_raised_exception): should not checkko12012-11-241-0/+43