]> granicus.if.org Git - php/commitdiff
Fix macros after GC patch.
authorAndrei Zmievski <andrei@php.net>
Sun, 14 Oct 2007 02:48:30 +0000 (02:48 +0000)
committerAndrei Zmievski <andrei@php.net>
Sun, 14 Oct 2007 02:48:30 +0000 (02:48 +0000)
.gdbinit

index 596f32e3efaa7d76fb33cf49196066826988261d..3bde45983773d4aea5985c70af5221a376739c3d 100644 (file)
--- a/.gdbinit
+++ b/.gdbinit
@@ -46,8 +46,8 @@ define ____printzv_contents
        set $zvalue = $arg0
        set $type = $zvalue->type
 
-       printf "(refcount=%d", $zvalue->refcount
-       if $zvalue->is_ref
+       printf "(refcount=%d", $zvalue->refcount__gc
+       if $zvalue->is_ref__gc
                printf ",is_ref"
        end
        printf ") "