[Lldb-commits] [lldb] [RISCV-LLDB] RISCV feature attribute support and allows overriding additional(default) feature (PR #147990)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 8 06:18:12 PDT 2025
================
@@ -0,0 +1,10 @@
+# REQUIRES: target=riscv32-{{.*}}
+
+# RUN: %lldb -b -o "disassemble -b -n main" %p/Inputs/riscv_xqci.out | FileCheck %s
----------------
DavidSpickett wrote:
There is also a setting:
```
target.disassembly-features -- Specify additional CPU features for disassembling.
```
We should pull the feature list from that if `-Y` is not specified. At least, I assume that's what we do, the help docs ideally would say so.
https://github.com/llvm/llvm-project/pull/147990
More information about the lldb-commits
mailing list