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

References

tools/lldb/source/API/SBCommandInterpreter.cpp
  792   new_command_sp = std::make_shared<CommandPluginInterfaceImplementation>(
  794   if (new_command_sp && m_opaque_sp->LoadSubCommand(name, new_command_sp))
  794   if (new_command_sp && m_opaque_sp->LoadSubCommand(name, new_command_sp))
  795     return LLDB_RECORD_RESULT(lldb::SBCommand(new_command_sp));