Home
last modified time | relevance | path

Searched defs:log_options (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp56 uint32_t log_options) { in SetupLogging()
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp155 uint32_t log_options member in CommandObjectLogEnable::CommandOptions
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp224 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 DSBDebugger.cpp1669 uint32_t log_options = in EnableLog() local
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1595 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