1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 22:22:11 +02:00

Bug 476589 - Cannot open a trace file in a post-mortem session

Change-Id: I4de8b1690396acd78f446803f5b3ba3886a58925
This commit is contained in:
Marc Khouzam 2015-09-03 15:56:10 -04:00 committed by Gerrit Code Review @ Eclipse.org
parent be95954cdd
commit 12c4de0f27

View file

@ -279,9 +279,11 @@ public interface ICDTLaunchConfigurationConstants {
/** /**
* Launch configuration attribute key. The value is a String specifying the type of post mortem launch. * 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 * @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 * Launch configuration attribute value. The key is