diff options
Diffstat (limited to 'debugger.c')
-rw-r--r-- | debugger.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -412,6 +412,8 @@ static int wait_thread(struct thread *th) { strcpy(eventth->status, "EXITED"); } + free_breakpoints(th->proc); + th->stopped = 1; th->signal = 0; th->doing = 0; |