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:
parent
640102e1ee
commit
6e47696afa
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue