MCPcopy Create free account
hub / github.com/KDE/kdevelop / createCommand

Method createCommand

plugins/debuggercommon/midebugsession.cpp:799–804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

797}
798
799std::unique_ptr<MICommand> MIDebugSession::createCommand(CommandType type, const QString& arguments,
800 CommandFlags flags) const
801{
802 // uses protected ctor, only accessible to MIDebugSession via friendship - cannot use make_unique :(
803 return std::unique_ptr<MICommand>(new MICommand(type, arguments, flags));
804}
805
806void MIDebugSession::addCommand(std::unique_ptr<MICommand> cmd)
807{

Callers 1

fetchFramesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected