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

Method markAllVariableDead

plugins/debuggercommon/midebugsession.cpp:140–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void MIDebugSession::markAllVariableDead()
141{
142 for (auto* variable : std::as_const(m_allVariables)) {
143 variable->markAsDead();
144 }
145 m_allVariables.clear();
146}
147
148bool MIDebugSession::restartAvaliable() const
149{

Callers 1

stateChangedMethod · 0.80

Calls 2

markAsDeadMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected