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:
parent
db29a5583c
commit
b8c5ededb8
2 changed files with 0 additions and 16 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue