[Lldb-commits] [PATCH] D55841: GetMemoryRegions for the ProcessMinidump
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 19 10:41:27 PST 2018
clayborg requested changes to this revision.
clayborg added a comment.
This revision now requires changes to proceed.
Just remove the "regions-linux-map.dmp" as I already checked one in with rLLDB349658 <https://reviews.llvm.org/rLLDB349658> and this is good to go
================
Comment at: packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/TestMiniDumpNew.py:427
+ self.target = self.dbg.GetSelectedTarget()
+ self.process = self.target.LoadCore("regions-linux-map.dmp")
+ self.check_state()
----------------
BTW: I added this file already with my last patch, so you can remove the "regions-linux-map.dmp" from the SVN commit. Just update your sources and make sure it matches and works.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55841/new/
https://reviews.llvm.org/D55841
More information about the lldb-commits
mailing list