gdb/doc: Add documentation for tfile description section lines.
[deliverable/binutils-gdb.git] / gdb / inf-child.h
index 3f00ab638916ea96c5842cc95390bbe46c1f97d6..2c5deecb138e2ace063d82e22107e3fc9a308590 100644 (file)
@@ -1,6 +1,6 @@
 /* Base/prototype target for default child (native) targets.
 
-   Copyright (C) 2004-2014 Free Software Foundation, Inc.
+   Copyright (C) 2004-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -34,7 +34,11 @@ extern void store_waitstatus (struct target_waitstatus *, int);
    the target, in case it need to override to_open.  */
 
 extern void inf_child_open_target (struct target_ops *target,
-                                  char *arg, int from_tty);
+                                  const char *arg, int from_tty);
+
+/* To be called by the native target's to_mourn_inferior routine.  */
+
+extern void inf_child_mourn_inferior (struct target_ops *ops);
 
 /* Unpush the target if it wasn't explicitly open with "target native"
    and there are no live inferiors left.  Note: if calling this as a
This page took 0.024488 seconds and 4 git commands to generate.