summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Windows/DebuggerThread.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a minor error where I forgot to declare a variable.Zachary Turner2014-12-041-1/+2
* Correctly shutdown when DoDestroy is called with an active exception.Zachary Turner2014-12-031-13/+72
* Change HostThread::GetNativeThread() to return a derived reference.Zachary Turner2014-11-171-1/+1
* Move the thread logic around to fit better into LLDB's process model.Zachary Turner2014-11-171-3/+3
* [ProcessWindows] Improve support for launching processes.Zachary Turner2014-11-121-2/+33
* [ProcessWindows] Simplify the DebugDelegate interface.Zachary Turner2014-11-121-13/+5
* [ProcessWindows] Implement breakpoint stop / resume on Windows.Zachary Turner2014-11-111-3/+21
* [ProcessWindows] Notify process plugin when the launch succeeds.Zachary Turner2014-11-101-10/+8
* Remove the top-level DebugDriverThread in ProcessWindows.Zachary Turner2014-11-071-0/+230
OpenPOWER on IntegriCloud