summaryrefslogtreecommitdiff
path: root/test/ruby/test_settracefunc.rb
AgeCommit message (Expand)Author
2020-08-06[Feature #16513] TracePoint#inspect returns "... file:line" (#3391)Nguyễn Quang Minh
2020-07-03Rewrite Kernel#tap with Ruby (#3281)Takashi Kokubun
2020-06-26test/ruby/test_settracefunc.rb: Suppress a warningYusuke Endoh
2020-06-26fix return event and opt_invokebuiltin_delegate_leave (#3256)Koichi Sasada
2020-06-24Run a TracePoint test in an insolated processTakashi Kokubun
2020-06-23Trace :return of builtin methodsTakashi Kokubun
2020-03-03Don't tweak RubyVM compile options if it's not definedCharles Oliver Nutter
2020-01-28support multi-run for test/ruby/test_settracefunc.rbKoichi Sasada
2020-01-06script_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