marcel a9ad69d5af Update for the KDB framework:
o  Make debugging code conditional upon KDB instead of DDB.
o  Call kdb_enter() instead of Debugger().
o  Call kdb_backtrace() instead of db_print_backtrace() or backtrace().

kern_mutex.c:
o  Replace checks for db_active with checks for kdb_active and make
   them unconditional.

kern_shutdown.c:
o  s/DDB_UNATTENDED/KDB_UNATTENDED/g
o  s/DDB_TRACE/KDB_TRACE/g
o  Save the TID of the thread doing the kernel dump so the debugger
   knows which thread to select as the current when debugging the
   kernel core file.
o  Clear kdb_active instead of db_active and do so unconditionally.
o  Remove backtrace() implementation.

kern_synch.c:
o  Call kdb_reenter() instead of db_error().
2004-07-10 21:36:01 +00:00
..
2004-07-10 20:50:19 +00:00
2004-07-08 21:03:35 +00:00
2004-07-10 20:56:43 +00:00
2004-07-10 20:55:15 +00:00
2004-06-14 00:38:54 +00:00
2004-05-18 05:30:06 +00:00
2004-07-10 21:21:13 +00:00
2004-07-10 21:21:13 +00:00
2004-07-10 21:21:55 +00:00
2004-07-10 21:24:36 +00:00
2004-07-10 21:36:01 +00:00
2004-05-14 12:28:31 +00:00
2004-07-09 02:28:23 +00:00