Don't set terminal flags twice in a row
[deliverable/binutils-gdb.git] / gdb / inf-ptrace.h
index 0a267202eccbe6140bc68d211b9fef2cd25b1146..3f27efe4297611f39bbebc274c717008df566cc4 100644 (file)
@@ -1,6 +1,6 @@
 /* Low level child interface to ptrace.
 
-   Copyright (C) 2004-2016 Free Software Foundation, Inc.
+   Copyright (C) 2004-2017 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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.0233 seconds and 4 git commands to generate.