1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56:01 +02:00
This commit is contained in:
Mikhail Khodjaiants 2002-10-10 02:36:42 +00:00
parent aa7651d574
commit c0dd34d21c

View file

@ -63,7 +63,7 @@ public interface ICDISourceManager extends ICDISessionObject
/**
* @param filename is the name of the file to disassemble
* @param linenum is the line number to disassemble around
* @throws CDIException onf failure
* @throws CDIException on failure
*/
ICDIInstruction[] getInstructions(String filename, int linenum) throws CDIException;
@ -71,7 +71,7 @@ public interface ICDISourceManager extends ICDISessionObject
* @param filename is the name of the file to disassemble
* @param linenum is the line number to disassemble around
* @param lines is the number of disassembly to produced
* @throws CDIException onf failure
* @throws CDIException on failure
*/
ICDIInstruction[] getInstructions(String filename, int linenum, int lines) throws CDIException;