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

References

tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
 1799       const char *bp_name = m_name_options.m_name.GetCurrentValue();
 1877       ConstString bp_name(m_name_options.m_name.GetCurrentValue());
tools/lldb/source/Commands/CommandObjectCommands.cpp
  629           alias->SetHelp(m_command_options.m_help.GetCurrentValue());
  631           alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue());
  731         alias->SetHelp(m_command_options.m_help.GetCurrentValue());
  733         alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue());
tools/lldb/source/Commands/CommandObjectFrame.cpp
  505           ConstString(m_option_variable.summary.GetCurrentValue()),
  510           m_option_variable.summary_string.GetCurrentValue());
tools/lldb/source/Commands/CommandObjectMemory.cpp
  375         m_memory_options.m_view_as_type.GetCurrentValue();
tools/lldb/source/Commands/CommandObjectTarget.cpp
 2666       const char *arg_cstr = m_file_option.GetOptionValue().GetCurrentValue();
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
  998       options_property_sp->GetAsString()->GetCurrentValue();