Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Target/
DStackFrameList.cpp41 m_current_inlined_depth(UINT32_MAX), in StackFrameList()
45 m_current_inlined_depth = prev_frames_sp->m_current_inlined_depth; in StackFrameList()
68 m_current_inlined_depth = UINT32_MAX; in GetCurrentInlinedDepth()
75 return m_current_inlined_depth; in GetCurrentInlinedDepth()
91 m_current_inlined_depth = UINT32_MAX; in ResetCurrentInlinedDepth()
141 m_current_inlined_depth = 0; in ResetCurrentInlinedDepth()
167 m_current_inlined_depth = 0; in ResetCurrentInlinedDepth()
190 m_current_inlined_depth = num_inlined_functions + 1; in ResetCurrentInlinedDepth()
196 m_current_inlined_depth, curr_pc); in ResetCurrentInlinedDepth()
208 m_current_inlined_depth--; in DecrementCurrentInlinedDepth()
[all …]
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DStackFrameList.h58 if (m_current_inlined_depth < UINT32_MAX) in GetVisibleStackFrameIndex()
59 return idx - m_current_inlined_depth; in GetVisibleStackFrameIndex()
147 uint32_t m_current_inlined_depth; variable