gdbserver: start turning the target ops vector into a class
[deliverable/binutils-gdb.git] / gdbserver / win32-low.h
index 7a3eeda6e24851cb3b8d641ea8926ccaff035b80..ff96f804fbdd997a34df3181498a75c6a4882880 100644 (file)
@@ -101,6 +101,14 @@ struct win32_target_ops
 
 extern struct win32_target_ops the_low_target;
 
+/* Target ops definitions for a Win32 target.  */
+
+class win32_process_target : public process_target
+{
+public:
+
+};
+
 /* Retrieve the context for this thread, if not already retrieved.  */
 extern void win32_require_context (win32_thread_info *th);
 
This page took 0.023499 seconds and 4 git commands to generate.