debugger: update display on engine exit

This commit is contained in:
hjk
2010-11-15 16:58:23 +01:00
parent ef0073f17d
commit 50dc4d8664
2 changed files with 11 additions and 6 deletions

View File

@@ -2308,7 +2308,7 @@ void GdbEngine::handleBreakEnable(const GdbResponse &response)
{
QTC_ASSERT(response.resultClass == GdbResultDone, /**/)
const BreakpointId id = response.cookie.toInt();
// This should only be the "wish" state.
// This should only be the requested state.
QTC_ASSERT(breakHandler()->isEnabled(id), /* Prevent later recursion */);
breakHandler()->ackEnabled(id);
}