Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h47 uint32_t GetSelectedFrameIndex() const;
H A DThread.h431 uint32_t GetSelectedFrameIndex() { in GetSelectedFrameIndex() function
432 return GetStackFrameList()->GetSelectedFrameIndex(); in GetSelectedFrameIndex()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp774 uint32_t StackFrameList::GetSelectedFrameIndex() const { in GetSelectedFrameIndex() function in StackFrameList
811 StackFrameSP frame_sp(GetFrameAtIndex(GetSelectedFrameIndex())); in SetDefaultFileAndLineToSelectedFrame()
H A DThread.cpp267 stack_frame_list_sp->GetSelectedFrameIndex()); in GetSelectedFrame()
H A DProcess.cpp879 const uint32_t start_frame = thread_sp->GetSelectedFrameIndex(); in HandleProcessStateChangedEvent()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp310 frame_idx = thread->GetSelectedFrameIndex(); in DoExecute()
364 frame_idx = thread->GetSelectedFrameIndex(); in DoExecute()
H A DCommandObjectThread.cpp523 eVoteNoOpinion, thread->GetSelectedFrameIndex(), new_plan_status, in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4027 selected_item = &root[i][thread->GetSelectedFrameIndex()]; in TreeDelegateUpdateSelection()
5884 uint32_t frame_idx = thread->GetSelectedFrameIndex(); in WindowDelegateHandleChar()