* linux-low.c (handle_extended_wait): Simplify, use my_waitpid.
[deliverable/binutils-gdb.git] / gdb / gdbserver / win32-low.h
index aad09dd49bc908e3cdfcacf84d55f020c1e8293f..f56bb8ff4517efd480f3452e2483745c5c0e3f46 100644 (file)
@@ -1,5 +1,5 @@
 /* Internal interfaces for the Win32 specific target code for gdbserver.
-   Copyright (C) 2007 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2008 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -42,6 +42,9 @@ typedef struct win32_thread_info
 
 struct win32_target_ops
 {
+  /* Architecture-specific setup.  */
+  void (*arch_setup) (void);
+
   /* The number of target registers.  */
   int num_regs;
 
@@ -67,10 +70,6 @@ struct win32_target_ops
 
   const unsigned char *breakpoint;
   int breakpoint_len;
-
-  /* What string to report to GDB when it asks for the architecture,
-     or NULL not to answer.  */
-  const char *arch_string;
 };
 
 extern struct win32_target_ops the_low_target;
This page took 0.024176 seconds and 4 git commands to generate.