+2005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * remote.c (remote_open_1): Call observer_notify_inferior_created.
+
2005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
* arm-tdep.c (arm_make_stub_cache, arm_stub_this_id)
/* 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.
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