.gdbinit: as.heap.aux.shared no longer exist
Maybe 182ae1407b3f6597cdbf6872f788c1ed3aa22a35 missed it.
This commit is contained in:
parent
a6cf2f3d22
commit
c74b044aab
2
.gdbinit
2
.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
|
||||
|
Loading…
x
Reference in New Issue
Block a user