Searched refs:log_options (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/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 member in CommandObjectLogEnable::CommandOptions [all...] |
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Utility/ |
H A D | Log.cpp | 225 uint32_t log_options, llvm::StringRef channel, in EnableLogChannel() 236 iter->second.Enable(log_handler_sp, log_options, flags); in EnableLogChannel() 224 EnableLogChannel(const std::shared_ptr<LogHandler> & log_handler_sp,uint32_t log_options,llvm::StringRef channel,llvm::ArrayRef<const char * > categories,llvm::raw_ostream & error_stream) EnableLogChannel() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Core/ |
H A D | Debugger.cpp | 1635 llvm::StringRef log_file, uint32_t log_options, in EnableLog() 1643 log_options |= 1656 if (log_options & LLDB_LOG_OPTION_APPEND) in GetScriptInterpreter() 1676 if (log_options == 0) in HandleBreakpointEvent() 1677 log_options = LLDB_LOG_OPTION_PREPEND_THREAD_NAME; in HandleBreakpointEvent() 1679 return Log::EnableLogChannel(log_handler_sp, log_options, channel, categories, in HandleBreakpointEvent() 1595 EnableLog(llvm::StringRef channel,llvm::ArrayRef<const char * > categories,llvm::StringRef log_file,uint32_t log_options,size_t buffer_size,LogHandlerKind log_handler_kind,llvm::raw_ostream & error_stream) EnableLog() argument
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | Log.h | 199 uint32_t log_options, llvm::StringRef channel,
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Debugger.h | 239 llvm::StringRef log_file, uint32_t log_options,
|
/freebsd-src/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()
|