Explorar o código

Add missing gdb status print

Samuel Thibault %!s(int64=5) %!d(string=hai) anos
pai
achega
0ecc575ae9
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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