From d0fdacd6b70c70767a7dd134ac1557a4c950881f Mon Sep 17 00:00:00 2001 From: ktsj Date: Sun, 29 Oct 2017 06:16:10 +0000 Subject: .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 --- .gdbinit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gdbinit') diff --git a/.gdbinit b/.gdbinit index 544ded74c8..2fda839294 100644 --- a/.gdbinit +++ b/.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 -- cgit v1.2.3