1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Revert to version 1.26, remove accidental commit.

This commit is contained in:
Ken Ryall 2010-03-11 12:16:27 +00:00
parent 1941123178
commit a36a7271e7

View file

@ -24,7 +24,6 @@ import java.util.ListIterator;
import java.util.Map;
import org.eclipse.cdt.core.IAddress;
import org.eclipse.cdt.debug.core.model.ISteppingModeTarget;
import org.eclipse.cdt.debug.internal.ui.disassembly.dsf.AddressRangePosition;
import org.eclipse.cdt.debug.internal.ui.disassembly.dsf.DisassemblyPosition;
import org.eclipse.cdt.debug.internal.ui.disassembly.dsf.ErrorPosition;
@ -282,7 +281,7 @@ public abstract class DisassemblyPart extends WorkbenchPart implements IDisassem
public void partDeactivated(IWorkbenchPartReference partRef) {
}
public void partOpened(IWorkbenchPartReference partRef) {
}
}
public void partHidden(IWorkbenchPartReference partRef) {
if (partRef.getPart(false) == DisassemblyPart.this) {
setActive(false);
@ -1766,13 +1765,6 @@ public abstract class DisassemblyPart extends WorkbenchPart implements IDisassem
}
}
}
IAdaptable context = DebugUITools.getDebugContext();
if (context != null)
{
ISteppingModeTarget target= (ISteppingModeTarget) (context).getAdapter(ISteppingModeTarget.class);
target.enableInstructionStepping(true);
}
} else {
fGotoAddressPending= fFocusAddress= PC_UNKNOWN;
}