1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 344992: Missing rm.done in GDBProcesses_7_2.detachDebuggerFromProcess

This commit is contained in:
Marc Khouzam 2011-05-06 15:53:18 +00:00
parent fecef62f25
commit f0813190d4

View file

@ -296,6 +296,7 @@ public class GDBProcesses_7_2 extends GDBProcesses_7_1 {
// fCommandControl.queueCommand(
// fCommandFactory.createMIRemoveInferior(fCommandControl.getContext(), containerDmc.getGroupId()),
// new DataRequestMonitor<MIInfo>(getExecutor(), rm));
rm.done();
} else {
// This command fails with GDB 7.2 because of a GDB bug, which was fixed with GDB 7.2.1
// In case we get here, we assume we are using GDB 7.2 (although we should not) and we work