Handle pending stops from the Windows kernel
[deliverable/binutils-gdb.git] / gdb / nat / windows-nat.h
index 695f801c58fbb7d74521277be2294bc512d1c43d..224ae5c536cbd65803170b81bf8203df9f18eb6b 100644 (file)
@@ -77,6 +77,10 @@ struct windows_thread_info
      inferior thread.  */
   bool reload_context = false;
 
+  /* True if this thread is currently stopped at a software
+     breakpoint.  This is used to offset the PC when needed.  */
+  bool stopped_at_software_breakpoint = false;
+
   /* The name of the thread, allocated by xmalloc.  */
   gdb::unique_xmalloc_ptr<char> name;
 };
This page took 0.043784 seconds and 4 git commands to generate.