Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
192
void Backend::issueCommand(QString const &cmd)
193
{
194
if (m_debugger) {
195
m_debugger->issueCommand(cmd);
196
}
197
}
198
199
QString Backend::targetName() const
200
{
Callers
1
slotSendCommand
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected