From: drow Date: Thu, 3 Mar 2005 16:53:57 +0000 (+0000) Subject: * remote.c (remote_open_1): Call observer_notify_inferior_created. X-Git-Tag: pre_wait_sig_exit~2791 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3bed7ca07f4730b9a1c22532a33f1737ba667100;p=pf3gnuchains%2Fpf3gnuchains4x.git * remote.c (remote_open_1): Call observer_notify_inferior_created. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 758f5f21e9..31d5950b97 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2005-03-03 Daniel Jacobowitz + * remote.c (remote_open_1): Call observer_notify_inferior_created. + +2005-03-03 Daniel Jacobowitz + * arm-tdep.c (arm_make_stub_cache, arm_stub_this_id) (arm_stub_unwind, arm_stub_unwind_sniffer): New. (arm_gdbarch_init): Add arm_stub_unwind_sniffer. diff --git a/gdb/remote.c b/gdb/remote.c index 444e6e8cfd..9b259fac5d 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -1,7 +1,7 @@ /* Remote target communications for serial-line targets in custom GDB protocol Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, - 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 + 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GDB. @@ -2311,6 +2311,8 @@ remote_open_1 (char *name, int from_tty, struct target_ops *target, remote_check_symbols (symfile_objfile); } #endif + + observer_notify_inferior_created (¤t_target, from_tty); } /* This takes a program previously attached to and detaches it. After