]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r301522 (by bz)
authorhiren <hiren@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 16 Sep 2016 00:14:26 +0000 (00:14 +0000)
committerhiren <hiren@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 16 Sep 2016 00:14:26 +0000 (00:14 +0000)
commit1b265db4e9ab1d68d37c6594e17f482832ada524
tree5cb038f48a31a613bfb02edd0a887c4c2eb7bf68
parenta44a59255c71b8f37ffa12ffa8f35173d2be60c5
MFC r301522 (by bz)

Implement a `show panic` command to DDB which will helpfully print the
panic string again if set, in case it scrolled out of the active
window.  This avoids having to remember the symbol name.

Also add a show callout <addr> command to DDB in order to inspect
some struct callout fields in case of panics in the callout code.
This may help to see if there was memory corruption or to further
ease debugging problems.

No objection by:    bz

git-svn-id: svn://svn.freebsd.org/base/stable/10@305853 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
share/man/man4/ddb.4
sys/kern/kern_shutdown.c
sys/kern/kern_timeout.c