Home | History | Annotate | Download | only in python

Lines Matching refs:instructions

708                             instructions = symbolicated_frame_address.get_instructions()
709 if instructions:
712 instructions,
733 option_parser.add_option('--disasm-before' , '-B', type='int', dest='disassemble_before', help='the number of instructions to disassemble before the frame PC', default=4)
734 option_parser.add_option('--disasm-after' , '-A', type='int', dest='disassemble_after', help='the number of instructions to disassemble after the frame PC', default=4)