Home
last modified time | relevance | path

Searched refs:log_options (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectLog.cpp111 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 = 0; member in CommandObjectLogEnable::CommandOptions
[all …]
/llvm-project-15.0.7/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp56 uint32_t log_options) { in SetupLogging() argument
70 log_stream_sp, log_options, channel, in SetupLogging()
H A DLLDBServerUtilities.h24 uint32_t log_options);
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DLogTest.cpp43 uint32_t log_options, llvm::StringRef channel, in EnableChannel() argument
48 return Log::EnableLogChannel(log_handler_sp, log_options, channel, categories, in EnableChannel()
270 TEST_F(LogChannelEnabledTest, log_options) { in TEST_F() argument
/llvm-project-15.0.7/lldb/source/Utility/
H A DLog.cpp211 uint32_t log_options, llvm::StringRef channel, in EnableLogChannel() argument
222 iter->second.Enable(log_handler_sp, log_options, flags); in EnableLogChannel()
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp1427 llvm::StringRef log_file, uint32_t log_options, in EnableLog() argument
1435 log_options |= in EnableLog()
1448 if (log_options & LLDB_LOG_OPTION_APPEND) in EnableLog()
1468 if (log_options == 0) in EnableLog()
1469 log_options = LLDB_LOG_OPTION_PREPEND_THREAD_NAME; in EnableLog()
1471 return Log::EnableLogChannel(log_handler_sp, log_options, channel, categories, in EnableLog()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DLog.h182 uint32_t log_options, llvm::StringRef channel,
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h247 llvm::StringRef log_file, uint32_t log_options,
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp1619 uint32_t log_options = in EnableLog() local
1624 log_options, /*buffer_size=*/0, in EnableLog()