Package frysk.isa.signals

This package implements a representation of target signals.

See:
          Description

Class Summary
Signal A target signal.
SignalTable A target signal factory.
SignalTable.SearchSignal  
SignalTableFactory Table of signals for for each known ISA.
SignalTableFactory.SignalEntry  
StandardSignal A standard or well known.
TestSignalTable A target signal factory.
 

Package frysk.isa.signals Description

This package implements a representation of target signals.

Overview

When interacting with a target process two sets of signals are involved: When controlling a native process the two are identical; however when examining non-native core files or controlling remote processes the two can be different.

This package provides an abstraction of the target's signal set.