Home
last modified time | relevance | path

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

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