mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Bug 375131: [launch] Cancelling an attach or postmortem launch no longer cancels
This commit is contained in:
parent
362cd87be0
commit
ccf74d51d0
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue