Home
last modified time | relevance | path

Searched refs:GetSelectedFrameIndex (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrameList.h50 uint32_t GetSelectedFrameIndex() const;
H A DThread.h454 uint32_t GetSelectedFrameIndex() { in GetSelectedFrameIndex() function
455 return GetStackFrameList()->GetSelectedFrameIndex(); in GetSelectedFrameIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrameList.cpp766 uint32_t StackFrameList::GetSelectedFrameIndex() const { in GetSelectedFrameIndex() function in StackFrameList
803 StackFrameSP frame_sp(GetFrameAtIndex(GetSelectedFrameIndex())); in SetDefaultFileAndLineToSelectedFrame()
H A DThread.cpp323 stack_frame_list_sp->GetSelectedFrameIndex()); in GetSelectedFrame()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectFrame.cpp334 frame_idx = thread->GetSelectedFrameIndex(); in DoExecute()
390 frame_idx = thread->GetSelectedFrameIndex(); in DoExecute()
H A DCommandObjectThread.cpp736 eVoteNoOpinion, thread->GetSelectedFrameIndex(), new_plan_status, in DoExecute()