Searched refs:cur_frame_sp (Results 1 – 2 of 2) sorted by relevance
131 StackFrameSP cur_frame_sp = thread.GetStackFrameAtIndex(0); in ShouldStop() local132 if (!cur_frame_sp) { in ShouldStop()140 StackID cur_frame_zero_id = cur_frame_sp->GetStackID(); in ShouldStop()165 if (cur_frame_sp->IsInlined()) { in ShouldStop()171 cur_frame_sp->GetConcreteFrameIndex()) { in ShouldStop()
2639 lldb::StackFrameSP cur_frame_sp = cur_thread_sp->GetStackFrameAtIndex(0); in RunStopHooks() local2641 cur_frame_sp.get()); in RunStopHooks()