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:
parent
c95957ca97
commit
334cbd1564
1 changed files with 0 additions and 7 deletions
|
@ -46,13 +46,6 @@ public interface ICDIStackFrame extends ICDIObject
|
||||||
*/
|
*/
|
||||||
ICDIArgument[] getArguments() throws CDIException;
|
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.
|
* Returns the level of the stack frame.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue