summaryrefslogtreecommitdiff
path: root/solenv/gdb
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2017-07-28 19:39:25 +0200
committerJan-Marek Glogowski <glogow@fbihome.de>2017-07-28 22:21:13 +0200
commit0090f1a9a3e6de84b504f21fd63d6488b17a344e (patch)
treed2a072eb0262736b4da93ddf8777bbaf996e3631 /solenv/gdb
parent81164892e16f7f014e32403f63ed78ba41950aec (diff)
Fix scheduler GDB pretty printer
mbDelete is gone, as we simply check for mpTask. Change-Id: I9d451f2445fb6b978d177b45d75abde2595c5fac
Diffstat (limited to 'solenv/gdb')
-rw-r--r--solenv/gdb/libreoffice/vcl.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/gdb/libreoffice/vcl.py b/solenv/gdb/libreoffice/vcl.py
index d8bac0b84331..07f95a697689 100644
--- a/solenv/gdb/libreoffice/vcl.py
+++ b/solenv/gdb/libreoffice/vcl.py
@@ -54,7 +54,6 @@ class ImplSchedulerDataPrinter(object):
assert 0 == timer['mnTimeout'], "Idle with timeout == {}".format( timer['mnTimeout'] )
return res
else:
- assert gdbobj['mbDelete'], "No task set and not marked for deletion!"
return "(no task)"
def to_string(self):