aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
diff options
context:
space:
mode:
authorJustin Hibbits <jhibbits@FreeBSD.org>2017-02-28 04:31:28 +0000
committerJustin Hibbits <jhibbits@FreeBSD.org>2017-02-28 04:31:28 +0000
commit15fc4ab7fc17f8e974ecb8fcc5b1c7743a97a13c (patch)
tree830dee5f16c998db48220d26326fad1eed068bdb /sys/i386
parentb3ae819e0a177cbb4a7d76c45aa104eec6a549ed (diff)
downloadsrc-15fc4ab7fc17f8e974ecb8fcc5b1c7743a97a13c.tar.gz
src-15fc4ab7fc17f8e974ecb8fcc5b1c7743a97a13c.zip
Make kernel breakpoints work for book-e
Add the necessary bits to enable kernel breakpoints for Book-E. The entrypoint for program exception is very trivial, so rather than expand it to be similar to AIM, add it into the standard trap handler. This wasn't blocked out as Book-E specific because it is only a minor redundancy over AIM, which should have already called db_trap_glue() at this point. If it's going to panic with a fatal trap anywya, it doesn't matter if it goes through this path again.
Notes
Notes: svn path=/head/; revision=314371
Diffstat (limited to 'sys/i386')
0 files changed, 0 insertions, 0 deletions