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

2005-07-18 Alain Magloire

new launch constant for the MI protocol
	* src/org/eclipse/cdt/debug/core/ICDTLaunchConfigurationConstants.java
This commit is contained in:
Alain Magloire 2005-07-19 00:29:38 +00:00
parent 4f55b5b210
commit 053f04b5da
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2005-07-18 Alain Magloire
new launch constant for the MI protocol
* src/org/eclipse/cdt/debug/core/ICDTLaunchConfigurationConstants.java
2005-07-14 Mikhail Khodjaiants
Bug 103917: NPE in Variables View.
* AbstractCValue.java

View file

@ -148,6 +148,12 @@ public interface ICDTLaunchConfigurationConstants {
*/
public static final String ATTR_DEBUGGER_ENABLE_REGISTER_BOOKKEEPING = CDT_LAUNCH_ID + ".ENABLE_REGISTER_BOOKKEEPING"; //$NON-NLS-1$
/**
* launch configuration attribute key. The value is a string specifying the protocol to
* use. For now only "mi", "mi1", "m2", "mi3" are supported.
*/
public static final String ATTR_DEBUGGER_PROTOCOL = CDT_LAUNCH_ID + ".protocol"; //$NON-NLS-1$
/**
* Launch configuration attribute key. The value is a global variables'
* memento.