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.cpp121 log_options |= LLDB_LOG_OPTION_PREPEND_THREAD_NAME; in SetOptionValue()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp351 if (options.Test(LLDB_LOG_OPTION_PREPEND_THREAD_NAME)) { in WriteHeader()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1815 LLDB_LOG_OPTION_PREPEND_TIMESTAMP | LLDB_LOG_OPTION_PREPEND_THREAD_NAME; in EnableLog()
1848 log_options = LLDB_LOG_OPTION_PREPEND_THREAD_NAME; in EnableLog()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1667 LLDB_LOG_OPTION_PREPEND_TIMESTAMP | LLDB_LOG_OPTION_PREPEND_THREAD_NAME; in EnableLog()