forked from qt-creator/qt-creator
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:
@@ -1948,7 +1948,7 @@ void GdbEngine::sendInsertBreakpoint(int index)
|
|||||||
void GdbEngine::reloadBreakListInternal()
|
void GdbEngine::reloadBreakListInternal()
|
||||||
{
|
{
|
||||||
m_breakListUpdating = true;
|
m_breakListUpdating = true;
|
||||||
postCommand(_("-break-list"), CB(handleBreakList));
|
postCommand(_("-break-list"), NeedsStop, CB(handleBreakList));
|
||||||
}
|
}
|
||||||
|
|
||||||
void GdbEngine::handleBreakList(const GdbResponse &response)
|
void GdbEngine::handleBreakList(const GdbResponse &response)
|
||||||
|
Reference in New Issue
Block a user