mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
[160038] Committed patch 74701 with changes to running/suspended events.
This commit is contained in:
parent
f96dd96b9a
commit
c29a7ffa2a
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Wind River Systems - initial API and implementation
|
* Wind River Systems - initial API and implementation
|
||||||
|
* Ericsson - Modified for additional functionality
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
package org.eclipse.dd.dsf.debug.service;
|
package org.eclipse.dd.dsf.debug.service;
|
||||||
|
|
||||||
|
@ -43,7 +44,7 @@ public interface IRunControl extends IDMService
|
||||||
public interface IContainerDMContext extends IExecutionDMContext {}
|
public interface IContainerDMContext extends IExecutionDMContext {}
|
||||||
|
|
||||||
/** Flag indicating reason context state change. */
|
/** Flag indicating reason context state change. */
|
||||||
public enum StateChangeReason { UNKNOWN, USER_REQUEST, STEP, BREAKPOINT, EXCEPTION, CONTAINER };
|
public enum StateChangeReason { UNKNOWN, USER_REQUEST, STEP, BREAKPOINT, EXCEPTION, CONTAINER, WATCHPOINT, SIGNAL, SHAREDLIB, ERROR };
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Events signaling a state changes.
|
* Events signaling a state changes.
|
||||||
|
|
Loading…
Add table
Reference in a new issue