Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp558 m_cleanup_option( in CommandObjectTargetDelete()
569 m_option_group.Append(&m_cleanup_option, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1); in CommandObjectTargetDelete()
641 if (m_cleanup_option.GetOptionValue()) { in DoExecute()
654 OptionGroupBoolean m_cleanup_option; member in CommandObjectTargetDelete