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

Collapse All | Expand All

(-)src/org/eclipse/dd/mi/service/MIRunControl.java (-1 / +1 lines)
Lines 284-290 Link Here
284
	private StateChangeReason fStateChangeReason;
284
	private StateChangeReason fStateChangeReason;
285
	private IExecutionDMContext fStateChangeTriggeringContext;
285
	private IExecutionDMContext fStateChangeTriggeringContext;
286
	
286
	
287
	private static final int NO_THREAD_ID = 0;
287
	private static final int NO_THREAD_ID = -1;
288
288
289
    public MIRunControl(DsfSession session) {
289
    public MIRunControl(DsfSession session) {
290
        super(session);
290
        super(session);

Return to bug 237556