1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

New launch configuration constant for gdbinit.

This commit is contained in:
Alain Magloire 2003-01-17 15:12:49 +00:00
parent 120be7b40c
commit cd1344ebd1

View file

@ -24,4 +24,11 @@ public interface IMILaunchConfigurationConstants {
* Debuger/gdb/MI property. * Debuger/gdb/MI property.
*/ */
public static final String ATTR_AUTO_SOLIB = MIPlugin.getUniqueIdentifier() + ".AUTO_SOLIB"; //$NON-NLS-1$ public static final String ATTR_AUTO_SOLIB = MIPlugin.getUniqueIdentifier() + ".AUTO_SOLIB"; //$NON-NLS-1$
/**
* Launch configuration attribute key. Boolean value to set the auto-solib-add
* Debuger/gdb/MI property.
*/
public static final String ATTR_GDB_INIT = MIPlugin.getUniqueIdentifier() + ".GDB_INIT"; //$NON-NLS-1$
} }