Add DEBUG() macro for debugging that can be turned on and off with a
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 31 Aug 2004 22:00:54 +0000 (22:00 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 31 Aug 2004 22:00:54 +0000 (22:00 +0000)
commitff144294a54d14af3c9324e6a336a3102094dea4
tree991d3449f56e4662dc00c46f84ef94a7286e2284
parent994aa9cbadb9bb822df3adfffad8de40997fc562
Add DEBUG() macro for debugging that can be turned on and off with a
command line option, and associated support.
Rename panic() to PANIC().  Update references.
Rename backtrace() to debug_backtrace().
src/devices/16550a.h
src/devices/disk.c
src/lib/debug.c
src/lib/debug.h
src/threads/interrupt.c
src/threads/palloc.c