summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Windows/DebuggerThread.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reorg code to allow Windows Process Plugins to share some common code.Adrian McCarthy2015-08-241-533/+0
* Load executable module when attaching to process; implement detach from process.Adrian McCarthy2015-06-191-28/+54
* Fix race condition when detaching/killing an inferior.Zachary Turner2015-05-211-19/+20
* Implement attach to process on Windows.Zachary Turner2015-05-201-7/+74
* Enable debugging of multithreaded programs on Windows.Adrian McCarthy2015-05-181-8/+10
* Reverting r237392 since it broke TestNumThreads on ubuntu builder.Oleksiy Vyalov2015-05-151-10/+8
* Enable multithreaded debugging on Windows.Adrian McCarthy2015-05-141-8/+10
* Add logging to ProcessWindows.Zachary Turner2015-05-071-49/+158
* Fix warnings generated by clang-cl.Zachary Turner2015-04-021-1/+0
* Revert "Fix warnings found with clang-cl."Zachary Turner2015-02-251-0/+1
* Fix warnings found with clang-cl.Zachary Turner2015-02-251-1/+0
* 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