Searched refs:debug_opts (Results 1 – 1 of 1) sorted by relevance
182 def diagnostic_report(exc, stream, cmd_name, debug_opts, lldb_log_fname=None): argument207 if not debug_opts:213 if "--debug" in debug_opts:224 if "--radar" in debug_opts:258 if "--pdb" in debug_opts:296 debug_opts = [opt for opt in command_args if opt in _DEBUG_OPTS]300 if "--radar" in debug_opts:325 if "--radar" in debug_opts: lldb_run_command("log disable")326 return diagnostic_report(exc, stream, cmd_name, debug_opts, lldb_log_filename)