소스 검색

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
     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