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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h36 #define LLDB_LOG_OPTION_THREADSAFE (1u << 0) macro
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp94 log_options |= LLDB_LOG_OPTION_THREADSAFE;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp329 if (options.Test(LLDB_LOG_OPTION_THREADSAFE)) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1195 LLDB_LOG_OPTION_PREPEND_THREAD_NAME | LLDB_LOG_OPTION_THREADSAFE;

Completed in 193 milliseconds