Class DebuggerEventData
java.lang.Object
com.pnfsoftware.jeb.core.units.code.debug.impl.DebuggerEventData
- All Implemented Interfaces:
IDebuggerEventData
Standard implementation of the event data associated to debugger events.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
IfIDebuggerEventData.getType()
returnedDebuggerEventType.BREAKPOINT_FUNCTION_EXIT
, get the optional return value of the function.int
long
getType()
void
setOutput
(byte[] output) void
setReturnValue
(ITypedValue retval) void
setSignalNumber
(int signal) void
toString()
-
Constructor Details
-
DebuggerEventData
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceIDebuggerEventData
- Returns:
-
getThreadId
public long getThreadId()- Specified by:
getThreadId
in interfaceIDebuggerEventData
- Returns:
-
getAddress
- Specified by:
getAddress
in interfaceIDebuggerEventData
- Returns:
-
getUnitAddress
- Specified by:
getUnitAddress
in interfaceIDebuggerEventData
- Returns:
-
setUnitAddress
-
getSignalNumber
public int getSignalNumber() -
setSignalNumber
public void setSignalNumber(int signal) -
getReturnValue
Description copied from interface:IDebuggerEventData
IfIDebuggerEventData.getType()
returnedDebuggerEventType.BREAKPOINT_FUNCTION_EXIT
, get the optional return value of the function.- Specified by:
getReturnValue
in interfaceIDebuggerEventData
- Returns:
-
setReturnValue
-
getOutput
public byte[] getOutput()- Specified by:
getOutput
in interfaceIDebuggerEventData
-
setOutput
public void setOutput(byte[] output) -
toString
-