Home
last modified time | relevance | path

Searched refs:LIBLLDB_LOG_SYSTEM_RUNTIME (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/include/lldb/Utility/
DLogging.h40 #define LIBLLDB_LOG_SYSTEM_RUNTIME (1u << 26) macro
/external/llvm-project/lldb/source/Utility/
DLogging.cpp43 {{"system-runtime"}, {"log system runtime events"}, LIBLLDB_LOG_SYSTEM_RUNTIME},
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
DAppleGetThreadItemInfoHandler.cpp143 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYSTEM_RUNTIME)); in SetupGetThreadItemInfoFunction()
227 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYSTEM_RUNTIME)); in GetThreadItemInfo()
DAppleGetQueuesHandler.cpp149 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYSTEM_RUNTIME)); in SetupGetQueuesFunction()
225 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYSTEM_RUNTIME)); in GetCurrentQueues()
DAppleGetPendingItemsHandler.cpp136 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYSTEM_RUNTIME)); in SetupGetPendingItemsFunction()
220 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYSTEM_RUNTIME)); in GetPendingItems()
DAppleGetItemInfoHandler.cpp132 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYSTEM_RUNTIME)); in SetupGetItemInfoFunction()
221 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYSTEM_RUNTIME)); in GetItemInfo()
DSystemRuntimeMacOSX.cpp883 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYSTEM_RUNTIME)); in PopulateQueuesUsingLibBTR()