Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Target/
DStackFrameList.cpp43 m_show_inlined_frames(show_inline_frames) { in StackFrameList()
64 if (m_show_inlined_frames && m_current_inlined_pc != LLDB_INVALID_ADDRESS) { in GetCurrentInlinedDepth()
82 if (!m_show_inlined_frames) in ResetCurrentInlinedDepth()
204 if (m_show_inlined_frames) { in DecrementCurrentInlinedDepth()
449 if (!m_show_inlined_frames) { in GetFramesUpTo()
667 if (m_show_inlined_frames) { in GetFrameAtIndex()
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DStackFrameList.h155 const bool m_show_inlined_frames; variable