summaryrefslogtreecommitdiff
path: root/test/ruby/test_settracefunc.rb
AgeCommit message (Expand)Author
2018-02-04mjit_compile.c: merge initial JIT compilerk0kubun
2017-12-23revert line number spec of *return events.ko1
2017-11-15remove rb_thread_t::event_hooks.ko1
2017-11-14remove `trace` instruction. [Feature #14104]ko1
2017-11-09TracePoint.new: raise ArgumentError when no block given [#14074]marcandre
2017-10-26TracePoint#enable, #disable: Don't yield any argument. [Bug #14057]marcandre
2017-10-11revert a part of r60163.ko1
2017-10-11check a thread on TracePoint.ko1
2017-09-18vm.c: fix `cfp consistency error' which occursktsj
2017-06-23skip on other threads (again).ko1
2017-06-23revert r59151 which introduce failures.ko1
2017-06-23skip on other threads.ko1
2017-04-17should not return.ko1
2017-04-06fix TracePoint#return_value with non-local exitsko1
2016-11-05* vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id):ktsj
2016-11-05* eval.c, method.h, proc.c, vm.c, vm_eval.c, vm_insnhelper.c, vm_method.c:ktsj
2016-05-17[Feature #12005] Unify Fixnum and Bignum into Integerakr
2016-05-03parse.y: trace elsifnobu
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