]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When we exit the kernel debugger having entered because of a breakpoint
authorAndrew Turner <andrew@FreeBSD.org>
Tue, 28 Nov 2017 11:04:47 +0000 (11:04 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Tue, 28 Nov 2017 11:04:47 +0000 (11:04 +0000)
commitbe84f91cf4bf126f72771271e5ff462837d1bbd6
tree0065087f271cab75ce33c7bf1ab59ef2aafc93d4
parentdde56027868af2ac27732ae52331c67406814487
When we exit the kernel debugger having entered because of a breakpoint
instruction we need to jump over the instruction. Without this we will
execute the same instruction again and enter into the debugger again.

PR: 223917
Reported by: emaste
MFC after: 1 week
Sponsored by: DARPA, AFRL
sys/arm64/arm64/trap.c