|
Eclipse CDT Pre-release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public void setSourcePaths(String[] srcPaths)
throws CDIException
CDIException
public String[] getSourcePaths()
throws CDIException
CDIException
public ICDIInstruction[] getInstructions(BigInteger startAddress,
BigInteger endAddress)
throws CDIException
startAddress - is the begining addressendAddress - is the end address
CDIException - on failure.
public 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 failure
public ICDIInstruction[] 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 failure
public ICDIMixedInstruction[] getMixedInstructions(BigInteger startAddress,
BigInteger endAddress)
throws CDIException
startAddress - is the begining addressendAddress - is the end address
CDIException - on failure.
public ICDIMixedInstruction[] getMixedInstructions(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
public ICDIMixedInstruction[] 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 | ||||||||||