Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.cpp213 Log *log = GetLogIfAnyCategoriesSet (LIBLLDB_LOG_PLATFORM); in GetModuleSpec()
329 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in GetRemoteWorkingDirectory()
349 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in SetRemoteWorkingDirectory()
478 Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_PLATFORM)); in LaunchProcess()
753 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in MakeDirectory()
766 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in GetFilePermissions()
778 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in SetFilePermissions()
841 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in CreateSymlink()
852 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in Unlink()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDPlatform.cpp741 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in Install()
876 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in SetWorkingDirectory()
953 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM); in SetRemoteWorkingDirectory()
1192 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_PLATFORM)); in LaunchProcess()
1254 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_PLATFORM)); in KillProcess()
1288 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_PLATFORM)); in DebugProcess()
1412 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_PLATFORM)); in PutFile()
1844 Log *log = GetLogIfAnyCategoriesSet (LIBLLDB_LOG_PLATFORM); in GetCachedSharedModule()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDLogging.h47 #define LIBLLDB_LOG_PLATFORM (1u << 25) macro
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDLogging.cpp130 else if (0 == ::strcasecmp(arg, "platform")) flag_bits &= ~LIBLLDB_LOG_PLATFORM; in DisableLog()
211 else if (0 == ::strcasecmp(arg, "platform")) flag_bits |= LIBLLDB_LOG_PLATFORM; in EnableLog()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
HDPlatformPOSIX.cpp223 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM)); in PutFile()
355 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM)); in GetFile()
756 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM)); in Attach()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerPlatform.cpp90 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM)); in Handle_qLaunchGDBServer()
HDProcessGDBRemote.cpp4094 Log *log = GetLogIfAnyCategoriesSet (LIBLLDB_LOG_PLATFORM); in GetModuleSpec()