Eclipse CDT
Pre-release 3.0

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

All Superinterfaces:
ICDIBreakpointManagement, org.eclipse.cdt.debug.core.cdi.model.ICDIExecuteResume, ICDIExecuteStep, ICDIExpressionManagement, ICDIMemoryBlockManagement, ICDIObject, ICDISessionObject, ICDISharedLibraryManagement, ICDISignalManagement, ICDISourceManagement, ICDISuspend, ICDITarget, ICDIThreadGroup

public interface ICDITarget2
extends ICDITarget


Method Summary
 ICDIGlobalVariableDescriptor[] getGlobalVariables()
          Returns a list of global variables for the targeted process
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDITarget
createAddressLocation, createCondition, createCondition, createFunctionLocation, createGlobalVariable, createLineLocation, createRegister, disconnect, evaluateExpressionToString, getConfiguration, getGlobalVariableDescriptors, getProcess, getRegisterGroups, getRuntimeOptions, isDisconnected, isTerminated, jump, restart, resume, runUntil, signal, signal, stepInto, stepIntoInstruction, stepOver, stepOverInstruction, terminate
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIThreadGroup
getCurrentThread, getThreads, resume, resume, resume
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpointManagement
deleteAllBreakpoints, deleteBreakpoints, getBreakpoints, setAddressBreakpoint, setExceptionBreakpoint, setFunctionBreakpoint, setLineBreakpoint, setWatchpoint
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIExecuteStep
stepInto, stepIntoInstruction, stepOver, stepOverInstruction, stepUntil
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDISuspend
isSuspended, suspend
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDISignalManagement
getSignals
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIObject
getTarget
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIExpressionManagement
createExpression, destroyAllExpressions, destroyExpressions, getExpressions
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDISourceManagement
getInstructions, getInstructions, getInstructions, getMixedInstructions, getMixedInstructions, getMixedInstructions, getSourcePaths, setSourcePaths
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDISharedLibraryManagement
getSharedLibraries
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIMemoryBlockManagement
createMemoryBlock, getMemoryBlocks, removeAllBlocks, removeBlocks
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.ICDISessionObject
getSession
 

Method Detail

getGlobalVariables

public ICDIGlobalVariableDescriptor[] getGlobalVariables()
Returns a list of global variables for the targeted process

Returns:
list of globals for the targeted process

Eclipse CDT
Pre-release 3.0

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