gdbserver crash running gdb.threads/non-ldr-exc-1.exp
[deliverable/binutils-gdb.git] / gdb / gdbserver / nto-low.h
index 1a6967b3fce3eedf716f38f30b1236f0c43a5bc8..4853cc2f69fcf931c307da1bb283802dc774c9ab 100644 (file)
@@ -1,5 +1,5 @@
 /* Internal interfaces for the QNX Neutrino specific target code for gdbserver.
-   Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -19,6 +19,8 @@
 #ifndef NTO_LOW_H
 #define NTO_LOW_H
 
+struct target_desc;
+
 enum regset_type
 {
   NTO_REG_GENERAL,
@@ -40,5 +42,9 @@ struct nto_target_ops
 
 extern struct nto_target_ops the_low_target;
 
+/* The inferior's target description.  This is a global because the
+   LynxOS ports support neither bi-arch nor multi-process.  */
+extern const struct target_desc *nto_tdesc;
+
 #endif
 
This page took 0.023472 seconds and 4 git commands to generate.