index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
-ext-
/
debug
/
test_profile_frames.rb
Age
Commit message (
Expand
)
Author
2024-11-13
Move Array#map to Ruby
Takashi Kokubun
2023-12-28
Fix use of the rb_profile_frames start parameter
Dylan Thacker-Smith
2023-11-03
Fix thread leakage
Nobuyoshi Nakada
2023-10-31
[Feature #10602] Add new API rb_profile_thread_frames()
Daisuke Aritomo
2023-10-18
Show backtraces when failed
Koichi Sasada
2023-07-24
Use the caller location as default filename for eval family of methods
Jean Boussier
2022-07-26
Fix `rb_profile_frames` output includes dummy main thread frame
Ivo Anjo
2020-07-28
vm_backtrace.c: let rb_profile_frames show cfunc frames
Yusuke Endoh
2020-05-07
Fix rb_profile_frame_classpath to handle module singletons
Jean Boussier
2018-04-27
Revert "Fix use of `rb_profile_frames` start parameter"
tenderlove
2018-04-26
Fix use of `rb_profile_frames` start parameter
tenderlove
2015-12-21
vm_backtrace.c: ignore ifunc frames
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-07-06
* vm_core.h: remove rb_iseq_t::klass to reduce dynamic data.
ko1
2013-10-27
* vm_backtrace.c (rb_profile_frame_classpath): handle singleton
tmm1
2013-10-14
test_profile_frames.rb: assert first_lineno
nobu
2013-10-14
test_profile_frames.rb: fix typo
nobu
2013-10-09
* include/ruby/debug.h,
ko1
2013-10-08
* remove trailing spaces.
nobu
2013-10-08
* vm_backtrace.c, include/ruby/debug.h: add new APIs
ko1
2013-10-07
* test/-ext-/debug/test_profile_frames.rb: rename class C to
ko1
2013-10-07
* ext/-test-/debug/profile_frames.c:
ko1