1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Bug 375131: [launch] Cancelling an attach or postmortem launch no longer cancels

This commit is contained in:
Marc Khouzam 2012-03-22 22:04:25 -04:00
parent 362cd87be0
commit ccf74d51d0

View file

@ -311,6 +311,8 @@ public class GDBControl extends AbstractMIControl implements IGDBControl {
if (!isCanceled()) {
// Only set the status if the user has not cancelled the operation already.
rm.setStatus(getStatus());
} else {
rm.cancel();
}
rm.done();
}