Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 375131
Collapse All | Expand All

(-)a/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/gdb/service/command/GDBControl.java (+2 lines)
Lines 311-316 Link Here
311
				if (!isCanceled()) {
311
				if (!isCanceled()) {
312
					// Only set the status if the user has not cancelled the operation already.
312
					// Only set the status if the user has not cancelled the operation already.
313
					rm.setStatus(getStatus());
313
					rm.setStatus(getStatus());
314
				} else {
315
					rm.cancel();
314
				}
316
				}
315
    			rm.done();
317
    			rm.done();
316
			}
318
			}

Return to bug 375131