Home | History | Annotate | Download | only in Core

Lines Matching refs:log_options

2627 Debugger::EnableLog (const char *channel, const char **categories, const char *log_file, uint32_t log_options, Stream &error_stream)
2636 log_options |= LLDB_LOG_OPTION_PREPEND_TIMESTAMP | LLDB_LOG_OPTION_PREPEND_THREAD_NAME;
2655 if (log_options == 0)
2656 log_options = LLDB_LOG_OPTION_PREPEND_THREAD_NAME | LLDB_LOG_OPTION_THREADSAFE;
2660 log_callbacks.enable (log_stream_sp, log_options, categories, &error_stream);
2668 if (log_channel_sp->Enable (log_stream_sp, log_options, &error_stream, categories))