|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRegisterGroup
A register group is a group of registers that are assigned to a stack frame. Some debug architectures provide access to registers, and registers are often grouped logically. For example, a floating point register group.
Clients may implement this interface.
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of this register group. |
IRegister[] |
getRegisters()
Returns the registers in this register group. |
boolean |
hasRegisters()
Returns whether this register group currently contains any registers. |
Methods inherited from interface org.eclipse.debug.core.model.IDebugElement |
---|
getDebugTarget, getLaunch, getModelIdentifier |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Method Detail |
---|
java.lang.String getName() throws DebugException
DebugException
- if this method fails. Reasons include:
IRegister[] getRegisters() throws DebugException
DebugException
- if this method fails. Reasons include:
boolean hasRegisters() throws DebugException
DebugException
- if this method fails. Reasons include:
|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.