Searched refs:LIBLLDB_LOG_EVENTS (Results 1 – 5 of 5) sorted by relevance
88 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()
239 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()
126 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()
26 #define LIBLLDB_LOG_EVENTS (1u << 4) macro
4137 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_EVENTS | LIBLLDB_LOG_PROCESS)); in ShouldBroadcastEvent()4298 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EVENTS)); in StartPrivateStateThread()