mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-31 12:55:40 +02:00
added "native" const
This commit is contained in:
parent
e4bbb5dc9e
commit
89a619d39c
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-03-09 David Inglis
|
||||||
|
Added PLATFORM_NATIVE const to ICDebugCongifuration
|
||||||
|
ICDebugConfiguration.java
|
||||||
|
|
||||||
2004-02-20 Mikhail Khodjaiants
|
2004-02-20 Mikhail Khodjaiants
|
||||||
Fire the "suspend" event when the target is suspended because of an error.
|
Fire the "suspend" event when the target is suspended because of an error.
|
||||||
* CDebugTarget.java
|
* CDebugTarget.java
|
||||||
|
|
|
@ -7,6 +7,8 @@ package org.eclipse.cdt.debug.core;
|
||||||
import org.eclipse.core.runtime.CoreException;
|
import org.eclipse.core.runtime.CoreException;
|
||||||
|
|
||||||
public interface ICDebugConfiguration {
|
public interface ICDebugConfiguration {
|
||||||
|
final static String PLATFORM_NATIVE = "native";
|
||||||
|
|
||||||
ICDebugger getDebugger() throws CoreException;
|
ICDebugger getDebugger() throws CoreException;
|
||||||
String getName();
|
String getName();
|
||||||
String getID();
|
String getID();
|
||||||
|
|
Loading…
Add table
Reference in a new issue