Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp491 m_live_stream = true; in OptionParsingStarting()
541 m_live_stream = OptionArgParser::ToBoolean(option_arg, false, nullptr); in SetOptionValue()
587 source_flags_sp->AddBooleanItem("live-stream", m_live_stream); in BuildConfigurationData()
737 bool m_live_stream = true; member in sddarwinlog_private::EnableOptions