forked from qt-creator/qt-creator
Debugger: Fix some LLDB breakpoint state transition
Breakpoints inserted before application start are not just 'InsertRequested' but already 'InsertProceeding'. Change-Id: I1df37d15f74ea65771843f6eab2e724d2bb0cd23 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -312,6 +312,7 @@ void LldbEngine::setupInferior()
|
|||||||
showMessage(_("TAKING OWNERSHIP OF BREAKPOINT %1 IN STATE %2")
|
showMessage(_("TAKING OWNERSHIP OF BREAKPOINT %1 IN STATE %2")
|
||||||
.arg(bp.id().toString()).arg(bp.state()));
|
.arg(bp.id().toString()).arg(bp.state()));
|
||||||
bp.setEngine(this);
|
bp.setEngine(this);
|
||||||
|
bp.notifyBreakpointInsertProceeding();
|
||||||
cmd.beginGroup();
|
cmd.beginGroup();
|
||||||
bp.addToCommand(&cmd);
|
bp.addToCommand(&cmd);
|
||||||
cmd.endGroup();
|
cmd.endGroup();
|
||||||
|
Reference in New Issue
Block a user