Class DebuggerProcessInformation
java.lang.Object
com.pnfsoftware.jeb.core.units.code.debug.impl.DebuggerProcessInformation
- All Implemented Interfaces:
IDebuggerProcessInformation
Standard implementation.
-
Field Summary
Fields inherited from interface com.pnfsoftware.jeb.core.units.code.debug.IDebuggerProcessInformation
FLAG_DEBUGGABLE
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DebuggerProcessInformation
-
-
Method Details
-
getId
public long getId()- Specified by:
getId
in interfaceIDebuggerProcessInformation
- Returns:
- the process id
-
getName
- Specified by:
getName
in interfaceIDebuggerProcessInformation
- Returns:
- the process name
-
getFlags
public int getFlags()- Specified by:
getFlags
in interfaceIDebuggerProcessInformation
- Returns:
- the process flags (see
FLAG_xxx
)
-
toString
-