Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/tools/tlib_helper/
Dgdbscript.py19 GUEST_PC = None variable
197 global GUEST_PC
212 if GUEST_PC is not None:
214 if guest_pc > GUEST_PC:
241 guest_pc = GUEST_PC or int(gdb.parse_and_eval('$current_cpu->pc').const_value())
509 global GUEST_PC
511 if guest_pc == GUEST_PC:
514 GUEST_PC = guest_pc
543 global GUEST_PC
544 GUEST_PC = 0