Uses of Interface
com.pnfsoftware.jeb.core.units.code.debug.IDebuggerProcessInformation
Packages that use IDebuggerProcessInformation
Package
Description
Types used by debugger plugins.
Standard implementations of debugger related interfaces.
-
Uses of IDebuggerProcessInformation in com.pnfsoftware.jeb.core.units.code.debug
Methods in com.pnfsoftware.jeb.core.units.code.debug that return types with arguments of type IDebuggerProcessInformationModifier and TypeMethodDescriptionList<? extends IDebuggerProcessInformation> IDebuggerMachineInformation.getProcesses()List the processes (in the general sense) running on this machine. -
Uses of IDebuggerProcessInformation in com.pnfsoftware.jeb.core.units.code.debug.impl
Classes in com.pnfsoftware.jeb.core.units.code.debug.impl that implement IDebuggerProcessInformationModifier and TypeClassDescriptionclassStandard process information implementation.Methods in com.pnfsoftware.jeb.core.units.code.debug.impl that return IDebuggerProcessInformationModifier and TypeMethodDescriptionDebuggerSetupInformation.getProcess()Retrieve the target process.Methods in com.pnfsoftware.jeb.core.units.code.debug.impl that return types with arguments of type IDebuggerProcessInformationModifier and TypeMethodDescriptionList<? extends IDebuggerProcessInformation> DebuggerMachineInformation.getProcesses()Methods in com.pnfsoftware.jeb.core.units.code.debug.impl with parameters of type IDebuggerProcessInformationModifier and TypeMethodDescriptionstatic DebuggerSetupInformationDebuggerSetupInformation.create(IDebuggerMachineInformation machine, IDebuggerProcessInformation process) Create process-connector setup information.