* win32-low.c (win32_get_thread_context)
[deliverable/binutils-gdb.git] / gdb / gdbserver / win32-low.h
index c2bf06a3632b986b6732a48c97608345508366f4..aad09dd49bc908e3cdfcacf84d55f020c1e8293f 100644 (file)
@@ -31,7 +31,12 @@ typedef struct win32_thread_info
   /* Non zero if SuspendThread was called on this thread.  */
   int suspended;
 
-  /* The context of the thread.  */
+#ifdef _WIN32_WCE
+  /* The context as retrieved right after suspending the thread. */
+  CONTEXT base_context;
+#endif
+
+  /* The context of the thread, including any manipulations.  */
   CONTEXT context;
 } win32_thread_info;
 
This page took 0.025056 seconds and 4 git commands to generate.