Searched refs:next_frame (Results 1 – 5 of 5) sorted by relevance
369 void StackFrameList::SynthesizeTailCallFrames(StackFrame &next_frame) { in SynthesizeTailCallFrames() argument375 TargetSP target_sp = next_frame.CalculateTarget(); in SynthesizeTailCallFrames()379 lldb::RegisterContextSP next_reg_ctx_sp = next_frame.GetRegisterContext(); in SynthesizeTailCallFrames()396 next_frame.GetSymbolContext(eSymbolContextFunction).function; in SynthesizeTailCallFrames()407 ModuleList &images = next_frame.CalculateTarget()->GetImages(); in SynthesizeTailCallFrames()409 exe_ctx.SetFramePtr(&next_frame); in SynthesizeTailCallFrames()417 uint32_t concrete_frame_idx = next_frame.GetConcreteFrameIndex(); in SynthesizeTailCallFrames()437 next_frame.SetFrameIndex(m_frames.size()); in SynthesizeTailCallFrames()
56 const SharedPtr &next_frame, in RegisterContextUnwind() argument80 if (IsFrameZero() || next_frame->m_frame_type == eTrapHandlerFrame || in RegisterContextUnwind()81 next_frame->m_frame_type == eDebuggerFrame) { in RegisterContextUnwind()717 RegisterContextUnwind::SharedPtr next_frame = GetNextFrame(); in CheckIfLoopingStack() local718 if (next_frame) { in CheckIfLoopingStack()720 next_frame->GetNextFrame(); in CheckIfLoopingStack()
166 next_frame: in db_backtrace()282 goto next_frame; in db_backtrace()
111 void SynthesizeTailCallFrames(StackFrame &next_frame);
30 const SharedPtr &next_frame,