gdbserver: on GDB breakpoint reinsertion, also delete the breakpoint's commands.
[deliverable/binutils-gdb.git] / gdb / gdbserver / server.c
index ebc773534009e2a1ee70b0d1ca9567c8da4eed47..cea56c14ad926f351e5b309dfd0491370a56bdfd 100644 (file)
@@ -3746,7 +3746,7 @@ process_serial_event (void)
                   here.  If we already have a list of parameters, GDB
                   is telling us to drop that list and use this one
                   instead.  */
-               clear_breakpoint_conditions (bp);
+               clear_breakpoint_conditions_and_commands (bp);
                process_point_options (bp, &dataptr);
              }
          }
This page took 0.025522 seconds and 4 git commands to generate.