solenv/gdb/libreoffice/sw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8c3b410ae36d3d82e455180c6acbf23f434d6108 Author: Michael Stahl <mst...@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'] _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits