diff --git a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICDISharedLibrary.java b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICDISharedLibrary.java index 0659f27e559..0775e4ac66f 100644 --- a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICDISharedLibrary.java +++ b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/model/ICDISharedLibrary.java @@ -41,7 +41,7 @@ public interface ICDISharedLibrary extends ICDIObject { * * @return whether the symbols of this library are read */ - boolean symbolsRead(); + boolean areSymbolsLoaded(); /** * Loads the library symbols.