mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
.gdbinit: follow up changes in r60440
ruby_current_vm has been renamed to ruby_current_vm_ptr. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8354b6d2cd
commit
c84586b785
1 changed files with 2 additions and 2 deletions
4
.gdbinit
4
.gdbinit
|
@ -989,7 +989,7 @@ define iseq
|
|||
end
|
||||
|
||||
define rb_ps
|
||||
rb_ps_vm ruby_current_vm
|
||||
rb_ps_vm ruby_current_vm_ptr
|
||||
end
|
||||
document rb_ps
|
||||
Dump all threads and their callstacks
|
||||
|
@ -1181,7 +1181,7 @@ define rb_ps_thread
|
|||
end
|
||||
|
||||
define rb_count_objects
|
||||
set $objspace = ruby_current_vm->objspace
|
||||
set $objspace = ruby_current_vm_ptr->objspace
|
||||
set $counts_00 = 0
|
||||
set $counts_01 = 0
|
||||
set $counts_02 = 0
|
||||
|
|
Loading…
Reference in a new issue