Multi-target support
[deliverable/binutils-gdb.git] / gdb / gdbserver / win32-low.c
index 340f65bbf95a49ccf4677adc972d62673f4ca8e3..2c4a9b1074b2f857d744b3831204604146395935 100644 (file)
@@ -307,7 +307,7 @@ win32_stopped_data_address (void)
 /* Transfer memory from/to the debugged process.  */
 static int
 child_xfer_memory (CORE_ADDR memaddr, char *our, int len,
-                  int write, struct target_ops *target)
+                  int write, process_stratum_target *target)
 {
   BOOL success;
   SIZE_T done = 0;
@@ -1795,7 +1795,7 @@ win32_sw_breakpoint_from_kind (int kind, int *size)
   return the_low_target.breakpoint;
 }
 
-static struct target_ops win32_target_ops = {
+static process_stratum_target win32_target_ops = {
   win32_create_inferior,
   NULL,  /* post_create_inferior */
   win32_attach,
This page took 0.025142 seconds and 4 git commands to generate.