Home
last modified time | relevance | path

Searched refs:LIBLLDB_LOG_PLATFORM (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp165 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in GetModuleSpec()
255 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in GetRemoteWorkingDirectory()
272 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in SetRemoteWorkingDirectory()
381 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PLATFORM)); in LaunchProcess()
612 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in MakeDirectory()
624 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in GetFilePermissions()
636 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in SetFilePermissions()
683 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in CreateSymlink()
694 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in Unlink()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DLogging.h42 #define LIBLLDB_LOG_PLATFORM (1u << 25) macro
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DLogging.cpp37 {{"platform"}, {"log platform events and activities"}, LIBLLDB_LOG_PLATFORM},
H A DArchSpec.cpp989 …rivate::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_TARGET | LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_PLATFORM)); in SetArchitecture()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp43 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PLATFORM)); in CreateInstance()
244 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PLATFORM)); in DebugProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp645 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in Install()
757 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in SetWorkingDirectory()
829 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in SetRemoteWorkingDirectory()
1046 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PLATFORM)); in LaunchProcess()
1103 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PLATFORM)); in KillProcess()
1134 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PLATFORM)); in DebugProcess()
1269 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PLATFORM)); in PutFile()
1649 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in GetCachedSharedModule()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp43 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PLATFORM)); in CreateInstance()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp112 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM)); in LaunchGDBServer()
170 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM)); in Handle_qLaunchGDBServer()
H A DProcessGDBRemote.cpp4294 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in GetModuleSpec()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp45 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PLATFORM)); in CreateInstance()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp381 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM)); in PutFile()
486 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM)); in GetFile()
809 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM)); in Attach()