Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DLog.h38 #define LLDB_LOG_OPTION_PREPEND_TIMESTAMP (1u << 4) macro
/openbsd/src/gnu/llvm/lldb/tools/lldb-server/
Dlldb-gdbserver.cpp422 LLDB_LOG_OPTION_PREPEND_TIMESTAMP | in main_gdbserver()
/openbsd/src/gnu/llvm/lldb/source/Utility/
DLog.cpp314 if (options.Test(LLDB_LOG_OPTION_PREPEND_TIMESTAMP)) { in WriteHeader()
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectLog.cpp117 log_options |= LLDB_LOG_OPTION_PREPEND_TIMESTAMP; in SetOptionValue()
/openbsd/src/gnu/llvm/lldb/source/API/
DSBDebugger.cpp1656 LLDB_LOG_OPTION_PREPEND_TIMESTAMP | LLDB_LOG_OPTION_PREPEND_THREAD_NAME; in EnableLog()
/openbsd/src/gnu/llvm/lldb/source/Core/
DDebugger.cpp1456 LLDB_LOG_OPTION_PREPEND_TIMESTAMP | LLDB_LOG_OPTION_PREPEND_THREAD_NAME; in EnableLog()