loepere@gonzo.masscomp.com (04/04/89)
There should be a call to 'clear_proceed_status' just after the declarations
in 'until_break_command' within 'breakpoint.c' (gdb-3.1). - Keith
% diff -c2 /users/gnu/gdb-3.1/breakpoint.c /users/gnu/gdb/breakpoint.c
*** /users/gnu/gdb-3.1/breakpoint.c Mon Jan 16 14:03:34 1989
--- /users/gnu/gdb/breakpoint.c Fri Mar 10 13:27:56 1989
***************
*** 780,783
FRAME prev_frame = get_prev_frame (frame);
/* Set a breakpoint where the user wants it and at return from
this function */
--- 780,785 -----
FRAME prev_frame = get_prev_frame (frame);
+ clear_proceed_status ();
+
/* Set a breakpoint where the user wants it and at return from
this function */