Searched refs:LLDB_LOG_OPTION_PREPEND_FILE_FUNCTION (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h44 #define LLDB_LOG_OPTION_PREPEND_FILE_FUNCTION (1U << 9) macro
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp118 log_options |= LLDB_LOG_OPTION_PREPEND_FILE_FUNCTION;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp313 if (options.Test(LLDB_LOG_OPTION_PREPEND_FILE_FUNCTION) &&
/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp481 LLDB_LOG_OPTION_PREPEND_FILE_FUNCTION))

Completed in 112 milliseconds