From 12c4de0f27bcf5d0da302bc8dfab85ae9e1653c7 Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Thu, 3 Sep 2015 15:56:10 -0400 Subject: [PATCH] Bug 476589 - Cannot open a trace file in a post-mortem session Change-Id: I4de8b1690396acd78f446803f5b3ba3886a58925 --- .../cdt/debug/core/ICDTLaunchConfigurationConstants.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 4b8b4c5ea21..a0180579598 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 @@ -279,9 +279,11 @@ public interface ICDTLaunchConfigurationConstants { /** * Launch configuration attribute key. The value is a String specifying the type of post mortem launch. + * Note that we use the prefix "org.eclipse.cdt.dsf.gdb" for backwards-compatibility. + * See bug 476589. * @since 7.7 */ - public static final String ATTR_DEBUGGER_POST_MORTEM_TYPE = CDT_LAUNCH_ID + ".POST_MORTEM_TYPE"; //$NON-NLS-1$ + public static final String ATTR_DEBUGGER_POST_MORTEM_TYPE = "org.eclipse.cdt.dsf.gdb" + ".POST_MORTEM_TYPE"; //$NON-NLS-1$ //$NON-NLS-2$ /** * Launch configuration attribute value. The key is