ソースを参照

Add missing gdb status print

Samuel Thibault 6 年 前
コミット
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
     if $worker->status == STATUS_WAITING
       set $status="WAITING"
       set $status="WAITING"
     end
     end
+    if $worker->status == STATUS_SLEEPING_SCHEDULING
+      set $status="SLEEPING_SCHEDULING"
+    end
     if $worker->status == STATUS_SLEEPING
     if $worker->status == STATUS_SLEEPING
       set $status="SLEEPING"
       set $status="SLEEPING"
     end
     end