Searched refs:log_options (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectLog.cpp | 111 log_options |= LLDB_LOG_OPTION_VERBOSE; in SetOptionValue() 114 log_options |= LLDB_LOG_OPTION_PREPEND_SEQUENCE; in SetOptionValue() 117 log_options |= LLDB_LOG_OPTION_PREPEND_TIMESTAMP; in SetOptionValue() 120 log_options |= LLDB_LOG_OPTION_PREPEND_PROC_AND_THREAD; in SetOptionValue() 123 log_options |= LLDB_LOG_OPTION_PREPEND_THREAD_NAME; in SetOptionValue() 126 log_options |= LLDB_LOG_OPTION_BACKTRACE; in SetOptionValue() 129 log_options |= LLDB_LOG_OPTION_APPEND; in SetOptionValue() 132 log_options |= LLDB_LOG_OPTION_PREPEND_FILE_FUNCTION; in SetOptionValue() 145 log_options = 0; in OptionParsingStarting() 155 uint32_t log_options = 0; member in CommandObjectLogEnable::CommandOptions [all …]
|
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/ |
H A D | LLDBServerUtilities.cpp | 56 uint32_t log_options) { in SetupLogging() argument 70 log_stream_sp, log_options, channel, in SetupLogging()
|
H A D | LLDBServerUtilities.h | 24 uint32_t log_options);
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | Log.cpp | 225 uint32_t log_options, llvm::StringRef channel, in EnableLogChannel() argument 236 iter->second.Enable(log_handler_sp, log_options, flags); in EnableLogChannel()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Debugger.cpp | 1635 llvm::StringRef log_file, uint32_t log_options, in EnableLog() argument 1643 log_options |= in EnableLog() 1656 if (log_options & LLDB_LOG_OPTION_APPEND) in EnableLog() 1676 if (log_options == 0) in EnableLog() 1677 log_options = LLDB_LOG_OPTION_PREPEND_THREAD_NAME; in EnableLog() 1679 return Log::EnableLogChannel(log_handler_sp, log_options, channel, categories, in EnableLog()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | Log.h | 199 uint32_t log_options, llvm::StringRef channel,
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Debugger.h | 239 llvm::StringRef log_file, uint32_t log_options,
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBDebugger.cpp | 1669 uint32_t log_options = in EnableLog() local 1674 log_options, /*buffer_size=*/0, in EnableLog()
|