Home
last modified time | relevance | path

Searched refs:SetCurrentInlinedDepth (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrameList.h114 void SetCurrentInlinedDepth(uint32_t new_depth);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrameList.cpp210 void StackFrameList::SetCurrentInlinedDepth(uint32_t new_depth) { in SetCurrentInlinedDepth() function in StackFrameList
H A DThread.cpp578 GetStackFrameList()->SetCurrentInlinedDepth( in RestoreThreadStateFromCheckpoint()