Correct disassembly of dot product instructions.
[deliverable/binutils-gdb.git] / gdb / inf-child.h
index 3f00ab638916ea96c5842cc95390bbe46c1f97d6..947a7271184684876481f7d9af165aa4a83bad45 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-2017 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.024428 seconds and 4 git commands to generate.