1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 08:46:02 +02:00

Removed state validation from CDebugElement.

This commit is contained in:
Mikhail Khodjaiants 2004-07-21 17:50:34 +00:00
parent 117e8d5362
commit f24c20f55c
2 changed files with 1 additions and 7 deletions

View file

@ -1,6 +1,7 @@
2004-07-21 Mikhail Khodjaiants
Removed state validation from CDebugElement.
* CDebugTarget.java
* CDebugElement.java
2004-07-20 Mikhail Khodjaiants
Added new state - "STEPPED".

View file

@ -2065,13 +2065,6 @@ public class CDebugTarget extends CDebugElement implements ICDebugTarget, ICDIEv
fGlobalVariableManager = globalVariableManager;
}
/* (non-Javadoc)
* @see org.eclipse.cdt.debug.internal.core.model.CDebugElement#isValidState(org.eclipse.cdt.debug.core.model.CDebugElementState)
*/
protected boolean isValidState( CDebugElementState state ) {
return super.isValidState( state );
}
/* (non-Javadoc)
* @see org.eclipse.cdt.debug.core.model.ICDebugTarget#isPostMortem()
*/