public interface

IDebuggerEventData

com.pnfsoftware.jeb.core.units.code.debug.IDebuggerEventData
Known Indirect Subclasses

Class Overview

Definition of the event data associated with a DbgTargetEvent event type.

Summary

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()

Public Methods

public abstract String getAddress ()

public abstract byte[] getOutput ()

public abstract ITypedValue getReturnValue ()

If getType() returned BREAKPOINT_FUNCTION_EXIT, get the optional return value of the function.

public abstract long getThreadId ()

public abstract DebuggerEventType getType ()

public abstract UnitAddress<ICodeUnit> getUnitAddress ()