Home
last modified time | relevance | path

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

/development/scripts/
Dgdbclient.py260 gdb_path = os.path.join(root, "prebuilts", "gdb", platform_name, "bin",
267 gdbrunner.start_gdb(gdb_path, gdb_commands)
/development/python-packages/gdbrunner/
D__init__.py291 def start_gdb(gdb_path, gdb_commands, gdb_flags=None): argument
304 gdb_args = [gdb_path, "-x", gdb_script_path] + (gdb_flags or [])