Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
HDStructuredDataDarwinLog.cpp483 m_echo_to_stderr = false; in OptionParsingStarting()
528 m_echo_to_stderr = OptionArgParser::ToBoolean(option_arg, false, nullptr); in SetOptionValue()
616 bool GetEchoToStdErr() const { return m_echo_to_stderr; } in GetEchoToStdErr()
729 bool m_echo_to_stderr = false; member in sddarwinlog_private::EnableOptions