summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Windows/MiniDump
Commit message (Expand)AuthorAgeFilesLines
* Remove Windows-specific minidump pluginAdrian McCarthy2016-11-169-1025/+0
* Revert unwanted changes in lldb when updating llvm::Error()Mehdi Amini2016-11-111-1/+1
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* Make lldb -Werror clean on Windows.Zachary Turner2016-10-051-15/+11
* Add namespace qualifiers for UTF functions that just moved.Adrian McCarthy2016-09-301-5/+5
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-068-792/+667
* Implement GetMemoryRegions() for Windows Minidumps and live processes.Howard Hellyer2016-07-181-1/+22
* Set the architecture type from minidump more precisely. Differentiate i686 v...Adrian McCarthy2016-04-041-2/+10
* Unicode support on Win32.Zachary Turner2016-03-221-3/+10
* Try to fix windows build after rL262863Tamas Berghammer2016-03-081-1/+1
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-072-5/+5
* NFC: Refactor ProcessWinMiniDump to use a more traditional pimpl idiom.Adrian McCarthy2016-02-292-274/+309
* Get register context for the 32-bit process in a WoW64 process minidumpAdrian McCarthy2016-02-251-8/+61
* Fix DoReadMemory for Windows mini dumps.Adrian McCarthy2015-12-091-1/+4
* Implement GetMemoryRegionInfo for mini dumps.Adrian McCarthy2015-12-042-9/+58
* Implement RegisterContext for Mini Dumps.Adrian McCarthy2015-11-1210-246/+232
* Refactor Windows process plugin to allow code sharing between live and mini d...Adrian McCarthy2015-10-284-236/+225
* Get the process ID from a minidump.Adrian McCarthy2015-09-172-2/+23
* Have the Process hold a weak_ptr to the Target.Zachary Turner2015-09-012-9/+9
* Implement DoReadMemory for Windows mini dumps.Adrian McCarthy2015-09-012-5/+93
* Differential Review: http://reviews.llvm.org/D12363Adrian McCarthy2015-08-282-2/+60
* Reorg code to allow Windows Process Plugins to share some common code.Adrian McCarthy2015-08-247-0/+836
OpenPOWER on IntegriCloud