Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.debug.core.cdi.model
Interface ICDISuspend

All Known Subinterfaces:
ICDITarget, ICDIThread, ICDIThreadGroup

public interface ICDISuspend

Provides the ability to suspend a thread or debug target.


Method Summary
 boolean isSuspended()
          Returns whether this target/thread is currently suspended.
 void suspend()
          Causes this target/thread to suspend its execution.
 

Method Detail

suspend

void suspend()
             throws CDIException
Causes this target/thread to suspend its execution. Has no effect on an already suspended thread.

Throws:
CDIException - if this method fails. Reasons include:

isSuspended

boolean isSuspended()
Returns whether this target/thread is currently suspended.

Returns:
whether this target/thread is currently suspended

Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.