summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Windows/ProcessWindows.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reorg code to allow Windows Process Plugins to share some common code.Adrian McCarthy2015-08-241-1016/+0
* [ProcessWindows] Fix rare crash on shutdown.Zachary Turner2015-08-201-0/+3
* Load executable module when attaching to process; implement detach from process.Adrian McCarthy2015-06-191-6/+105
* Silence warning on Windows.Chaoren Lin2015-06-081-1/+2
* Fix race condition when detaching/killing an inferior.Zachary Turner2015-05-211-13/+26
* Implement attach to process on Windows.Zachary Turner2015-05-201-37/+102
* Enable debugging of multithreaded programs on Windows.Adrian McCarthy2015-05-181-11/+17
* Reverting r237392 since it broke TestNumThreads on ubuntu builder.Oleksiy Vyalov2015-05-151-17/+11
* Enable multithreaded debugging on Windows.Adrian McCarthy2015-05-141-11/+17
* Add logging to ProcessWindows.Zachary Turner2015-05-071-35/+200
* Add missing semicolon in the windows plugin.Benjamin Kramer2015-04-031-1/+1
* Sprinkle some #include <mutex> in files that use std::call_once.Benjamin Kramer2015-04-031-0/+1
* [Plugin/Process] Use std::call_once() to initialize.Davide Italiano2015-04-031-3/+2
* Fix warnings generated by clang-cl.Zachary Turner2015-04-021-5/+2
* Further reduce the header footprint of Process.hZachary Turner2015-03-031-0/+1
* Revert "Fix warnings found with clang-cl."Zachary Turner2015-02-251-2/+5
* Solve hang on Windows when lldb fails to launch the process.Zachary Turner2015-02-251-0/+4
* Fix warnings found with clang-cl.Zachary Turner2015-02-251-5/+2
* Implement ProcessWindows::GetMemoryRegionInfo.Zachary Turner2015-01-211-0/+38
* Some fixes for thread stepping on Windows.Zachary Turner2015-01-151-23/+27
* Only set the StopInfo on Windows if the stop is valid for this thread.Zachary Turner2015-01-141-7/+3
* Fix a number of tests on Windows.Zachary Turner2015-01-141-1/+1
* Remove a lock acquisition from ProcessWindows::OnExitProcess.Zachary Turner2015-01-061-11/+12
* Fix some test failures for Windows.Zachary Turner2014-12-101-2/+43
* Create a valid stop info for all non-breakpoint exceptions.Zachary Turner2014-12-091-2/+12
* 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