diff --git a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICDIThread.java b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICDIThread.java index 825c2c704d8..5a8c5ccf19f 100644 --- a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICDIThread.java +++ b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICDIThread.java @@ -49,11 +49,19 @@ public interface ICDIThread extends ICDIObject { int getStackFrameCount() throws CDIException; /** - * Set the curretn Stack for the thread. + * Set the current Stack for the thread. * @param - ICDIStackFrame */ void setCurrentStackFrame(ICDIStackFrame current) throws CDIException; + /** + * Set the current frame whithout generation any events, for example + * registers changed events. + * @param frame + * @param b + */ + void setCurrentStackFrame(ICDIStackFrame frame, boolean doUpdate) throws CDIException; + /** * Set the current stackframe. * @return ICDIStackFrame