| 1474 | } |
| 1475 | |
| 1476 | void DAPDebugger::stopDAP() |
| 1477 | { |
| 1478 | updateRunState(kNoRun); |
| 1479 | d->currentSession->closeSession(); |
| 1480 | } |
| 1481 | |
| 1482 | void DAPDebugger::slotReceivedDAPPort(const QString &ppid, int port, const QString &kitName, const QMap<QString, QVariant> ¶m) |
| 1483 | { |
nothing calls this directly
no test coverage detected