[GDBserver] Multi-process + multi-arch
[deliverable/binutils-gdb.git] / gdb / gdbserver / lynx-low.h
index 552c50ffdeaccf8848472cfcadcae988215e527e..47deaab82e1e39d87624510295b7e8a7677a4035 100644 (file)
@@ -18,6 +18,7 @@
 #include "server.h"
 
 struct regcache;
+struct target_desc;
 
 /*  Some information relative to a given register set.   */
 
@@ -50,3 +51,6 @@ struct lynx_target_ops
 
 extern struct lynx_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 *lynx_tdesc;
This page took 0.025348 seconds and 4 git commands to generate.