summaryrefslogtreecommitdiff
path: root/gdb/remote-sim.c
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2009-10-20 16:33:59 +0000
committerPedro Alves <pedro@codesourcery.com>2009-10-20 16:33:59 +0000
commitc22b6c4902edb20133ae40bfc8c3b7b1f1298c14 (patch)
tree2deef4ee7d464d73c2230419c76c655072c71393 /gdb/remote-sim.c
parent70864667465ea1c441aff1c5dc63ed0d175ec205 (diff)
downloadgdb-c22b6c4902edb20133ae40bfc8c3b7b1f1298c14.tar.gz
* go32-nat.c (go32_create_inferior): Use inferior_appeared, not
inferior_appeared_silent. * remote-sim.c (gdbsim_create_inferior): Ditto.
Diffstat (limited to 'gdb/remote-sim.c')
-rw-r--r--gdb/remote-sim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c
index 2031116b096..93fdfe89a35 100644
--- a/gdb/remote-sim.c
+++ b/gdb/remote-sim.c
@@ -471,7 +471,7 @@ gdbsim_create_inferior (struct target_ops *target, char *exec_file, char *args,
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 */