Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp170 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in GetModuleSpec()
259 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in GetRemoteWorkingDirectory()
276 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in SetRemoteWorkingDirectory()
390 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PLATFORM)); in LaunchProcess()
616 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in MakeDirectory()
627 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in GetFilePermissions()
639 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in SetFilePermissions()
692 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in CreateSymlink()
703 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in Unlink()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLogging.h39 #define LIBLLDB_LOG_PLATFORM (1u << 25) macro
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DLogging.cpp37 {{"platform"}, {"log platform events and activities"}, LIBLLDB_LOG_PLATFORM},
H A DArchSpec.cpp905 …rivate::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_TARGET | LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_PLATFORM)); in SetArchitecture()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp643 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in Install()
753 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in SetWorkingDirectory()
825 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in SetRemoteWorkingDirectory()
1013 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PLATFORM)); in LaunchProcess()
1066 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PLATFORM)); in KillProcess()
1096 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PLATFORM)); in DebugProcess()
1224 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PLATFORM)); in PutFile()
1626 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in GetCachedSharedModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp92 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM)); in PutFile()
157 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM)); in GetFile()
363 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM)); in Attach()
418 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PLATFORM)); in DebugProcess()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp43 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PLATFORM)); in CreateInstance()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp48 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PLATFORM)); in CreateInstance()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp43 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PLATFORM)); in CreateInstance()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp181 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM)); in LaunchGDBServer()
238 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM)); in Handle_qLaunchGDBServer()
H A DProcessGDBRemote.cpp4285 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in GetModuleSpec()