public interface

IDebuggerTargetInformation

com.pnfsoftware.jeb.core.units.code.debug.IDebuggerTargetInformation
Known Indirect Subclasses

Class Overview

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.

Summary

Public Methods
abstract Endianness getEndianness()
abstract ProcessorType getProcessorType()
abstract String getStringDescription()
This method should return a text message as brief and concise as possible.

Public Methods

public abstract Endianness getEndianness ()

public abstract ProcessorType getProcessorType ()

public abstract String getStringDescription ()

This method should return a text message as brief and concise as possible.