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.voidsetStringDescription(String description) toString()
-
Constructor Details
-
DebuggerTargetInformation
-
-
Method Details
-
getProcessorType
- Specified by:
getProcessorTypein interfaceIDebuggerTargetInformation- Returns:
-
getEndianness
- Specified by:
getEndiannessin interfaceIDebuggerTargetInformation- Returns:
-
getStringDescription
Description copied from interface:IDebuggerTargetInformationThis method should return a text message as brief and concise as possible.- Specified by:
getStringDescriptionin interfaceIDebuggerTargetInformation- Returns:
-
setStringDescription
-
toString
-