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.h123 void SetCurrentInlinedDepth(uint32_t new_depth);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp219 void StackFrameList::SetCurrentInlinedDepth(uint32_t new_depth) { in SetCurrentInlinedDepth() function in StackFrameList
H A DThread.cpp553 GetStackFrameList()->SetCurrentInlinedDepth( in RestoreThreadStateFromCheckpoint()