Home
last modified time | relevance | path

Searched refs:LLDB_LOG_OPTION_THREADSAFE (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h36 #define LLDB_LOG_OPTION_THREADSAFE (1u << 0) macro
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp94 log_options |= LLDB_LOG_OPTION_THREADSAFE; in SetOptionValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp330 if (options.Test(LLDB_LOG_OPTION_THREADSAFE)) { in WriteMessage()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1268 LLDB_LOG_OPTION_PREPEND_THREAD_NAME | LLDB_LOG_OPTION_THREADSAFE; in EnableLog()