diff options
Diffstat (limited to 'lldb/source/Target/Process.cpp')
-rw-r--r-- | lldb/source/Target/Process.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Target/Process.cpp b/lldb/source/Target/Process.cpp index 03f40f0f8c7..57cc3ea1bb0 100644 --- a/lldb/source/Target/Process.cpp +++ b/lldb/source/Target/Process.cpp @@ -4515,7 +4515,7 @@ Process::RunThreadPlan (ExecutionContext &exe_ctx, StopPrivateStateThread(); Error error; m_private_state_thread = backup_private_state_thread; - if (stopper_base_plan_sp != NULL) + if (stopper_base_plan_sp) { thread->DiscardThreadPlansUpToPlan(stopper_base_plan_sp); } |