Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h42 #define LLDB_LOG_OPTION_BACKTRACE (1U << 7) macro
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp112 log_options |= LLDB_LOG_OPTION_BACKTRACE; in SetOptionValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp311 if (options.Test(LLDB_LOG_OPTION_BACKTRACE)) in WriteHeader()