This package implements a representation of target signals.
Overview
When interacting with a target process two sets of signals are involved:
- the host's signals
- the target's signals
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.