Add "new-ui console" tests
[deliverable/binutils-gdb.git] / gdb / inf-ptrace.h
index 086649defde3028e84f7c190e7ca7f0ec10bab32..0a267202eccbe6140bc68d211b9fef2cd25b1146 100644 (file)
@@ -1,6 +1,6 @@
 /* Low level child interface to ptrace.
 
-   Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2004-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -33,4 +33,9 @@ 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);
+
 #endif
This page took 0.066546 seconds and 4 git commands to generate.