mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
add createLocation() and createCondition() where they are the most usefull.
This commit is contained in:
parent
88c2aee2e7
commit
a852442246
1 changed files with 13 additions and 0 deletions
|
@ -90,4 +90,17 @@ public interface ICDIBreakpointManager extends ICDISessionObject
|
|||
ICDICatchEvent event,
|
||||
String expression,
|
||||
ICDICondition condition ) throws CDIException;
|
||||
|
||||
|
||||
/**
|
||||
* Return a ICDICondition
|
||||
*/
|
||||
ICDICondition createCondition(int ignoreCount, String expression);
|
||||
|
||||
|
||||
/**
|
||||
* Returns a ICDILocation
|
||||
*/
|
||||
ICDILocation createLocation(String file, String function, int line);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue