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

References

tools/lldb/source/API/SBCommandInterpreter.cpp
  704   new_command_sp = std::make_shared<CommandPluginInterfaceImplementation>(
  707   if (new_command_sp &&
  708       m_opaque_ptr->AddUserCommand(name, new_command_sp, true))
  709     return LLDB_RECORD_RESULT(lldb::SBCommand(new_command_sp));