Home
last modified time | relevance | path

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

/external/lldb/examples/python/
Dsymbolication.py473 pc_index = -1
478 pc_index = inst_idx
490 if pc_index >= 0:
492 if non_zeroeth_frame and pc_index > 0:
493 pc_index = pc_index - 1
497 start_idx = pc_index - insts_before_pc
503 end_idx = pc_index + insts_after_pc
507 if i == pc_index:
/external/lldb/source/Target/
DThreadPlanStepRange.cpp342 size_t pc_index; in SetNextBranchBreakpoint() local
344 InstructionList *instructions = GetInstructionsForAddress (cur_addr, range_index, pc_index); in SetNextBranchBreakpoint()
350 branch_index = instructions->GetIndexOfNextBranchInstruction (pc_index); in SetNextBranchBreakpoint()
360 if (branch_index - pc_index > 1) in SetNextBranchBreakpoint()