Home
last modified time | relevance | path

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

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