commit | fed1e8d33ab050df892a88110e1a316d285ee650 | [log] [tgz] |
---|---|---|
author | Petr Machata <pmachata@redhat.com> | Tue Feb 07 02:06:29 2012 +0100 |
committer | Petr Machata <pmachata@redhat.com> | Tue Feb 07 02:06:29 2012 +0100 |
tree | 9767c0620a03cad391daca9449242dd926da84c1 | |
parent | b4f9e0c0413c03ad897d7aad320a4a1cd49c467a [diff] [blame] |
Cleanups
diff --git a/proc.c b/proc.c index f4d3396..106b6a0 100644 --- a/proc.c +++ b/proc.c
@@ -116,7 +116,7 @@ if (process_tasks(pid, &tasks, &ntasks) < 0) { fprintf(stderr, "Cannot obtain tasks of pid %u: %s\n", pid, strerror(errno)); - goto start; + break; } have_all = 1; @@ -135,7 +135,6 @@ /* Done. Now initialize breakpoints and then continue * everyone. */ Process * leader; -start: leader = pid2proc(pid)->leader; enable_all_breakpoints(leader);