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:
parent
fecef62f25
commit
f0813190d4
1 changed files with 1 additions and 0 deletions
|
@ -296,6 +296,7 @@ public class GDBProcesses_7_2 extends GDBProcesses_7_1 {
|
||||||
// fCommandControl.queueCommand(
|
// fCommandControl.queueCommand(
|
||||||
// fCommandFactory.createMIRemoveInferior(fCommandControl.getContext(), containerDmc.getGroupId()),
|
// fCommandFactory.createMIRemoveInferior(fCommandControl.getContext(), containerDmc.getGroupId()),
|
||||||
// new DataRequestMonitor<MIInfo>(getExecutor(), rm));
|
// new DataRequestMonitor<MIInfo>(getExecutor(), rm));
|
||||||
|
rm.done();
|
||||||
} else {
|
} else {
|
||||||
// This command fails with GDB 7.2 because of a GDB bug, which was fixed with GDB 7.2.1
|
// 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
|
// In case we get here, we assume we are using GDB 7.2 (although we should not) and we work
|
||||||
|
|
Loading…
Add table
Reference in a new issue