| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.units.code.debug.impl.DebuggerEventData |
Standard implementation.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DebuggerEventData(DebuggerEventType type, long threadId, String address) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | getAddress() | ||||||||||
| byte[] | getOutput() | ||||||||||
| ITypedValue |
getReturnValue()
If
getType() returned BREAKPOINT_FUNCTION_EXIT, get the
optional return value of the function. | ||||||||||
| int | getSignalNumber() | ||||||||||
| long | getThreadId() | ||||||||||
| DebuggerEventType | getType() | ||||||||||
| UnitAddress<ICodeUnit> | getUnitAddress() | ||||||||||
| void | setOutput(byte[] output) | ||||||||||
| void | setReturnValue(ITypedValue retval) | ||||||||||
| void | setSignalNumber(int signal) | ||||||||||
| void | setUnitAddress(UnitAddress<ICodeUnit> ua) | ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.debug.IDebuggerEventData
| |||||||||||
If getType() returned BREAKPOINT_FUNCTION_EXIT, get the
optional return value of the function.