[Lldb-commits] [PATCH] Implement a framework for debugging on Windows.

Zachary Turner zturner at google.com
Mon Nov 3 13:56:37 PST 2014


Refactored the code to spawn a single driver thread on startup, and then spawn slave threads for each debugee.

http://reviews.llvm.org/D6037

Files:
  include/lldb/Host/Predicate.h
  include/lldb/Host/ProcessStatusMonitor.h
  include/lldb/Host/windows/HostThreadWindows.h
  source/Plugins/Process/Windows/CMakeLists.txt
  source/Plugins/Process/Windows/DebugDriverThread.cpp
  source/Plugins/Process/Windows/DebugDriverThread.h
  source/Plugins/Process/Windows/DebugMonitorMessageResults.cpp
  source/Plugins/Process/Windows/DebugMonitorMessageResults.h
  source/Plugins/Process/Windows/DebugMonitorMessages.cpp
  source/Plugins/Process/Windows/DebugMonitorMessages.h
  source/Plugins/Process/Windows/DebugOneProcessThread.cpp
  source/Plugins/Process/Windows/DebugOneProcessThread.h
  source/Plugins/Process/Windows/DebugProcessLauncher.cpp
  source/Plugins/Process/Windows/DebugProcessLauncher.h
  source/Plugins/Process/Windows/ProcessWindows.cpp
  source/Plugins/Process/Windows/ProcessWindows.h
  source/Plugins/Process/Windows/SlaveMessages.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6037.15730.patch
Type: text/x-patch
Size: 41290 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141103/759de42d/attachment.bin>


More information about the lldb-commits mailing list