Home
last modified time | relevance | path

Searched refs:GetFrameIndex (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrame.h417 uint32_t GetFrameIndex() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBThread.cpp828 eVoteNoOpinion, frame_sp->GetFrameIndex(), new_plan_status)); in StepOutOfFrame()
954 "frame %u doesn't have debug information", frame_sp->GetFrameIndex()); in StepOverUntil()
1017 frame_sp->GetFrameIndex(), new_plan_status)); in StepOverUntil()
H A DSBFrame.cpp385 frame_idx = frame->GetFrameIndex(); in GetFrameID()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrameList.cpp716 if (frame_sp->GetFrameIndex() == unwind_idx) in GetFrameWithConcreteFrameIndex()
H A DStackFrame.cpp165 uint32_t StackFrame::GetFrameIndex() const { in GetFrameIndex() function in StackFrame
H A DThread.cpp1663 uint32_t older_frame_idx = frame_sp->GetFrameIndex() + 1; in ReturnFromFrame()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp1695 uint32_t frame_idx = frame_sp->GetFrameIndex(); in DoExecute()
H A DCommandObjectTarget.cpp942 frame->GetFrameIndex()); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp3778 frame->GetFrameIndex(), in WindowDelegateDraw()
3897 const uint32_t frame_idx = frame_sp->GetFrameIndex(); in WindowDelegateDraw()
H A DFormatEntity.cpp1422 s.Printf(format, frame->GetFrameIndex()); in Format()