1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Continuation of 265882

This commit is contained in:
Randy Rohrbach 2009-02-26 23:07:08 +00:00
parent 640102e1ee
commit 6e47696afa
2 changed files with 2 additions and 2 deletions

View file

@ -25,8 +25,8 @@ import org.eclipse.cdt.dsf.datamodel.IDMService;
* information, manipulation methods, and debugging methods.
* This service provides a relatively simple interface for
* manipulating processes as compared with a full-blown
*
* remote target debugger.
*
* @since 1.1
*/
public interface IProcesses extends IDMService {

View file

@ -105,7 +105,7 @@ public interface IStack extends IDMService {
* @see #getFrames(IDMContext, DataRequestMonitor)
* @since 2.0
*/
public abstract void getFrames(IDMContext execContext, int startIndex, int endIndex, DataRequestMonitor<IFrameDMContext[]> rm);
public void getFrames(IDMContext execContext, int startIndex, int endIndex, DataRequestMonitor<IFrameDMContext[]> rm);
/**
* Retrieves the top stack frame for the given execution context.