Commit d1cd8294 authored by Russ Cox's avatar Russ Cox

runtime: omit breakpoint during terminal panic

again.
CL 4222043 missed this case.

R=brainman, r, r2
CC=golang-dev
https://golang.org/cl/4235043
parent c833d2fd
......@@ -64,8 +64,6 @@ runtime·dopanic(int32 unused)
runtime·lock(&deadlock);
}
runtime·panicking = 1; // so we don't dump another stack trace for breakpoint trap
runtime·breakpoint(); // so we can grab it in a debugger
runtime·exit(2);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment