Searched hist:305853 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/share/man/man4/
H A Dddb.4diff 305853 Thu Sep 15 18:18:05 MDT 2016 hiren 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
/freebsd-10-stable/sys/kern/
H A Dkern_shutdown.cdiff 305853 Thu Sep 15 18:18:05 MDT 2016 hiren 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
H A Dkern_timeout.cdiff 305853 Thu Sep 15 18:18:05 MDT 2016 hiren 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

Completed in 76 milliseconds