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:
parent
4f55b5b210
commit
053f04b5da
2 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue