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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h38 #define LLDB_LOG_OPTION_PREPEND_SEQUENCE (1u << 3) macro
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp100 log_options |= LLDB_LOG_OPTION_PREPEND_SEQUENCE;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp284 if (options.Test(LLDB_LOG_OPTION_PREPEND_SEQUENCE))

Completed in 115 milliseconds