Home
last modified time | relevance | path

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

/external/llvm-project/lldb/examples/python/
Dsymbolication.py579 pc_index = -1
584 pc_index = inst_idx
595 if pc_index >= 0:
598 if non_zeroeth_frame and pc_index > 0:
599 pc_index = pc_index - 1
603 start_idx = pc_index - insts_before_pc
609 end_idx = pc_index + insts_after_pc
613 if i == pc_index:
/external/llvm-project/lldb/source/Target/
DThreadPlanStepRange.cpp323 size_t pc_index; in SetNextBranchBreakpoint() local
326 GetInstructionsForAddress(cur_addr, range_index, pc_index); in SetNextBranchBreakpoint()
332 pc_index, ignore_calls, &m_found_calls); in SetNextBranchBreakpoint()
338 if (last_index - pc_index > 1) { in SetNextBranchBreakpoint()
345 } else if (branch_index - pc_index > 1) { in SetNextBranchBreakpoint()