HomeSort by relevance Sort by last modified time
    Searched refs:OptionWasSet (Results 1 - 7 of 7) sorted by null

  /external/lldb/include/lldb/Interpreter/
OptionGroupOutputFile.h 65 return m_file.OptionWasSet() || m_append.OptionWasSet();
OptionGroupFormat.h 109 return m_format.OptionWasSet() ||
110 m_byte_size.OptionWasSet() ||
111 m_count.OptionWasSet();
OptionValue.h 355 OptionWasSet () const
  /external/lldb/source/Commands/
CommandObjectMemory.cpp 131 const bool byte_size_option_set = byte_size_value.OptionWasSet();
132 const bool num_per_line_option_set = m_num_per_line.OptionWasSet();
133 const bool count_option_set = format_options.GetCountValue().OptionWasSet();
285 return m_num_per_line.OptionWasSet() ||
287 m_view_as_type.OptionWasSet();
574 if (!m_format_options.GetCountValue().OptionWasSet())
649 else if (m_format_options.GetCountValue().OptionWasSet())
675 if (m_format_options.GetFormatValue().OptionWasSet() == false)
713 if (m_format_options.GetByteSizeValue().OptionWasSet() && !m_format_options.HasGDBFormat())
717 if (!m_format_options.GetCountValue().OptionWasSet())
    [all...]
CommandObjectCommands.cpp 145 if (m_options.m_clear.GetCurrentValue() && m_options.m_clear.OptionWasSet())
152 if (m_options.m_start_idx.OptionWasSet() && m_options.m_stop_idx.OptionWasSet() && m_options.m_count.OptionWasSet())
159 std::pair<bool,uint64_t> start_idx = {m_options.m_start_idx.OptionWasSet(),m_options.m_start_idx.GetCurrentValue()};
160 std::pair<bool,uint64_t> stop_idx = {m_options.m_stop_idx.OptionWasSet(),m_options.m_stop_idx.GetCurrentValue()};
161 std::pair<bool,uint64_t> count = {m_options.m_count.OptionWasSet(),m_options.m_count.GetCurrentValue()};
388 bool stop_on_error = m_options.m_stop_on_error.OptionWasSet() ? (bool)m_options.m_stop_on_error : m_interpreter.GetStopCmdSourceOnError();
    [all...]
CommandObjectTarget.cpp     [all...]
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDP.cpp 992 if (!m_command_byte.GetOptionValue().OptionWasSet())
    [all...]

Completed in 133 milliseconds