MCPcopy Create free account
hub / github.com/KDE/kate / issueCommand

Method issueCommand

addons/gdbplugin/backend.cpp:192–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192void Backend::issueCommand(QString const &cmd)
193{
194 if (m_debugger) {
195 m_debugger->issueCommand(cmd);
196 }
197}
198
199QString Backend::targetName() const
200{

Callers 1

slotSendCommandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected