summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-071-3/+3
* NFC: Refactor ProcessWinMiniDump to use a more traditional pimpl idiom.Adrian McCarthy2016-02-291-235/+306
* 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-041-6/+52
* Implement RegisterContext for Mini Dumps.Adrian McCarthy2015-11-121-2/+8
* Refactor Windows process plugin to allow code sharing between live and mini d...Adrian McCarthy2015-10-281-13/+1
* Get the process ID from a minidump.Adrian McCarthy2015-09-171-2/+20
* Have the Process hold a weak_ptr to the Target.Zachary Turner2015-09-011-6/+6
* Implement DoReadMemory for Windows mini dumps.Adrian McCarthy2015-09-011-4/+76
* Differential Review: http://reviews.llvm.org/D12363Adrian McCarthy2015-08-281-2/+57
* Reorg code to allow Windows Process Plugins to share some common code.Adrian McCarthy2015-08-241-0/+362
OpenPOWER on IntegriCloud