Home
last modified time | relevance | path

Searched refs:LLDB_LOG_OPTION_PREPEND_TIMESTAMP (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h39 #define LLDB_LOG_OPTION_PREPEND_TIMESTAMP (1u << 4) macro
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp103 log_options |= LLDB_LOG_OPTION_PREPEND_TIMESTAMP; in SetOptionValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp289 if (options.Test(LLDB_LOG_OPTION_PREPEND_TIMESTAMP)) { in WriteHeader()
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp470 LLDB_LOG_OPTION_PREPEND_TIMESTAMP | in main_gdbserver()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1236 LLDB_LOG_OPTION_PREPEND_TIMESTAMP | LLDB_LOG_OPTION_PREPEND_THREAD_NAME; in EnableLog()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1670 LLDB_LOG_OPTION_PREPEND_TIMESTAMP | LLDB_LOG_OPTION_PREPEND_THREAD_NAME; in EnableLog()