public interface IPDISourceManagement
Modifier and Type | Method and Description |
---|---|
IPDIInstruction[] |
getInstructions(BigInteger startAddress,
BigInteger endAddress) |
IPDIInstruction[] |
getInstructions(String filename,
int linenum) |
IPDIInstruction[] |
getInstructions(String filename,
int linenum,
int lines) |
IPDIMixedInstruction[] |
getMixedInstructions(BigInteger startAddress,
BigInteger endAddress) |
IPDIMixedInstruction[] |
getMixedInstructions(String filename,
int linenum) |
IPDIMixedInstruction[] |
getMixedInstructions(String filename,
int linenum,
int lines) |
String[] |
getSourcePaths()
Return the array of source paths
|
void |
setSourcePaths(String[] srcPaths)
Set the source search paths for the debug session.
|
void setSourcePaths(String[] srcPaths) throws PDIException
String
- array of search pathsPDIException
- on failureString[] getSourcePaths() throws PDIException
PDIException
- on failureIPDIInstruction[] getInstructions(BigInteger startAddress, BigInteger endAddress) throws PDIException
startAddress
- is the begining addressendAddress
- is the end addressPDIException
- on failure.IPDIInstruction[] getInstructions(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(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(BigInteger startAddress, BigInteger endAddress) throws PDIException
startAddress
- is the begining addressendAddress
- is the end addressPDIException
- on failure.IPDIMixedInstruction[] getMixedInstructions(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(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.