Searched defs:log_options (Results 1 – 6 of 6) sorted by relevance
/llvm-project/lldb/tools/lldb-server/ |
H A D | LLDBServerUtilities.cpp | 56 SetupLogging(const std::string & log_file,const StringRef & log_channels,uint32_t log_options) SetupLogging() argument
|
/llvm-project/lldb/unittests/Utility/ |
H A D | LogTest.cpp | 43 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 D | CommandObjectLog.cpp | 155 uint32_t log_options = 0; global() member in CommandObjectLogEnable::CommandOptions [all...] |
/llvm-project/lldb/source/Utility/ |
H A D | Log.cpp | 225 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 D | SBDebugger.cpp | 1669 uint32_t log_options = EnableLog() local
|
/llvm-project/lldb/source/Core/ |
H A D | Debugger.cpp | 1635 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
|