We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712ceda commit 841ee9bCopy full SHA for 841ee9b
lldb/source/Target/ThreadPlanCallFunction.cpp
@@ -407,7 +407,7 @@ ThreadPlanCallFunction::DoPlanExplainsStop (Event *event_ptr)
407
// signal that is set not to stop. Check that here first. We just say we explain the stop
408
// but aren't done and everything will continue on from there.
409
410
- if (m_real_stop_info_sp->ShouldStopSynchronous(event_ptr))
+ if (m_real_stop_info_sp && m_real_stop_info_sp->ShouldStopSynchronous(event_ptr))
411
{
412
SetPlanComplete(false);
413
if (m_subplan_sp)
0 commit comments