Home
last modified time | relevance | path

Searched refs:LIBLLDB_LOG_HOST (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DHostInfoBase.cpp118 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST); in GetShlibDir()
130 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST); in GetSupportExeDir()
141 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST); in GetHeaderDir()
153 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST); in GetSystemPluginDir()
166 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST); in GetUserPluginDir()
178 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST); in GetProcessTempDir()
191 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST); in GetGlobalTempDir()
H A DSymbols.cpp153 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST); in LocateDSYMInVincinityOfExecutable()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangHost.cpp47 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST); in VerifyClangPath()
139 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST); in GetClangResourceDir()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DLogging.h31 #define LIBLLDB_LOG_HOST (1u << 14) macro
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DLogging.cpp30 {{"host"}, {"log host activities"}, LIBLLDB_LOG_HOST},
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DHostInfoPosix.cpp126 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST); in ComputePathRelativeToLibrary()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp1079 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp2633 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST); in ReadModuleFromMemory()