1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-13 19:25:38 +02:00

Added EXPERIMENTAL keyworkd, which I just found out about.

This commit is contained in:
Marc Khouzam 2010-05-12 12:56:03 +00:00
parent fec049734c
commit 0e4cf54f86

View file

@ -19,12 +19,13 @@ import org.eclipse.cdt.dsf.datamodel.IDMEvent;
import org.eclipse.cdt.dsf.service.IDsfService; import org.eclipse.cdt.dsf.service.IDsfService;
/** /**
* <strong>EXPERIMENTAL</strong>. This class or interface has been added as part
* of a work in progress. There is no guarantee that this API will work or that
* it will remain the same.
*
* The TraceControl service provides access to the debugger Tracing functionality. * The TraceControl service provides access to the debugger Tracing functionality.
* It is used to do such things as start and stop tracing. * It is used to do such things as start and stop tracing.
* *
* As this functionality is very new to GDB itself, this interface is likely
* to change a little in the next release of CDT.
*
* @since 3.0 * @since 3.0
*/ */
public interface IGDBTraceControl extends IDsfService { public interface IGDBTraceControl extends IDsfService {