Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp485 m_echo_to_stderr = false; in OptionParsingStarting()
530 m_echo_to_stderr = OptionArgParser::ToBoolean(option_arg, false, nullptr); in SetOptionValue()
618 bool GetEchoToStdErr() const { return m_echo_to_stderr; } in GetEchoToStdErr()
731 bool m_echo_to_stderr = false; member in sddarwinlog_private::EnableOptions