Home | History | Annotate | Download | only in ddb
History log of /src/sys/ddb/db_kernel.c
RevisionDateAuthorComments
 1.4  31-May-2020  rin Switch from kmem_intr_alloc(sz, KM_NOSLEEP) to kmem_alloc(sz, KM_SLEEP).

Clearly document these functions are *not* for DDB session, but for
permanent data storage when initializing DDB.
 1.3  31-May-2020  rin XXX
DDB can be running in the interrupt context, e.g., when activated from
console. Therefore, we use kmem_intr_alloc(9) and friends in order to
avoid assertion failure.
 1.2  08-Mar-2009  mrg branches: 1.2.2; 1.2.4; 1.2.6;
include ddb headers *after* sys/types.h or sys/param.h.
 1.1  07-Mar-2009  ad Make ddb compile and work in userspace. Mostly this is comprised of three
types of changes:

- Add a few new methods to replace stuff like p_find(), CPU_INFO_FOREACH.

- Use db_read_bytes() instead of accessing kernel structures directly,
and similar changes.

- Add ifdef _KERNEL where the above hasn't been done, and an XXX comment.
 1.2.6.2  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.2.6.1  08-Mar-2009  jym file db_kernel.c was added on branch jym-xensuspend on 2009-05-13 17:19:04 +0000
 1.2.4.2  04-May-2009  yamt sync with head.
 1.2.4.1  08-Mar-2009  yamt file db_kernel.c was added on branch yamt-nfs-mp on 2009-05-04 08:12:32 +0000
 1.2.2.2  28-Apr-2009  skrll Sync with HEAD.
 1.2.2.1  08-Mar-2009  skrll file db_kernel.c was added on branch nick-hppapmap on 2009-04-28 07:35:13 +0000

RSS XML Feed