Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionGroupFormat.h65 return m_format.OptionWasSet() || m_byte_size.OptionWasSet() || in AnyOptionWasSet()
66 m_count.OptionWasSet(); in AnyOptionWasSet()
H A DOptionGroupOutputFile.h41 return m_file.OptionWasSet() || m_append.OptionWasSet(); in AnyOptionWasSet()
H A DOptionValue.h312 bool OptionWasSet() const { return m_value_was_set; } in OptionWasSet() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp124 const bool byte_size_option_set = byte_size_value.OptionWasSet(); in FinalizeSettings()
125 const bool num_per_line_option_set = m_num_per_line.OptionWasSet(); in FinalizeSettings()
279 return m_num_per_line.OptionWasSet() || m_output_as_binary || in AnyOptionWasSet()
280 m_view_as_type.OptionWasSet() || m_offset.OptionWasSet(); in AnyOptionWasSet()
532 if (!m_format_options.GetCountValue().OptionWasSet()) in DoExecute()
610 } else if (m_format_options.GetCountValue().OptionWasSet()) { in DoExecute()
642 if (!m_format_options.GetFormatValue().OptionWasSet()) in DoExecute()
689 if (m_format_options.GetByteSizeValue().OptionWasSet() && in DoExecute()
694 if (!m_format_options.GetCountValue().OptionWasSet()) in DoExecute()
1057 if (m_memory_options.m_string.OptionWasSet()) in DoExecute()
[all …]
H A DCommandObjectCommands.cpp126 m_options.m_clear.OptionWasSet()) { in DoExecute()
130 if (m_options.m_start_idx.OptionWasSet() && in DoExecute()
131 m_options.m_stop_idx.OptionWasSet() && in DoExecute()
132 m_options.m_count.OptionWasSet()) { in DoExecute()
138 m_options.m_start_idx.OptionWasSet(), in DoExecute()
141 m_options.m_stop_idx.OptionWasSet(), in DoExecute()
312 if (m_options.m_stop_on_error.OptionWasSet() || in DoExecute()
313 m_options.m_silent_run.OptionWasSet() || in DoExecute()
314 m_options.m_stop_on_continue.OptionWasSet()) { in DoExecute()
651 if (m_command_options.m_help.OptionWasSet()) in HandleAliasingRawCommand()
[all …]
H A DCommandObjectTarget.cpp2553 if (m_uuid_option_group.GetOptionValue().OptionWasSet()) { in DoExecute()
2558 if (m_symbol_file.GetOptionValue().OptionWasSet()) in DoExecute()
2615 if (m_uuid_option_group.GetOptionValue().OptionWasSet()) in DoExecute()
2618 if (m_symbol_file.GetOptionValue().OptionWasSet()) in DoExecute()
2718 if (!m_file_option.GetOptionValue().OptionWasSet() && in DoExecute()
2719 !m_uuid_option_group.GetOptionValue().OptionWasSet()) { in DoExecute()
2729 if (m_file_option.GetOptionValue().OptionWasSet()) { in DoExecute()
2752 if (m_uuid_option_group.GetOptionValue().OptionWasSet()) { in DoExecute()
2773 if (m_slide_option.GetOptionValue().OptionWasSet()) { in DoExecute()
4316 m_uuid_option_group.GetOptionValue().OptionWasSet(); in DoExecute()
[all …]
H A DCommandObjectBreakpoint.cpp1953 if (m_bp_id.m_breakpoint.OptionWasSet()) in DoExecute()
1972 if (m_bp_id.m_help_string.OptionWasSet()) in DoExecute()
2020 if (!m_name_options.m_name.OptionWasSet()) { in DoExecute()
2105 if (!m_name_options.m_name.OptionWasSet()) { in DoExecute()
H A DCommandObjectType.cpp1103 if (m_options.m_category_regex.OptionWasSet()) { in DoExecute()
1183 if (m_options.m_category_language.OptionWasSet()) { in DoExecute()
H A DCommandObjectPlatform.cpp442 if (m_option_working_dir.GetOptionValue().OptionWasSet()) in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp795 if (!value_sp->OptionWasSet() && platform_cache_line_size != 0) in Process()