Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/utils/libcxx/test/
H A Dfeatures.py500 gdb_path = shutil.which("gdb")
501 if gdb_path is None:
516 [gdb_path, "-ex", "python " + test_src, "--batch"],
/aosp_15_r20/development/python-packages/gdbrunner/gdbrunner/
H A D__init__.py380 def start_gdb(gdb_path, gdb_commands, gdb_flags=None, lldb=False): argument
397 gdb_args = [gdb_path, script_parameter, script_path] + (gdb_flags or [])