llvm-project/lldb/source/Plugins/Process/minidump
Pavel Labath d139e8838a Recommit "Minidump/Windows: Fix module lookup""
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
2019-08-21 13:20:25 +00:00
..
CMakeLists.txt MinidumpParser: use minidump parser in llvm/Object 2019-04-05 07:56:39 +00:00
MinidumpParser.cpp Recommit "Minidump/Windows: Fix module lookup"" 2019-08-21 13:20:25 +00:00
MinidumpParser.h minidump: Remove checked-in files used for testing MemoryList handling 2019-05-20 08:22:59 +00:00
MinidumpTypes.cpp minidump: Use MemoryList parsing code from llvm 2019-05-17 09:47:34 +00:00
MinidumpTypes.h minidump: Use MemoryList parsing code from llvm 2019-05-17 09:47:34 +00:00
NtStructures.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ProcessMinidump.cpp [LLDB] Migrate llvm::make_unique to std::make_unique 2019-08-14 22:19:23 +00:00
ProcessMinidump.h Minidump: use ThreadList parsing code from llvm/Object 2019-05-10 09:36:11 +00:00
RegisterContextMinidump_ARM.cpp Fix MSVC build 2019-05-02 08:52:06 +00:00
RegisterContextMinidump_ARM.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextMinidump_ARM64.cpp Replace assert with static_assert here applicable. 2019-05-15 05:39:41 +00:00
RegisterContextMinidump_ARM64.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextMinidump_x86_32.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextMinidump_x86_32.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextMinidump_x86_64.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContextMinidump_x86_64.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ThreadMinidump.cpp Minidump: use ThreadList parsing code from llvm/Object 2019-05-10 09:36:11 +00:00
ThreadMinidump.h Minidump: use ThreadList parsing code from llvm/Object 2019-05-10 09:36:11 +00:00