diff options
author | 卜部昌平 <shyouhei@ruby-lang.org> | 2020-06-12 10:23:15 +0900 |
---|---|---|
committer | 卜部昌平 <shyouhei@ruby-lang.org> | 2020-06-12 10:23:15 +0900 |
commit | c74b044aabcac6fd31b5e86725755a5305b55445 (patch) | |
tree | 793533b8001f3984e792a209df885f78ac25ccd9 /.gdbinit | |
parent | a6cf2f3d22a78aeae9d7f36cc78a195deb686705 (diff) | |
download | ruby-c74b044aabcac6fd31b5e86725755a5305b55445.tar.gz |
.gdbinit: as.heap.aux.shared no longer exist
Maybe 182ae1407b3f6597cdbf6872f788c1ed3aa22a35 missed it.
Diffstat (limited to '.gdbinit')
-rw-r--r-- | .gdbinit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |