Moved from D55472
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Change looks good.
We need to add a test for this. You can use the minidump file from "lldb/unittests/Process/minidump/Inputs/regions-linux-map.dmp" and copy it over into "lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new" and then add a test to "packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/TestMiniDumpNew.py" to ensure this doesn't regress.
Comment Actions
Just remove the "regions-linux-map.dmp" as I already checked one in with rLLDB349658 and this is good to go
packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/TestMiniDumpNew.py | ||
---|---|---|
427 ↗ | (On Diff #178916) | 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. |