Support for Windows OS Thread Information Block.
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-low.c
index 9692f215713538b9f70345a2496b50a571b6ec78..6b7b40f9cd04a43453a8a6346c159ab652c86451 100644 (file)
@@ -4334,7 +4334,8 @@ static struct target_ops linux_target_ops = {
   linux_read_pc,
   linux_write_pc,
   linux_thread_stopped,
-  linux_pause_all
+  linux_pause_all,
+  NULL,              /* get_tib_address (Windows OS specific).  */
 };
 
 static void
This page took 0.023609 seconds and 4 git commands to generate.