Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStackFrameList.h49 uint32_t GetSelectedFrameIndex() const;
H A DThread.h430 uint32_t GetSelectedFrameIndex() { in GetSelectedFrameIndex() function
431 return GetStackFrameList()->GetSelectedFrameIndex(); in GetSelectedFrameIndex()
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrameList.cpp775 uint32_t StackFrameList::GetSelectedFrameIndex() const { in GetSelectedFrameIndex() function in StackFrameList
812 StackFrameSP frame_sp(GetFrameAtIndex(GetSelectedFrameIndex())); in SetDefaultFileAndLineToSelectedFrame()
H A DThread.cpp268 stack_frame_list_sp->GetSelectedFrameIndex()); in GetSelectedFrame()
H A DProcess.cpp899 const uint32_t start_frame = thread_sp->GetSelectedFrameIndex(); in HandleProcessStateChangedEvent()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectFrame.cpp310 frame_idx = thread->GetSelectedFrameIndex(); in DoExecute()
364 frame_idx = thread->GetSelectedFrameIndex(); in DoExecute()
H A DCommandObjectThread.cpp559 eVoteNoOpinion, thread->GetSelectedFrameIndex(), new_plan_status, in DoExecute()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5260 selected_item = &root[i][thread->GetSelectedFrameIndex()]; in TreeDelegateUpdateSelection()
6412 uint32_t frame_idx = thread->GetSelectedFrameIndex(); in MenuDelegateAction()
7373 uint32_t frame_idx = thread->GetSelectedFrameIndex(); in WindowDelegateHandleChar()
7412 uint32_t frame_idx = thread->GetSelectedFrameIndex(); in WindowDelegateHandleChar()