Home
last modified time | relevance | path

Searched refs:LIBLLDB_LOG_OS (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/include/lldb/Utility/
DLogging.h38 #define LIBLLDB_LOG_OS (1u << 24) macro
/external/llvm-project/lldb/source/Utility/
DLogging.cpp36 {{"os"}, {"log OperatingSystem plugin related activities"}, LIBLLDB_LOG_OS},
/external/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp124 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_OS)); in GetDynamicRegisterInfo()
157 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_OS)); in UpdateThreadList()