Class DebuggerProcessInformation
java.lang.Object
com.pnfsoftware.jeb.core.units.code.debug.impl.DebuggerProcessInformation
- All Implemented Interfaces:
IDebuggerProcessInformation
Standard process information implementation.
-
Field Summary
Fields inherited from interface com.pnfsoftware.jeb.core.units.code.debug.IDebuggerProcessInformation
FLAG_DEBUGGABLE -
Constructor Summary
ConstructorsConstructorDescriptionDebuggerProcessInformation(long id, String name, int flags) Create process information. -
Method Summary
-
Constructor Details
-
DebuggerProcessInformation
Create process information.- Parameters:
id- process idname- process nameflags- process flags
-
-
Method Details
-
getId
public long getId()Description copied from interface:IDebuggerProcessInformationRetrieve the process id.- Specified by:
getIdin interfaceIDebuggerProcessInformation- Returns:
- the process id
-
getName
Description copied from interface:IDebuggerProcessInformationRetrieve the process name.- Specified by:
getNamein interfaceIDebuggerProcessInformation- Returns:
- the process name
-
getFlags
public int getFlags()Description copied from interface:IDebuggerProcessInformationRetrieve the process flags.- Specified by:
getFlagsin interfaceIDebuggerProcessInformation- Returns:
- the process flags (see
FLAG_xxx)
-
toString
-