Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorg code to allow Windows Process Plugins to share some common code. | Adrian McCarthy | 2015-08-24 | 1 | -41/+0 |
* | Fix some test failures for Windows. | Zachary Turner | 2014-12-10 | 1 | -0/+1 |
* | Correctly shutdown when DoDestroy is called with an active exception. | Zachary Turner | 2014-12-03 | 1 | -0/+1 |
* | Move the thread logic around to fit better into LLDB's process model. | Zachary Turner | 2014-11-17 | 1 | -5/+5 |
* | [ProcessWindows] Simplify the DebugDelegate interface. | Zachary Turner | 2014-11-12 | 1 | -13/+0 |
* | [ProcessWindows] Implement breakpoint stop / resume on Windows. | Zachary Turner | 2014-11-11 | 1 | -1/+14 |
* | [ProcessWindows] Notify process plugin when the launch succeeds. | Zachary Turner | 2014-11-10 | 1 | -2/+1 |
* | Remove the top-level DebugDriverThread in ProcessWindows. | Zachary Turner | 2014-11-07 | 1 | -8/+3 |
* | Decouple ProcessWindows from the Windows debug driver thread. | Zachary Turner | 2014-11-05 | 1 | -0/+45 |