diff options
Diffstat (limited to 'lldb/source/Target/ThreadPlanTestCondition.cpp')
| -rw-r--r-- | lldb/source/Target/ThreadPlanTestCondition.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Target/ThreadPlanTestCondition.cpp b/lldb/source/Target/ThreadPlanTestCondition.cpp index 9c17ac3b61ab..42aa01cf8b7a 100644 --- a/lldb/source/Target/ThreadPlanTestCondition.cpp +++ b/lldb/source/Target/ThreadPlanTestCondition.cpp @@ -102,7 +102,7 @@ ThreadPlanTestCondition::ShouldStop (Event *event_ptr) m_did_stop = true; } } - else if (m_exe_ctx.thread->WasThreadPlanDiscarded (m_expression_plan_sp.get())) + else if (m_exe_ctx.GetThreadRef().WasThreadPlanDiscarded (m_expression_plan_sp.get())) { if (log) log->Printf("ExecuteExpression thread plan was discarded.\n"); |
