fbsd-nat: Use correct constant for target_waitstatus::sig.
authorJohn Baldwin <jhb@FreeBSD.org>
Mon, 27 Mar 2023 19:51:02 +0000 (12:51 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Mon, 27 Mar 2023 19:51:02 +0000 (12:51 -0700)
commit5b9e851408c1933ddb45390768421cd0b2918637
treeada9732040ff31391952e29651b265287d2eb0bc
parentb48c2f04091d33d134b627f1b0a57e2d711cb5a2
fbsd-nat: Use correct constant for target_waitstatus::sig.

Use GDB_SIGNAL_TRAP instead of SIGTRAP.  This is a no-op since the
value of SIGTRAP on FreeBSD matches the value of GDB_SIGNAL_TRAP, but
it is more correct.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/fbsd-nat.c