mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 17:25:38 +02:00
createLocation() is in breakpointManager.
This commit is contained in:
parent
01b423f57a
commit
ffd67cbab2
1 changed files with 1 additions and 5 deletions
|
@ -38,9 +38,5 @@ public interface ICDISourceManager extends ICDISessionObject
|
||||||
* @throws CDIException on failure. Reasons include:
|
* @throws CDIException on failure. Reasons include:
|
||||||
*/
|
*/
|
||||||
void reset() throws CDIException;
|
void reset() throws CDIException;
|
||||||
|
|
||||||
/**
|
|
||||||
* Returns a ICDILocation
|
|
||||||
*/
|
|
||||||
ICDILocation createLocation(String file, String function, int line);
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue