Searched refs:lldb (Results 1 – 3 of 3) sorted by relevance
/development/python-packages/gdbrunner/ |
D | __init__.py | 146 lldb=False): argument 177 if lldb: 192 if lldb: 360 def start_gdb(gdb_path, gdb_commands, gdb_flags=None, lldb=False): argument 373 if lldb:
|
/development/scripts/ |
D | lldbclient.py | 482 if os.path.basename(__file__) == 'gdbclient.py' and not args.lldb: 503 port=args.port, run_as_cmd=cmd_prefix, lldb=use_lldb) 533 gdbrunner.start_gdb(debugger_path, setup_commands, lldb=use_lldb)
|
D | gdbclient.py | 482 if os.path.basename(__file__) == 'gdbclient.py' and not args.lldb: 503 port=args.port, run_as_cmd=cmd_prefix, lldb=use_lldb) 533 gdbrunner.start_gdb(debugger_path, setup_commands, lldb=use_lldb)
|