K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2017-02-28T04:13:20.444971Z K 7 svn:log V 285 Unbreak kernel breakpoints, broken for ~4 years now When committing DTrace in 2012/2013 era I inadvertently broke breakpoints, by setting EXC_DTRACE to the same value as BKPT_INST. Change EXC_DTRACE to a different, yet logically identical, trap (tw ,31,31). MFC after: 2 weeks END