summaryrefslogtreecommitdiff
path: root/share/man/man4/ddb.4
AgeCommit message (Collapse)Author
2011-11-07When multiple display modifiers are specified on a ddb examine command, doMiod Vallat
not advance the address until the last modifier has been processed. This allows sequences like `x/xi address,count' to yield meaningful results. As a bonus, handle `i' and `I' modifiers last, so that I don't have to fight my habit of using `x/ix' instead of `x/xi'.
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
pretend these could work on userland addresses.
2010-11-27Remove ddb single-step load and store counters. Most platforms do notMiod Vallat
implement them, and they are of questionable usefulness.
2010-11-05Document "show mbuf addr" to display the mbuf header of the mbuf at addr.Claudio Jeker
Requested by miod@
2010-03-26dispense with some wacky escape sequences;Jason McIntyre
2010-02-03Document 'show bcstats'.Joel Sing
ok beck@
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
the alignment is a bit off, but I can't spot why so I'm hoping jmc@ will "tweak previous" soon.
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
a few arches where toolchain limitations apply) will embed some symbolic information about the various structs used within the kernel, and have new ddb commands allowing struct display and some useful information gathering. Kernel rodata increase varies accross platforms from ~150KB to ~300KB. This option is not enabled by default.
2009-02-22Document ddb.trigger.Joel Sing
ok jmc@
2009-01-18Add nfs ddb hooks, for now only to show all the outstanding nfsreq'sThordur I. Bjornsson
and to print out struct nfsreq. "get it in so people can pound on it" blambert@ OK and information_s_ on the manpage from miod@
2008-12-23- document machdep.ddb=2Jason McIntyre
- tidy up the text around it a little - no need to discuss kernel options we have on by default (DDB) feedback/ok dlg
2008-09-01- Ctl -> CtrlJason McIntyre
- some missing words from the vnode command from Pierre Riteau
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
is not supposed to work on values larger than db_expr_t.
2006-11-28Support "trace /p <pid>" to show the stack trace of any process.Uwe Stuehler
(Keep in mind that $radix is 0x10 by default.); ok by many
2006-07-06Sync with reality:Miod Vallat
- document ^t in input. - we do not implement break /u. - we do not have $workxx variables. - mention $log and sysctl ddb.*
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
remove some unneccessary escaping;
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
Will hopefully bring us better panic reports. From Joris Vink.
2004-02-01.Xr crash 8;Jason McIntyre
from Sam Smith;
2003-10-22Document how to break into ddb on serial console.Ryan Thomas McBride
ok mickey@ henning@ deraadt@
2003-07-09- fix lists/displaysJason McIntyre
- quote .Cd's - add/remove .Pp's as necessary - fix some .Re/.Rs's - simplify macros
2003-05-12talk about show procMichael Shalayeff
2003-03-16typos;Jason McIntyre
ddb(4), hilid(4), hilkbd(4), hilms(4): ok miod@ gsckbd(4): found by miod@
2002-09-10typo in copy/paste.Mike Pechkin
art@
2002-04-25Modernize wording (remove ancient reference), and move invocationIan Darwin
before details of usage.
2002-01-28Update to mention the new vocabulary added in the last two commits toMiod Vallat
ddb/db_command.c, with some text borrowed from NetBSD.
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
o) .Nm always has argument in .Sh SYNOPSIS; o) We always closes .Bl and .Bd tags; millert@ ok
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
in my INBOX since Nov 6, 2000, probably forgot about them since the tree was frozen at that time.
2000-07-29Note that ddb must be enabled with sysctl before it can be used.Marco S Hyman
Prodding from Gregory Steuck <greg@nest.cx> who looked in the man page for that info