Home
last modified time | relevance | path

Searched refs:SetFrameAtIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h90 bool SetFrameAtIndex(uint32_t idx, lldb::StackFrameSP &frame_sp);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp692 SetFrameAtIndex(idx, frame_sp); in GetFrameAtIndex()
763 bool StackFrameList::SetFrameAtIndex(uint32_t idx, StackFrameSP &frame_sp) { in SetFrameAtIndex() function in StackFrameList