Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp749 : CommandObjectParsed(interpreter, name, help, syntax), m_enable(enable), in EnableCommand()
778 s_is_explicitly_enabled = m_enable; in DoExecute()
782 if (m_enable) { in DoExecute()
821 if (m_enable) { in DoExecute()
833 auto config_sp = m_options_sp->BuildConfigurationData(m_enable); in DoExecute()
847 plugin.SetEnabled(m_enable); in DoExecute()
854 return m_enable ? m_options_sp.get() : nullptr; in GetOptions()
858 const bool m_enable; member in sddarwinlog_private::EnableCommand
/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp4890 : CommandObjectParsed(interpreter, name, help, syntax), m_enable(enable) { in CommandObjectTargetStopHookEnableDisable()
4913 target.SetAllStopHooksActiveState(m_enable); in DoExecute()
4923 success = target.SetStopHookActiveStateByID(user_id, m_enable); in DoExecute()
4937 bool m_enable; member in CommandObjectTargetStopHookEnableDisable