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

Method interruptDebugger

plugins/debuggercommon/midebugsession.cpp:653–661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651}
652
653void MIDebugSession::interruptDebugger()
654{
655 Q_ASSERT(m_debugger);
656
657 // Explicitly send the interrupt in case something went wrong with the usual
658 // ensureGdbListening logic.
659 m_debugger->interrupt();
660 addCommand(ExecInterrupt, QString(), CmdInterrupt);
661}
662
663void MIDebugSession::run()
664{

Callers

nothing calls this directly

Calls 2

interruptMethod · 0.80
QStringClass · 0.50

Tested by

no test coverage detected