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

/external/lldb/include/lldb/Target/
H A DStackFrameList.h62 if (m_current_inlined_depth < UINT32_MAX)
63 return idx - m_current_inlined_depth;
144 uint32_t m_current_inlined_depth; member in class:lldb_private::StackFrameList
/external/lldb/source/Target/
H A DStackFrameList.cpp52 m_current_inlined_depth (UINT32_MAX),
58 m_current_inlined_depth = prev_frames_sp->m_current_inlined_depth;
92 m_current_inlined_depth = UINT32_MAX;
97 return m_current_inlined_depth;
113 m_current_inlined_depth = UINT32_MAX;
157 m_current_inlined_depth = 0;
186 m_current_inlined_depth = 0;
209 m_current_inlined_depth = num_inlined_functions + 1;
212 log->Printf ("ResetCurrentInlinedDepth: setting inlined depth: %d 0x%" PRIx64 ".\n", m_current_inlined_depth, curr_p
[all...]

Completed in 516 milliseconds