[Lldb-commits] [lldb] [lldb][WIP] dump riscv opcode bytes as blocks of 2/4 bytes (PR #148105)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 11 10:31:57 PDT 2025
jasonmolenda wrote:
I didn't little-endian swap the bytes for the 48-bit and 64-bit instructions properly in my unit test, which is why those two were failing. Fixed now.
https://github.com/llvm/llvm-project/pull/148105
More information about the lldb-commits
mailing list