summaryrefslogtreecommitdiff
path: root/share/man/man4/ddb.4
AgeCommit message (Expand)Author
2011-11-07When multiple display modifiers are specified on a ddb examine command, doMiod Vallat
2011-07-05there are no cachelist or logs for poolsTed Unangst
2010-11-27Get rid of the vm_map field of ddb breakpoints and watchpoints, and do notMiod Vallat
2010-11-27Remove ddb single-step load and store counters. Most platforms do notMiod Vallat
2010-11-05Document "show mbuf addr" to display the mbuf header of the mbuf at addr.Claudio Jeker
2010-03-26dispense with some wacky escape sequences;Jason McIntyre
2010-02-03Document 'show bcstats'.Joel Sing
2009-11-22Fix examine command option list.Miod Vallat
2009-08-17document 'show all bufs'Jasper Lievisse Adriaanse
2009-08-15tweak previous (you were missing an .El, thib);Jason McIntyre
2009-08-14document show (all) nfsnode(s) and fix up the nfsreq parts.Thordur I. Bjornsson
2009-08-13zap trailing whitespace;Jason McIntyre
2009-08-13document the show all vnodes command. prompted by jmc@.Thordur I. Bjornsson
2009-08-10need a space between args and punctuation;Jason McIntyre
2009-08-09Introduce option DDB_STRUCT. Kernels compiled with this option (except onMiod Vallat
2009-02-22Document ddb.trigger.Joel Sing
2009-01-18Add nfs ddb hooks, for now only to show all the outstanding nfsreq'sThordur I. Bjornsson
2008-12-23- document machdep.ddb=2Jason McIntyre
2008-09-01- Ctl -> CtrlJason McIntyre
2008-05-18some missing articles; from Pierre RiteauJason McIntyre
2008-03-23Missing .El; spotted by jmc@Miod Vallat
2008-03-23show all mounts command for ddb. From mickey a long time ago.Miod Vallat
2007-05-31convert to new .Dd format;Jason McIntyre
2007-03-18document show buf|vnode|mountMichael Shalayeff
2007-03-15Disable x/q functionnality on 32bit platforms, because the examination codeMiod Vallat
2006-11-28Support "trace /p <pid>" to show the stack trace of any process.Uwe Stuehler
2006-07-06Sync with reality:Miod Vallat
2006-06-17We do not have the xf and xb commands.Miod Vallat
2006-05-21tweak;Jason McIntyre
2006-05-20document sh all pooMichael Shalayeff
2006-05-03Mention x/I behaviour on m88k.Miod Vallat
2005-12-15Document x/q, sync x/I with reality.Miod Vallat
2005-03-07more macro simplification;Jason McIntyre
2005-01-04no need for .Li here;Jason McIntyre
2005-01-03use .Aq or \*(Gt instead of `<' and `>';Jason McIntyre
2005-01-03too much Xo/Xc in this file;Jason McIntyre
2005-01-03Add "show panic" command to ddb, to easily retrieve the panic message.Miod Vallat
2004-02-01.Xr crash 8;Jason McIntyre
2003-10-22Document how to break into ddb on serial console.Ryan Thomas McBride
2003-07-09- fix lists/displaysJason McIntyre
2003-05-12talk about show procMichael Shalayeff
2003-03-16typos;Jason McIntyre
2002-09-10typo in copy/paste.Mike Pechkin
2002-04-25Modernize wording (remove ancient reference), and move invocationIan Darwin
2002-01-28Update to mention the new vocabulary added in the last two commits toMiod Vallat
2001-08-24kgdb(7) cross references this file, so it might as well be reciprocated.Hugh Graham
2001-08-03o) We don't like .Pp before/after .Sh;Mike Pechkin
2001-04-18Document boot halt.Artur Grabowski
2001-03-01A slew of share/ man page fixes; nordin@cse.ogi.edu. These have been sittingAaron Campbell
2000-07-29Note that ddb must be enabled with sysctl before it can be used.Marco S Hyman