llvm-project/lldb/test/Shell/ObjectFile
Luís Marques 15f5971150 [LLDB][RISCV] Add RISC-V ArchSpec and rv32/rv64 variant detection
Adds the RISC-V ArchSpec bits contributed by @simoncook as part of D62732,
plus logic to distinguish between riscv32 and riscv64 based on ELF class.

The patch follows the implementation approach previously used for MIPS.
It defines RISC-V architecture subtypes and inspects the ELF header,
namely the ELF class, to detect the right subtype.

Differential Revision: https://reviews.llvm.org/D86292
2021-01-07 23:02:55 +00:00
..
Breakpad [lldb] Mark ObjectFileBreakpad test inputs as non-text 2020-02-25 08:29:41 +01:00
ELF [LLDB][RISCV] Add RISC-V ArchSpec and rv32/rv64 variant detection 2021-01-07 23:02:55 +00:00
MachO [test] Replace `yaml2obj >` with `yaml2obj -o` and remove unneeded input redirection 2020-08-20 15:01:09 -07:00
PDB [lldb][PDB] Add ObjectFile PDB plugin 2020-10-26 10:28:48 -07:00
PECOFF [test] Replace `yaml2obj >` with `yaml2obj -o` and remove unneeded input redirection 2020-08-20 15:01:09 -07:00
wasm [test] Replace `yaml2obj >` with `yaml2obj -o` and remove unneeded input redirection 2020-08-20 15:01:09 -07:00
lit.local.cfg Re-land "[test] Split LLDB tests into API, Shell & Unit" 2019-10-09 19:22:02 +00:00