]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/gdbserver/linux-low.h
Remove need_step_over from struct lwp_info
[thirdparty/binutils-gdb.git] / gdb / gdbserver / linux-low.h
index d4946c14d7e754f2d270c3c43bd098435b89341c..6e7ddbdd0459ffa32031fcf03aaa6b20959ef62d 100644 (file)
@@ -365,10 +365,6 @@ struct lwp_info
      a exit-jump-pad-quickly breakpoint.  This is it.  */
   struct breakpoint *exit_jump_pad_bkpt;
 
-  /* True if the LWP was seen stop at an internal breakpoint and needs
-     stepping over later when it is resumed.  */
-  int need_step_over;
-
 #ifdef USE_THREAD_DB
   int thread_known;
   /* The thread handle, used for e.g. TLS access.  Only valid if