1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-30 20:35:38 +02:00

added "native" const

This commit is contained in:
David Inglis 2004-03-09 20:41:52 +00:00
parent e4bbb5dc9e
commit 89a619d39c
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2004-03-09 David Inglis
Added PLATFORM_NATIVE const to ICDebugCongifuration
ICDebugConfiguration.java
2004-02-20 Mikhail Khodjaiants
Fire the "suspend" event when the target is suspended because of an error.
* CDebugTarget.java

View file

@ -7,6 +7,8 @@ package org.eclipse.cdt.debug.core;
import org.eclipse.core.runtime.CoreException;
public interface ICDebugConfiguration {
final static String PLATFORM_NATIVE = "native";
ICDebugger getDebugger() throws CoreException;
String getName();
String getID();