Home
last modified time | relevance | path

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

/llvm-project/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp56 SetupLogging(const std::string & log_file,const StringRef & log_channels,uint32_t log_options) SetupLogging() argument
/llvm-project/lldb/unittests/Utility/
H A DLogTest.cpp43 uint32_t log_options, llvm::StringRef channel, in EnableChannel()
289 TEST_F(LogChannelEnabledTest, log_options) { in TEST_F() argument
/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp155 uint32_t log_options = 0; global() member in CommandObjectLogEnable::CommandOptions
[all...]
/llvm-project/lldb/source/Utility/
H A DLog.cpp225 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
/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1669 uint32_t log_options = EnableLog() local
/llvm-project/lldb/source/Core/
H A DDebugger.cpp1635 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