Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.cpp194 if (m_command_options.dump_all_sets) in DoExecute()
201 !m_command_options.dump_all_sets.GetCurrentValue()); in DoExecute()
205 if (m_command_options.dump_all_sets) { in DoExecute()
243 dump_all_sets(false, false), // Initial and default values are false in CommandOptions()
254 dump_all_sets.Clear(); in OptionParsingStarting()
273 dump_all_sets.SetCurrentValue(true); in SetOptionValue()
274 dump_all_sets.SetOptionWasSet(); in SetOptionValue()
282 dump_all_sets.SetOptionWasSet(); in SetOptionValue()
293 OptionValueBoolean dump_all_sets; member in CommandObjectRegisterRead::CommandOptions