Fix failure to detach if process exits while detaching on Linux
[deliverable/binutils-gdb.git] / gdb / inf-ptrace.h
index 0a267202eccbe6140bc68d211b9fef2cd25b1146..f1fc11193ef020466de6630cf65d917c57a980d8 100644 (file)
@@ -38,4 +38,8 @@ extern struct target_ops *
 
 extern pid_t get_ptrace_pid (ptid_t);
 
+
+/* Cleanup the inferior after a successful ptrace detach.  */
+extern void inf_ptrace_detach_success (struct target_ops *ops);
+
 #endif
This page took 0.025599 seconds and 4 git commands to generate.