HomeSort by relevance Sort by last modified time
    Searched refs:pc_index (Results 1 - 2 of 2) sorted by null

  /external/lldb/examples/python/
symbolication.py 473 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/
ThreadPlanStepRange.cpp 342 size_t pc_index; local
344 InstructionList *instructions = GetInstructionsForAddress (cur_addr, range_index, pc_index);
350 branch_index = instructions->GetIndexOfNextBranchInstruction (pc_index);
360 if (branch_index - pc_index > 1)

Completed in 102 milliseconds