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

Added EVALUATION to the StateChangeReason enum.

This commit is contained in:
Pawel Piech 2008-02-11 22:33:16 +00:00
parent e9b345d4fa
commit 3dd4c544e1

View file

@ -44,7 +44,7 @@ public interface IRunControl extends IDMService
public interface IContainerDMContext extends IExecutionDMContext {}
/** Flag indicating reason context state change. */
public enum StateChangeReason { UNKNOWN, USER_REQUEST, STEP, BREAKPOINT, EXCEPTION, CONTAINER, WATCHPOINT, SIGNAL, SHAREDLIB, ERROR };
public enum StateChangeReason { UNKNOWN, USER_REQUEST, STEP, BREAKPOINT, EXCEPTION, CONTAINER, WATCHPOINT, SIGNAL, SHAREDLIB, ERROR, EVALUATION };
/**
* Indicates that the given thread has suspended.