|
Eclipse CDT Pre-release 3.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(BigInteger startAddress,
BigInteger endAddress)
|
ICDIInstruction[] |
getInstructions(String filename,
int linenum)
|
ICDIInstruction[] |
getInstructions(String filename,
int linenum,
int lines)
|
ICDIMixedInstruction[] |
getMixedInstructions(BigInteger startAddress,
BigInteger endAddress)
|
ICDIMixedInstruction[] |
getMixedInstructions(String filename,
int linenum)
|
ICDIMixedInstruction[] |
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. |
Method Detail |
---|
void setSourcePaths(String[] srcPaths) throws CDIException
String
- array of search paths
CDIException
String[] getSourcePaths() throws CDIException
CDIException
ICDIInstruction[] getInstructions(BigInteger startAddress, BigInteger endAddress) throws CDIException
startAddress
- is the begining addressendAddress
- is the end address
CDIException
- on failure.ICDIInstruction[] getInstructions(String filename, int linenum) throws CDIException
filename
- is the name of the file to disassemblelinenum
- is the line number to disassemble around
CDIException
- on failureICDIInstruction[] getInstructions(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 failureICDIMixedInstruction[] getMixedInstructions(BigInteger startAddress, BigInteger endAddress) throws CDIException
startAddress
- is the begining addressendAddress
- is the end address
CDIException
- on failure.ICDIMixedInstruction[] getMixedInstructions(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 failureICDIMixedInstruction[] getMixedInstructions(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 Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |