Marcel Moolenaar 2d50560abc 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-02 00:38:56 +00:00
2004-06-17 17:16:53 +00:00
2004-07-10 21:36:01 +00:00
2004-05-03 22:54:46 +00:00
2004-07-10 21:36:01 +00:00
2004-07-10 21:36:01 +00:00
2004-07-10 21:36:01 +00:00
2004-07-10 21:36:01 +00:00
2004-07-10 21:36:01 +00:00
2004-06-21 22:34:57 +00:00
2004-06-11 11:16:26 +00:00
2004-06-29 03:13:54 +00:00
2004-07-02 09:19:22 +00:00
2004-07-02 00:38:56 +00:00
2004-05-30 20:34:58 +00:00
2004-05-30 20:34:58 +00:00
2004-06-17 17:16:53 +00:00
2004-06-25 22:10:20 +00:00
2004-06-17 17:16:53 +00:00
2004-05-30 20:34:58 +00:00
2004-07-06 23:40:40 +00:00
2004-07-07 07:00:02 +00:00
2004-07-08 06:11:36 +00:00