浏览代码

Add missing gdb status print

Samuel Thibault 5 年之前
父节点
当前提交
0ecc575ae9
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      tools/gdbinit

+ 3 - 0
tools/gdbinit

@@ -189,6 +189,9 @@ define starpu-workers
     if $worker->status == STATUS_WAITING
       set $status="WAITING"
     end
+    if $worker->status == STATUS_SLEEPING_SCHEDULING
+      set $status="SLEEPING_SCHEDULING"
+    end
     if $worker->status == STATUS_SLEEPING
       set $status="SLEEPING"
     end