vla: evaluate operand of sizeof if its type is a vla
[deliverable/binutils-gdb.git] / gdb / inf-child.h
index 818d7887f2b232c05efe54415dbbe664d50f0c85..4473cff5a8df55a4c2191c700186c7393d8a69bc 100644 (file)
@@ -1,7 +1,6 @@
-/* Low level Unix child interface, for GDB when running under Unix.
+/* Base/prototype target for default child (native) targets.
 
-   Copyright (C) 2004, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2004-2014 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.030342 seconds and 4 git commands to generate.