+2014-07-25 Pedro Alves <palves@redhat.com>
+
+ * go32-nat.c (go32_create_inferior): Pass 0 to clear_proceed_status.
+ * monitor.c (monitor_create_inferior): Likewise.
+ * remote-m32r-sdi.c (m32r_create_inferior): Likewise.
+ * remote-sim.c (gdbsim_create_inferior): Likewise.
+ * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
+ * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
+ * windows-nat.c (do_initial_windows_stuff): Likewise.
+
2014-07-25 Pedro Alves <palves@redhat.com>
* NEWS: Mention signal passing and "signal" command changes.
add_thread_silent (inferior_ptid);
- clear_proceed_status ();
+ clear_proceed_status (0);
insert_breakpoints ();
prog_has_started = 1;
}
error (_("Args are not supported by the monitor."));
first_time = 1;
- clear_proceed_status ();
+ clear_proceed_status (0);
regcache_write_pc (get_current_regcache (),
bfd_get_start_address (exec_bfd));
}
/* The "process" (board) is already stopped awaiting our commands, and
the program is already downloaded. We just set its PC and go. */
- clear_proceed_status ();
+ clear_proceed_status (0);
/* Tell wait_for_inferior that we've started a new process. */
init_wait_for_inferior ();
insert_breakpoints (); /* Needed to get correct instruction
in cache. */
- clear_proceed_status ();
+ clear_proceed_status (0);
}
/* The open routine takes the rest of the parameters from the command,
tp = inferior_thread ();
- clear_proceed_status ();
+ clear_proceed_status (0);
inf->control.stop_soon = STOP_QUIETLY;
tp->suspend.stop_signal = GDB_SIGNAL_0;
return;
tp = inferior_thread ();
- clear_proceed_status ();
+ clear_proceed_status (0);
inf->control.stop_soon = STOP_QUIETLY;
tp->suspend.stop_signal = GDB_SIGNAL_0;
do
push_target (ops);
disable_breakpoints_in_shlibs ();
windows_clear_solib ();
- clear_proceed_status ();
+ clear_proceed_status (0);
init_wait_for_inferior ();
inf = current_inferior ();