org.eclipse.cdt.debug.mi.core
Interface IMIConstants


public interface IMIConstants

Constant definitions for GDB MI plug-in.

Since:
Oct 4, 2002

Field Summary
static boolean DEF_PREF_SHARED_LIBRARIES_AUTO_REFRESH
          The default value of the for PREF_SHARED_LIBRARIES_AUTO_REFRESH property
static int DEF_REQUEST_LAUNCH_TIMEOUT
          The default MI request timeout when no preference is set.
static int DEF_REQUEST_TIMEOUT
          The default MI request timeout when no preference is set.
static int MAX_REQUEST_TIMEOUT
          The maximum value the MI request timeout can have.
static int MIN_REQUEST_TIMEOUT
          The minimum value the MI request timeout can have.
static java.lang.String PLUGIN_ID
          MI plug-in identifier (value "org.eclipse.cdt.debug.mi").
static java.lang.String PREF_REQUEST_LAUNCH_TIMEOUT
          Preference key for default MI launch request timeout value.
static java.lang.String PREF_REQUEST_TIMEOUT
          Preference key for default MI request timeout value.
static java.lang.String PREF_SHARED_LIBRARIES_AUTO_REFRESH
          Boolean preference controlling whether the shared library manager will be refreshed every time when the execution of program stops.
 

Field Detail

PLUGIN_ID

static final java.lang.String PLUGIN_ID
MI plug-in identifier (value "org.eclipse.cdt.debug.mi").


PREF_REQUEST_TIMEOUT

static final java.lang.String PREF_REQUEST_TIMEOUT
Preference key for default MI request timeout value.


PREF_REQUEST_LAUNCH_TIMEOUT

static final java.lang.String PREF_REQUEST_LAUNCH_TIMEOUT
Preference key for default MI launch request timeout value.


DEF_REQUEST_LAUNCH_TIMEOUT

static final int DEF_REQUEST_LAUNCH_TIMEOUT
The default MI request timeout when no preference is set.

See Also:
Constant Field Values

DEF_REQUEST_TIMEOUT

static final int DEF_REQUEST_TIMEOUT
The default MI request timeout when no preference is set.

See Also:
Constant Field Values

MIN_REQUEST_TIMEOUT

static final int MIN_REQUEST_TIMEOUT
The minimum value the MI request timeout can have.

See Also:
Constant Field Values

MAX_REQUEST_TIMEOUT

static final int MAX_REQUEST_TIMEOUT
The maximum value the MI request timeout can have.

See Also:
Constant Field Values

PREF_SHARED_LIBRARIES_AUTO_REFRESH

static final java.lang.String PREF_SHARED_LIBRARIES_AUTO_REFRESH
Boolean preference controlling whether the shared library manager will be refreshed every time when the execution of program stops.


DEF_PREF_SHARED_LIBRARIES_AUTO_REFRESH

static final boolean DEF_PREF_SHARED_LIBRARIES_AUTO_REFRESH
The default value of the for PREF_SHARED_LIBRARIES_AUTO_REFRESH property

See Also:
Constant Field Values