public interface

IDebuggerMachineInformation

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

Class Overview

Machine information interface. A machine provides candidate targets for debugging.

Summary

Constants
int FLAG_AVAILABLE
Public Methods
abstract int getFlags()
Get the machine flags.
abstract String getInformation()
Get an optional information string about the machine.
abstract String getLocation()
Get the optional machine location.
abstract String getName()
Get the optional machine name.
abstract List<? extends IDebuggerProcessInformation> getProcesses()
List the processes (in the general sense) running on this machine.

Constants

public static final int FLAG_AVAILABLE

Constant Value: 1 (0x00000001)

Public Methods

public abstract int getFlags ()

Get the machine flags.

public abstract String getInformation ()

Get an optional information string about the machine.

public abstract String getLocation ()

Get the optional machine location.

public abstract String getName ()

Get the optional machine name.

public abstract List<? extends IDebuggerProcessInformation> getProcesses ()

List the processes (in the general sense) running on this machine.

Returns
  • a list of processes, possibly empty