mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-20 15:35: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;
|
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
|
* Steps over the current source line. Can only be called
|
||||||
* when the associated target is suspended.
|
* when the associated target is suspended.
|
||||||
|
|
|
@ -52,14 +52,6 @@ public interface ICDIThread extends ICDIObject
|
||||||
*/
|
*/
|
||||||
void suspend() throws CDIException;
|
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
|
* Steps over the current source line. Can only be called
|
||||||
* when the associated thread is suspended.
|
* when the associated thread is suspended.
|
||||||
|
|
Loading…
Add table
Reference in a new issue