Home
last modified time | relevance | path

Searched refs:GetFrameAtIndex (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrameList.cpp638 StackFrameSP StackFrameList::GetFrameAtIndex(uint32_t idx) { in GetFrameAtIndex() function in StackFrameList
714 StackFrameSP frame_sp(GetFrameAtIndex(frame_idx)); in GetFrameWithConcreteFrameIndex()
718 frame_sp = GetFrameAtIndex(++frame_idx); in GetFrameWithConcreteFrameIndex()
746 frame_sp = GetFrameAtIndex(frame_idx); in GetFrameWithStackID()
792 StackFrameSP frame_sp(GetFrameAtIndex(idx)); in SetSelectedFrameByIndex()
803 StackFrameSP frame_sp(GetFrameAtIndex(GetSelectedFrameIndex())); in SetDefaultFileAndLineToSelectedFrame()
881 StackFrameSP prev_frame_zero_sp(prev_sp->GetFrameAtIndex(0)); in Merge()
882 StackFrameSP curr_frame_zero_sp(curr_ap->GetFrameAtIndex(0)); in Merge()
967 frame_sp = GetFrameAtIndex(frame_idx); in GetStatus()
H A DThread.cpp322 StackFrameSP frame_sp = stack_frame_list_sp->GetFrameAtIndex( in GetSelectedFrame()
338 StackFrameSP frame_sp(GetStackFrameList()->GetFrameAtIndex(frame_idx)); in SetSelectedFrameByIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrameList.h37 lldb::StackFrameSP GetFrameAtIndex(uint32_t idx);
H A DThread.h423 return GetStackFrameList()->GetFrameAtIndex(idx); in GetStackFrameAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdStack.cpp582 lldb::SBFrame frame = thread.GetFrameAtIndex(i); in Execute()
758 lldb::SBFrame frame = (nFrame != UINT64_MAX) ? thread.GetFrameAtIndex(nFrame) in Execute()
929 lldb::SBFrame frame = (nFrame != UINT64_MAX) ? thread.GetFrameAtIndex(nFrame) in Execute()
H A DMICmnLLDBDebugSessionInfo.cpp559 lldb::SBFrame frame = rThread.GetFrameAtIndex(vnLevel); in MIResponseFormFrameInfo()
H A DMICmdCmdVar.cpp177 : thread.GetFrameAtIndex(nFrame); in Execute()
H A DMICmdCmdData.cpp604 lldb::SBFrame frame = (nFrame != UINT64_MAX) ? thread.GetFrameAtIndex(nFrame) in Execute()
H A DMICmnLLDBDebuggerHandleEvents.cpp1157 lldb::SBFrame frame = thread.GetFrameAtIndex(0); in HandleProcessEventStopSignal()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBThread.h171 lldb::SBFrame GetFrameAtIndex(uint32_t idx);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBThread.cpp1269 SBFrame SBThread::GetFrameAtIndex(uint32_t idx) { in GetFrameAtIndex() function in SBThread