Home
last modified time | relevance | path

Searched refs:LIBLLDB_LOG_EVENTS (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDListener.cpp88 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EVENTS)); in StartListeningForEvents()
115 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EVENTS)); in StartListeningForEvents()
191 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EVENTS)); in AddEvent()
280 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EVENTS)); in FindNextEventInternal()
407 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EVENTS)); in WaitForEventsInternal()
441 log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EVENTS); in WaitForEventsInternal()
449 log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EVENTS); in WaitForEventsInternal()
HDBroadcaster.cpp239 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_EVENTS)); in PrivateBroadcastEvent()
295 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_EVENTS)); in HijackBroadcaster()
322 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_EVENTS)); in RestoreBroadcaster()
HDLogging.cpp126 else if (0 == ::strncasecmp(arg, "event", 5)) flag_bits &= ~LIBLLDB_LOG_EVENTS; in DisableLog()
204 else if (0 == ::strncasecmp(arg, "event", 5)) flag_bits |= LIBLLDB_LOG_EVENTS; in EnableLog()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDLogging.h26 #define LIBLLDB_LOG_EVENTS (1u << 4) macro
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDProcess.cpp4137 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_EVENTS | LIBLLDB_LOG_PROCESS)); in ShouldBroadcastEvent()
4298 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EVENTS)); in StartPrivateStateThread()