Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DStackFrameList.h49 uint32_t GetSelectedFrameIndex() const;
H A DThread.h431 uint32_t GetSelectedFrameIndex() { in GetSelectedFrameIndex() function
432 return GetStackFrameList()->GetSelectedFrameIndex(); in GetSelectedFrameIndex()
/openbsd-src/gnu/llvm/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.cpp270 stack_frame_list_sp->GetSelectedFrameIndex()); in GetSelectedFrame()
H A DProcess.cpp900 const uint32_t start_frame = thread_sp->GetSelectedFrameIndex(); in HandleProcessStateChangedEvent()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectFrame.cpp311 frame_idx = thread->GetSelectedFrameIndex(); in DoExecute()
365 frame_idx = thread->GetSelectedFrameIndex(); in DoExecute()
H A DCommandObjectThread.cpp559 eVoteNoOpinion, thread->GetSelectedFrameIndex(), new_plan_status, in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5262 selected_item = &root[i][thread->GetSelectedFrameIndex()]; in TreeDelegateUpdateSelection()
6414 uint32_t frame_idx = thread->GetSelectedFrameIndex(); in MenuDelegateAction()
7377 uint32_t frame_idx = thread->GetSelectedFrameIndex(); in WindowDelegateHandleChar()
7416 uint32_t frame_idx = thread->GetSelectedFrameIndex(); in WindowDelegateHandleChar()