Sfoglia il codice sorgente

Add missing gdb status print

Samuel Thibault 5 anni fa
parent
commit
0ecc575ae9
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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