]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Also print symbols when printing arm64 registers
authorAndrew Turner <andrew@FreeBSD.org>
Thu, 23 Sep 2021 10:32:16 +0000 (10:32 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Fri, 1 Oct 2021 10:27:32 +0000 (11:27 +0100)
commit7ec86b66099124a9c2c88613507a10979cb8b191
tree0792e6b9d84e87c067b9b4c6675b2bce2dcd9ffe
parentca4a6606f0b8c4386e3c05a57e1370e2f215d5b9
Also print symbols when printing arm64 registers

When printing arm64 registers because of an exception in the kernel
also print the symbol and offset. This can be used to track down why
the exception occured without needing external tools.

Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D32077
sys/arm64/arm64/trap.c