convert to_disconnect
[deliverable/binutils-gdb.git] / gdb / target.h
index 1437cc4c9174069037f4cdb8c608f2ec7e817dd1..1ceb74d099ad1e2d41a151622f310ad5df8442ae 100644 (file)
@@ -409,7 +409,8 @@ struct target_ops
       TARGET_DEFAULT_IGNORE ();
     void (*to_detach) (struct target_ops *ops, const char *, int)
       TARGET_DEFAULT_IGNORE ();
-    void (*to_disconnect) (struct target_ops *, char *, int);
+    void (*to_disconnect) (struct target_ops *, char *, int)
+      TARGET_DEFAULT_NORETURN (tcomplain ());
     void (*to_resume) (struct target_ops *, ptid_t, int, enum gdb_signal)
       TARGET_DEFAULT_NORETURN (noprocess ());
     ptid_t (*to_wait) (struct target_ops *,
This page took 0.032575 seconds and 4 git commands to generate.