Home
last modified time | relevance | path

Searched refs:LLDB_LOG_OPTION_PREPEND_SEQUENCE (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h37 #define LLDB_LOG_OPTION_PREPEND_SEQUENCE (1u << 3) macro
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp114 log_options |= LLDB_LOG_OPTION_PREPEND_SEQUENCE; in SetOptionValue()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp323 if (options.Test(LLDB_LOG_OPTION_PREPEND_SEQUENCE)) in WriteHeader()