Add gdbarch callback to provide formats for debug info float types
[deliverable/binutils-gdb.git] / gdb / inf-ptrace.h
index 1b09781ced8241a67c5d1f0804ab98c53888b2cf..f1fc11193ef020466de6630cf65d917c57a980d8 100644 (file)
@@ -1,7 +1,6 @@
 /* Low level child interface to ptrace.
 
-   Copyright (C) 2004, 2005, 2007, 2008, 2009, 2010
-   Free Software Foundation, Inc.
+   Copyright (C) 2004-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -34,4 +33,13 @@ extern struct target_ops *
   inf_ptrace_trad_target (CORE_ADDR (*register_u_offset)
                                        (struct gdbarch *, int, int));
 
+/* Return which PID to pass to ptrace in order to observe/control the
+   tracee identified by PTID.  */
+
+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.024534 seconds and 4 git commands to generate.