[Lldb-commits] [lldb] [lldb][riscv] Fix setting breakpoint for undecoded instruction (PR #90075)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Mon May 20 17:21:35 PDT 2024


https://github.com/jasonmolenda commented:

I read this patch while trying to keep the RVC instruction set in mind because it's an interesting case to consider.  Maybe the test file could have a compressed instruction?  The one instruction there now ends in 0b11 so I don't think it will decode that way.

https://github.com/llvm/llvm-project/pull/90075


More information about the lldb-commits mailing list