Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStackFrameList.h111 void SetCurrentInlinedDepth(uint32_t new_depth);
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrameList.cpp216 void StackFrameList::SetCurrentInlinedDepth(uint32_t new_depth) { in SetCurrentInlinedDepth() function in StackFrameList
H A DThread.cpp531 GetStackFrameList()->SetCurrentInlinedDepth( in RestoreThreadStateFromCheckpoint()