Home
last modified time | relevance | path

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

/development/python-packages/gdbrunner/
D__init__.py343 def start_gdb(gdb_path, gdb_commands, gdb_flags=None, lldb=False): argument
360 gdb_args = [gdb_path, script_parameter, script_path] + (gdb_flags or [])