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

References

tools/lldb/source/Commands/CommandObjectCommands.cpp
  128             m_options.m_start_idx.GetCurrentValue());
  131             m_options.m_stop_idx.GetCurrentValue());
  133                                         m_options.m_count.GetCurrentValue());
tools/lldb/source/Commands/CommandObjectMemory.cpp
   72       if (m_num_per_line.GetCurrentValue() == 0)
  186               byte_size_value.GetCurrentValue());
  575     size_t item_count = m_format_options.GetCountValue().GetCurrentValue();
  584             : m_format_options.GetByteSizeValue().GetCurrentValue();
  587         m_memory_options.m_num_per_line.GetCurrentValue();
  661       bytes_read = *size * m_format_options.GetCountValue().GetCurrentValue();
  664         addr = addr + (*size * m_memory_options.m_offset.GetCurrentValue());
  702         item_byte_size = m_format_options.GetByteSizeValue().GetCurrentValue();
 1115     size_t count = m_memory_options.m_count.GetCurrentValue();
 1134           found_location + m_memory_options.m_offset.GetCurrentValue(),
 1143             found_location + m_memory_options.m_offset.GetCurrentValue(), 0, 0);
 1342     size_t item_byte_size = byte_size_value.GetCurrentValue();
tools/lldb/source/Commands/CommandObjectTarget.cpp
 2710                       m_slide_option.GetOptionValue().GetCurrentValue();
tools/lldb/source/Interpreter/OptionGroupFormat.cpp
   71       if (m_count.GetCurrentValue() == 0)
   82       if (m_byte_size.GetCurrentValue() == 0)
tools/lldb/source/Interpreter/OptionValue.cpp
   28     return static_cast<OptionValueUInt64 *>(this)->GetCurrentValue();
  426     return option_value->GetCurrentValue();
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 5163             (uint32_t)m_num_packets.GetOptionValue().GetCurrentValue();
 5164         const uint64_t max_send = m_max_send.GetOptionValue().GetCurrentValue();
 5165         const uint64_t max_recv = m_max_recv.GetOptionValue().GetCurrentValue();