Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DListener.cpp103 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EVENTS)); in StartListeningForEvents()
133 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EVENTS)); in StartListeningForEvents()
204 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EVENTS)); in AddEvent()
274 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EVENTS)); in FindNextEventInternal()
351 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EVENTS)); in GetEventInternal()
369 log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EVENTS); in GetEventInternal()
375 log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EVENTS); in GetEventInternal()
H A DLogging.cpp27 {{"event"}, {"log broadcaster, listener and event queue activities"}, LIBLLDB_LOG_EVENTS},
H A DBroadcaster.cpp216 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_EVENTS)); in PrivateBroadcastEvent()
269 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_EVENTS)); in HijackBroadcaster()
300 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_EVENTS)); in RestoreBroadcaster()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DLogging.h21 #define LIBLLDB_LOG_EVENTS (1u << 4) macro
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp3570 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_EVENTS | in ShouldBroadcastEvent()
3722 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EVENTS)); in StartPrivateStateThread()