Searched refs:gdb_path (Results 1 – 2 of 2) sorted by relevance
500 gdb_path = shutil.which("gdb")501 if gdb_path is None:516 [gdb_path, "-ex", "python " + test_src, "--batch"],
380 def start_gdb(gdb_path, gdb_commands, gdb_flags=None, lldb=False): argument397 gdb_args = [gdb_path, script_parameter, script_path] + (gdb_flags or [])