aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_settracefunc.rb
Commit message (Expand)AuthorAgeFilesLines
* Make TracePoint.stat a singleton method again (#2726)Alan Wu2019-12-041-0/+4
* use builtin for TracePoint.Koichi Sasada2019-11-081-37/+101
* solve "duplicate :raise event" in require too [Bug #15877]Nobuyoshi Nakada2019-08-081-1/+7
* solve "duplicate :raise event" [Bug #15877]Koichi Sasada2019-08-081-0/+13
* should not free local hook_list here.Koichi Sasada2019-07-241-0/+17
* Skip instead of returnNobuyoshi Nakada2019-06-281-2/+1
* Suppress unused variable warningsNobuyoshi Nakada2019-06-281-16/+15
* Use assert_separately instead of invoke_rubyNobuyoshi Nakada2019-06-281-10/+13
* Suppress redefinition and void context warningsNobuyoshi Nakada2019-06-281-1/+1
* Fix typos [ci skip]Kazuhiro NISHIYAMA2019-04-251-7/+7
* Fix typoskazu2019-03-271-7/+7
* Revert r63383, r63248 "compile.c: copy a short insn with leave"nobu2019-02-011-0/+12
* `TracePoint#enable(target_thraed:)` [Feature #15473]ko12018-12-291-0/+38
* remove `compiled_` prefix. [Feature #15287]ko12018-12-121-2/+2
* add tests for script_compiled TP event.ko12018-12-061-0/+31
* test_settracefunc (test_tracepoint_enable_with_target_line): less fragilenormal2018-11-281-1/+2
* * remove trailing spaces.svn2018-11-261-2/+2
* `TracePoint#enable(target_line:)` is supported. [Feature #15289]ko12018-11-261-0/+27
* Support targetting TracePoint [Feature #15289]ko12018-11-261-0/+142
* give up insn attr handles_frameshyouhei2018-06-271-0/+13
* test/ruby/test_settracefunc.rb: fix NoMethodErrorktsj2018-06-231-1/+0
* vm.c: fix infinite loopktsj2018-06-231-0/+15
* Add TracePoint#parametersmame2018-06-031-0/+39
* The test for TracePoint with thread had never worked correctlymame2018-04-171-2/+4
* The test for TracePoint#raised_exception had never worked correctlymame2018-04-171-2/+2
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-041-0/+3
* revert line number spec of *return events.ko12017-12-231-12/+12
* remove rb_thread_t::event_hooks.ko12017-11-151-0/+71
* remove `trace` instruction. [Feature #14104]ko12017-11-141-14/+12
* TracePoint.new: raise ArgumentError when no block given [#14074]marcandre2017-11-091-0/+4
* TracePoint#enable, #disable: Don't yield any argument. [Bug #14057]marcandre2017-10-261-2/+8
* revert a part of r60163.ko12017-10-111-1/+0
* check a thread on TracePoint.ko12017-10-111-0/+3
* vm.c: fix `cfp consistency error' which occursktsj2017-09-181-0/+21
* skip on other threads (again).ko12017-06-231-1/+1
* revert r59151 which introduce failures.ko12017-06-231-1/+0
* skip on other threads.ko12017-06-231-0/+1
* should not return.ko12017-04-171-1/+1
* fix TracePoint#return_value with non-local exitsko12017-04-061-0/+142
* * vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id):ktsj2016-11-051-0/+111
* * eval.c, method.h, proc.c, vm.c, vm_eval.c, vm_insnhelper.c, vm_method.c:ktsj2016-11-051-3/+3
* [Feature #12005] Unify Fixnum and Bignum into Integerakr2016-05-171-8/+8
* parse.y: trace elsifnobu2016-05-031-0/+19
* test/ruby: suppress parser warningsnobu2016-02-191-3/+3
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * bootstraptest/runner.rb: use safe navigation operator.hsbt2015-12-141-1/+1
* * vm.c (hook_before_rewind): prevent kicking :return event whileko12015-08-281-0/+68
* * include/ruby/ruby.h, cont.c, vm_trace.c: add a new eventko12015-08-211-0/+51
* test_settracefunc.rb: refinenobu2015-07-301-7/+4
* * vm.c (vm_exec): check other events when RETURN is thrown.ko12015-04-101-0/+20