Lines Matching refs:binary_file
200 (binary_file, attach_pid, run_cmd).
205 binary_file = None
229 binary_file, local = gdbrunner.find_file(device, run_cmd[0], sysroot,
231 if binary_file is None:
234 binary_file, local = gdbrunner.find_binary(device, pid, sysroot,
243 return (binary_file, pid, run_cmd)
279 def generate_setup_script(debugger_path, sysroot, linker_search_dir, binary_file, is64bit, host, port, debugger, connect_timeout=5):
295 root, sysroot, binary_file.name, host, port, solib_search_path)
298 root, sysroot, binary_file.name, host, port, solib_search_path)
337 binary_file, pid, run_cmd = handle_switches(args, sysroot)
339 with binary_file:
347 arch = gdbrunner.get_binary_arch(binary_file)
356 interp = gdbrunner.get_binary_interp(binary_file.name, llvm_readobj_path)
386 binary_file=binary_file,