Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h70 if (m_current_inlined_depth < UINT32_MAX) in GetVisibleStackFrameIndex()
71 return idx - m_current_inlined_depth; in GetVisibleStackFrameIndex()
196 uint32_t m_current_inlined_depth; variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp43 m_current_inlined_depth(UINT32_MAX), in StackFrameList()
47 m_current_inlined_depth = prev_frames_sp->m_current_inlined_depth; in StackFrameList()
71 m_current_inlined_depth = UINT32_MAX; in GetCurrentInlinedDepth()
78 return m_current_inlined_depth; in GetCurrentInlinedDepth()
98 m_current_inlined_depth = *inline_depth; in ResetCurrentInlinedDepth()
105 m_current_inlined_depth, m_current_inlined_pc); in ResetCurrentInlinedDepth()
109 m_current_inlined_depth = UINT32_MAX; in ResetCurrentInlinedDepth()
123 m_current_inlined_depth--; in DecrementCurrentInlinedDepth()
133 m_current_inlined_depth = new_depth; in SetCurrentInlinedDepth()