Home
last modified time | relevance | path

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

/development/scripts/
Dgdbclient.py127 binary_file = None
151 binary_file, local = gdbrunner.find_file(device, run_cmd[0], sysroot,
153 if binary_file is None:
156 binary_file, local = gdbrunner.find_binary(device, pid, sysroot,
165 return (binary_file, pid, run_cmd)
250 def generate_setup_script(gdbpath, sysroot, binary_file, is64bit, port, debugger, connect_timeout=5… argument
271 gdbpath, root, sysroot, binary_file.name, port, dalvik_gdb_script, solib_search_path)
273 …return generate_gdb_script(root, sysroot, binary_file.name, port, dalvik_gdb_script, solib_search_…
303 binary_file, pid, run_cmd = handle_switches(args, sysroot)
305 with binary_file:
[all …]
/development/python-packages/gdbrunner/
D__init__.py285 def get_binary_arch(binary_file): argument
288 binary_file.seek(0)
289 binary = binary_file.read(0x14)