1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-19 23:15:24 +02:00

Remove isStepping() for now.

This commit is contained in:
Alain Magloire 2002-08-15 05:56:35 +00:00
parent db29a5583c
commit b8c5ededb8
2 changed files with 0 additions and 16 deletions

View file

@ -174,14 +174,6 @@ public interface ICDITarget extends ICDIObject
*/
void suspend() throws CDIException;
/*
* Returns whether this target is is currently stepping.
*
* @return whether this target is currently stepping
boolean isStepping();
*/
/**
* Steps over the current source line. Can only be called
* when the associated target is suspended.

View file

@ -52,14 +52,6 @@ public interface ICDIThread extends ICDIObject
*/
void suspend() throws CDIException;
/*
* Returns whether this thread is is currently stepping.
*
* @return whether this thread is currently stepping
*
boolean isStepping();
*/
/**
* Steps over the current source line. Can only be called
* when the associated thread is suspended.