Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DStackFrameList.h56 if (m_current_inlined_depth < UINT32_MAX) in GetVisibleStackFrameIndex()
57 return idx - m_current_inlined_depth; in GetVisibleStackFrameIndex()
147 uint32_t m_current_inlined_depth; variable
/external/llvm-project/lldb/source/Target/
DStackFrameList.cpp40 m_current_inlined_depth(UINT32_MAX), in StackFrameList()
44 m_current_inlined_depth = prev_frames_sp->m_current_inlined_depth; in StackFrameList()
67 m_current_inlined_depth = UINT32_MAX; in GetCurrentInlinedDepth()
74 return m_current_inlined_depth; in GetCurrentInlinedDepth()
90 m_current_inlined_depth = UINT32_MAX; in ResetCurrentInlinedDepth()
137 m_current_inlined_depth = 0; in ResetCurrentInlinedDepth()
163 m_current_inlined_depth = 0; in ResetCurrentInlinedDepth()
186 m_current_inlined_depth = num_inlined_functions + 1; in ResetCurrentInlinedDepth()
192 m_current_inlined_depth, curr_pc); in ResetCurrentInlinedDepth()
204 m_current_inlined_depth--; in DecrementCurrentInlinedDepth()
[all …]