[Lldb-commits] [PATCH] D86292: [LLDB][RISCV] Add RISC-V ArchSpec and rv32/rv64 variant detection
Luís Marques via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Nov 1 16:48:42 PST 2020
luismarques updated this revision to Diff 302190.
luismarques retitled this revision from "[LLDB][RISCV] Distinguish between riscv32 and riscv64 based on ELF class" to "[LLDB][RISCV] Add RISC-V ArchSpec and rv32/rv64 variant detection".
luismarques edited the summary of this revision.
luismarques added a reviewer: labath.
luismarques added a subscriber: labath.
luismarques added a comment.
Moved some of the ArchSpec/core bits from D62732 <https://reviews.llvm.org/D62732> to here, per @labath's suggestion.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86292/new/
https://reviews.llvm.org/D86292
Files:
lldb/include/lldb/Utility/ArchSpec.h
lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
lldb/source/Utility/ArchSpec.cpp
lldb/test/Shell/ObjectFile/ELF/riscv32-arch.yaml
lldb/test/Shell/ObjectFile/ELF/riscv64-arch.yaml
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86292.302190.patch
Type: text/x-patch
Size: 3658 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20201102/b6ee1f2f/attachment-0001.bin>
More information about the lldb-commits
mailing list