Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrameList.cpp463 uint32_t inlined_depth = 0; in GetFramesUpTo() local
465 inlined_depth = GetCurrentInlinedDepth(); in GetFramesUpTo()
466 if (inlined_depth != UINT32_MAX) { in GetFramesUpTo()
468 end_idx += inlined_depth; in GetFramesUpTo()
653 uint32_t inlined_depth = GetCurrentInlinedDepth(); in GetFrameAtIndex() local
654 if (inlined_depth != UINT32_MAX) in GetFrameAtIndex()
655 idx += inlined_depth; in GetFrameAtIndex()
789 uint32_t inlined_depth = GetCurrentInlinedDepth(); in SetSelectedFrame() local
790 if (inlined_depth != UINT32_MAX) in SetSelectedFrame()
791 m_selected_frame_idx -= inlined_depth; in SetSelectedFrame()