Eclipse CDT
7.0

org.eclipse.cdt.debug.core.cdi.model
Interface ICDIRegisterGroup

All Superinterfaces:
ICDIObject

public interface ICDIRegisterGroup
extends ICDIObject

Represents a group of registers that are assigned to a target.

Since:
Jul 9, 2002

Method Summary
 java.lang.String getName()
          The name of the group.
 ICDIRegisterDescriptor[] getRegisterDescriptors()
          Returns the register descriptors in this register group.
 boolean hasRegisters()
          Returns whether this register group currently contains any registers.
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIObject
getTarget
 

Method Detail

getName

java.lang.String getName()
The name of the group.

Returns:
String name

getRegisterDescriptors

ICDIRegisterDescriptor[] getRegisterDescriptors()
                                                throws CDIException
Returns the register descriptors in this register group.

Returns:
ICDIRegisterDescriptor[] in this register group
Throws:
CDIException - if this method fails. Reasons include:

hasRegisters

boolean hasRegisters()
                     throws CDIException
Returns whether this register group currently contains any registers.

Returns:
whether this register group currently contains any registers
Throws:
CDIException - if this method fails. Reasons include:

Eclipse CDT
7.0

Copyright (c) IBM Corp. and others 2004, 2012. All Rights Reserved.