Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h40 #define LLDB_LOG_OPTION_PREPEND_THREAD_NAME (1U << 6) macro
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp123 log_options |= LLDB_LOG_OPTION_PREPEND_THREAD_NAME; in SetOptionValue()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp339 if (options.Test(LLDB_LOG_OPTION_PREPEND_THREAD_NAME)) { in WriteHeader()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1644 LLDB_LOG_OPTION_PREPEND_TIMESTAMP | LLDB_LOG_OPTION_PREPEND_THREAD_NAME; in EnableLog()
1677 log_options = LLDB_LOG_OPTION_PREPEND_THREAD_NAME; in EnableLog()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1670 LLDB_LOG_OPTION_PREPEND_TIMESTAMP | LLDB_LOG_OPTION_PREPEND_THREAD_NAME; in EnableLog()