forked from qt-creator/qt-creator
debugger: -break-list needs a stopped state to show new breakpoints in the gui
This commit is contained in:
@@ -1964,7 +1964,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