Home
last modified time | relevance | path

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

/external/lldb/examples/python/
Dsymbolication.py471 def disassemble_instructions (target, instructions, pc, insts_before_pc, insts_after_pc, non_zeroet… argument
494 if insts_before_pc == -1:
497 start_idx = pc_index - insts_before_pc
500 if insts_before_pc == -1: