summaryrefslogtreecommitdiff
path: root/test/ruby/test_settracefunc.rb
AgeCommit message (Expand)Author
2024-03-04Disable callcc when ASAN is enabledKJ Tsanaktsidis
2024-02-22Ensure that exiting thread invokes end-of-life behaviour. (#10039)Samuel Williams
2024-02-15Do not include a backtick in error messages and backtracesYusuke Endoh
2024-01-23Rewrite Array#each in Ruby using Primitive (#9533)Takashi Kokubun
2024-01-23Memory leak with TracePoint on bmethodPeter Zhu
2023-12-12[Bug #19114] Fix for multiple calls of TracePoint#enableKouhei Yanagita
2023-12-07Support tracing of struct member accessor methodsJeremy Evans
2023-11-15test: Follow-up fix for #8916Yuta Saito
2023-11-14test: Assert only events originated from the test_settracefunc.rb test fileYuta Saito
2023-11-14test: Check file name in test_thread_add_trace_func alsoYuta Saito
2023-09-07Rewrite Integer#times in Ruby (#8388)Takashi Kokubun
2023-08-09Prevent warnings: assigned but unused variableYusuke Endoh
2023-08-01support `rescue` event for TracePointKoichi Sasada
2023-08-01remove strange line eventKoichi Sasada
2023-03-06s/MJIT/RJIT/Takashi Kokubun
2023-01-04Fix crash in TracePoint c_call for removed methodPeter Zhu
2022-12-25Rewrite Kernel#loop in Ruby (#6983)Takashi Kokubun
2022-12-21Make sure TracePoint#binding returns nil for c_call/c_return eventsJeremy Evans
2022-08-02Implement Queue#pop(timeout: sec)Jean Boussier
2022-06-22Fix infinite loop when b_return TracePoint throwsAlan Wu
2022-06-10Fix nested bmethod TracePoint and memory leakAlan Wu
2022-05-30Fix use-after-free with interacting TracePointsAlan Wu
2022-04-06Raise RuntimeError if Kernel#binding is called from a non-Ruby frameJeremy Evans
2022-04-01Revert "Raise RuntimeError if Kernel#binding is called from a non-Ruby frame"Jeremy Evans
2022-03-29Avoid trace events in implementation of TracePoint#enableJeremy Evans
2022-03-29Make TracePoint#enable with block target current thread by defaultJeremy Evans
2022-03-24Raise RuntimeError if Kernel#binding is called from a non-Ruby frameJeremy Evans
2022-01-14Add a Module#const_added callbackJean Boussier
2022-01-04Use omit instead of skip: test/ruby/**/*.rbHiroshi SHIBATA
2021-12-13Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun
2021-12-10`TracePoint.allow_reentry`Koichi Sasada
2021-12-01Rework tracing for blocks running as methodsAlan Wu
2021-11-10[ci skip] Fix typo in test namePeter Zhu
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