public interface ICDISourceManagement
| Modifier and Type | Method and Description |
|---|---|
ICDIInstruction[] |
getInstructions(java.math.BigInteger startAddress,
java.math.BigInteger endAddress) |
ICDIInstruction[] |
getInstructions(java.lang.String filename,
int linenum) |
ICDIInstruction[] |
getInstructions(java.lang.String filename,
int linenum,
int lines) |
ICDIMixedInstruction[] |
getMixedInstructions(java.math.BigInteger startAddress,
java.math.BigInteger endAddress) |
ICDIMixedInstruction[] |
getMixedInstructions(java.lang.String filename,
int linenum) |
ICDIMixedInstruction[] |
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 CDIException
String - array of search pathsCDIExceptionjava.lang.String[] getSourcePaths()
throws CDIException
CDIExceptionICDIInstruction[] getInstructions(java.math.BigInteger startAddress, java.math.BigInteger endAddress) throws CDIException
startAddress - is the begining addressendAddress - is the end addressCDIException - on failure.ICDIInstruction[] getInstructions(java.lang.String filename, int linenum) throws CDIException
filename - is the name of the file to disassemblelinenum - is the line number to disassemble aroundCDIException - on failureICDIInstruction[] getInstructions(java.lang.String filename, int linenum, int lines) throws CDIException
filename - is the name of the file to disassemblelinenum - is the line number to disassemble aroundlines - is the number of disassembly to producedCDIException - on failureICDIMixedInstruction[] getMixedInstructions(java.math.BigInteger startAddress, java.math.BigInteger endAddress) throws CDIException
startAddress - is the begining addressendAddress - is the end addressCDIException - on failure.ICDIMixedInstruction[] getMixedInstructions(java.lang.String filename, int linenum) throws CDIException
filename - is the name of the file to disassemblelinenum - is the line number to disassemble aroundlines - is the number of disassembly to producedCDIException - on failureICDIMixedInstruction[] getMixedInstructions(java.lang.String filename, int linenum, int lines) throws CDIException
filename - is the name of the file to disassemblelinenum - is the line number to disassemble aroundlines - is the number of disassembly to producedCDIException - on failureCopyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.