Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp60 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in Launch()
127 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in Attach()
181 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in FinalizeLaunch()
551 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in StartExceptionThread()
885 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in StartWaitpidThread()
930 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in WaitpidThread()
955 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in DoWaitpidThread()
1039 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in SendInferiorExitStatusToMainLoop()
1069 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in HandleWaitpidResult()
1169 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in PrivateResume()
[all …]
H A DMachException.cpp69 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_VERBOSE)); in catch_mach_exception_raise_state()
85 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_VERBOSE)); in catch_mach_exception_raise_state_identity()
104 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_VERBOSE)); in catch_mach_exception_raise()
185 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_VERBOSE)); in Receive()
267 GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_VERBOSE)); in CatchExceptionRaise()
282 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_VERBOSE)); in Reply()
379 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_VERBOSE)); in Save()
439 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_VERBOSE)); in Restore()
H A DDarwinProcessLauncher.cpp214 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in CreatePosixSpawnFileAction()
278 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in PosixSpawnChildForPTraceDebugging()
438 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in LaunchInferior()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp208 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS)); in LaunchProcess()
282 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS)); in AttachToProcess()
330 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS)); in InitializeDelegate()
343 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS)); in SendWResponse()
791 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS));
816 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS));
842 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS));
1030 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS));
1298 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS));
1484 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS));
[all …]
H A DGDBRemoteCommunicationServerCommon.cpp434 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS)); in Handle_qUserName()
989 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS)); in Handle_A()
H A DProcessGDBRemote.cpp3031 GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_EXPRESSIONS)); in DoAllocateMemory()
4666 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS); in GetLoadedModuleList()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DLogging.h18 #define LIBLLDB_LOG_PROCESS (1u << 1) macro
50 (LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_THREAD | LIBLLDB_LOG_DYNAMIC_LOADER | \
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DMemory.cpp266 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in ReserveBlock()
322 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in FreeBlock()
352 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in AllocatePage()
390 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in AllocateMemory()
411 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in DeallocateMemory()
H A DProcess.cpp954 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in SyncIOHandler()
981 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in WaitForProcessToStop()
1254 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in GetStateChangedEvents()
1276 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in PeekAtStateChangedEvents()
1299 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in GetStateChangedEventsPrivate()
1318 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in GetEventsPrivate()
1353 LIBLLDB_LOG_PROCESS)); in SetExitStatus()
1411 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS)); in SetProcessExitStatus()
1567 LIBLLDB_LOG_PROCESS)); in SetPublicState()
3107 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | in CompleteAttach()
[all …]
H A DProcessLaunchInfo.cpp186 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS); in NoOpMonitorCallback()
209 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS); in SetUpPtyRedirection()
H A DStopInfo.cpp151 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in ShouldStopSynchronous()
537 lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in PerformAction()
670 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in ShouldStopSynchronous()
895 lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in PerformAction()
H A DThreadPlanCallFunction.cpp275 LIBLLDB_LOG_PROCESS)); in DoPlanExplainsStop()
H A DTarget.cpp3054 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in FinalizeFileActions()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp67 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in SetExitStatus()
121 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in GetHardwareDebugSupportInfo()
145 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in SetWatchpoint()
229 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in SetHardwareBreakpoint()
327 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in SynchronouslyNotifyProcessStateChanged()
347 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in NotifyDidExec()
H A DHost.cpp169 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in MonitorChildProcessThreadFunction()
199 log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS); in MonitorChildProcessThreadFunction()
251 log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS); in MonitorChildProcessThreadFunction()
285 log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS); in MonitorChildProcessThreadFunction()
H A DMonitoringProcessLauncher.cpp54 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in LaunchProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DLogging.cpp38 {{"process"}, {"log process events and activities"}, LIBLLDB_LOG_PROCESS},
H A DArchSpec.cpp989 …Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_TARGET | LIBLLDB_LOG_PROCESS | LIBLLDB… in SetArchitecture()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1009 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS); in ParseAutoEnableOptions()
1135 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in HandleArrivalOfStructuredData()
1285 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in ModulesDidLoad()
1547 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in InitCompletionHookCallback()
1653 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in AddInitCompletionHook()
1853 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in EnableNow()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1190 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in GetClassDescriptor()
1273 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_TYPES)); in UpdateISAToDescriptorMapDynamic()
1527 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_TYPES)); in UpdateISAToDescriptorMapSharedCache()
1736 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_TYPES)); in UpdateISAToDescriptorMapFromMemory()
1803 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_TYPES)); in UpdateISAToDescriptorMapIfNeeded()
H A DAppleObjCRuntimeV1.cpp333 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in UpdateISAToDescriptorMapIfNeeded()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp119 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS)); in sighup_handler()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp428 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)); in ParseFreeBSDPrStatus()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp852 lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS)) { in ParseOperands()