summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Windows/ProcessWindows.h
Commit message (Expand)AuthorAgeFilesLines
* Reorg code to allow Windows Process Plugins to share some common code.Adrian McCarthy2015-08-241-127/+0
* Load executable module when attaching to process; implement detach from process.Adrian McCarthy2015-06-191-5/+0
* Implement attach to process on Windows.Zachary Turner2015-05-201-0/+7
* Enable debugging of multithreaded programs on Windows.Adrian McCarthy2015-05-181-1/+1
* Reverting r237392 since it broke TestNumThreads on ubuntu builder.Oleksiy Vyalov2015-05-151-1/+1
* Enable multithreaded debugging on Windows.Adrian McCarthy2015-05-141-1/+1
* Implement ProcessWindows::GetMemoryRegionInfo.Zachary Turner2015-01-211-0/+1
* Fix some test failures for Windows.Zachary Turner2014-12-101-0/+4
* Load / unload modules in the target when the OS events occur.Zachary Turner2014-12-051-1/+0
* Enable enabling and disabling breakpoints on Windows.Zachary Turner2014-12-011-0/+3
* When a process stops, set the StopInfo object on Windows.Zachary Turner2014-11-251-0/+2
* Disable GetSTDOUT, GetSTDERR, and PutSTDIN on Windows.Zachary Turner2014-11-251-40/+32
* [ProcessWindows] Create a TargetThreadWindows class.Zachary Turner2014-11-171-31/+21
* [ProcessWindows] Implement read / write process memory.Zachary Turner2014-11-171-1/+2
* [ProcessWindows] Improve support for launching processes.Zachary Turner2014-11-121-8/+6
* [ProcessWindows] Simplify the DebugDelegate interface.Zachary Turner2014-11-121-9/+9
* [ProcessWindows] Implement breakpoint stop / resume on Windows.Zachary Turner2014-11-111-1/+2
* [ProcessWindows] Notify process plugin when the launch succeeds.Zachary Turner2014-11-101-2/+6
* Remove the top-level DebugDriverThread in ProcessWindows.Zachary Turner2014-11-071-0/+3
* Decouple ProcessWindows from the Windows debug driver thread.Zachary Turner2014-11-051-2/+15
* Implement a framework for live debugging on Windows.Zachary Turner2014-11-041-5/+10
* Teach LLDB about Windows processes.Zachary Turner2014-07-281-0/+109
OpenPOWER on IntegriCloud