Fixes: Not able to set breakpoints in running application.

Regression introduced by the gdb startup speedup.

Reviewed-by: hjk
(cherry picked from commit 232db42069)
This commit is contained in:
con
2010-01-13 11:02:10 +01:00
parent 4be033ae40
commit 1f3720a14d

View File

@@ -1948,7 +1948,7 @@ void GdbEngine::sendInsertBreakpoint(int index)
void GdbEngine::reloadBreakListInternal()
{
m_breakListUpdating = true;
postCommand(_("-break-list"), CB(handleBreakList));
postCommand(_("-break-list"), NeedsStop, CB(handleBreakList));
}
void GdbEngine::handleBreakList(const GdbResponse &response)