diff options
author | Pedro Alves <palves@redhat.com> | 2009-10-20 16:34:00 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-10-20 16:34:00 +0000 |
commit | 20176d8fbf4a9862f0347038013c6807e90f5881 (patch) | |
tree | 55c1622f945f63f0a19f4af136b81a5b722eea21 /gdb/remote-sim.c | |
parent | 40625c9de32122a71ddc72826e6c5f43eae175cd (diff) | |
download | gdb-20176d8fbf4a9862f0347038013c6807e90f5881.zip gdb-20176d8fbf4a9862f0347038013c6807e90f5881.tar.gz gdb-20176d8fbf4a9862f0347038013c6807e90f5881.tar.bz2 |
* 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c index 2031116..93fdfe8 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 */ |