|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
org.eclipse.cdt.debug.internal.core.model.CModuleManager
public class CModuleManager
Manages the modules loaded on this debug target.
Constructor Summary | |
---|---|
CModuleManager(CDebugTarget target)
Constructor for CModuleManager. |
Method Summary | |
---|---|
void |
dispose()
|
java.lang.Object |
getAdapter(java.lang.Class adapter)
|
ICModule[] |
getModules()
Returns the array of the currently loaded modules. |
boolean |
hasModules()
Returns whether there are modules currently loaded in this debug target. |
void |
loadSymbols(ICModule[] modules)
|
void |
loadSymbolsForAllModules()
Load symbols for all currently loaded modules. |
void |
sharedLibraryLoaded(org.eclipse.cdt.debug.core.cdi.model.ICDISharedLibrary cdiLibrary)
|
void |
sharedLibraryUnloaded(org.eclipse.cdt.debug.core.cdi.model.ICDISharedLibrary cdiLibrary)
|
void |
symbolsLoaded(org.eclipse.cdt.debug.core.cdi.model.ICDIObject cdiObject)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CModuleManager(CDebugTarget target)
Method Detail |
---|
public boolean hasModules() throws org.eclipse.debug.core.DebugException
IModuleRetrieval
hasModules
in interface IModuleRetrieval
org.eclipse.debug.core.DebugException
public ICModule[] getModules() throws org.eclipse.debug.core.DebugException
IModuleRetrieval
getModules
in interface IModuleRetrieval
org.eclipse.debug.core.DebugException
- if this method fails. Reasons include:public void loadSymbolsForAllModules() throws org.eclipse.debug.core.DebugException
IModuleRetrieval
loadSymbolsForAllModules
in interface IModuleRetrieval
org.eclipse.debug.core.DebugException
- if this method fails. Reasons include:public void loadSymbols(ICModule[] modules) throws org.eclipse.debug.core.DebugException
org.eclipse.debug.core.DebugException
public void dispose()
public void sharedLibraryLoaded(org.eclipse.cdt.debug.core.cdi.model.ICDISharedLibrary cdiLibrary)
public void sharedLibraryUnloaded(org.eclipse.cdt.debug.core.cdi.model.ICDISharedLibrary cdiLibrary)
public void symbolsLoaded(org.eclipse.cdt.debug.core.cdi.model.ICDIObject cdiObject)
public java.lang.Object getAdapter(java.lang.Class adapter)
getAdapter
in interface org.eclipse.core.runtime.IAdaptable
getAdapter
in class org.eclipse.core.runtime.PlatformObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |