|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPDISourceManagement
Maintains the list of directories to search for source files.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void setSourcePaths(java.lang.String[] srcPaths)
throws PDIException
String - array of search paths
PDIException - on failure
java.lang.String[] getSourcePaths()
throws PDIException
PDIException - on failure
IPDIInstruction[] getInstructions(java.math.BigInteger startAddress,
java.math.BigInteger endAddress)
throws PDIException
startAddress - is the begining addressendAddress - is the end address
PDIException - 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 around
PDIException - 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 produced
PDIException - on failure.
IPDIMixedInstruction[] getMixedInstructions(java.math.BigInteger startAddress,
java.math.BigInteger endAddress)
throws PDIException
startAddress - is the begining addressendAddress - is the end address
PDIException - 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 produced
PDIException - 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 produced
PDIException - on failure.
|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||