ruby-changes:61686
From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Fri, 12 Jun 2020 10:45:05 +0900 (JST)
Subject: [ruby-changes:61686] c74b044aab (master): .gdbinit: as.heap.aux.shared no longer exist
https://git.ruby-lang.org/ruby.git/commit/?id=c74b044aab From c74b044aabcac6fd31b5e86725755a5305b55445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= <shyouhei@r...> Date: Fri, 12 Jun 2020 10:23:15 +0900 Subject: .gdbinit: as.heap.aux.shared no longer exist Maybe 182ae1407b3f6597cdbf6872f788c1ed3aa22a35 missed it. diff --git a/.gdbinit b/.gdbinit index f73c036..4557219 100644 --- a/.gdbinit +++ b/.gdbinit @@ -136,7 +136,7 @@ define rp https://github.com/ruby/ruby/blob/trunk/.gdbinit#L136 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 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/