]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Call into kdb on a data abort when it's enabled. This is needed to
authorandrew <andrew@FreeBSD.org>
Tue, 25 Aug 2015 16:49:10 +0000 (16:49 +0000)
committerandrew <andrew@FreeBSD.org>
Tue, 25 Aug 2015 16:49:10 +0000 (16:49 +0000)
commite5b6ca57460a85dc8bebbc57154beb4c9732e307
tree674668a2f8122c936461e58d49cc5e87d3b4c1a6
parent41fc53c50eddd7380f1212b571714c08a17fa3d2
Call into kdb on a data abort when it's enabled. This is needed to
correctly handle trying to access an invalid address in the debugger.

While here document that the breakpoint handler is supposed to fall
through to the following case.

Sponsored by: ABT Systems Ltd
sys/arm64/arm64/trap.c