Set up a frame pointer on interrupt entry, to improve backtraces of
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 21 Jan 2005 22:17:37 +0000 (22:17 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 21 Jan 2005 22:17:37 +0000 (22:17 +0000)
commitecd12507c871ad36c8f26d705d73ca367b5373ac
tree936a10b38d7278a0b7d9a7c1be2be74709dc0ee5
parentf3c076d9890784e50c6fa04327aee78f9db87c47
Set up a frame pointer on interrupt entry, to improve backtraces of
system calls, page faults, etc., whether they come from user space or
the kernel.

Get rid of intr-stubs.pl, replacing it by equivalent all-assembler + C
preprocessor code.
doc/threads.texi
doc/tour.texi
src/Makefile.build
src/threads/interrupt.c
src/threads/interrupt.h
src/threads/intr-stubs.S [new file with mode: 0644]
src/threads/intr-stubs.h
src/threads/intr-stubs.pl [deleted file]
src/userprog/process.c