mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
Removed state validation from CDebugElement.
This commit is contained in:
parent
117e8d5362
commit
f24c20f55c
2 changed files with 1 additions and 7 deletions
|
@ -1,6 +1,7 @@
|
||||||
2004-07-21 Mikhail Khodjaiants
|
2004-07-21 Mikhail Khodjaiants
|
||||||
Removed state validation from CDebugElement.
|
Removed state validation from CDebugElement.
|
||||||
* CDebugTarget.java
|
* CDebugTarget.java
|
||||||
|
* CDebugElement.java
|
||||||
|
|
||||||
2004-07-20 Mikhail Khodjaiants
|
2004-07-20 Mikhail Khodjaiants
|
||||||
Added new state - "STEPPED".
|
Added new state - "STEPPED".
|
||||||
|
|
|
@ -2065,13 +2065,6 @@ public class CDebugTarget extends CDebugElement implements ICDebugTarget, ICDIEv
|
||||||
fGlobalVariableManager = globalVariableManager;
|
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)
|
/* (non-Javadoc)
|
||||||
* @see org.eclipse.cdt.debug.core.model.ICDebugTarget#isPostMortem()
|
* @see org.eclipse.cdt.debug.core.model.ICDebugTarget#isPostMortem()
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue