org.eclipse.cdt.debug.core.model
Interface IModuleRetrieval

All Known Subinterfaces:
ICDebugTarget
All Known Implementing Classes:
CCoreFileDebugTarget, CDebugTarget, CModuleManager

public interface IModuleRetrieval

Comment for .


Method Summary
 ICModule[] getModules()
          Returns the array of the currently loaded modules.
 boolean hasModules()
          Returns whether there are modules currently loaded in this debug target.
 void loadSymbolsForAllModules()
          Load symbols for all currently loaded modules.
 

Method Detail

hasModules

boolean hasModules()
                   throws org.eclipse.debug.core.DebugException
Returns whether there are modules currently loaded in this debug target.

Returns:
whether there are modules currently loaded in this debug target
Throws:
org.eclipse.debug.core.DebugException

getModules

ICModule[] getModules()
                      throws org.eclipse.debug.core.DebugException
Returns the array of the currently loaded modules.

Returns:
the array of the currently loaded modules
Throws:
org.eclipse.debug.core.DebugException - if this method fails. Reasons include:

loadSymbolsForAllModules

void loadSymbolsForAllModules()
                              throws org.eclipse.debug.core.DebugException
Load symbols for all currently loaded modules.

Throws:
org.eclipse.debug.core.DebugException - if this method fails. Reasons include: