org.eclipse.cdt.debug.core
Interface ICDebugConfiguration

All Known Implementing Classes:
DebugConfiguration

public interface ICDebugConfiguration


Field Summary
static java.lang.String CPU_NATIVE
           
 
Method Summary
 ICDIDebugger createDebugger()
           
 java.lang.String[] getCoreFileExtensions()
           
 java.lang.String[] getCPUList()
           
 ICDebugger getDebugger()
          Deprecated.  
 java.lang.String getID()
           
 java.lang.String[] getModeList()
           
 java.lang.String getName()
           
 java.lang.String getPlatform()
           
 java.lang.String[] getSupportedBuildConfigPatterns()
          Returns a list of supported build configuration ids.
 boolean supportsCPU(java.lang.String cpu)
           
 boolean supportsMode(java.lang.String mode)
           
 

Field Detail

CPU_NATIVE

static final java.lang.String CPU_NATIVE
See Also:
Constant Field Values
Method Detail

getDebugger

ICDebugger getDebugger()
                       throws org.eclipse.core.runtime.CoreException
Deprecated. 

Returns:
Throws:
org.eclipse.core.runtime.CoreException

createDebugger

ICDIDebugger createDebugger()
                            throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException

getName

java.lang.String getName()

getID

java.lang.String getID()

getPlatform

java.lang.String getPlatform()

getCPUList

java.lang.String[] getCPUList()

getModeList

java.lang.String[] getModeList()

getCoreFileExtensions

java.lang.String[] getCoreFileExtensions()

supportsCPU

boolean supportsCPU(java.lang.String cpu)

supportsMode

boolean supportsMode(java.lang.String mode)

getSupportedBuildConfigPatterns

java.lang.String[] getSupportedBuildConfigPatterns()
Returns a list of supported build configuration ids. Returns an empty array if a list has not been specified, which means that this debug configuration supports all build configurations.