Interface IDebuggerTargetInformation
- All Known Implementing Classes:
DebuggerTargetInformation
public interface IDebuggerTargetInformation
Description of a debugger target. The implemented methods are optional and may decide to return
null values if the requested data is irrelevant or not available.
-
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.
-
Method Details
-
getProcessorType
ProcessorType getProcessorType()Retrieve the target processor type.- Returns:
- processor type, or null
-
getEndianness
Endianness getEndianness()Retrieve the target endianness.- Returns:
- endianness, or null
-
getStringDescription
String getStringDescription()This method should return a text message as brief and concise as possible.- Returns:
- brief target description, or null
-