Robert Watson 9ccca7d1b1 Modify stack(9) stack_print() and stack_sbuf_print() routines to use new
linker interfaces for looking up function names and offsets from
instruction pointers.  Create two variants of each call: one that is
"DDB-safe" and avoids locking in the linker, and one that is safe for
use in live kernels, by virtue of observing locking, and in particular
safe when kernel modules are being loaded and unloaded simultaneous to
their use.  This will allow them to be used outside of debugging
contexts.

Modify two of three current stack(9) consumers to use the DDB-safe
interfaces, as they run in low-level debugging contexts, such as inside
lockmgr(9) and the kernel memory allocator.

Update man page.
2007-12-01 22:04:16 +00:00
..
2005-01-18 20:54:50 +00:00
2005-01-18 20:54:50 +00:00
2006-02-13 21:34:19 +00:00
2005-11-24 09:25:10 +00:00
2005-11-18 10:56:28 +00:00
2005-11-18 10:56:28 +00:00
2006-12-13 06:27:20 +00:00
2006-02-13 21:34:19 +00:00
2005-01-21 08:36:40 +00:00
2005-01-06 17:08:51 +00:00
2005-01-21 08:36:40 +00:00
2005-02-13 22:25:33 +00:00
2007-06-05 20:53:18 +00:00
2006-12-14 14:33:13 +00:00
2004-07-06 07:26:23 +00:00
2004-07-06 07:26:23 +00:00
2005-10-05 19:48:21 +00:00
2005-01-13 09:33:06 +00:00
2006-09-12 15:48:22 +00:00
2005-11-18 10:56:28 +00:00
2006-09-30 17:09:59 +00:00
2005-02-13 22:25:33 +00:00
2005-08-08 12:16:53 +00:00
2005-01-21 08:36:40 +00:00
2005-01-21 08:36:40 +00:00
2005-02-16 22:24:15 +00:00
2005-01-21 08:36:40 +00:00
2004-07-06 08:21:12 +00:00
2004-07-06 08:21:12 +00:00
2004-07-06 08:21:12 +00:00
2004-07-06 08:21:12 +00:00
2007-01-27 23:06:00 +00:00
2005-02-13 22:25:33 +00:00
2007-10-26 16:50:21 +00:00
2007-10-26 16:50:21 +00:00
2006-10-16 07:59:05 +00:00
2005-02-22 17:20:20 +00:00
2004-07-07 07:56:58 +00:00
2007-02-26 15:17:19 +00:00
2006-09-18 15:24:20 +00:00
2005-01-21 08:36:40 +00:00
2005-01-12 21:48:25 +00:00
2006-09-18 15:24:20 +00:00
2005-01-12 21:48:25 +00:00
2005-01-21 08:36:40 +00:00
2006-04-03 21:17:36 +00:00
2004-07-06 07:26:23 +00:00
2007-04-20 15:38:06 +00:00
2004-11-18 02:06:17 +00:00
2007-11-11 19:40:46 +00:00
2007-08-05 07:38:09 +00:00
2007-11-25 16:14:32 +00:00
2006-09-18 15:24:20 +00:00
2007-11-26 15:21:21 +00:00
2006-12-14 14:33:13 +00:00
2005-02-09 18:07:17 +00:00
2007-10-30 16:04:23 +00:00
2006-12-14 14:33:13 +00:00
2006-12-14 14:33:13 +00:00
2005-01-07 11:39:36 +00:00
2005-01-07 11:45:59 +00:00
2007-03-04 19:04:39 +00:00
2004-11-29 09:56:12 +00:00
2006-09-18 15:24:20 +00:00
2007-04-05 21:17:52 +00:00
2005-01-13 09:33:06 +00:00
2005-07-27 02:08:59 +00:00
2007-04-01 09:48:59 +00:00
2005-01-14 17:22:51 +00:00
2006-12-14 14:33:13 +00:00
2006-02-13 21:34:19 +00:00
2007-03-28 21:21:22 +00:00