convert to_detach
[deliverable/binutils-gdb.git] / gdb / target.h
index 40e7688b6180f34ee2f6560fa88e65067f2f5912..4af0c881aa8864c0b28cb4f37bc8323b53a94bbb 100644 (file)
@@ -405,7 +405,8 @@ struct target_ops
     void (*to_close) (struct target_ops *);
     void (*to_attach) (struct target_ops *ops, char *, int);
     void (*to_post_attach) (struct target_ops *, int);
-    void (*to_detach) (struct target_ops *ops, const char *, int);
+    void (*to_detach) (struct target_ops *ops, const char *, int)
+      TARGET_DEFAULT_IGNORE ();
     void (*to_disconnect) (struct target_ops *, char *, int);
     void (*to_resume) (struct target_ops *, ptid_t, int, enum gdb_signal)
       TARGET_DEFAULT_NORETURN (noprocess ());
This page took 0.024084 seconds and 4 git commands to generate.