[Libreoffice-commits] core.git: solenv/gdb

Michael Stahl mstahl at redhat.com
Fri Sep 15 09:19:53 UTC 2017


 solenv/gdb/libreoffice/sw.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8c3b410ae36d3d82e455180c6acbf23f434d6108
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Sep 15 11:15:38 2017 +0200

    solenv: fix GDB pretty-printers for SwNodes yet again
    
    Change-Id: I1eb1efedb98979b692874ae0ec48120cb5a38188

diff --git a/solenv/gdb/libreoffice/sw.py b/solenv/gdb/libreoffice/sw.py
index 7fd401b63049..e170709fb79c 100644
--- a/solenv/gdb/libreoffice/sw.py
+++ b/solenv/gdb/libreoffice/sw.py
@@ -194,7 +194,7 @@ class BigPtrArrayPrinter(object):
     class _iterator(six.Iterator):
 
         def __init__(self, array):
-            self.blocks = array['m_ppInf']['_M_t']['_M_head_impl']
+            self.blocks = array['m_ppInf']['_M_t']['_M_t']['_M_head_impl']
             self.count = array['m_nSize']
             self.pos = 0
             self.block_count = array['m_nBlock']


More information about the Libreoffice-commits mailing list