| 295 | } |
| 296 | |
| 297 | void DebugSession::handleTargetSelect(const MI::ResultRecord& r) |
| 298 | { |
| 299 | if (r.isReasonError()) { |
| 300 | stopDebuggerOnError(i18n("<b>Error connecting to remote target:</b><br />") + r.errorMessage()); |
| 301 | } |
| 302 | } |
| 303 | |
| 304 | void DebugSession::handleCoreFile(const QStringList &s) |
| 305 | { |
nothing calls this directly
no test coverage detected