Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h40 #define LLDB_LOG_OPTION_PREPEND_PROC_AND_THREAD (1u << 5) macro
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp106 log_options |= LLDB_LOG_OPTION_PREPEND_PROC_AND_THREAD; in SetOptionValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp296 if (options.Test(LLDB_LOG_OPTION_PREPEND_PROC_AND_THREAD)) in WriteHeader()