Uses of Interface
com.pnfsoftware.jeb.core.units.code.debug.IDebuggerThread
Packages that use IDebuggerThread
Package
Description
Types used by debugger plugins.
Standard implementations of debugger related interfaces.
-
Uses of IDebuggerThread in com.pnfsoftware.jeb.core.units.code.debug
Methods in com.pnfsoftware.jeb.core.units.code.debug that return IDebuggerThreadModifier and TypeMethodDescriptionIDebuggerUnit.getDefaultThread()
Get the default thread.IDebuggerUnit.getThreadById
(long threadId) Get a thread by its identifier.Methods in com.pnfsoftware.jeb.core.units.code.debug that return types with arguments of type IDebuggerThreadModifier and TypeMethodDescriptionList<? extends IDebuggerThread>
IDebuggerUnit.getThreads()
Get a list of threads running on the target. -
Uses of IDebuggerThread in com.pnfsoftware.jeb.core.units.code.debug.impl
Classes in com.pnfsoftware.jeb.core.units.code.debug.impl that implement IDebuggerThreadModifier and TypeClassDescriptionclass
Base implementation of a debugged thread.