[PATCH] D49202: Restructure the minidump loading path and add early & explicit consistency checks
Greg Clayton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 17 11:28:03 PDT 2018
clayborg added a comment.
In https://reviews.llvm.org/D49202#1165455, @lemo wrote:
> Great timing! ARM support would be most welcome. Are you planning to
> support the Breakpad flavor or ARM minidumps or the Microsoft one? (Mark
> Mentovai just reminded me that the ARM support was added independently and
> some of the structures are different)
Currently I am adding support for the Breakpad ARM and ARM64 architectures.
> Regarding the invalid minidumps, I used my favorite hex editor
> https://www.sweetscape.com/010editor/ to manually corrupt the minidump
> streams directory.
Gotcha. I have a minidump generator I am writing as part of a python module that can save minidumps from any live process so I will continue to use that.
Repository:
rL LLVM
https://reviews.llvm.org/D49202
More information about the llvm-commits
mailing list