inferior_appeared_silent.
* remote-sim.c (gdbsim_create_inferior): Ditto.
+2009-10-20 Ken Werner <ken@linux.vnet.ibm.com>
+
+ * go32-nat.c (go32_create_inferior): Use inferior_appeared, not
+ inferior_appeared_silent.
+ * remote-sim.c (gdbsim_create_inferior): Ditto.
+
2009-10-20 Pedro Alves <pedro@codesourcery.com>
* darwin-nat.c (cancel_breakpoint): Pass the regcache's address
inferior_ptid = pid_to_ptid (SOME_PID);
inf = current_inferior ();
- inferior_appeared_silent (inf, SOME_PID);
+ inferior_appeared (inf, SOME_PID);
push_target (&go32_ops);
sim_create_inferior (gdbsim_desc, exec_bfd, argv, env);
inferior_ptid = remote_sim_ptid;
- inferior_appeared_silent (current_inferior (), ptid_get_pid (inferior_ptid));
+ inferior_appeared (current_inferior (), ptid_get_pid (inferior_ptid));
add_thread_silent (inferior_ptid);
insert_breakpoints (); /* Needed to get correct instruction in cache */