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