reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Target/StackFrameList.cpp
  468           unwind_frame_sp = std::make_shared<StackFrame>(
  471           m_frames.push_back(unwind_frame_sp);
  474         unwind_frame_sp = m_frames.front();
  475         cfa = unwind_frame_sp->m_id.GetCallFrameAddress();
  487       unwind_frame_sp = std::make_shared<StackFrame>(
  494       SynthesizeTailCallFrames(*unwind_frame_sp.get());
  496       m_frames.push_back(unwind_frame_sp);
  499     assert(unwind_frame_sp);
  500     SymbolContext unwind_sc = unwind_frame_sp->GetSymbolContext(
  504       Address curr_frame_address(unwind_frame_sp->GetFrameCodeAddress());
  534             unwind_frame_sp->GetRegisterContextSP(), cfa, next_frame_address,