Home
last modified time | relevance | path

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

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