[Lldb-commits] [PATCH] D22352: Implement GetMemoryRegions() for Windows Minidumps and live processes.
Adrian McCarthy via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 14 07:56:31 PDT 2016
amccarth added a subscriber: amccarth.
================
Comment at: source/Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.cpp:338
@@ -315,4 +337,3 @@
// truncated.
- error.SetErrorString("address is not in a known range");
return error;
}
----------------
I'm not clear why you deleted the SetErrorString call.
https://reviews.llvm.org/D22352
More information about the lldb-commits
mailing list