* remote.c (remote_open_1): Call observer_notify_inferior_created.
authorDaniel Jacobowitz <drow@false.org>
Thu, 3 Mar 2005 16:54:05 +0000 (16:54 +0000)
committerDaniel Jacobowitz <drow@false.org>
Thu, 3 Mar 2005 16:54:05 +0000 (16:54 +0000)
gdb/ChangeLog
gdb/remote.c

index 758f5f21e9635e6e8f38bb7a45659dcfde8df7d4..31d5950b97e67cb0bd17998aea80029e60975fe4 100644 (file)
@@ -1,3 +1,7 @@
+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)
index 444e6e8cfd4ae108bdf10b1e96661b6c899310ec..9b259fac5d6a78c487329226bd21b7dd8157d4c3 100644 (file)
@@ -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 (&current_target, from_tty);
 }
 
 /* This takes a program previously attached to and detaches it.  After
This page took 0.038869 seconds and 4 git commands to generate.