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

/external/lldb/source/Commands/
H A DCommandObjectTarget.cpp489 m_cleanup_option (LLDB_OPT_SET_1, false, "clean", 'c', "Perform extra cleanup to minimize memory consumption after deleting the target.", false, false)
491 m_option_group.Append (&m_cleanup_option, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
585 if (m_cleanup_option.GetOptionValue ())
598 OptionGroupBoolean m_cleanup_option; member in class:CommandObjectTargetDelete

Completed in 51 milliseconds