We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6e69f commit f52f1e7Copy full SHA for f52f1e7
lldb/source/Plugins/ABI/RISCV/ABISysV_riscv.cpp
@@ -735,6 +735,8 @@ UnwindPlanSP ABISysV_riscv::CreateFunctionEntryUnwindPlan() {
735
plan_sp->AppendRow(std::move(row));
736
plan_sp->SetSourceName("riscv function-entry unwind plan");
737
plan_sp->SetSourcedFromCompiler(eLazyBoolNo);
738
+ plan_sp->SetUnwindPlanForSignalTrap(eLazyBoolNo);
739
+
740
return plan_sp;
741
}
742
@@ -761,6 +763,8 @@ UnwindPlanSP ABISysV_riscv::CreateDefaultUnwindPlan() {
761
763
plan_sp->SetSourceName("riscv default unwind plan");
762
764
765
plan_sp->SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
766
767
768
769
770
0 commit comments