Uses of Interface
com.pnfsoftware.jeb.core.units.code.debug.IDebuggerMachineInformation
Packages that use IDebuggerMachineInformation
Package
Description
Types used by debugger plugins.
Standard implementations of debugger related interfaces.
-
Uses of IDebuggerMachineInformation in com.pnfsoftware.jeb.core.units.code.debug
Methods in com.pnfsoftware.jeb.core.units.code.debug that return types with arguments of type IDebuggerMachineInformationModifier and TypeMethodDescriptionList<? extends IDebuggerMachineInformation> IDebuggerTargetEnumerator.listMachines()Retrieve a list of machines whose processes may be handled by the debugger connected to this target enumerator. -
Uses of IDebuggerMachineInformation in com.pnfsoftware.jeb.core.units.code.debug.impl
Classes in com.pnfsoftware.jeb.core.units.code.debug.impl that implement IDebuggerMachineInformationModifier and TypeClassDescriptionclassStandard implementation of a machine information object.Methods in com.pnfsoftware.jeb.core.units.code.debug.impl that return IDebuggerMachineInformationModifier and TypeMethodDescriptionDebuggerSetupInformation.getMachine()Retrieve the target machine.Methods in com.pnfsoftware.jeb.core.units.code.debug.impl with parameters of type IDebuggerMachineInformationModifier and TypeMethodDescriptionstatic DebuggerSetupInformationDebuggerSetupInformation.create(IDebuggerMachineInformation machine, IDebuggerProcessInformation process) Create process-connector setup information.