K 10 svn:author V 3 bde K 8 svn:date V 27 1995-01-14T10:24:48.000000Z K 7 svn:log V 483 Eliminate T_KDBTRAP, which will soon go away. It was only used for an unreachable case label in kdb_trap(). Use the correct case labels in kdb_trap() so that normal ddb entry doesn't print a message. Change all printf's to db_printf's. Now you can put a breakpoint at printf, and ddb entry messages don't spam the syslog output. Cosmetic: Use ISPL() instead of magic numbers. Don't compile the unused function kdb_kbd_trap(). Improve some asms. Print the arg to Debugger(). END