aboutsummaryrefslogtreecommitdiffstats
path: root/.gdbinit
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-06-12 10:23:15 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2020-06-12 10:23:15 +0900
commitc74b044aabcac6fd31b5e86725755a5305b55445 (patch)
tree793533b8001f3984e792a209df885f78ac25ccd9 /.gdbinit
parenta6cf2f3d22a78aeae9d7f36cc78a195deb686705 (diff)
downloadruby-c74b044aabcac6fd31b5e86725755a5305b55445.tar.gz
.gdbinit: as.heap.aux.shared no longer exist
Maybe 182ae1407b3f6597cdbf6872f788c1ed3aa22a35 missed it.
Diffstat (limited to '.gdbinit')
-rw-r--r--.gdbinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gdbinit b/.gdbinit
index f73c036299..45572197c8 100644
--- a/.gdbinit
+++ b/.gdbinit
@@ -136,7 +136,7 @@ define rp
printf "%sT_ARRAY%s: len=%ld ", $color_type, $color_end, $len
if ($flags & RUBY_FL_USER2)
printf "(shared) shared="
- output/x ((struct RArray*)($arg0))->as.heap.aux.shared
+ output/x ((struct RArray*)($arg0))->as.heap.aux.shared_root
printf " "
else
printf "(ownership) capa=%ld ", ((struct RArray*)($arg0))->as.heap.aux.capa