summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Windows/ProcessWindows.cpp
Commit message (Expand)AuthorAgeFilesLines
* Subtract the size of the breakpoint opcode from the PC when getting the bp site.Zachary Turner2014-12-051-0/+4
* Load / unload modules in the target when the OS events occur.Zachary Turner2014-12-051-2/+17
* Manually call ModulesDidLoad when the executable is loaded.Zachary Turner2014-12-031-0/+11
* Correctly shutdown when DoDestroy is called with an active exception.Zachary Turner2014-12-031-26/+23
* Enable enabling and disabling breakpoints on Windows.Zachary Turner2014-12-011-0/+12
* When a process stops, set the StopInfo object on Windows.Zachary Turner2014-11-251-0/+37
* Disable GetSTDOUT, GetSTDERR, and PutSTDIN on Windows.Zachary Turner2014-11-251-0/+20
* [ProcessWindows] Implement a RegisterContextWindows for x86.Zachary Turner2014-11-201-0/+1
* Change HostThread::GetNativeThread() to return a derived reference.Zachary Turner2014-11-171-3/+3
* Move the thread logic around to fit better into LLDB's process model.Zachary Turner2014-11-171-19/+64
* [ProcessWindows] Create a TargetThreadWindows class.Zachary Turner2014-11-171-17/+35
* [ProcessWindows] Implement read / write process memory.Zachary Turner2014-11-171-2/+28
* [ProcessWindows] Improve support for launching processes.Zachary Turner2014-11-121-41/+114
* [ProcessWindows] Simplify the DebugDelegate interface.Zachary Turner2014-11-121-13/+11
* [ProcessWindows] Implement breakpoint stop / resume on Windows.Zachary Turner2014-11-111-1/+20
* [ProcessWindows] Notify process plugin when the launch succeeds.Zachary Turner2014-11-101-7/+42
* Remove the top-level DebugDriverThread in ProcessWindows.Zachary Turner2014-11-071-9/+3
* Decouple ProcessWindows from the Windows debug driver thread.Zachary Turner2014-11-051-2/+55
* Implement a framework for live debugging on Windows.Zachary Turner2014-11-041-2/+32
* Make ProcessWindows just use Host::LaunchProcess.Zachary Turner2014-10-241-5/+1
* Create a process launcher abstraction.Zachary Turner2014-10-141-71/+5
* Refactor FileAction out of ProcessLaunchInfo.Zachary Turner2014-08-141-1/+2
* Teach ProcessWindows plugin to support stdio i/o redirection.Zachary Turner2014-08-041-11/+61
* Teach LLDB about Windows processes.Zachary Turner2014-07-281-0/+203
OpenPOWER on IntegriCloud