Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrameList.h93 bool SetFrameAtIndex(uint32_t idx, lldb::StackFrameSP &frame_sp);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrameList.cpp683 SetFrameAtIndex(idx, frame_sp); in GetFrameAtIndex()
755 bool StackFrameList::SetFrameAtIndex(uint32_t idx, StackFrameSP &frame_sp) { in SetFrameAtIndex() function in StackFrameList