[Lldb-commits] [PATCH] D12507: Implement DoReadMemory for Windows mini dumps
Adrian McCarthy via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 31 16:46:23 PDT 2015
amccarth created this revision.
amccarth added a reviewer: zturner.
amccarth added a subscriber: lldb-commits.
Implements DoReadMemory for Windows mini dumps. The dumps can use two slightly different methods for capturing ranges of memory, so I abstracted away the search for a range from the actual reading of the range.
Also a trivial fix to avoid the warning that quitting the debugging will terminate the process.
http://reviews.llvm.org/D12507
Files:
source/Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.cpp
source/Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12507.33644.patch
Type: text/x-patch
Size: 6090 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150831/e3f51799/attachment.bin>
More information about the lldb-commits
mailing list