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 efbbdd6 commit 0509932Copy full SHA for 0509932
lldb/source/Target/RegisterContextUnwind.cpp
@@ -208,7 +208,7 @@ void RegisterContextUnwind::InitializeZerothFrame() {
208
m_fast_unwind_plan_sp = GetFastUnwindPlanForFrame();
209
m_full_unwind_plan_sp = GetFullUnwindPlanForFrame();
210
211
- const UnwindPlan::Row *active_row;
+ const UnwindPlan::Row *active_row = nullptr;
212
lldb::RegisterKind row_register_kind = eRegisterKindGeneric;
213
214
// If we have LanguageRuntime UnwindPlan for this unwind, use those
0 commit comments