reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Interpreter/OptionGroupFormat.h
   62     return m_format.OptionWasSet() || m_byte_size.OptionWasSet() ||
   62     return m_format.OptionWasSet() || m_byte_size.OptionWasSet() ||
   63            m_count.OptionWasSet();
tools/lldb/include/lldb/Interpreter/OptionGroupOutputFile.h
   38     return m_file.OptionWasSet() || m_append.OptionWasSet();
   38     return m_file.OptionWasSet() || m_append.OptionWasSet();
tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
 1700     if (m_bp_id.m_breakpoint.OptionWasSet())
 1719       if (m_bp_id.m_help_string.OptionWasSet())
 1766     if (!m_name_options.m_name.OptionWasSet()) {
 1845     if (!m_name_options.m_name.OptionWasSet()) {
tools/lldb/source/Commands/CommandObjectCommands.cpp
  115         m_options.m_clear.OptionWasSet()) {
  119       if (m_options.m_start_idx.OptionWasSet() &&
  120           m_options.m_stop_idx.OptionWasSet() &&
  121           m_options.m_count.OptionWasSet()) {
  127             m_options.m_start_idx.OptionWasSet(),
  130             m_options.m_stop_idx.OptionWasSet(),
  132         std::pair<bool, uint64_t> count(m_options.m_count.OptionWasSet(),
  291     if (m_options.m_stop_on_error.OptionWasSet() ||
  292         m_options.m_silent_run.OptionWasSet() ||
  293         m_options.m_stop_on_continue.OptionWasSet()) {
  297       if (m_options.m_stop_on_continue.OptionWasSet())
  301       if (m_options.m_stop_on_error.OptionWasSet())
  628         if (m_command_options.m_help.OptionWasSet())
  630         if (m_command_options.m_long_help.OptionWasSet())
  730       if (m_command_options.m_help.OptionWasSet())
  732       if (m_command_options.m_long_help.OptionWasSet())
tools/lldb/source/Commands/CommandObjectMemory.cpp
  117     const bool byte_size_option_set = byte_size_value.OptionWasSet();
  118     const bool num_per_line_option_set = m_num_per_line.OptionWasSet();
  119     const bool count_option_set = format_options.GetCountValue().OptionWasSet();
  273     return m_num_per_line.OptionWasSet() || m_output_as_binary ||
  274            m_view_as_type.OptionWasSet() || m_offset.OptionWasSet() ||
  274            m_view_as_type.OptionWasSet() || m_offset.OptionWasSet() ||
  275            m_language_for_type.OptionWasSet();
  543       if (!m_format_options.GetCountValue().OptionWasSet())
  621       } else if (m_format_options.GetCountValue().OptionWasSet()) {
  653       if (!m_format_options.GetFormatValue().OptionWasSet())
  700       if (m_format_options.GetByteSizeValue().OptionWasSet() &&
  705       if (!m_format_options.GetCountValue().OptionWasSet())
  857       if (!m_format_options.GetCountValue().OptionWasSet() || item_count == 1) {
 1063     if (m_memory_options.m_string.OptionWasSet())
 1065     else if (m_memory_options.m_expr.OptionWasSet()) {
tools/lldb/source/Commands/CommandObjectPlatform.cpp
  411       if (m_option_working_dir.GetOptionValue().OptionWasSet())
tools/lldb/source/Commands/CommandObjectTarget.cpp
 2492       if (m_uuid_option_group.GetOptionValue().OptionWasSet()) {
 2497         if (m_symbol_file.GetOptionValue().OptionWasSet())
 2554           if (m_uuid_option_group.GetOptionValue().OptionWasSet())
 2557           if (m_symbol_file.GetOptionValue().OptionWasSet())
 2653       if (!m_file_option.GetOptionValue().OptionWasSet() &&
 2654           !m_uuid_option_group.GetOptionValue().OptionWasSet()) {
 2664     if (m_file_option.GetOptionValue().OptionWasSet()) {
 2687     if (m_uuid_option_group.GetOptionValue().OptionWasSet()) {
 2708                 if (m_slide_option.GetOptionValue().OptionWasSet()) {
 2721                 if (m_slide_option.GetOptionValue().OptionWasSet()) {
 4211         m_uuid_option_group.GetOptionValue().OptionWasSet();
 4212     const bool file_option_set = m_file_option.GetOptionValue().OptionWasSet();
 4214         m_current_frame_option.GetOptionValue().OptionWasSet();
tools/lldb/source/Commands/CommandObjectType.cpp
 1036     if (m_options.m_category_regex.OptionWasSet()) {
 1117     if (m_options.m_category_language.OptionWasSet()) {
tools/lldb/source/Target/Process.cpp
  546   if (!value_sp->OptionWasSet() && platform_cache_line_size != 0)