Searched refs:gdb_path (Results 1 – 2 of 2) sorted by relevance
/development/scripts/ |
D | gdbclient.py | 260 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__.py | 291 def start_gdb(gdb_path, gdb_commands, gdb_flags=None): argument 304 gdb_args = [gdb_path, "-x", gdb_script_path] + (gdb_flags or [])
|