Add support to show the symbolic names of the MIPS CP1 registers.
[deliverable/binutils-gdb.git] / gdb / inf-child.h
index 818d7887f2b232c05efe54415dbbe664d50f0c85..f088290baa7c1be982c009642d940cfa197f3dfd 100644 (file)
@@ -1,7 +1,6 @@
 /* Low level Unix child interface, for GDB when running under Unix.
 
-   Copyright (C) 2004, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2004-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -26,4 +25,9 @@
 
 extern struct target_ops *inf_child_target (void);
 
+/* Functions for helping to write a native target.  */
+
+/* This is for native targets which use a unix/POSIX-style waitstatus.  */
+extern void store_waitstatus (struct target_waitstatus *, int);
+
 #endif
This page took 0.024068 seconds and 4 git commands to generate.