Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp468 uint32_t inlined_depth = 0; in GetFramesUpTo() local
470 inlined_depth = GetCurrentInlinedDepth(); in GetFramesUpTo()
471 if (inlined_depth != UINT32_MAX) { in GetFramesUpTo()
473 end_idx += inlined_depth; in GetFramesUpTo()
673 uint32_t inlined_depth = GetCurrentInlinedDepth(); in GetFrameAtIndex() local
674 if (inlined_depth != UINT32_MAX) in GetFrameAtIndex()
675 idx += inlined_depth; in GetFrameAtIndex()
859 uint32_t inlined_depth = GetCurrentInlinedDepth(); in SetSelectedFrame() local
860 if (inlined_depth != UINT32_MAX) in SetSelectedFrame()
861 m_selected_frame_idx = *m_selected_frame_idx - inlined_depth; in SetSelectedFrame()