mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
.gdbinit: as.heap.aux.shared no longer exist
Maybe 182ae1407b
missed it.
This commit is contained in:
parent
a6cf2f3d22
commit
c74b044aab
1 changed files with 1 additions and 1 deletions
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…
Reference in a new issue