Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectRegister.cpp190 if (m_command_options.dump_all_sets) in DoExecute()
197 !m_command_options.dump_all_sets.GetCurrentValue()); in DoExecute()
201 if (m_command_options.dump_all_sets) { in DoExecute()
236 dump_all_sets(false, false), // Initial and default values are false in CommandOptions()
247 dump_all_sets.Clear(); in OptionParsingStarting()
266 dump_all_sets.SetCurrentValue(true); in SetOptionValue()
267 dump_all_sets.SetOptionWasSet(); in SetOptionValue()
275 dump_all_sets.SetOptionWasSet(); in SetOptionValue()
286 OptionValueBoolean dump_all_sets; member in CommandObjectRegisterRead::CommandOptions