[Lldb-commits] [lldb] [lldb] Implement RISCV function unwinding using instruction emulation (PR #147434)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 16 01:40:00 PDT 2025


jasonmolenda wrote:

The general discussion of how to test this class of change is interesting, but I don't want to lose sight of the fact that this PR will not work.  It does nothing but break existing functionality for RISC-V users (disabling instruction emulation used to do instruction stepping).  It's not just a matter of how to automated test; it was not tested while it was being developed at-desk, let alone in CI.  There's nothing here, currently, to test.

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


More information about the lldb-commits mailing list