PTP
Release 7.0

Uses of Interface
org.eclipse.ptp.debug.core.pdi.model.IPDIInstruction

Packages that use IPDIInstruction
org.eclipse.ptp.debug.core.pdi.manager   
org.eclipse.ptp.debug.core.pdi.model   
 

Uses of IPDIInstruction in org.eclipse.ptp.debug.core.pdi.manager
 

Methods in org.eclipse.ptp.debug.core.pdi.manager that return IPDIInstruction
 IPDIInstruction[] IPDISourceManager.getInstructions(TaskSet qTasks, java.math.BigInteger start, java.math.BigInteger end)
          Get instructions for address range
 IPDIInstruction[] IPDISourceManager.getInstructions(TaskSet qTasks, java.lang.String filename, int linenum)
          Get instructions for source line
 IPDIInstruction[] IPDISourceManager.getInstructions(TaskSet qTasks, java.lang.String filename, int linenum, int lines)
          Get instructions for a range of source lines
 

Uses of IPDIInstruction in org.eclipse.ptp.debug.core.pdi.model
 

Methods in org.eclipse.ptp.debug.core.pdi.model that return IPDIInstruction
 IPDIInstruction[] IPDIMixedInstruction.getInstructions()
          Returns the array of instruction
 IPDIInstruction[] IPDISourceManagement.getInstructions(java.math.BigInteger startAddress, java.math.BigInteger endAddress)
           
 IPDIInstruction[] IPDISourceManagement.getInstructions(java.lang.String filename, int linenum)
           
 IPDIInstruction[] IPDISourceManagement.getInstructions(java.lang.String filename, int linenum, int lines)
           
 


PTP
Release 7.0

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