convert to_kill
[deliverable/binutils-gdb.git] / gdb / target.h
index 696020cfced902346644e7a5fd624cf0cfb7ebaa..5b6ada7a4e69ace22bc50b41b4af7f8c25a2df87 100644 (file)
@@ -517,7 +517,8 @@ struct target_ops
       TARGET_DEFAULT_IGNORE ();
     void (*to_terminal_info) (struct target_ops *, const char *, int)
       TARGET_DEFAULT_FUNC (default_terminal_info);
-    void (*to_kill) (struct target_ops *);
+    void (*to_kill) (struct target_ops *)
+      TARGET_DEFAULT_NORETURN (noprocess ());
     void (*to_load) (struct target_ops *, char *, int)
       TARGET_DEFAULT_NORETURN (tcomplain ());
     void (*to_create_inferior) (struct target_ops *, 
This page took 0.025607 seconds and 4 git commands to generate.