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, setWatchpoint
stepInto, stepIntoInstruction, stepOver, stepOverInstruction, stepUntil
resume, resume, resume
isSuspended, suspend
getSignals
getTarget
ICDIThread[] 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.