mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +02:00
Fixed class comment
This commit is contained in:
parent
8a7f805c57
commit
5c1533d934
1 changed files with 1 additions and 6 deletions
|
@ -14,12 +14,7 @@ package org.eclipse.dd.mi.service;
|
||||||
import org.eclipse.dd.dsf.debug.service.IRunControl;
|
import org.eclipse.dd.dsf.debug.service.IRunControl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This interface provides access to controlling and monitoring the execution
|
* This interface provides a method for creating execution contexts.
|
||||||
* state of a process being debugged. This interface does not actually
|
|
||||||
* provide methods for creating or destroying execution contexts, it doesn't
|
|
||||||
* even have methods for getting labels. That's because it is expected that
|
|
||||||
* higher level services, ones that deal with processes, kernels, or target
|
|
||||||
* features will provide that functionality.
|
|
||||||
*/
|
*/
|
||||||
public interface IMIRunControl extends IRunControl
|
public interface IMIRunControl extends IRunControl
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue