Class DebuggerTargetInformation
java.lang.Object
com.pnfsoftware.jeb.core.units.code.debug.impl.DebuggerTargetInformation
- All Implemented Interfaces:
IDebuggerTargetInformation
Standard implementation.
-
Constructor Summary
ConstructorsConstructorDescriptionDebuggerTargetInformation
(ProcessorType processorType, Endianness endianness) -
Method Summary
Modifier and TypeMethodDescriptionThis method should return a text message as brief and concise as possible.void
setStringDescription
(String description) toString()
-
Constructor Details
-
DebuggerTargetInformation
-
-
Method Details
-
getProcessorType
- Specified by:
getProcessorType
in interfaceIDebuggerTargetInformation
- Returns:
-
getEndianness
- Specified by:
getEndianness
in interfaceIDebuggerTargetInformation
- Returns:
-
getStringDescription
Description copied from interface:IDebuggerTargetInformation
This method should return a text message as brief and concise as possible.- Specified by:
getStringDescription
in interfaceIDebuggerTargetInformation
- Returns:
-
setStringDescription
-
toString
-