From 053f04b5daf7044ec19a018f05032f5cc6c099e9 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Tue, 19 Jul 2005 00:29:38 +0000 Subject: [PATCH] 2005-07-18 Alain Magloire new launch constant for the MI protocol * src/org/eclipse/cdt/debug/core/ICDTLaunchConfigurationConstants.java --- debug/org.eclipse.cdt.debug.core/ChangeLog | 4 ++++ .../cdt/debug/core/ICDTLaunchConfigurationConstants.java | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/debug/org.eclipse.cdt.debug.core/ChangeLog b/debug/org.eclipse.cdt.debug.core/ChangeLog index 85ff868e845..788e4f37b79 100644 --- a/debug/org.eclipse.cdt.debug.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.core/ChangeLog @@ -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 diff --git a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/ICDTLaunchConfigurationConstants.java b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/ICDTLaunchConfigurationConstants.java index f51b30260c2..a44be8f4c56 100644 --- a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/ICDTLaunchConfigurationConstants.java +++ b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/ICDTLaunchConfigurationConstants.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.