Home
last modified time | relevance | path

Searched refs:LIBLLDB_LOG_PROCESS (Results 1 – 24 of 24) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLogging.h15 #define LIBLLDB_LOG_PROCESS (1u << 1) macro
48 (LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_THREAD | LIBLLDB_LOG_DYNAMIC_LOADER | \
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp236 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS)); in LaunchProcess()
318 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS)); in AttachToProcess()
365 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS)); in AttachWaitProcess()
435 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS)); in InitializeDelegate()
449 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS)); in SendWResponse()
974 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS)); in HandleInferiorState_Exited()
998 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS)); in HandleInferiorState_Stopped()
1023 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS)); in ProcessStateChanged()
1363 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS)); in Handle_k()
1563 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS)); in Handle_vCont()
[all …]
H A DGDBRemoteCommunicationServerCommon.cpp426 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS)); in Handle_qUserName()
961 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS)); in Handle_A()
H A DProcessGDBRemote.cpp3013 GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_EXPRESSIONS)); in DoAllocateMemory()
4687 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS); in GetLoadedModuleList()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp268 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in ReserveBlock()
324 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in FreeBlock()
354 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in AllocatePage()
393 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in AllocateMemory()
413 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in DeallocateMemory()
H A DProcess.cpp615 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in SyncIOHandler()
642 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in WaitForProcessToStop()
939 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in GetStateChangedEvents()
961 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in PeekAtStateChangedEvents()
982 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in GetStateChangedEventsPrivate()
1001 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in GetEventsPrivate()
1036 LIBLLDB_LOG_PROCESS)); in SetExitStatus()
1091 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS)); in SetProcessExitStatus()
1282 LIBLLDB_LOG_PROCESS)); in SetPublicState()
1313 LIBLLDB_LOG_PROCESS)); in Resume()
[all …]
H A DStopInfo.cpp148 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in ShouldStopSynchronous()
568 lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in PerformAction()
699 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in ShouldStopSynchronous()
921 lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in PerformAction()
H A DABI.cpp206 LLDB_LOG(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS), in MakeMCRegisterInfo()
H A DThreadPlanCallFunction.cpp246 LIBLLDB_LOG_PROCESS)); in DoPlanExplainsStop()
H A DTarget.cpp2757 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in RunStopHooks()
3204 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in FinalizeFileActions()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp77 LLDB_LOGF(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS), "%s", in CreateInstance()
191 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in DoResume()
215 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in DoStop()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp77 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in SetExitStatus()
131 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in GetHardwareDebugSupportInfo()
155 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in SetWatchpoint()
239 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in SetHardwareBreakpoint()
311 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in SynchronouslyNotifyProcessStateChanged()
320 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in NotifyDidExec()
H A DHost.cpp166 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in MonitorChildProcessThreadFunction()
195 log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS); in MonitorChildProcessThreadFunction()
246 log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS); in MonitorChildProcessThreadFunction()
280 log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS); in MonitorChildProcessThreadFunction()
H A DMonitoringProcessLauncher.cpp53 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in LaunchProcess()
H A DProcessLaunchInfo.cpp186 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS); in NoOpMonitorCallback()
214 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS); in SetUpPtyRedirection()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DLogging.cpp38 {{"process"}, {"log process events and activities"}, LIBLLDB_LOG_PROCESS},
H A DArchSpec.cpp905 …Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_TARGET | LIBLLDB_LOG_PROCESS | LIBLLDB… in SetArchitecture()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp966 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS); in ParseAutoEnableOptions()
1086 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in HandleArrivalOfStructuredData()
1235 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in ModulesDidLoad()
1490 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in InitCompletionHookCallback()
1594 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in AddInitCompletionHook()
1793 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in EnableNow()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp144 LLDB_LOG_ERROR(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS), in GetArchitecture()
203 LLDB_LOG_ERROR(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS), in GetArchitecture()
428 LLDB_LOG_ERROR(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS), in GetExceptionStream()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1460 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_TYPES)); in GetClassDescriptor()
1532 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_TYPES)); in GetClassInfoUtilityFunctionImpl()
1637 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_TYPES)); in GetClassInfoUtilityFunctionImpl()
1740 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_TYPES)); in UpdateISAToDescriptorMap()
1969 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_TYPES)); in UpdateISAToDescriptorMap()
2198 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_TYPES)); in UpdateISAToDescriptorMapIfNeeded()
2285 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_TYPES)); in RealizedClassGenerationCountChanged()
H A DAppleObjCRuntimeV1.cpp333 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in UpdateISAToDescriptorMapIfNeeded()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp411 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in ParseFreeBSDPrStatus()
439 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in ParseFreeBSDPrPsInfo()
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp99 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS)); in sighup_handler()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp787 lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)) { in ParseOperands()