Searched refs:next_frame (Results 1 – 4 of 4) sorted by relevance
366 void StackFrameList::SynthesizeTailCallFrames(StackFrame &next_frame) { in SynthesizeTailCallFrames() argument372 TargetSP target_sp = next_frame.CalculateTarget(); in SynthesizeTailCallFrames()376 lldb::RegisterContextSP next_reg_ctx_sp = next_frame.GetRegisterContext(); in SynthesizeTailCallFrames()393 next_frame.GetSymbolContext(eSymbolContextFunction).function; in SynthesizeTailCallFrames()404 ModuleList &images = next_frame.CalculateTarget()->GetImages(); in SynthesizeTailCallFrames()406 exe_ctx.SetFramePtr(&next_frame); in SynthesizeTailCallFrames()414 uint32_t concrete_frame_idx = next_frame.GetConcreteFrameIndex(); in SynthesizeTailCallFrames()434 next_frame.SetFrameIndex(m_frames.size()); in SynthesizeTailCallFrames()
54 const SharedPtr &next_frame, in RegisterContextUnwind() argument78 if (IsFrameZero() || next_frame->m_frame_type == eTrapHandlerFrame || in RegisterContextUnwind()79 next_frame->m_frame_type == eDebuggerFrame) { in RegisterContextUnwind()703 RegisterContextUnwind::SharedPtr next_frame = GetNextFrame(); in CheckIfLoopingStack() local704 if (next_frame) { in CheckIfLoopingStack()706 next_frame->GetNextFrame(); in CheckIfLoopingStack()
99 void SynthesizeTailCallFrames(StackFrame &next_frame);
30 const SharedPtr &next_frame,