[Lldb-commits] [PATCH] Fix process attach and detach for Windows

Adrian McCarthy amccarth at google.com
Thu Jun 18 15:48:47 PDT 2015


Handles the data races and synchronization problem with setting the process state to detached.

Moved setting of the debugging-ended event to the end of the debug loop, since there are now multiple callers of the debug loop.

Other small improvements to address comments.

Can now attach, set a breakpoint, continue, and detach on Windows.  You can also detach without continuing.


http://reviews.llvm.org/D10404

Files:
  source/Plugins/Process/Windows/DebuggerThread.cpp
  source/Plugins/Process/Windows/DebuggerThread.h
  source/Plugins/Process/Windows/ProcessWindows.cpp
  source/Plugins/Process/Windows/ProcessWindows.h

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10404.27969.patch
Type: text/x-patch
Size: 13549 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150618/e00dc0a5/attachment.bin>


More information about the lldb-commits mailing list