com.pnfsoftware.jeb.core.units.code.debug.IDebuggerEventData |
Known Indirect Subclasses |
Definition of the event data
associated with a
DbgTargetEvent
event type.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String | getAddress() | ||||||||||
abstract byte[] | getOutput() | ||||||||||
abstract ITypedValue |
getReturnValue()
If
getType() returned BREAKPOINT_FUNCTION_EXIT , get the
optional return value of the function. | ||||||||||
abstract long | getThreadId() | ||||||||||
abstract DebuggerEventType | getType() | ||||||||||
abstract UnitAddress<ICodeUnit> | getUnitAddress() |
If getType()
returned BREAKPOINT_FUNCTION_EXIT
, get the
optional return value of the function.