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

Method handleTargetSelect

plugins/lldb/debugsession.cpp:297–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297void 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
304void DebugSession::handleCoreFile(const QStringList &s)
305{

Callers

nothing calls this directly

Calls 2

isReasonErrorMethod · 0.80
errorMessageMethod · 0.45

Tested by

no test coverage detected