diff --git a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/ICDIBreakpointManager.java b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/ICDIBreakpointManager.java index 5bc8109cb9d..e8379fe79a8 100644 --- a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/ICDIBreakpointManager.java +++ b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/ICDIBreakpointManager.java @@ -121,4 +121,9 @@ public interface ICDIBreakpointManager extends ICDISessionObject */ ICDILocation createLocation(String file, String function, int line); + /** + * Returns a ICDILocation + */ + ICDILocation createLocation(long address); + }