| 239 | } |
| 240 | |
| 241 | void MIVariableController::stateChanged(IDebugSession::DebuggerState state) |
| 242 | { |
| 243 | if (state == IDebugSession::EndedState) { |
| 244 | debugSession()->markAllVariableDead(); |
| 245 | } |
| 246 | } |
| 247 | |
| 248 | #include "moc_mivariablecontroller.cpp" |
nothing calls this directly
no test coverage detected