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-06-05 02:18:28 +00:00
2004-06-26 18:58:22 +00:00
2004-02-04 21:52:57 +00:00
2004-06-16 00:26:31 +00:00
2004-07-02 00:38:56 +00:00
2004-06-17 17:16:53 +00:00
2004-02-22 00:33:12 +00:00
2004-07-10 21:36:01 +00:00
2004-06-28 18:57:06 +00:00
2004-06-22 20:22:24 +00:00
2003-11-09 20:31:04 +00:00
2004-06-19 11:40:08 +00:00
2004-04-28 01:27:33 +00:00
2004-07-04 10:52:54 +00:00
2004-06-02 07:52:36 +00:00
2004-06-21 14:49:50 +00:00
2004-06-26 18:58:22 +00:00
2004-07-02 19:09:50 +00:00
2004-07-02 20:21:44 +00:00
2004-06-27 09:03:22 +00:00
2004-06-26 18:58:22 +00:00
2004-07-10 15:42:16 +00:00
2004-07-01 07:46:29 +00:00
2004-06-03 01:47:37 +00:00
2004-04-05 21:03:37 +00:00
2004-05-03 22:54:46 +00:00
2004-07-10 21:36:01 +00:00
2004-06-01 16:17:10 +00:00
2004-04-05 21:03:37 +00:00
2004-07-10 21:36:01 +00:00
2004-03-14 15:23:05 +00:00
2004-06-16 09:47:26 +00:00
2004-07-03 02:38:03 +00:00
2004-06-20 22:17:22 +00:00
2004-06-13 02:50:07 +00:00
2004-06-21 17:46:27 +00:00
2004-06-14 18:19:05 +00:00
2004-07-10 21:36:01 +00:00
2004-07-02 19:09:50 +00:00
2004-07-10 15:42:16 +00:00
2004-07-10 21:36:01 +00:00
2004-02-27 16:13:44 +00:00
2004-07-10 21:36:01 +00:00
2004-06-11 02:20:37 +00:00
2004-03-04 14:14:23 +00:00
2004-07-02 00:40:07 +00:00
2004-07-02 19:09:50 +00:00
2004-06-21 22:34:57 +00:00
2004-04-25 04:10:17 +00:00
2004-07-02 00:40:07 +00:00
2004-01-22 13:34:11 +00:00
2004-06-11 11:16:26 +00:00
2004-06-29 03:13:54 +00:00
2004-05-19 14:36:38 +00:00
2003-12-23 03:50:43 +00:00
2004-07-02 20:21:44 +00:00
2004-07-08 21:45:04 +00:00
2004-02-22 00:33:12 +00:00
2004-04-05 21:03:37 +00:00
2004-06-04 04:03:26 +00:00
2004-06-30 16:54:10 +00:00
2004-04-05 21:03:37 +00:00
2004-06-16 09:47:26 +00:00
2004-07-10 18:40:12 +00:00
2004-06-16 09:47:26 +00:00
2003-12-07 21:53:41 +00:00
2004-04-05 21:03:37 +00:00
2004-04-05 21:03:37 +00:00
2004-01-02 18:24:13 +00:00
2004-07-10 15:42:16 +00:00
2004-07-02 03:50:48 +00:00
2004-07-01 16:22:10 +00:00
2004-04-05 21:03:37 +00:00
2004-07-09 11:37:44 +00:00
2004-04-05 21:03:37 +00:00
2004-07-02 19:09:50 +00:00
2004-05-06 15:54:02 +00:00
2004-06-28 16:28:23 +00:00
2004-07-02 19:09:50 +00:00
2004-07-02 19:09:50 +00:00
2004-07-09 17:46:27 +00:00
2004-07-10 15:42:16 +00:00
2004-03-27 19:50:23 +00:00
2004-07-02 09:19:22 +00:00
2004-06-20 17:35:50 +00:00
2004-07-02 00:38:56 +00:00
2004-07-02 00:40:07 +00:00
2004-05-30 20:34:58 +00:00
2004-05-30 20:34:58 +00:00
2004-07-09 05:28:38 +00:00
2004-06-21 22:57:16 +00:00
2004-06-16 09:47:26 +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-06-26 09:20:07 +00:00
2004-06-01 04:08:48 +00:00
2004-04-03 09:16:27 +00:00
2004-04-05 21:03:37 +00:00
2004-05-31 21:46:06 +00:00
2004-06-11 18:17:25 +00:00
2004-04-05 21:03:37 +00:00
2004-05-30 20:34:58 +00:00
2004-06-26 19:10:39 +00:00
2004-06-26 19:10:39 +00:00
2004-07-10 04:38:06 +00:00
2004-07-10 15:42:16 +00:00
2004-07-02 07:40:10 +00:00
2004-02-22 00:33:12 +00:00
2004-06-17 22:48:11 +00:00
2004-07-06 23:40:40 +00:00
2004-04-05 21:03:37 +00:00
2004-04-05 21:03:37 +00:00
2004-07-07 07:00:02 +00:00
2004-04-21 12:10:30 +00:00
2004-06-24 17:22:29 +00:00
2004-07-07 06:58:29 +00:00
2004-04-05 21:03:37 +00:00
2004-07-10 15:42:16 +00:00
2004-07-08 06:11:36 +00:00
2004-06-24 17:22:29 +00:00
2004-06-05 02:18:28 +00:00
2004-04-05 21:03:37 +00:00