summaryrefslogtreecommitdiff
path: root/test/ruby/test_settracefunc.rb
AgeCommit message (Expand)Author
2021-10-26[Bug #18264] Fix memory leak in TracePointPeter Zhu
2021-08-29Support tracing of attr_reader and attr_writerJeremy Evans
2021-08-10add some lines to delete unused TracePointKoichi Sasada
2021-06-29Prefer qualified names under ThreadNobuyoshi Nakada
2021-05-20compile.c: stop the jump-jump optimization if the second has any eventYusuke Endoh
2021-02-22Send :fiber_switch event for almost every fiber_switch (#4207)nicholas a. evans
2021-01-13Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun
2020-12-04Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&Benoit Daloze
2020-11-17remain enabled and line specified trace pointsKoichi Sasada
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