mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 09:16:02 +02:00
Remove getGlobalVariables.
This commit is contained in:
parent
4e6fe61434
commit
115b042005
1 changed files with 0 additions and 9 deletions
|
@ -75,15 +75,6 @@ public interface ICDITarget extends ICDIObject {
|
|||
*/
|
||||
ICDIRegister[] getRegisters(ICDIRegisterObject[] regObjects) throws CDIException;
|
||||
|
||||
/**
|
||||
* Returns a collection of global variables associated with
|
||||
* this target.
|
||||
*
|
||||
* @return a collection of global variables
|
||||
* @throws CDIException if this method fails. Reasons include:
|
||||
*/
|
||||
ICDIGlobalVariable[] getGlobalVariables() throws CDIException;
|
||||
|
||||
/**
|
||||
* Evaluates the expression specified by the given string.
|
||||
* Returns the evaluation result as a String.
|
||||
|
|
Loading…
Add table
Reference in a new issue