Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp347 size_t pc_index; in SetNextBranchBreakpoint() local
350 GetInstructionsForAddress(cur_addr, range_index, pc_index); in SetNextBranchBreakpoint()
356 pc_index, ignore_calls, &m_found_calls); in SetNextBranchBreakpoint()
362 if (last_index - pc_index > 1) { in SetNextBranchBreakpoint()
369 } else if (branch_index - pc_index > 1) { in SetNextBranchBreakpoint()
373 if (branch_index == pc_index) in SetNextBranchBreakpoint()