Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp3750 const uint32_t pc_idx = in WindowDelegateDraw() local
3755 m_selected_line = pc_idx; in WindowDelegateDraw()
3762 if (pc_idx < num_disassembly_lines) { in WindowDelegateDraw()
3763 if (pc_idx < static_cast<uint32_t>(m_first_visible_line) || in WindowDelegateDraw()
3764 pc_idx >= m_first_visible_line + num_visible_lines) in WindowDelegateDraw()
3765 m_first_visible_line = pc_idx - non_visible_pc_offset; in WindowDelegateDraw()
3776 const bool is_pc_line = frame_sp && inst_idx == pc_idx; in WindowDelegateDraw()