| 379 | } |
| 380 | |
| 381 | void 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 | |
| 388 | void MIDebugSession::addFileExecAndSymbolsCommand(const QString& debuggeeExecutable) |
| 389 | { |
nothing calls this directly
no test coverage detected