* event-loop.c (event_handle_func): Adjust to use gdb_fildes_t.
[deliverable/binutils-gdb.git] / gdb / gdbserver / win32-low.h
index d5ddf16b516a496fdd0b5843f79a25dd6de11fa2..6e1b8dc6e06bfd6d8bb3b88da71b74c918970330 100644 (file)
@@ -28,6 +28,9 @@ typedef struct win32_thread_info
   /* The handle to the thread.  */
   HANDLE h;
 
+  /* Thread Information Block address.  */
+  CORE_ADDR thread_local_base;
+
   /* Non zero if SuspendThread was called on this thread.  */
   int suspended;
 
This page took 0.024034 seconds and 4 git commands to generate.