summaryrefslogtreecommitdiff
path: root/solenv/gdb/libreoffice/sw.py
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/gdb/libreoffice/sw.py')
-rw-r--r--solenv/gdb/libreoffice/sw.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/gdb/libreoffice/sw.py b/solenv/gdb/libreoffice/sw.py
index a9d2e8ca4f18..532f1c59e5df 100644
--- a/solenv/gdb/libreoffice/sw.py
+++ b/solenv/gdb/libreoffice/sw.py
@@ -163,6 +163,8 @@ class BigPtrArrayPrinter(object):
cur_indent = self.indent
elif str(node.dynamic_type.target()) == "SwDummySectionNode":
value = "DummySctNode "
+ else: # must be currently being deleted, so has some abstract type
+ value = "~DeletedNode "
# return "\n[%s%4d%s] %s %s" % (cur_indent, self.pos, \
# self.max_indent[len(cur_indent):], node, value)
return "\n[%4d] %s%s%s %s" % (self.pos, cur_indent, \