summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Windows/Live/ProcessWindowsLive.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor LLDB's Windows process plugin (NFC)Adrian McCarthy2016-11-231-1045/+0
* Revert unwanted changes in lldb when updating llvm::Error()Mehdi Amini2016-11-111-2/+2
* Make the Error class constructor protectedMehdi Amini2016-11-111-2/+2
* Make lldb -Werror clean on Windows.Zachary Turner2016-10-051-33/+32
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-894/+871
* Implement GetMemoryRegions() for Windows Minidumps and live processes.Howard Hellyer2016-07-181-13/+58
* Generalize child process monitoring functionsPavel Labath2016-05-111-1/+1
* Unicode support on Win32.Zachary Turner2016-03-221-3/+6
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-4/+4
* Provide arguments for all the format string placeholders!Adrian McCarthy2016-02-041-1/+1
* Set correct thread stop info when single-step lands on a breakpoint [Windows]Adrian McCarthy2016-02-021-5/+19
* Treat an embedded int3/__debugbreak() as a breakpoint on Windows, includes a ...Adrian McCarthy2016-01-081-39/+57
* Implement GetMemoryRegionInfo for mini dumps.Adrian McCarthy2015-12-041-3/+4
* Refactor Windows process plugin to allow code sharing between live and mini d...Adrian McCarthy2015-10-281-0/+988
OpenPOWER on IntegriCloud