PTP
Release 5.0

org.eclipse.ptp.debug.core
Interface IPDebugConfiguration


public interface IPDebugConfiguration


Field Summary
static String CPU_NATIVE
           
 
Method Summary
 String[] getCoreFileExtensions()
          Deprecated. 
 String[] getCPUList()
          Deprecated. 
 IPDebugger getDebugger()
          Get an instance of the debugger defined by this configuration.
 String getID()
          Get the ID of the debugger
 String[] getModeList()
           
 String getName()
          Get the name of the debugger.
 String getPlatform()
          Deprecated. 
 boolean supportsCPU(String cpu)
          Deprecated. 
 boolean supportsMode(String mode)
          Test if the debugger support the debug launch mode (run or attach)
 

Field Detail

CPU_NATIVE

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

getCoreFileExtensions

@Deprecated
String[] getCoreFileExtensions()
Deprecated. 

Returns:

getCPUList

@Deprecated
String[] getCPUList()
Deprecated. 

Returns:

getDebugger

IPDebugger getDebugger()
                       throws org.eclipse.core.runtime.CoreException
Get an instance of the debugger defined by this configuration.

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

getID

String getID()
Get the ID of the debugger

Returns:
debugger ID

getModeList

String[] getModeList()
Returns:

getName

String getName()
Get the name of the debugger.

Returns:
name of the debugger

getPlatform

@Deprecated
String getPlatform()
Deprecated. 

Returns:

supportsCPU

@Deprecated
boolean supportsCPU(String cpu)
Deprecated. 

Parameters:
cpu -
Returns:

supportsMode

boolean supportsMode(String mode)
Test if the debugger support the debug launch mode (run or attach)

Parameters:
mode - debugger launch mode
Returns:
true if the debugger supports the supplied mode

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.