gdbserver: start turning the target ops vector into a class
[deliverable/binutils-gdb.git] / gdbserver / linux-low.h
index e25ddd024dd18c79afcfb2197b822bf88eed3d9d..e6042735f388dc006113d28712ced87cb3a0200b 100644 (file)
@@ -264,6 +264,14 @@ struct linux_target_ops
 
 extern struct linux_target_ops the_low_target;
 
+/* Target ops definitions for a Linux target.  */
+
+class linux_process_target : public process_target
+{
+public:
+
+};
+
 #define get_thread_lwp(thr) ((struct lwp_info *) (thread_target_data (thr)))
 #define get_lwp_thread(lwp) ((lwp)->thread)
 
This page took 0.024558 seconds and 4 git commands to generate.