diff options
author | Ian Darwin <ian@cvs.openbsd.org> | 2002-04-25 20:27:44 +0000 |
---|---|---|
committer | Ian Darwin <ian@cvs.openbsd.org> | 2002-04-25 20:27:44 +0000 |
commit | ffd0b27d98cda363b100a783836026ba526ace3a (patch) | |
tree | 53c820c08479e17f2e32257c10f0c1fb07ea4639 /share/man/man4/ddb.4 | |
parent | cf75d170c1515c7499a53a1fc4c3745bb3bc25f9 (diff) |
Modernize wording (remove ancient reference), and move invocation
before details of usage.
Diffstat (limited to 'share/man/man4/ddb.4')
-rw-r--r-- | share/man/man4/ddb.4 | 44 |
1 files changed, 23 insertions, 21 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index b7b12b2f7ca..b78a42074ee 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ddb.4,v 1.29 2002/01/28 19:53:41 miod Exp $ +.\" $OpenBSD: ddb.4,v 1.30 2002/04/25 20:27:43 ian Exp $ .\" $NetBSD: ddb.4,v 1.5 1994/11/30 16:22:09 jtc Exp $ .\" .\" Mach Operating System @@ -32,12 +32,31 @@ .Nm ddb .Nd kernel debugger .Sh DESCRIPTION -The kernel debugger has most of the features of the old kdb, -but with a more rational -.Pf ( Xr gdb 1 No Ns \&-like ) +The +.Nm +debugger provides a means for debugging the kernel, +and analysing the kernel after a system crash ("panic"), with a +.Xr gdb 1 No Ns \&-like syntax. .Pp .Nm +is only available if the kernel was configured with the DDB option. +.Nm +will be invoked upon a kernel panic when the +.Xr sysctl 8 +name +.Va ddb.panic +is set to 1. +.Nm +may be invoked from the console by the key sequence +.Li Ctl-Alt-Esc +when the +.Xr sysctl 8 +name +.Va ddb.console +is set to 1. +.Pp +.Nm prompts for commands on the console with: .Pp .Bd -literal -offset indent @@ -172,23 +191,6 @@ redraw line .\" .It Ic \&^c .\" abort command (even if paused) .\" .El -.Pp -.Nm -is only available if the kernel was configured with the DDB option. -.Nm -will be invoked upon a kernel panic when the -.Xr sysctl 8 -name -.Va ddb.panic -is set to 1. -.Nm -may be invoked from the console by the key sequence -.Li Ctl-Alt-Esc -when the -.Xr sysctl 8 -name -.Va ddb.console -is set to 1. .Sh COMMANDS The following commands may be typed at the .Ql ddb> |