[Lldb-commits] [lldb] [lldb] Support disassembling RISC-V proprietary instructions (PR #145793)
Sam Elliott via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 1 19:17:32 PDT 2025
lenary wrote:
> Doesn't seem the ideal format given that we have a known size, today most often 16/32/64, and I guess 48 for funsies.
Standard instructions are right now only 16/32, but custom instructions can be any multiple of 16. This was the change to llvm-objdump to group bytes like gnu objdump does: https://github.com/llvm/llvm-project/commit/b27f86b40b20942c0e809128214b43d6edde365a which was only a bit over a year ago.
https://github.com/llvm/llvm-project/pull/145793
More information about the lldb-commits
mailing list