mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* include/ruby/debug.h,
vm_backtrace.c (rb_profile_frame_full_label): add new C API rb_profile_frame_full_label() which returns label with qualified method name. Note that in future version of Ruby label() may return same return value of full_label(). * ext/-test-/debug/profile_frames.c, test/-ext-/debug/test_profile_frames.rb: fix a test for this change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43205 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
21e858e518
commit
b753b9606e
5 changed files with 45 additions and 1 deletions
|
@ -31,6 +31,7 @@ VALUE rb_profile_frame_path(VALUE frame);
|
|||
VALUE rb_profile_frame_absolute_path(VALUE frame);
|
||||
VALUE rb_profile_frame_label(VALUE frame);
|
||||
VALUE rb_profile_frame_base_label(VALUE frame);
|
||||
VALUE rb_profile_frame_full_label(VALUE frame);
|
||||
VALUE rb_profile_frame_first_lineno(VALUE frame);
|
||||
VALUE rb_profile_frame_classpath(VALUE frame);
|
||||
VALUE rb_profile_frame_singleton_method_p(VALUE frame);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue