summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-09-15 11:15:38 +0200
committerMichael Stahl <mstahl@redhat.com>2017-09-15 11:18:24 +0200
commit8c3b410ae36d3d82e455180c6acbf23f434d6108 (patch)
treec2f33eaa35b36a4068fd77df78daa0b5eccb9928 /solenv
parentb29402009831f8a96fd77fc1042c3004c224a350 (diff)
solenv: fix GDB pretty-printers for SwNodes yet again
Change-Id: I1eb1efedb98979b692874ae0ec48120cb5a38188
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gdb/libreoffice/sw.py2
1 files changed, 1 insertions, 1 deletions
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']