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 337893 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/cdt/dsf/gdb/service/GDBRunControl_7_2_NS.java (+2 lines)
Lines 349-354 Link Here
349
							// by calling executeWithTargetAvailable() on the last one
349
							// by calling executeWithTargetAvailable() on the last one
350
							TargetAvailableOperationInfo info = fOperationsPending.removeLast();
350
							TargetAvailableOperationInfo info = fOperationsPending.removeLast();
351
							executeWithTargetAvailable(info.steps, info.rm);
351
							executeWithTargetAvailable(info.steps, info.rm);
352
						} else {
353
							execWithTargetAvailMap.remove(fCtx);
352
						}
354
						}
353
						// no other rm.done() needs to be called, they have all been handled already
355
						// no other rm.done() needs to be called, they have all been handled already
354
					}
356
					}

Return to bug 337893