Searched refs:cur_thread_sp (Results 1 – 1 of 1) sorted by relevance
3098 lldb::ThreadSP cur_thread_sp = cur_threadlist.GetThreadAtIndex(i); in RunStopHooks() local3099 if (cur_thread_sp->ThreadStoppedForAReason()) { in RunStopHooks()3100 lldb::StackFrameSP cur_frame_sp = cur_thread_sp->GetStackFrameAtIndex(0); in RunStopHooks()3101 exc_ctx_with_reasons.emplace_back(m_process_sp.get(), cur_thread_sp.get(), in RunStopHooks()