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 TypeMethodDescriptionThis method should return a text message as brief and concise as possible.
-
Method Details
-
getProcessorType
ProcessorType getProcessorType()- Returns:
-
getEndianness
Endianness getEndianness()- Returns:
-
getStringDescription
String getStringDescription()This method should return a text message as brief and concise as possible.- Returns:
-