[Lldb-commits] [lldb] [lldb][RISCV] function prologue backtrace fix (PR #99043)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 16 15:26:46 PDT 2024


https://github.com/jasonmolenda approved this pull request.

Agreed, this fix is correct, thanks for the PR.  The register numbering in the UnwindPlan can be any eRegisterKind, but it does need to be self consistent, and this was not.  Do you have permissions to merge this PR?  I can do that for you if not.

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


More information about the lldb-commits mailing list