summaryrefslogtreecommitdiff
path: root/test/ruby/test_settracefunc.rb
AgeCommit message (Expand)Author
2016-02-19test/ruby: suppress parser warningsnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-14* bootstraptest/runner.rb: use safe navigation operator.hsbt
2015-08-28* vm.c (hook_before_rewind): prevent kicking :return event whileko1
2015-08-21* include/ruby/ruby.h, cont.c, vm_trace.c: add a new eventko1
2015-07-30test_settracefunc.rb: refinenobu
2015-04-10* vm.c (vm_exec): check other events when RETURN is thrown.ko1
2015-01-16* eval_intern.h, vm.c, vm_eval.c, vm_insnhelper.c:ktsj
2014-11-27* compile.c (iseq_compile_each): remove duplicated line event.ko1
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-07-18optimized any? methodsnobu
2014-06-19* test/ruby/test_settracefunc.rb: rewrite tests withko1
2014-06-19* compile.c (rb_iseq_compile_node): put start label of block afterko1
2014-06-19* vm.c (rb_vm_rewind_cfp): add new function to rewind specified cfpko1
2014-06-19* vm.c (invoke_block_from_c): move call/return event timing forko1
2014-06-19* vm_core.h: add VM_FRAME_MAGIC_RESCUE to recognize normal block orko1
2014-06-13* vm_trace.c: clear and restore recursive checking thread local datako1
2014-04-30* remove trailing spaces.nobu
2014-04-30* vm.c (invoke_block_from_c): add VM_FRAME_FLAG_BMETHOD to recordko1
2014-01-23* test/ruby/test_settracefunc.rb: check the target thread.ko1
2014-01-23* test/ruby/test_settracefunc.rb: check the target thread.ko1
2014-01-09* vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event.ko1
2013-12-14[DOC] Correct a couple of typos in comments by @dvsuresh [Fixes GH-482]a_matsuda
2013-12-11* eval.c (rb_raise_jump): call c_return hook immediately afterko1
2013-12-11revert r44133. See https://bugs.ruby-lang.org/issues/8886 detailsko1
2013-12-11* eval.c (rb_raise_jump): pop frame after setup exception.ko1
2013-11-26* test/ruby/test_settracefunc.rb: add tests for a_call/a_returnko1
2013-11-22 * test/ruby/test_settracefunc.rb (test_tracepoint_thread): bugfix.tarui
2013-11-22* test/ruby/test_settracefunc.rb: Ignore events from other threads.akr
2013-11-07vm_trace.c: isolate errinfo in trace blocksnobu
2013-10-10* vm.c (vm_exec): support :b_return event for "lambda{return}.call".ko1
2013-06-14* compile.c (rb_iseq_compile_node): fix location of a `trace'ko1
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-02-16* proc.c (rb_binding_new_with_cfp): create binding object even ifko1
2013-02-05* vm.c (rb_vm_stack_to_heap): call rb_vm_get_binding_creatable_next_cfpktsj
2013-02-05* proc.c (rb_binding_new_with_cfp): permit to create binding objectko1
2013-01-29test_settracefunc.rb: fix testsnobu
2013-01-29vm_trace.c: TracePoint safe level checknobu
2013-01-29vm_trace.c: trace_func safe level checknobu
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_core.h, vm_trace.c: fix multi-threading bug for tracing.ko1
2012-12-19Use next in proc instead of break or returnnaruse
2012-12-19Don't check events from different files like r38456naruse
2012-12-19Push given event only if it is right onenaruse
2012-12-17* vm_trace.c (fill_id_and_klass): TracePoint#defined_class returnsko1
2012-12-11vm.c: pass exceptions while handling an exceptionnobu
2012-12-11test_settracefunc.rb: envutilnobu
2012-12-10vm_trace.c: exceptions in event hooksnobu
2012-12-06* vm_trace.c: TracePoint#enable should not cause an errorko1