forked from OSchip/llvm-project
![]() This recommits r368416, which was reverted in r368838 because of test failures under ASAN. These have been dealt with by llvm r369370. The original commit message was: When opening a minidump, we were failing to find an executable because we were searching for i386-unknown-windows, whereas we recognize the pe/coff files as i386-pc-windows. This fixes the triple computation code in the minidump parser to match pe/coff, and adds an appropriate test. NB: I'm not sure setting the vendor to "pc" is really correct for arm(64) windows, but right now that seems to match what we do in the pe/coff case (ArchSpec.cpp:935). Reviewers: clayborg, amccarth Subscribers: javed.absar, kristof.beyls, rnk, markmentovai, lldb-commits Differential Revision: https://reviews.llvm.org/D65955 llvm-svn: 369523 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
MinidumpParser.cpp | ||
MinidumpParser.h | ||
MinidumpTypes.cpp | ||
MinidumpTypes.h | ||
NtStructures.h | ||
ProcessMinidump.cpp | ||
ProcessMinidump.h | ||
RegisterContextMinidump_ARM.cpp | ||
RegisterContextMinidump_ARM.h | ||
RegisterContextMinidump_ARM64.cpp | ||
RegisterContextMinidump_ARM64.h | ||
RegisterContextMinidump_x86_32.cpp | ||
RegisterContextMinidump_x86_32.h | ||
RegisterContextMinidump_x86_64.cpp | ||
RegisterContextMinidump_x86_64.h | ||
ThreadMinidump.cpp | ||
ThreadMinidump.h |