mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
2004-10-17 Alain Magloire
Remove deprecated method in CDI * cdi/org/eclipse/cdt/debug/core/model/ICDITarget.java * cdi/org/eclipse/cdt/debug/core/ICDISession.java
This commit is contained in:
parent
5516776ca9
commit
192fcc41a9
3 changed files with 5 additions and 25 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-10-17 Alain Magloire
|
||||||
|
Remove deprecated method in CDI
|
||||||
|
* cdi/org/eclipse/cdt/debug/core/model/ICDITarget.java
|
||||||
|
* cdi/org/eclipse/cdt/debug/core/ICDISession.java
|
||||||
|
|
||||||
2004-10-15 Alain Magloire
|
2004-10-15 Alain Magloire
|
||||||
Adjustment to changes in CDI interface concerning breakpoints.
|
Adjustment to changes in CDI interface concerning breakpoints.
|
||||||
Now the thread ids for a breakpoint is specified in the ICDICondition.
|
Now the thread ids for a breakpoint is specified in the ICDICondition.
|
||||||
|
|
|
@ -29,23 +29,6 @@ public interface ICDISession {
|
||||||
*/
|
*/
|
||||||
ICDITarget[] getTargets();
|
ICDITarget[] getTargets();
|
||||||
|
|
||||||
/**
|
|
||||||
* Returns the current debug target associatd with this sesion,
|
|
||||||
* or null if no debug targets are associated with this session.
|
|
||||||
*
|
|
||||||
* @deprecated
|
|
||||||
* @return ICDITarget the current debug target
|
|
||||||
*/
|
|
||||||
ICDITarget getCurrentTarget();
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the current debug target associatd with this sesion.
|
|
||||||
*
|
|
||||||
* @deprecated
|
|
||||||
* @return ICDITarget the current debug target
|
|
||||||
*/
|
|
||||||
void setCurrentTarget(ICDITarget target) throws CDIException;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the value of a debug session attribute.
|
* Sets the value of a debug session attribute.
|
||||||
*
|
*
|
||||||
|
|
|
@ -35,14 +35,6 @@ public interface ICDITarget extends ICDIThreadGroup, ICDISessionObject {
|
||||||
*/
|
*/
|
||||||
Process getProcess();
|
Process getProcess();
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the current thread on the target.
|
|
||||||
*
|
|
||||||
* @deprecated
|
|
||||||
* @param - ICDThread
|
|
||||||
*/
|
|
||||||
void setCurrentThread(ICDIThread current) throws CDIException;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Evaluates the expression specified by the given string.
|
* Evaluates the expression specified by the given string.
|
||||||
* Returns the evaluation result as a String.
|
* Returns the evaluation result as a String.
|
||||||
|
|
Loading…
Add table
Reference in a new issue