Searched refs:cur_thread_sp (Results 1 – 1 of 1) sorted by relevance
2082 lldb::ThreadSP cur_thread_sp = cur_threadlist.GetThreadAtIndex (i); in RunStopHooks() local2083 if (cur_thread_sp->ThreadStoppedForAReason()) in RunStopHooks()2085 lldb::StackFrameSP cur_frame_sp = cur_thread_sp->GetStackFrameAtIndex(0); in RunStopHooks()2086 …exc_ctx_with_reasons.push_back(ExecutionContext(m_process_sp.get(), cur_thread_sp.get(), cur_frame… in RunStopHooks()