Uses of Class
com.pnfsoftware.jeb.core.units.UnitAddress
Packages that use UnitAddress
Package
Description
Types used by scripts to interact with the analysis results presented by a JEB client.
Types used by debugger plugins.
Standard implementations of debugger related interfaces.
-
Uses of UnitAddress in com.pnfsoftware.jeb.client.api
Methods in com.pnfsoftware.jeb.client.api that return UnitAddressModifier and TypeMethodDescriptionUnitAddress<?>
GraphDialogExtensions.getUnitAddress
(int vertexId) This method is called when client code requests a navigation action on a node. -
Uses of UnitAddress in com.pnfsoftware.jeb.core.units.code.debug
Methods in com.pnfsoftware.jeb.core.units.code.debug that return UnitAddressModifier and TypeMethodDescriptionIDebuggerUnit.convertToUnitAddress
(String address) Convert a global address (not specifying the unit to which it applies) to an address explicitly relevant to a unit.IDebuggerBreakpoint.getUnitAddress()
Get the breakpoint address relative to the unit from which the breakpoint belongs, if possible.IDebuggerEventData.getUnitAddress()
-
Uses of UnitAddress in com.pnfsoftware.jeb.core.units.code.debug.impl
Fields in com.pnfsoftware.jeb.core.units.code.debug.impl declared as UnitAddressMethods in com.pnfsoftware.jeb.core.units.code.debug.impl that return UnitAddressModifier and TypeMethodDescriptionAbstractDebuggerBreakpoint.getUnitAddress()
DebuggerEventData.getUnitAddress()
Methods in com.pnfsoftware.jeb.core.units.code.debug.impl with parameters of type UnitAddressModifier and TypeMethodDescriptionprotected void
AbstractDebuggerBreakpoint.setUnitAddress
(UnitAddress<ICodeUnit> ua) void
DebuggerEventData.setUnitAddress
(UnitAddress<ICodeUnit> ua) Constructors in com.pnfsoftware.jeb.core.units.code.debug.impl with parameters of type UnitAddressModifierConstructorDescriptionAbstractDebuggerBreakpoint
(String dbgAddress, UnitAddress<ICodeUnit> ua) Create a breakpoint.