PTP
Release 7.0

org.eclipse.ptp.debug.core.pdi.model
Interface IPDIRegisterGroup

All Superinterfaces:
IPDISessionObject, IPDISet

public interface IPDIRegisterGroup
extends IPDISessionObject

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


Method Summary
 java.lang.String getName()
          The name of the group
 IPDIRegisterDescriptor[] 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.ptp.debug.core.pdi.IPDISessionObject
getSession
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet
getTasks
 

Method Detail

getName

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

Returns:
String name

getRegisterDescriptors

IPDIRegisterDescriptor[] getRegisterDescriptors()
                                                throws PDIException
Returns the register descriptors in this register group.

Returns:
IPDIRegisterDescriptor[] in this register group
Throws:
PDIException - on failure

hasRegisters

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

Returns:
whether this register group currently contains any registers
Throws:
PDIException - on failure

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.