Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp489 m_live_stream = true; in OptionParsingStarting()
539 m_live_stream = OptionArgParser::ToBoolean(option_arg, false, nullptr); in SetOptionValue()
586 source_flags_sp->AddBooleanItem("live-stream", m_live_stream); in BuildConfigurationData()
738 bool m_live_stream = true; member in sddarwinlog_private::EnableOptions