Kaydet (Commit) 0090f1a9 authored tarafından Jan-Marek Glogowski's avatar Jan-Marek Glogowski

Fix scheduler GDB pretty printer

mbDelete is gone, as we simply check for mpTask.

Change-Id: I9d451f2445fb6b978d177b45d75abde2595c5fac
üst 81164892
...@@ -54,7 +54,6 @@ class ImplSchedulerDataPrinter(object): ...@@ -54,7 +54,6 @@ class ImplSchedulerDataPrinter(object):
assert 0 == timer['mnTimeout'], "Idle with timeout == {}".format( timer['mnTimeout'] ) assert 0 == timer['mnTimeout'], "Idle with timeout == {}".format( timer['mnTimeout'] )
return res return res
else: else:
assert gdbobj['mbDelete'], "No task set and not marked for deletion!"
return "(no task)" return "(no task)"
def to_string(self): def to_string(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment