Class AbstractDebuggerThread
java.lang.Object
com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractDebuggerThread
- All Implemented Interfaces:
IDebuggerThread
Base implementation of a debugged thread.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.pnfsoftware.jeb.core.units.code.debug.IDebuggerThread
getFrame, getFrameCount, getFrames, getLocation, getRegisters, getStatus, resume, setRegisters, stepInto, stepOut, stepOver, suspend
-
Field Details
-
id
public long id -
name
-
-
Constructor Details
-
AbstractDebuggerThread
-
-
Method Details
-
getId
public long getId()Description copied from interface:IDebuggerThread
Get this thread id.- Specified by:
getId
in interfaceIDebuggerThread
- Returns:
- the thread id
-
getName
Description copied from interface:IDebuggerThread
Get this thread name.- Specified by:
getName
in interfaceIDebuggerThread
- Returns:
- the name, null if none
-
setName
-
toString
-