]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Debug interrupts aren't instruction traps
authorjhibbits <jhibbits@FreeBSD.org>
Fri, 23 Mar 2018 00:40:08 +0000 (00:40 +0000)
committerjhibbits <jhibbits@FreeBSD.org>
Fri, 23 Mar 2018 00:40:08 +0000 (00:40 +0000)
commite969264bab4d0f30d0c4ee0d1bb410a078fe230b
tree71894f2cc7045720dbd586f885c4132c2bb87d47
parent622ba6f45ab863a3308f12beaa4300d2ad2380fc
Debug interrupts aren't instruction traps

The EXC_DEBUG type is akin to the MPC74xx "Instruction Breakpoint" trap.
Don't treat it as a trap instruction.
sys/powerpc/powerpc/trap.c