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

References

tools/lldb/source/API/SBCommandInterpreter.cpp
  685   new_command_sp = std::make_shared<CommandPluginInterfaceImplementation>(
  688   if (new_command_sp &&
  689       m_opaque_ptr->AddUserCommand(name, new_command_sp, true))
  690     return LLDB_RECORD_RESULT(lldb::SBCommand(new_command_sp));