public interface IPDISourceManagement
| Modifier and Type | Method and Description |
|---|---|
IPDIInstruction[] |
getInstructions(java.math.BigInteger startAddress,
java.math.BigInteger endAddress) |
IPDIInstruction[] |
getInstructions(java.lang.String filename,
int linenum) |
IPDIInstruction[] |
getInstructions(java.lang.String filename,
int linenum,
int lines) |
IPDIMixedInstruction[] |
getMixedInstructions(java.math.BigInteger startAddress,
java.math.BigInteger endAddress) |
IPDIMixedInstruction[] |
getMixedInstructions(java.lang.String filename,
int linenum) |
IPDIMixedInstruction[] |
getMixedInstructions(java.lang.String filename,
int linenum,
int lines) |
java.lang.String[] |
getSourcePaths()
Return the array of source paths
|
void |
setSourcePaths(java.lang.String[] srcPaths)
Set the source search paths for the debug session.
|
void setSourcePaths(java.lang.String[] srcPaths)
throws PDIException
String - array of search pathsPDIException - on failurejava.lang.String[] getSourcePaths()
throws PDIException
PDIException - on failureIPDIInstruction[] getInstructions(java.math.BigInteger startAddress, java.math.BigInteger endAddress) throws PDIException
startAddress - is the begining addressendAddress - is the end addressPDIException - on failure.IPDIInstruction[] getInstructions(java.lang.String filename, int linenum) throws PDIException
filename - is the name of the file to disassemblelinenum - is the line number to disassemble aroundPDIException - on failure.IPDIInstruction[] getInstructions(java.lang.String filename, int linenum, int lines) throws PDIException
filename - is the name of the file to disassemblelinenum - is the line number to disassemble aroundlines - is the number of disassembly to producedPDIException - on failure.IPDIMixedInstruction[] getMixedInstructions(java.math.BigInteger startAddress, java.math.BigInteger endAddress) throws PDIException
startAddress - is the begining addressendAddress - is the end addressPDIException - on failure.IPDIMixedInstruction[] getMixedInstructions(java.lang.String filename, int linenum) throws PDIException
filename - is the name of the file to disassemblelinenum - is the line number to disassemble aroundlines - is the number of disassembly to producedPDIException - on failure.IPDIMixedInstruction[] getMixedInstructions(java.lang.String filename, int linenum, int lines) throws PDIException
filename - is the name of the file to disassemblelinenum - is the line number to disassemble aroundlines - is the number of disassembly to producedPDIException - on failure.Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.