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:
parent
c95957ca97
commit
334cbd1564
1 changed files with 0 additions and 7 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue