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.intlonggetType()voidsetOutput(byte[] output) voidsetReturnValue(ITypedValue retval) voidsetSignalNumber(int signal) voidtoString()
-
Constructor Details
-
DebuggerEventData
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceIDebuggerEventData- Returns:
-
getThreadId
public long getThreadId()- Specified by:
getThreadIdin interfaceIDebuggerEventData- Returns:
-
getAddress
- Specified by:
getAddressin interfaceIDebuggerEventData- Returns:
-
getUnitAddress
- Specified by:
getUnitAddressin interfaceIDebuggerEventData- Returns:
-
setUnitAddress
-
getSignalNumber
public int getSignalNumber() -
setSignalNumber
public void setSignalNumber(int signal) -
getReturnValue
Description copied from interface:IDebuggerEventDataIfIDebuggerEventData.getType()returnedDebuggerEventType.BREAKPOINT_FUNCTION_EXIT, get the optional return value of the function.- Specified by:
getReturnValuein interfaceIDebuggerEventData- Returns:
-
setReturnValue
-
getOutput
public byte[] getOutput()- Specified by:
getOutputin interfaceIDebuggerEventData
-
setOutput
public void setOutput(byte[] output) -
toString
-