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

Method handleTargetAttach

plugins/debuggercommon/midebugsession.cpp:381–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381void MIDebugSession::handleTargetAttach(const MI::ResultRecord& r)
382{
383 if (r.isReasonError()) {
384 stopDebuggerOnError(i18n("<b>Could not attach debugger:</b><br />") + r.errorMessage());
385 }
386}
387
388void MIDebugSession::addFileExecAndSymbolsCommand(const QString& debuggeeExecutable)
389{

Callers

nothing calls this directly

Calls 2

isReasonErrorMethod · 0.80
errorMessageMethod · 0.45

Tested by

no test coverage detected