Home
last modified time | relevance | path

Searched refs:new_depth (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DStackFrameList.h111 void SetCurrentInlinedDepth(uint32_t new_depth);
/openbsd/src/gnu/llvm/lldb/source/Target/
DStackFrameList.cpp216 void StackFrameList::SetCurrentInlinedDepth(uint32_t new_depth) { in SetCurrentInlinedDepth() argument
217 m_current_inlined_depth = new_depth; in SetCurrentInlinedDepth()
218 if (new_depth == UINT32_MAX) in SetCurrentInlinedDepth()