Lines Matching refs:format

21             "read packet: $D;{}#00".format(child_pid),
34 "send packet: $W00;process:{}#00".format(parent_pid),
47 .format(parent_pid, parent_tid),
50 "send packet: $W00;process:{}#00".format(parent_pid),
83 "read packet: $Hgp{:x}.{:x}#00".format(pid, tid),
85 "read packet: $Hcp{:x}.{:x}#00".format(pid, tid),
88 "read packet: $Hgp{:x}.{:x}#00".format(pid, tid+1),
90 "read packet: $Hcp{:x}.{:x}#00".format(pid, tid+1),
93 "read packet: $Hgp{:x}.{:x}#00".format(pid+1, tid),
95 "read packet: $Hcp{:x}.{:x}#00".format(pid+1, tid),
121 "read packet: $D;{}#00".format(pid),
211 "read packet: $vCont;c:p{}.{};c:p{}.{}#00".format(
258 ["read packet: $Hcp{}.{}#00".format(*pidtid),
262 "regex": self.stop_regex.format(*pidtid),
279 ["read packet: $Hgp{:x}.{:x}#00".format(*pidtid),
289 inferior_args=["set-message:{}".format(INITIAL_DATA),
307 {"direction": "send", "regex": self.fork_regex.format("fork"),
320 ["read packet: $Hgp{}.{}#00".format(*pidtid),
323 "read packet: $m{},{:x}#00".format(addr,
329 "read packet: $M{},{:x}:{}#00".format(addr,
335 "read packet: $Hcp{}.{}#00".format(*pidtid),
342 "regex": self.stop_regex.format(*pidtid),
356 ["read packet: $Hgp{}.{}#00".format(*pidtid),
359 "read packet: $m{},{:x}#00".format(addr,
382 ["read packet: $Hcp{}.{}#00".format(*pidtid),
386 "regex": self.stop_regex.format(*pidtid),
401 ["read packet: $Hgp{:x}.{:x}#00".format(*pidtid),
403 "read packet: $p{:x}#00".format(regno),
431 new_val = ('{{:0{}x}}'.format(old_val_length)
432 .format(random.getrandbits(old_val_length*4)))
436 ["read packet: $Hgp{:x}.{:x}#00".format(*pidtid),
438 "read packet: $p{:x}#00".format(regno),
442 "read packet: $P{:x}={}#00".format(regno, new_val),
455 ["read packet: $Hgp{:x}.{:x}#00".format(*pidtid),
457 "read packet: $p{:x}#00".format(old_val[0]),
478 ["read packet: $Hcp{}.{}#00".format(*pidtid),
482 "regex": self.stop_regex.format(*pidtid),
494 ["read packet: $Hgp{:x}.{:x}#00".format(*pidtid),
497 "send packet: $QCp{:x}.{:x}#00".format(*pidtid),
512 ["read packet: $Hcp{}.{}#00".format(*pidtid),
516 "regex": self.stop_regex.format(*pidtid),
538 "read packet: $Tp{:x}.{:x}#00".format(*pidtid),
541 "read packet: $Hgp{:x}.{:x}#00".format(*pidtid),
543 "read packet: $T{:x}#00".format(max_tid + 1),
545 "read packet: $T{:x}#00".format(pidtid[1]),
550 ["read packet: $Tp{:x}.{:x}#00".format(pid, tid),
551 "send packet: ${}#00".format(expected),