]> Zhao Yanbai Git Server - minix.git/commit
kernel: improve exception debug printing
authorBen Gras <ben@minix3.org>
Fri, 22 Jul 2011 10:55:04 +0000 (10:55 +0000)
committerBen Gras <ben@minix3.org>
Fri, 22 Jul 2011 10:57:08 +0000 (10:57 +0000)
commit7ee78ffb82c2d9810271cf7ba47cbab0c194faf1
treea51b2b10a3f5b14358e69a92de8fad7fdb98333f
parente3d0bb59ab0af61cd8dfabe4f086e95716839e40
kernel: improve exception debug printing

. fold 2 exception-in-kernel cases (pagefault and rest)
  into 1
. for exceptions that occur in kernel, don't just print
  kernel stacktrace (typically that is just the exception
  handler) but also the stacktrace of when the exception
  happened
kernel/arch/i386/exception.c