Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp556 m_option_group(), m_all_option(LLDB_OPT_SET_1, false, "all", 'a', in CommandObjectTargetDelete()
568 m_option_group.Append(&m_all_option, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1); in CommandObjectTargetDelete()
584 if (m_all_option.GetOptionValue()) { in DoExecute()
653 OptionGroupBoolean m_all_option; member in CommandObjectTargetDelete