Searched refs:log_options (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectLog.cpp | 109 log_options |= LLDB_LOG_OPTION_VERBOSE; in SetOptionValue() 112 log_options |= LLDB_LOG_OPTION_PREPEND_SEQUENCE; in SetOptionValue() 115 log_options |= LLDB_LOG_OPTION_PREPEND_TIMESTAMP; in SetOptionValue() 118 log_options |= LLDB_LOG_OPTION_PREPEND_PROC_AND_THREAD; in SetOptionValue() 121 log_options |= LLDB_LOG_OPTION_PREPEND_THREAD_NAME; in SetOptionValue() 124 log_options |= LLDB_LOG_OPTION_BACKTRACE; in SetOptionValue() 127 log_options |= LLDB_LOG_OPTION_APPEND; in SetOptionValue() 130 log_options |= LLDB_LOG_OPTION_PREPEND_FILE_FUNCTION; in SetOptionValue() 143 log_options = 0; in OptionParsingStarting() 153 uint32_t log_options = 0; member in CommandObjectLogEnable::CommandOptions [all …]
|
| /freebsd/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | LLDBServerUtilities.cpp | 58 uint32_t log_options) { in SetupLogging() argument 72 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 | 235 uint32_t log_options, llvm::StringRef channel, in EnableLogChannel() argument 247 iter->second.Enable(log_handler_sp, flags, log_options); in EnableLogChannel()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Debugger.cpp | 1806 llvm::StringRef log_file, uint32_t log_options, in EnableLog() argument 1814 log_options |= in EnableLog() 1827 if (log_options & LLDB_LOG_OPTION_APPEND) in EnableLog() 1847 if (log_options == 0) in EnableLog() 1848 log_options = LLDB_LOG_OPTION_PREPEND_THREAD_NAME; in EnableLog() 1850 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 | 236 llvm::StringRef log_file, uint32_t log_options,
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 1666 uint32_t log_options = in EnableLog() local 1671 log_options, /*buffer_size=*/0, in EnableLog()
|