Searched refs:g_dbgshell_command (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Host/macosx/
H A DSymbols.cpp642 static const char *g_dbgshell_command = NULL; local
652 g_dbgshell_command = strdup (cstr_buf); // this malloc'ed memory will never be freed
661 // When g_dbgshell_command is NULL, the user has not enabled the use of an external program
663 if (force_lookup == false && g_dbgshell_command == NULL)
709 if (!g_dsym_for_uuid_exe_exists && g_dbgshell_command != NULL)
711 dsym_for_uuid_exe_spec.SetFile(g_dbgshell_command, true);

Completed in 152 milliseconds