[lldb] [llvm] [lldb] Support disassembling RISC-V proprietary instructions (PR #145793)
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 9 02:50:50 PDT 2025
================
@@ -304,6 +304,9 @@ Changes to LLDB
stop reason = SIGSEGV: sent by tkill system call (sender pid=649752, uid=2667987)
```
* ELF Cores can now have their siginfo structures inspected using `thread siginfo`.
+* Changed invalid disassembly to say <unknown> instead of being blank.
----------------
DavidSpickett wrote:
I would rephrase it a bit, to be clearer:
* Disassembly of unknown instructions now produces "<unknown>" instead of nothing at all.
https://github.com/llvm/llvm-project/pull/145793
More information about the llvm-commits
mailing list