Make TUI borders respect "set style enabled"
[deliverable/binutils-gdb.git] / gdb / inf-ptrace.h
index 7cdab9af892d44cefa86dcb0e5ad4d54bfc8219f..dd0733736f2686ad50c46295e29e7f8f6eb7dec6 100644 (file)
@@ -1,6 +1,6 @@
 /* Low level child interface to ptrace.
 
-   Copyright (C) 2004-2019 Free Software Foundation, Inc.
+   Copyright (C) 2004-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -83,14 +83,4 @@ protected:
 
 extern pid_t get_ptrace_pid (ptid_t);
 
-/* Pointer to "inf_ptrace_me_fail_reason", which implements a function
-   that can be called by "inf_ptrace_me" in order to obtain the reason
-   for a ptrace failure.  ERR is the ERRNO value set by the failing
-   ptrace call.
-
-   This pointer can be overriden by targets that want to personalize
-   the error message printed when ptrace fails (see linux-nat.c, for
-   example).  */
-extern std::string (*inf_ptrace_me_fail_reason) (int err);
-
 #endif
This page took 0.025134 seconds and 4 git commands to generate.