Lines Matching refs:format
65 sys.exit(msg.format(adb_path))
180 gdbserver_cmd.extend(["--once", "+{}".format(debug_socket)])
187 forward_gdbserver_port(device, local=port, remote="localfilesystem:{}".format(debug_socket))
195 print("Redirecting lldb-server output to {}".format(gdbserver_output_path))
199 print("Redirecting gdbserver output to {}".format(gdbserver_output_path))
219 device.forward("tcp:{}".format(local), remote)
220 atexit.register(lambda: device.forward_remove("tcp:{}".format(local)))
244 raise ValueError("'{}' is not an absolute path".format(executable_path))
260 file_name = "gdbclient-binary-{}".format(os.getppid())
261 remote_temp_path = "/data/local/tmp/{}".format(file_name)
272 "device".format(executable_path))
279 raise RuntimeError('Could not find executable {}'.format(executable_path))
307 "device".format(executable_name))
311 return find_file(device, "/proc/{}/exe".format(pid), sysroot, run_as_cmd)
347 raise RuntimeError("unknown architecture: 0x{:x}".format(e_machine))