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:
parent
03252ec0f9
commit
74f76e1c9a
1 changed files with 0 additions and 24 deletions
|
@ -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;
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue