Searched defs:log_options (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/tools/lldb-server/ |
H A D | LLDBServerUtilities.cpp | 56 uint32_t log_options) { in SetupLogging()
|
/freebsd-src/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectLog.cpp | 155 uint32_t log_options member in CommandObjectLogEnable::CommandOptions [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Utility/ |
H A D | Log.cpp | 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/API/ |
H A D | SBDebugger.cpp | 1669 uint32_t log_options = in EnableLog() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Core/ |
H A D | Debugger.cpp | 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
|