diff options
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 8e69131..fa7fb69 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -6320,7 +6320,8 @@ until_break_command (char *arg, int from_tty, int anywhere) args->breakpoint2 = breakpoint2; discard_cleanups (old_chain); - add_continuation (until_break_command_continuation, args, + add_continuation (inferior_thread (), + until_break_command_continuation, args, xfree); } else |