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

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

Uses of IGlobalVariableDescriptor in org.eclipse.cdt.debug.core
 

Methods in org.eclipse.cdt.debug.core that return IGlobalVariableDescriptor
 IGlobalVariableDescriptor[] ICGlobalVariableManager.getDescriptors()
          Returns the array of descriptors of global varibales added to this manager.
 

Methods in org.eclipse.cdt.debug.core with parameters of type IGlobalVariableDescriptor
 void ICGlobalVariableManager.addGlobals(IGlobalVariableDescriptor[] descriptors)
          Registers with this manager the global variables specified by given descriptors.
 

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

Methods in org.eclipse.cdt.debug.core.model that return IGlobalVariableDescriptor
 IGlobalVariableDescriptor ICGlobalVariable.getDescriptor()
          Returns the descriptor of this variable.
 IGlobalVariableDescriptor[] IExecFileInfo.getGlobals()
           
 

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

Methods in org.eclipse.cdt.debug.internal.core that return IGlobalVariableDescriptor
 IGlobalVariableDescriptor[] CGlobalVariableManager.getDescriptors()
           
 

Methods in org.eclipse.cdt.debug.internal.core with parameters of type IGlobalVariableDescriptor
 void CGlobalVariableManager.addGlobals(IGlobalVariableDescriptor[] descriptors)
           
 

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

Methods in org.eclipse.cdt.debug.internal.core.model that return IGlobalVariableDescriptor
static IGlobalVariableDescriptor CVariableFactory.createGlobalVariableDescriptor(IBinaryParser.ISymbol symbol)
           
static IGlobalVariableDescriptor CVariableFactory.createGlobalVariableDescriptor(org.eclipse.cdt.core.model.IVariable var)
           
static IGlobalVariableDescriptor CVariableFactory.createGlobalVariableDescriptor(java.lang.String name, org.eclipse.core.runtime.IPath path)
           
 IGlobalVariableDescriptor CGlobalVariable.getDescriptor()
           
 IGlobalVariableDescriptor[] CDebugTarget.getGlobals()
           
 

Methods in org.eclipse.cdt.debug.internal.core.model with parameters of type IGlobalVariableDescriptor
static CGlobalVariable CVariableFactory.createGlobalVariable(CDebugElement parent, IGlobalVariableDescriptor descriptor, org.eclipse.cdt.debug.core.cdi.model.ICDIVariableDescriptor cdiVariableObject)
           
 ICGlobalVariable CDebugTarget.createGlobalVariable(IGlobalVariableDescriptor info)