Samuel Thibault %!s(int64=4) %!d(string=hai) anos
pai
achega
9b5963e6b6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/gdbinit

+ 1 - 1
tools/gdbinit

@@ -139,7 +139,7 @@ define starpu-print-task-and-successor
     end
     if ($cg->cg_type == 4)
       # STARPU_CG_TASK
-      printf "dep of task %p\n", $cg->succ.job
+      printf "dep of job %p task %p\n", $cg->succ.job, $cg->succ.job->task
       starpu-print-task $cg->succ.job->task
     end
     set $i = $i + 1