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:
parent
e9b345d4fa
commit
3dd4c544e1
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue