浏览代码

tools/gdbinit: deal with new task status STARPU_TASK_STOPPED

Nathalie Furmento 10 年之前
父节点
当前提交
67e4294f52
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      tools/gdbinit

+ 3 - 0
tools/gdbinit

@@ -69,6 +69,9 @@ define starpu-print-task
   if $task->status == 7
     set $status="STARPU_TASK_BLOCKED_ON_DATA"
   end
+  if $task->status == 8
+    set $status="STARPU_TASK_STOPPED"
+  end
 
   printf "StarPU Task (%p)\n", $task
   if $task->name