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:
parent
78c31decfc
commit
e158e4dfcf
1 changed files with 5 additions and 0 deletions
|
@ -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);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue