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

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

Completed in 54 milliseconds