1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/-ext-/debug
usa ae1573ac73 merge revision(s) 12391cdbe1: [Backport #16834]
merge revision(s) cbe4f75ef8: [Backport
	 #16834]

		Fix rb_profile_frame_classpath to handle module singletons

		Right now `SomeClass.method` is properly named, but `SomeModule.method`
		is displayed as `#<Module:0x000055eb5d95adc8>.method` which makes
		profiling annoying.
	---
	 test/-ext-/debug/test_profile_frames.rb | 40 ++++++++++++++++++++++++++++-----
	 version.h                               |  2 +-
	 vm_backtrace.c                          |  2 +-
	 3 files changed, 36 insertions(+), 8 deletions(-)

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_6@67918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2021-04-04 22:50:22 +00:00
..
test_debug.rb * remove trailing spaces. 2018-09-21 06:41:09 +00:00
test_profile_frames.rb merge revision(s) 12391cdbe1: [Backport #16834] 2021-04-04 22:50:22 +00:00