Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-07 | When multiple display modifiers are specified on a ddb examine command, do | Miod 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-05 | there are no cachelist or logs for pools | Ted Unangst | |
2010-11-27 | Get rid of the vm_map field of ddb breakpoints and watchpoints, and do not | Miod Vallat | |
pretend these could work on userland addresses. | |||
2010-11-27 | Remove ddb single-step load and store counters. Most platforms do not | Miod Vallat | |
implement them, and they are of questionable usefulness. | |||
2010-11-05 | Document "show mbuf addr" to display the mbuf header of the mbuf at addr. | Claudio Jeker | |
Requested by miod@ | |||
2010-03-26 | dispense with some wacky escape sequences; | Jason McIntyre | |
2010-02-03 | Document 'show bcstats'. | Joel Sing | |
ok beck@ | |||
2009-11-22 | Fix examine command option list. | Miod Vallat | |
2009-08-17 | document 'show all bufs' | Jasper Lievisse Adriaanse | |
2009-08-15 | tweak previous (you were missing an .El, thib); | Jason McIntyre | |
2009-08-14 | document 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-13 | zap trailing whitespace; | Jason McIntyre | |
2009-08-13 | document the show all vnodes command. prompted by jmc@. | Thordur I. Bjornsson | |
2009-08-10 | need a space between args and punctuation; | Jason McIntyre | |
2009-08-09 | Introduce option DDB_STRUCT. Kernels compiled with this option (except on | Miod 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-22 | Document ddb.trigger. | Joel Sing | |
ok jmc@ | |||
2009-01-18 | Add nfs ddb hooks, for now only to show all the outstanding nfsreq's | Thordur 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=2 | Jason 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 -> Ctrl | Jason McIntyre | |
- some missing words from the vnode command from Pierre Riteau | |||
2008-05-18 | some missing articles; from Pierre Riteau | Jason McIntyre | |
2008-03-23 | Missing .El; spotted by jmc@ | Miod Vallat | |
2008-03-23 | show all mounts command for ddb. From mickey a long time ago. | Miod Vallat | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-03-18 | document show buf|vnode|mount | Michael Shalayeff | |
2007-03-15 | Disable x/q functionnality on 32bit platforms, because the examination code | Miod Vallat | |
is not supposed to work on values larger than db_expr_t. | |||
2006-11-28 | Support "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-06 | Sync 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-17 | We do not have the xf and xb commands. | Miod Vallat | |
2006-05-21 | tweak; | Jason McIntyre | |
2006-05-20 | document sh all poo | Michael Shalayeff | |
2006-05-03 | Mention x/I behaviour on m88k. | Miod Vallat | |
2005-12-15 | Document x/q, sync x/I with reality. | Miod Vallat | |
2005-03-07 | more macro simplification; | Jason McIntyre | |
2005-01-04 | no need for .Li here; | Jason McIntyre | |
2005-01-03 | use .Aq or \*(Gt instead of `<' and `>'; | Jason McIntyre | |
remove some unneccessary escaping; | |||
2005-01-03 | too much Xo/Xc in this file; | Jason McIntyre | |
2005-01-03 | Add "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-22 | Document how to break into ddb on serial console. | Ryan Thomas McBride | |
ok mickey@ henning@ deraadt@ | |||
2003-07-09 | - fix lists/displays | Jason McIntyre | |
- quote .Cd's - add/remove .Pp's as necessary - fix some .Re/.Rs's - simplify macros | |||
2003-05-12 | talk about show proc | Michael Shalayeff | |
2003-03-16 | typos; | Jason McIntyre | |
ddb(4), hilid(4), hilkbd(4), hilms(4): ok miod@ gsckbd(4): found by miod@ | |||
2002-09-10 | typo in copy/paste. | Mike Pechkin | |
art@ | |||
2002-04-25 | Modernize wording (remove ancient reference), and move invocation | Ian Darwin | |
before details of usage. | |||
2002-01-28 | Update to mention the new vocabulary added in the last two commits to | Miod Vallat | |
ddb/db_command.c, with some text borrowed from NetBSD. | |||
2001-08-24 | kgdb(7) cross references this file, so it might as well be reciprocated. | Hugh Graham | |
2001-08-03 | o) 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-18 | Document boot halt. | Artur Grabowski | |
2001-03-01 | A slew of share/ man page fixes; nordin@cse.ogi.edu. These have been sitting | Aaron Campbell | |
in my INBOX since Nov 6, 2000, probably forgot about them since the tree was frozen at that time. | |||
2000-07-29 | Note 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 |