gdbserver: start turning the target ops vector into a class
[deliverable/binutils-gdb.git] / gdbserver / nto-low.h
index 393b8a98695ca8f370cc5d8b33756ea71f58b7dd..2695db98737083a2d5e8f3f5a7ebf16816e307e1 100644 (file)
@@ -42,6 +42,14 @@ struct nto_target_ops
 
 extern struct nto_target_ops the_low_target;
 
+/* Target ops definitions for a QNX Neutrino target.  */
+
+class nto_process_target : public process_target
+{
+public:
+
+};
+
 /* 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;
This page took 0.022874 seconds and 4 git commands to generate.