]> granicus.if.org Git - apache/commitdiff
* It needs to be the dereferenced node
authorRuediger Pluem <rpluem@apache.org>
Mon, 9 Oct 2017 08:58:03 +0000 (08:58 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 9 Oct 2017 08:58:03 +0000 (08:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1811540 13f79535-47bb-0310-9956-ffa450edef68

.gdbinit

index 042df453cc9cac91aad085c61be5850554f95b9b..494ff829d9d150f7b66464183864a4b51cff7c5e 100644 (file)
--- a/.gdbinit
+++ b/.gdbinit
@@ -444,7 +444,7 @@ class DumpPoolAndChilds (gdb.Command):
       if node != 0:
         while node != 0:
           noded = node.dereference()
-          kb = kb + (4 << int(node['index']))
+          kb = kb + (4 << int(noded['index']))
           node = noded['next']
       i = i + 1
     self.total_free_blocks[salloc] = kb