1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-09 19:43:27 +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

@ -46,13 +46,6 @@ public interface ICDIStackFrame extends ICDIObject
*/
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.
*