| 392 | } |
| 393 | |
| 394 | void MIDebugSession::handleFileExecAndSymbols(const ResultRecord& r) |
| 395 | { |
| 396 | if (r.isReasonError()) { |
| 397 | stopDebuggerOnError(i18n("<b>Could not start debugger:</b><br />") + r.errorMessage()); |
| 398 | } |
| 399 | } |
| 400 | |
| 401 | void MIDebugSession::stopDebuggerOnError(const QString& errorMessage) |
| 402 | { |
nothing calls this directly
no test coverage detected