From e6e5defb3189b3f4a8f7635143bbae0d710a78dc Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 18 Aug 2015 08:18:57 +0200 Subject: [PATCH] fix printzv (refcount) --- .gdbinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gdbinit b/.gdbinit index 7ac7d3cd703..2480b4aab2d 100644 --- a/.gdbinit +++ b/.gdbinit @@ -153,7 +153,7 @@ define ____printzv_contents # 15 == IS_INDIRECT if $type >= 5 && $type != 15 - printf "(refcount=%d) ", $zvalue->value.counted->refcount + printf "(refcount=%d) ", $zvalue->value.counted->gc.refcount end if $type == 0