Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h139 void SetCurrentInlinedDepth(uint32_t new_depth);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp131 void StackFrameList::SetCurrentInlinedDepth(uint32_t new_depth) { in SetCurrentInlinedDepth() function in StackFrameList
H A DThread.cpp561 GetStackFrameList()->SetCurrentInlinedDepth( in RestoreThreadStateFromCheckpoint()