summaryrefslogtreecommitdiffstats
path: root/gdb
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2009-10-20 16:34:00 +0000
committerPedro Alves <palves@redhat.com>2009-10-20 16:34:00 +0000
commit20176d8fbf4a9862f0347038013c6807e90f5881 (patch)
tree55c1622f945f63f0a19f4af136b81a5b722eea21 /gdb
parent40625c9de32122a71ddc72826e6c5f43eae175cd (diff)
downloadppe42-binutils-20176d8fbf4a9862f0347038013c6807e90f5881.tar.gz
ppe42-binutils-20176d8fbf4a9862f0347038013c6807e90f5881.zip
* go32-nat.c (go32_create_inferior): Use inferior_appeared, not
inferior_appeared_silent. * remote-sim.c (gdbsim_create_inferior): Ditto.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog6
-rw-r--r--gdb/go32-nat.c2
-rw-r--r--gdb/remote-sim.c2
3 files changed, 8 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1d7922ffc6..2f895a088d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+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
diff --git a/gdb/go32-nat.c b/gdb/go32-nat.c
index 4c30411ab2..a1cce13582 100644
--- a/gdb/go32-nat.c
+++ b/gdb/go32-nat.c
@@ -716,7 +716,7 @@ go32_create_inferior (struct target_ops *ops, char *exec_file,
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);
diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c
index 2031116b09..93fdfe89a3 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 */
OpenPOWER on IntegriCloud