Home | History | Annotate | Download | only in gdb.python

Lines Matching defs:current_pc

25 current_pc = None
62 disassembly wrapping for the global CURRENT_PC."""
65 global current_pc
69 if current_pc == None:
70 raise gdb.GdbError("no current_pc set")
73 global current_pc
75 if info.address != current_pc:
155 if ad != current_pc:
176 if ad != current_pc:
603 global current_pc
610 addr_part = info.address_part(current_pc)
611 assert addr_part.address == current_pc
830 assert current_pc is not None
837 global current_pc
838 return current_pc