|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICDISourceManagement
Maintains the list of directories to search for source files. Auto update is off by default.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void setSourcePaths(java.lang.String[] srcPaths)
throws CDIException
String - array of search paths
CDIException
java.lang.String[] getSourcePaths()
throws CDIException
CDIException
ICDIInstruction[] getInstructions(java.math.BigInteger startAddress,
java.math.BigInteger endAddress)
throws CDIException
startAddress - is the begining addressendAddress - is the end address
CDIException - 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 around
CDIException - on failure
ICDIInstruction[] 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 produced
CDIException - on failure
ICDIMixedInstruction[] getMixedInstructions(java.math.BigInteger startAddress,
java.math.BigInteger endAddress)
throws CDIException
startAddress - is the begining addressendAddress - is the end address
CDIException - 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 produced
CDIException - on failure
ICDIMixedInstruction[] 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 produced
CDIException - on failure
|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||