1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-23 00:03:53 +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. * information, manipulation methods, and debugging methods.
* This service provides a relatively simple interface for * This service provides a relatively simple interface for
* manipulating processes as compared with a full-blown * manipulating processes as compared with a full-blown
*
* remote target debugger. * remote target debugger.
*
* @since 1.1 * @since 1.1
*/ */
public interface IProcesses extends IDMService { public interface IProcesses extends IDMService {

View file

@ -105,7 +105,7 @@ public interface IStack extends IDMService {
* @see #getFrames(IDMContext, DataRequestMonitor) * @see #getFrames(IDMContext, DataRequestMonitor)
* @since 2.0 * @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. * Retrieves the top stack frame for the given execution context.