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:
parent
120be7b40c
commit
cd1344ebd1
1 changed files with 7 additions and 0 deletions
|
@ -24,4 +24,11 @@ public interface IMILaunchConfigurationConstants {
|
|||
* Debuger/gdb/MI property.
|
||||
*/
|
||||
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$
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue