Lines Matching refs:log

85   Log *log = GetLog(LLDBLog::Host);  in LocateExecutableObjectFile()  local
87 LLDB_LOGF(log, "Spotlight lookup for .dSYM bundles is disabled."); in LocateExecutableObjectFile()
147 LLDB_LOGF(log, in LocateExecutableObjectFile()
166 if (log) { in LocateExecutableObjectFile()
169 LLDB_LOGF(log, in LocateExecutableObjectFile()
196 LLDB_LOGF(log, "using original binary filepath %s for UUID %s", in LocateExecutableObjectFile()
214 LLDB_LOGF(log, in LocateExecutableObjectFile()
230 LLDB_LOGF(log, "plist bundle has exec path of %s for UUID %s", in LocateExecutableObjectFile()
250 LLDB_LOGF(log, in LocateExecutableObjectFile()
280 LLDB_LOGF(log, in LocateExecutableObjectFile()
308 LLDB_LOGF(log, in LocateExecutableObjectFile()
473 Log *log = GetLog(LLDBLog::Host); in LocateDSYMInVincinityOfExecutable() local
478 if (log) { in LocateDSYMInVincinityOfExecutable()
479 LLDB_LOGF(log, "dSYM with matching UUID & arch found at %s", in LocateDSYMInVincinityOfExecutable()
510 if (log) { in LocateDSYMInVincinityOfExecutable()
511 LLDB_LOGF(log, "dSYM with matching UUID & arch found at %s", in LocateDSYMInVincinityOfExecutable()
527 Log *log = GetLog(LLDBLog::Host); in LocateMacOSXFilesUsingDebugSymbols() local
529 LLDB_LOGF(log, "Spotlight lookup for .dSYM bundles is disabled."); in LocateMacOSXFilesUsingDebugSymbols()
589 LLDB_LOGF(log, in LocateMacOSXFilesUsingDebugSymbols()
608 if (log) { in LocateMacOSXFilesUsingDebugSymbols()
611 LLDB_LOGF(log, in LocateMacOSXFilesUsingDebugSymbols()
638 LLDB_LOGF(log, "using original binary filepath %s for UUID %s", in LocateMacOSXFilesUsingDebugSymbols()
656 LLDB_LOGF(log, in LocateMacOSXFilesUsingDebugSymbols()
672 LLDB_LOGF(log, "plist bundle has exec path of %s for UUID %s", in LocateMacOSXFilesUsingDebugSymbols()
692 LLDB_LOGF(log, in LocateMacOSXFilesUsingDebugSymbols()
722 LLDB_LOGF(log, in LocateMacOSXFilesUsingDebugSymbols()
750 LLDB_LOGF(log, in LocateMacOSXFilesUsingDebugSymbols()
797 Log *log = GetLog(LLDBLog::Host); in GetModuleSpecInfoFromUUIDDictionary() local
821 LLDB_LOGF(log, in GetModuleSpecInfoFromUUIDDictionary()
835 LLDB_LOGF(log, "From dsymForUUID plist: dSYM is at '%s'", str.c_str()); in GetModuleSpecInfoFromUUIDDictionary()
1053 Log *log = GetLog(LLDBLog::Host); in DownloadObjectAndSymbolFile() local
1062 LLDB_LOGF(log, "Calling %s with UUID %s to find dSYM: %s", in DownloadObjectAndSymbolFile()
1069 LLDB_LOGF(log, "Calling %s with file %s to find dSYM: %s", in DownloadObjectAndSymbolFile()
1091 LLDB_LOGF(log, "'%s' failed (exit status: %d, error: '%s', output: '%s')", in DownloadObjectAndSymbolFile()
1106 LLDB_LOGF(log, "'%s' failed: output is not a valid plist", in DownloadObjectAndSymbolFile()
1112 LLDB_LOGF(log, "'%s' failed: output plist is not a valid CFDictionary", in DownloadObjectAndSymbolFile()