summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gdb/libreoffice/svl.py2
-rw-r--r--solenv/vs/LibreOffice.natvis2
2 files changed, 2 insertions, 2 deletions
diff --git a/solenv/gdb/libreoffice/svl.py b/solenv/gdb/libreoffice/svl.py
index 28ca2997e5d7..f82b02a7b4a3 100644
--- a/solenv/gdb/libreoffice/svl.py
+++ b/solenv/gdb/libreoffice/svl.py
@@ -39,7 +39,7 @@ class ItemSetPrinter(object):
for (whichfrom, whichto) in whichranges:
size += whichto - whichfrom + 1
whichids += [which for which in range(whichfrom, whichto+1)]
- return self._iterator(self.value['m_pItems']['_M_t']['_M_t']['_M_head_impl'], size, whichids)
+ return self._iterator(self.value['m_ppItems'], size, whichids)
class _iterator(six.Iterator):
diff --git a/solenv/vs/LibreOffice.natvis b/solenv/vs/LibreOffice.natvis
index ee4171bac9cf..0962c1c441fb 100644
--- a/solenv/vs/LibreOffice.natvis
+++ b/solenv/vs/LibreOffice.natvis
@@ -340,7 +340,7 @@
<DisplayString>{{size={m_nCount,d}}}</DisplayString>
<Expand>
<CustomListItems>
- <Variable Name='pCurItem' InitialValue='m_pItems._Mypair._Myval2'/>
+ <Variable Name='pCurItem' InitialValue='m_ppItems'/>
<Variable Name='nRanges' InitialValue='m_pWhichRanges.m_size'/>
<Variable Name='nCurRange' InitialValue='0'/>
<Variable Name='nCurWhich' InitialValue='0'/>