1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

add new method createLocation(long addr)

This commit is contained in:
Alain Magloire 2003-01-06 16:30:37 +00:00
parent 78c31decfc
commit e158e4dfcf

View file

@ -121,4 +121,9 @@ public interface ICDIBreakpointManager extends ICDISessionObject
*/ */
ICDILocation createLocation(String file, String function, int line); ICDILocation createLocation(String file, String function, int line);
/**
* Returns a ICDILocation
*/
ICDILocation createLocation(long address);
} }