public interface ICDIThreadGroup extends ICDIBreakpointManagement, ICDIExecuteStep, ICDIExecuteResume, ICDISuspend, ICDISignalManagement, ICDIObject
| Modifier and Type | Method and Description |
|---|---|
ICDIThread |
getCurrentThread()
Returns the currently selected thread.
|
ICDIThread[] |
getThreads()
Returns the threads contained in this target.
|
deleteAllBreakpoints, deleteBreakpoints, getBreakpoints, setAddressBreakpoint, setExceptionBreakpoint, setFunctionBreakpoint, setLineBreakpoint, setWatchpointstepInto, stepIntoInstruction, stepOver, stepOverInstruction, stepUntilresume, resume, resumeisSuspended, suspendgetSignalsgetTargetICDIThread[] getThreads() throws CDIException
CDIException - if this method fails. Reasons include:ICDIThread getCurrentThread() throws CDIException
CDIException - if this method fails. Reasons include:Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.