mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 310274 - Need to set the fInterruptFailedJob to null to prevent completing the RM twice.
This commit is contained in:
parent
8b2dc16181
commit
03be2f6b40
1 changed files with 1 additions and 0 deletions
|
@ -695,6 +695,7 @@ public class GDBBackend extends AbstractDsfService implements IGDBBackend {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected IStatus run(IProgressMonitor monitor) {
|
protected IStatus run(IProgressMonitor monitor) {
|
||||||
|
fInterruptFailedJob = null;
|
||||||
getExecutor().submit(
|
getExecutor().submit(
|
||||||
new DsfRunnable() {
|
new DsfRunnable() {
|
||||||
public void run() {
|
public void run() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue