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

Method handleCoreFile

plugins/gdb/debugsession.cpp:278–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278void DebugSession::handleCoreFile(const ResultRecord& r)
279{
280 if (r.isReasonError()) {
281 failedToLoadCoreFile(r.errorMessage());
282 return;
283 }
284 coreFileLoaded();
285}
286
287#include "moc_debugsession.cpp"

Callers

nothing calls this directly

Calls 2

isReasonErrorMethod · 0.80
errorMessageMethod · 0.45

Tested by

no test coverage detected