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

Bug 337881: [Memory Browser] Persist the Go To Address history in the launch configuration (removed obsolete file)

This commit is contained in:
John Cortell 2011-03-07 18:54:56 +00:00
parent 03252ec0f9
commit 74f76e1c9a

View file

@ -1,24 +0,0 @@
/*******************************************************************************
* Copyright (c) 2011, Texas Instruments and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Texas Instruments - initial API and implementation
*******************************************************************************/
package org.eclipse.cdt.debug.core.model.provisional;
import org.eclipse.debug.core.DebugException;
/**
* An interface to retrieve the name of the target.
*
* @author Alain Lee
*/
public interface ITargetLabelProvider {
String getLabel() throws DebugException;
}