convert to_post_startup_inferior
[deliverable/binutils-gdb.git] / gdb / target.h
index b37d07038a0e8c1066554b086d9dc1622200c8f3..3560fabcad27154e7e6442596ad5a6fa355717cb 100644 (file)
@@ -517,7 +517,8 @@ struct target_ops
       TARGET_DEFAULT_NORETURN (tcomplain ());
     void (*to_create_inferior) (struct target_ops *, 
                                char *, char *, char **, int);
-    void (*to_post_startup_inferior) (struct target_ops *, ptid_t);
+    void (*to_post_startup_inferior) (struct target_ops *, ptid_t)
+      TARGET_DEFAULT_IGNORE ();
     int (*to_insert_fork_catchpoint) (struct target_ops *, int);
     int (*to_remove_fork_catchpoint) (struct target_ops *, int);
     int (*to_insert_vfork_catchpoint) (struct target_ops *, int);
This page took 0.027201 seconds and 4 git commands to generate.