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

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 16 10:50:22 PDT 2024


================
@@ -643,9 +644,9 @@ bool ABISysV_riscv::CreateFunctionEntryUnwindPlan(UnwindPlan &unwind_plan) {
   unwind_plan.Clear();
   unwind_plan.SetRegisterKind(eRegisterKindDWARF);
----------------
clayborg wrote:

Since we specify here that we are using DWARF registers, then the change below is correct, 

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


More information about the lldb-commits mailing list