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

Since registers will not change, the method

getRegisters() is now on ICDITarget instead of ICDISTackFrame.
This commit is contained in:
Alain Magloire 2002-10-03 02:32:40 +00:00
parent c95957ca97
commit 334cbd1564

View file

@ -45,13 +45,6 @@ public interface ICDIStackFrame extends ICDIObject
* @throws CDIException if this method fails. Reasons include:
*/
ICDIArgument[] getArguments() throws CDIException;
/**
* Returns the Registers
* @return a collection of registers
* @throws CDIException if this method fails:
*/
ICDIRegister[] getRegisters(ICDIRegisterObject[] regs) throws CDIException;
/**
* Returns the level of the stack frame.