public class

DebuggerSetupInformation

extends Object
implements IDebuggerSetupInformation
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.debug.impl.DebuggerSetupInformation

Class Overview

Simple implementation of a debugged target information.

Summary

Fields
public String additionalInformation
public IDebuggerProcessInformation process
public boolean suspendAllThreads
Public Constructors
DebuggerSetupInformation(IDebuggerMachineInformation machine, IDebuggerProcessInformation process, boolean suspendAllThreads)
Public Methods
boolean doSuspendThreads()
String getAdditionalInformation()
IDebuggerMachineInformation getMachine()
IDebuggerProcessInformation getProcess()
void setAdditionalInformation(String info)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.units.code.debug.IDebuggerSetupInformation

Fields

public String additionalInformation

public boolean suspendAllThreads

Public Constructors

public DebuggerSetupInformation (IDebuggerMachineInformation machine, IDebuggerProcessInformation process, boolean suspendAllThreads)

Public Methods

public boolean doSuspendThreads ()

public String getAdditionalInformation ()

public IDebuggerMachineInformation getMachine ()

public IDebuggerProcessInformation getProcess ()

public void setAdditionalInformation (String info)

public String toString ()