Assume FreeBSD hosts include support for fetching signal information.
authorJohn Baldwin <jhb@FreeBSD.org>
Wed, 16 Sep 2020 18:40:05 +0000 (11:40 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Wed, 16 Sep 2020 18:40:05 +0000 (11:40 -0700)
commit1f17d372496e18f93cad8ccec15d83530e41206f
treed13a9e2b3090943cc6bbf3d718391479cb7c044b
parentbcb1da7fb70f543b3e0c489e5ab7dd7c38142eb4
Assume FreeBSD hosts include support for fetching signal information.

The current layout of siginfo_t and support for fetching it has been
included in FreeBSD kernels since 7.0 release.  The most recent
release without support is 6.4 released in November of 2008.

gdb/ChangeLog:

* fbsd-nat.c: Always include support for
TARGET_OBJECT_SIGNAL_INFO.
gdb/ChangeLog
gdb/fbsd-nat.c