Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some formatting/sorting/consistency fixes for "machine"; ok guenther | 2012-11-14 | 1 | -37/+44 | |
| | |||||
* | Document the machine subcommands. | 2012-11-11 | 1 | -4/+144 | |
| | | | | ok jmc@, pirofti@, mlarkin@ | ||||
* | When multiple display modifiers are specified on a ddb examine command, do | 2011-11-07 | 1 | -3/+2 | |
| | | | | | | | 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'. | ||||
* | there are no cachelist or logs for pools | 2011-07-05 | 1 | -7/+3 | |
| | |||||
* | Get rid of the vm_map field of ddb breakpoints and watchpoints, and do not | 2010-11-27 | 1 | -2/+1 | |
| | | | | pretend these could work on userland addresses. | ||||
* | Remove ddb single-step load and store counters. Most platforms do not | 2010-11-27 | 1 | -5/+4 | |
| | | | | implement them, and they are of questionable usefulness. | ||||
* | Document "show mbuf addr" to display the mbuf header of the mbuf at addr. | 2010-11-05 | 1 | -2/+13 | |
| | | | | Requested by miod@ | ||||
* | dispense with some wacky escape sequences; | 2010-03-26 | 1 | -3/+3 | |
| | |||||
* | Document 'show bcstats'. | 2010-02-03 | 1 | -2/+5 | |
| | | | | ok beck@ | ||||
* | Fix examine command option list. | 2009-11-22 | 1 | -3/+3 | |
| | |||||
* | document 'show all bufs' | 2009-08-17 | 1 | -2/+13 | |
| | |||||
* | tweak previous (you were missing an .El, thib); | 2009-08-15 | 1 | -42/+42 | |
| | |||||
* | document show (all) nfsnode(s) and fix up the nfsreq parts. | 2009-08-14 | 1 | -4/+36 | |
| | | | | | the alignment is a bit off, but I can't spot why so I'm hoping jmc@ will "tweak previous" soon. | ||||
* | zap trailing whitespace; | 2009-08-13 | 1 | -2/+2 | |
| | |||||
* | document the show all vnodes command. prompted by jmc@. | 2009-08-13 | 1 | -2/+13 | |
| | |||||
* | need a space between args and punctuation; | 2009-08-10 | 1 | -3/+3 | |
| | |||||
* | Introduce option DDB_STRUCT. Kernels compiled with this option (except on | 2009-08-09 | 1 | -2/+29 | |
| | | | | | | | | | 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. | ||||
* | Document ddb.trigger. | 2009-02-22 | 1 | -5/+7 | |
| | | | | ok jmc@ | ||||
* | Add nfs ddb hooks, for now only to show all the outstanding nfsreq's | 2009-01-18 | 1 | -2/+20 | |
| | | | | | | | 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@ | ||||
* | - document machdep.ddb=2 | 2008-12-23 | 1 | -14/+22 | |
| | | | | | | | - tidy up the text around it a little - no need to discuss kernel options we have on by default (DDB) feedback/ok dlg | ||||
* | - Ctl -> Ctrl | 2008-09-01 | 1 | -4/+4 | |
| | | | | | | - some missing words from the vnode command from Pierre Riteau | ||||
* | some missing articles; from Pierre Riteau | 2008-05-18 | 1 | -3/+3 | |
| | |||||
* | Missing .El; spotted by jmc@ | 2008-03-23 | 1 | -1/+2 | |
| | |||||
* | show all mounts command for ddb. From mickey a long time ago. | 2008-03-23 | 1 | -2/+13 | |
| | |||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | document show buf|vnode|mount | 2007-03-18 | 1 | -1/+55 | |
| | |||||
* | Disable x/q functionnality on 32bit platforms, because the examination code | 2007-03-15 | 1 | -2/+2 | |
| | | | | is not supposed to work on values larger than db_expr_t. | ||||
* | Support "trace /p <pid>" to show the stack trace of any process. | 2006-11-28 | 1 | -2/+11 | |
| | | | | (Keep in mind that $radix is 0x10 by default.); ok by many | ||||
* | Sync with reality: | 2006-07-06 | 1 | -37/+11 | |
| | | | | | | | - document ^t in input. - we do not implement break /u. - we do not have $workxx variables. - mention $log and sysctl ddb.* | ||||
* | We do not have the xf and xb commands. | 2006-06-17 | 1 | -16/+1 | |
| | |||||
* | tweak; | 2006-05-21 | 1 | -4/+3 | |
| | |||||
* | document sh all poo | 2006-05-20 | 1 | -1/+12 | |
| | |||||
* | Mention x/I behaviour on m88k. | 2006-05-03 | 1 | -4/+4 | |
| | |||||
* | Document x/q, sync x/I with reality. | 2005-12-15 | 1 | -5/+15 | |
| | |||||
* | more macro simplification; | 2005-03-07 | 1 | -8/+8 | |
| | |||||
* | no need for .Li here; | 2005-01-04 | 1 | -3/+2 | |
| | |||||
* | use .Aq or \*(Gt instead of `<' and `>'; | 2005-01-03 | 1 | -8/+8 | |
| | | | | remove some unneccessary escaping; | ||||
* | too much Xo/Xc in this file; | 2005-01-03 | 1 | -29/+9 | |
| | |||||
* | Add "show panic" command to ddb, to easily retrieve the panic message. | 2005-01-03 | 1 | -1/+7 | |
| | | | | | | Will hopefully bring us better panic reports. From Joris Vink. | ||||
* | .Xr crash 8; | 2004-02-01 | 1 | -1/+2 | |
| | | | | from Sam Smith; | ||||
* | Document how to break into ddb on serial console. | 2003-10-22 | 1 | -2/+4 | |
| | | | | ok mickey@ henning@ deraadt@ | ||||
* | - fix lists/displays | 2003-07-09 | 1 | -42/+40 | |
| | | | | | | | - quote .Cd's - add/remove .Pp's as necessary - fix some .Re/.Rs's - simplify macros | ||||
* | talk about show proc | 2003-05-12 | 1 | -1/+13 | |
| | |||||
* | typos; | 2003-03-16 | 1 | -21/+21 | |
| | | | | | ddb(4), hilid(4), hilkbd(4), hilms(4): ok miod@ gsckbd(4): found by miod@ | ||||
* | typo in copy/paste. | 2002-09-10 | 1 | -2/+2 | |
| | | | | art@ | ||||
* | Modernize wording (remove ancient reference), and move invocation | 2002-04-25 | 1 | -21/+23 | |
| | | | | before details of usage. | ||||
* | Update to mention the new vocabulary added in the last two commits to | 2002-01-28 | 1 | -10/+51 | |
| | | | | ddb/db_command.c, with some text borrowed from NetBSD. | ||||
* | kgdb(7) cross references this file, so it might as well be reciprocated. | 2001-08-24 | 1 | -1/+2 | |
| | |||||
* | o) We don't like .Pp before/after .Sh; | 2001-08-03 | 1 | -1/+2 | |
| | | | | | | | o) .Nm always has argument in .Sh SYNOPSIS; o) We always closes .Bl and .Bd tags; millert@ ok | ||||
* | Document boot halt. | 2001-04-18 | 1 | -1/+3 | |
| |