Home
last modified time | relevance | path

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

/development/python-packages/gdbrunner/
D__init__.py146 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/
Dlldbclient.py482 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)
Dgdbclient.py482 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)