summaryrefslogtreecommitdiff
path: root/test/ruby/test_settracefunc.rb
AgeCommit message (Expand)Author
2021-11-24merge revision(s) a4d5ee4f31bf3ff36c1a8c8fe3cda16aa1016b12: [Backport #18264]NAKAMURA Usaku
2020-09-07Run a TracePoint test in an insolated processnagachika
2020-09-06merge revision(s) 3e02cd518fbe4d91c2aca7fbc3c5aafa387d3cb7: [Backport #17149]nagachika
2020-01-16script_compiled event on compile error.Koichi Sasada
2019-12-04Make TracePoint.stat a singleton method again (#2726)Alan Wu
2019-11-08use builtin for TracePoint.Koichi Sasada
2019-08-08solve "duplicate :raise event" in require too [Bug #15877]Nobuyoshi Nakada
2019-08-08solve "duplicate :raise event" [Bug #15877]Koichi Sasada
2019-07-24should not free local hook_list here.Koichi Sasada
2019-06-28Skip instead of returnNobuyoshi Nakada
2019-06-28Suppress unused variable warningsNobuyoshi Nakada
2019-06-28Use assert_separately instead of invoke_rubyNobuyoshi Nakada
2019-06-28Suppress redefinition and void context warningsNobuyoshi Nakada
2019-04-25Fix typos [ci skip]Kazuhiro NISHIYAMA
2019-03-27Fix typoskazu
2019-02-01Revert r63383, r63248 "compile.c: copy a short insn with leave"nobu
2018-12-29`TracePoint#enable(target_thraed:)` [Feature #15473]ko1
2018-12-12remove `compiled_` prefix. [Feature #15287]ko1
2018-12-06add tests for script_compiled TP event.ko1
2018-11-28test_settracefunc (test_tracepoint_enable_with_target_line): less fragilenormal
2018-11-26* remove trailing spaces.svn
2018-11-26`TracePoint#enable(target_line:)` is supported. [Feature #15289]ko1
2018-11-26Support targetting TracePoint [Feature #15289]ko1
2018-06-27give up insn attr handles_frameshyouhei
2018-06-23test/ruby/test_settracefunc.rb: fix NoMethodErrorktsj
2018-06-23vm.c: fix infinite loopktsj
2018-06-03Add TracePoint#parametersmame
2018-04-17The test for TracePoint with thread had never worked correctlymame
2018-04-17The test for TracePoint#raised_exception had never worked correctlymame
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