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

All Known Subinterfaces:
IGDBServerMILaunchConfigurationConstants

public interface IMILaunchConfigurationConstants


Field Summary
static java.lang.String ATTR_DEBUG_NAME
          Launch configuration attribute key.
static java.lang.String ATTR_DEBUGGER_AUTO_SOLIB
          Launch configuration attribute key.
static java.lang.String ATTR_DEBUGGER_AUTO_SOLIB_LIST
          Launch configuration attribute key.
static java.lang.String ATTR_DEBUGGER_COMMAND_FACTORY
          Launch configuration attribute key.
static java.lang.String ATTR_DEBUGGER_PROTOCOL
          Launch configuration attribute key.
static java.lang.String ATTR_DEBUGGER_SOLIB_PATH
          Launch configuration attribute key.
static java.lang.String ATTR_DEBUGGER_STOP_ON_SOLIB_EVENTS
          Launch configuration attribute key.
static java.lang.String ATTR_DEBUGGER_VERBOSE_MODE
          Launch configuration attribute key.
static java.lang.String ATTR_GDB_INIT
          Launch configuration attribute key.
static boolean DEBUGGER_AUTO_SOLIB_DEFAULT
          Launch configuration attribute value.
static java.lang.String DEBUGGER_DEBUG_NAME_DEFAULT
          Launch configuration attribute value.
static java.lang.String DEBUGGER_GDB_INIT_DEFAULT
          Launch configuration attribute value.
static boolean DEBUGGER_STOP_ON_SOLIB_EVENTS_DEFAULT
          Launch configuration attribute value.
static boolean DEBUGGER_VERBOSE_MODE_DEFAULT
          Launch configuration attribute value.
 

Field Detail

ATTR_DEBUG_NAME

static final java.lang.String ATTR_DEBUG_NAME
Launch configuration attribute key. The value is the name of the Debuger associated with a C/C++ launch configuration.


ATTR_GDB_INIT

static final java.lang.String ATTR_GDB_INIT
Launch configuration attribute key. Boolean value to set the gdb command file Debuger/gdb/MI property.


ATTR_DEBUGGER_AUTO_SOLIB

static final java.lang.String ATTR_DEBUGGER_AUTO_SOLIB
Launch configuration attribute key. Boolean value to set the 'automatically load shared library symbols' flag of the debugger.


ATTR_DEBUGGER_STOP_ON_SOLIB_EVENTS

static final java.lang.String ATTR_DEBUGGER_STOP_ON_SOLIB_EVENTS
Launch configuration attribute key. Boolean value to set the 'stop on shared library events' flag of the debugger.


ATTR_DEBUGGER_SOLIB_PATH

static final java.lang.String ATTR_DEBUGGER_SOLIB_PATH
Launch configuration attribute key. The value is a List (array of String) of directories for the search path of shared libraries.


ATTR_DEBUGGER_AUTO_SOLIB_LIST

static final java.lang.String ATTR_DEBUGGER_AUTO_SOLIB_LIST
Launch configuration attribute key. The value is a List (array of String) of shared libraries to load symbols automatically.


DEBUGGER_DEBUG_NAME_DEFAULT

static final java.lang.String DEBUGGER_DEBUG_NAME_DEFAULT
Launch configuration attribute value. The key is ATTR_DEBUG_NAME.

See Also:
Constant Field Values

DEBUGGER_GDB_INIT_DEFAULT

static final java.lang.String DEBUGGER_GDB_INIT_DEFAULT
Launch configuration attribute value. The key is ATTR_GDB_INIT.

See Also:
Constant Field Values

DEBUGGER_AUTO_SOLIB_DEFAULT

static final boolean DEBUGGER_AUTO_SOLIB_DEFAULT
Launch configuration attribute value. The key is ATTR_DEBUGGER_AUTO_SOLIB.

See Also:
Constant Field Values

DEBUGGER_STOP_ON_SOLIB_EVENTS_DEFAULT

static final boolean DEBUGGER_STOP_ON_SOLIB_EVENTS_DEFAULT
Launch configuration attribute value. The key is ATTR_DEBUGGER_STOP_ON_SOLIB_EVENTS.

See Also:
Constant Field Values

ATTR_DEBUGGER_COMMAND_FACTORY

static final java.lang.String ATTR_DEBUGGER_COMMAND_FACTORY
Launch configuration attribute key. The value is a string specifying the identifier of the command factory to use.


ATTR_DEBUGGER_PROTOCOL

static final java.lang.String ATTR_DEBUGGER_PROTOCOL
Launch configuration attribute key. The value is a string specifying the protocol to use. For now only "mi", "mi1", "m2", "mi3" are supported.


ATTR_DEBUGGER_VERBOSE_MODE

static final java.lang.String ATTR_DEBUGGER_VERBOSE_MODE
Launch configuration attribute key. The value is a boolean specifying the mode of the gdb console.


DEBUGGER_VERBOSE_MODE_DEFAULT

static final boolean DEBUGGER_VERBOSE_MODE_DEFAULT
Launch configuration attribute value. The key is ATTR_DEBUGGER_VERBOSE_MODE.

See Also:
Constant Field Values