Searched refs:GetFrameIndex (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h382 uint32_t GetFrameIndex() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp769 eVoteNoOpinion, frame_sp->GetFrameIndex(), new_plan_status));
885 "frame %u doesn't have debug information", frame_sp->GetFrameIndex());
949 frame_sp->GetFrameIndex(), new_plan_status));
H A DSBFrame.cpp309 frame_idx = frame->GetFrameIndex();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp724 if (frame_sp->GetFrameIndex() == unwind_idx)
H A DThread.cpp1650 uint32_t older_frame_idx = frame_sp->GetFrameIndex() + 1;
H A DStackFrame.cpp173 uint32_t StackFrame::GetFrameIndex() const { function in class:StackFrame
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1628 uint32_t frame_idx = frame_sp->GetFrameIndex();
H A DCommandObjectTarget.cpp932 frame->GetFrameIndex());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3189 frame->GetFrameIndex(),
3307 const uint32_t frame_idx = frame_sp->GetFrameIndex();
H A DFormatEntity.cpp1410 s.Printf(format, frame->GetFrameIndex());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp702 uint32_t current_frame_idx = current_frame->GetFrameIndex();

Completed in 206 milliseconds