Uses of Interface
org.eclipse.cdt.debug.core.model.IPersistableRegisterGroup

Packages that use IPersistableRegisterGroup
org.eclipse.cdt.debug.core.model   
org.eclipse.cdt.debug.internal.core   
org.eclipse.cdt.debug.internal.core.model   
 

Uses of IPersistableRegisterGroup in org.eclipse.cdt.debug.core.model
 

Methods in org.eclipse.cdt.debug.core.model with parameters of type IPersistableRegisterGroup
 void ICDebugTarget.modifyRegisterGroup(IPersistableRegisterGroup group, IRegisterDescriptor[] descriptors)
          Replace the given group's register descriptors by the specified descriptors.
 

Uses of IPersistableRegisterGroup in org.eclipse.cdt.debug.internal.core
 

Methods in org.eclipse.cdt.debug.internal.core with parameters of type IPersistableRegisterGroup
 void CRegisterManager.modifyRegisterGroup(IPersistableRegisterGroup group, IRegisterDescriptor[] descriptors)
           
 

Uses of IPersistableRegisterGroup in org.eclipse.cdt.debug.internal.core.model
 

Classes in org.eclipse.cdt.debug.internal.core.model that implement IPersistableRegisterGroup
 class CRegisterGroup
          Represents a group of registers.
 

Methods in org.eclipse.cdt.debug.internal.core.model with parameters of type IPersistableRegisterGroup
 void CDebugTarget.modifyRegisterGroup(IPersistableRegisterGroup group, IRegisterDescriptor[] descriptors)