Lines Matching defs:next_frame
354 /// Given that \p next_frame will be appended to the frame list, synthesize
355 /// tail call frames between the current end of the list and \p next_frame.
356 /// If any frames are added, adjust the frame index of \p next_frame.
365 /// | next_frame |
369 void StackFrameList::SynthesizeTailCallFrames(StackFrame &next_frame) {
375 TargetSP target_sp = next_frame.CalculateTarget();
379 lldb::RegisterContextSP next_reg_ctx_sp = next_frame.GetRegisterContext();
387 // Find the functions prev_frame and next_frame are stopped in. The function
396 next_frame.GetSymbolContext(eSymbolContextFunction).function;
402 // Try to find the unique sequence of (tail) calls which led from next_frame
407 ModuleList &images = next_frame.CalculateTarget()->GetImages();
409 exe_ctx.SetFramePtr(&next_frame);
417 uint32_t concrete_frame_idx = next_frame.GetConcreteFrameIndex();
435 // If any frames were created, adjust next_frame's index.
437 next_frame.SetFrameIndex(m_frames.size());