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

References

tools/lldb/source/API/SBCommandInterpreter.cpp
  724   return m_opaque_sp.get() != nullptr;
  730   return (IsValid() ? ConstString(m_opaque_sp->GetCommandName()).AsCString() : nullptr);
  736   return (IsValid() ? ConstString(m_opaque_sp->GetHelp()).AsCString()
  743   return (IsValid() ? ConstString(m_opaque_sp->GetHelpLong()).AsCString()
  751     m_opaque_sp->SetHelp(help);
  758     m_opaque_sp->SetHelpLong(help);
  768   if (!m_opaque_sp->IsMultiwordObject())
  771       m_opaque_sp->GetCommandInterpreter(), name, help);
  774   if (new_command_sp && m_opaque_sp->LoadSubCommand(name, new_command_sp))
  789   if (!m_opaque_sp->IsMultiwordObject())
  793       m_opaque_sp->GetCommandInterpreter(), name, impl, help);
  794   if (new_command_sp && m_opaque_sp->LoadSubCommand(name, new_command_sp))
  809   if (!m_opaque_sp->IsMultiwordObject())
  813       m_opaque_sp->GetCommandInterpreter(), name, impl, help, syntax);
  814   if (new_command_sp && m_opaque_sp->LoadSubCommand(name, new_command_sp))
  822   return (IsValid() ? m_opaque_sp->GetFlags().Get() : 0);
  829     m_opaque_sp->GetFlags().Set(flags);