| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Logging.h | 15 #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 D | GDBRemoteCommunicationServerLLGS.cpp | 236 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 D | GDBRemoteCommunicationServerCommon.cpp | 426 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS)); in Handle_qUserName() 961 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS)); in Handle_A()
|
| H A D | ProcessGDBRemote.cpp | 3013 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 D | Memory.cpp | 268 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 D | Process.cpp | 615 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 D | StopInfo.cpp | 148 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 D | ABI.cpp | 206 LLDB_LOG(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS), in MakeMCRegisterInfo()
|
| H A D | ThreadPlanCallFunction.cpp | 246 LIBLLDB_LOG_PROCESS)); in DoPlanExplainsStop()
|
| H A D | Target.cpp | 2757 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 D | ScriptedProcess.cpp | 77 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 D | NativeProcessProtocol.cpp | 77 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 D | Host.cpp | 166 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 D | MonitoringProcessLauncher.cpp | 53 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in LaunchProcess()
|
| H A D | ProcessLaunchInfo.cpp | 186 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 D | Logging.cpp | 38 {{"process"}, {"log process events and activities"}, LIBLLDB_LOG_PROCESS},
|
| H A D | ArchSpec.cpp | 905 …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 D | StructuredDataDarwinLog.cpp | 966 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 D | MinidumpParser.cpp | 144 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 D | AppleObjCRuntimeV2.cpp | 1460 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 D | AppleObjCRuntimeV1.cpp | 333 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in UpdateISAToDescriptorMapIfNeeded()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
| H A D | ProcessElfCore.cpp | 411 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 D | lldb-gdbserver.cpp | 99 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS)); in sighup_handler()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
| H A D | DisassemblerLLVMC.cpp | 787 lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)) { in ParseOperands()
|