Class DebuggerTargetInformation
java.lang.Object
com.pnfsoftware.jeb.core.units.code.debug.impl.DebuggerTargetInformation
- All Implemented Interfaces:
IDebuggerTargetInformation
Standard target information implementation.
-
Constructor Summary
ConstructorsConstructorDescriptionDebuggerTargetInformation(ProcessorType processorType, Endianness endianness) Create target information. -
Method Summary
Modifier and TypeMethodDescriptionRetrieve the target endianness.Retrieve the target processor type.This method should return a text message as brief and concise as possible.voidsetStringDescription(String description) Set the target description.toString()
-
Constructor Details
-
DebuggerTargetInformation
Create target information.- Parameters:
processorType- target processor typeendianness- target endianness
-
-
Method Details
-
getProcessorType
Description copied from interface:IDebuggerTargetInformationRetrieve the target processor type.- Specified by:
getProcessorTypein interfaceIDebuggerTargetInformation- Returns:
- processor type, or null
-
getEndianness
Description copied from interface:IDebuggerTargetInformationRetrieve the target endianness.- Specified by:
getEndiannessin interfaceIDebuggerTargetInformation- Returns:
- endianness, or null
-
getStringDescription
Description copied from interface:IDebuggerTargetInformationThis method should return a text message as brief and concise as possible.- Specified by:
getStringDescriptionin interfaceIDebuggerTargetInformation- Returns:
- brief target description, or null
-
setStringDescription
Set the target description.- Parameters:
description- description string
-
toString
-