aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/ddb.4
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2018-11-10 23:49:01 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2018-11-10 23:49:01 +0000
commit71ec454d66395ef512bf671b9ee63c1de63f1563 (patch)
tree302da5fdfd468282fe377bea948b6c9ea5e4fad4 /share/man/man4/ddb.4
parent8d113f4aeccc18d4c473855fdd4c865297decdd9 (diff)
downloadsrc-71ec454d66395ef512bf671b9ee63c1de63f1563.tar.gz
src-71ec454d66395ef512bf671b9ee63c1de63f1563.zip
Random tweaks to ddb(4) manual page.
MFC after: 2 weeks Sponsored by: DARPA, AFRL
Notes
Notes: svn path=/head/; revision=340342
Diffstat (limited to 'share/man/man4/ddb.4')
-rw-r--r--share/man/man4/ddb.410
1 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4
index 639060097f08..42135af13d04 100644
--- a/share/man/man4/ddb.4
+++ b/share/man/man4/ddb.4
@@ -60,7 +60,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 21, 2018
+.Dd November 10, 2018
.Dt DDB 4
.Os
.Sh NAME
@@ -108,7 +108,9 @@ If linked into the running kernel,
it can be invoked locally with the
.Ql debug
.Xr keymap 5
-action.
+action, or by setting setting the
+.Dv debug.kdb.enter
+sysctl to 1.
The debugger is also invoked on kernel
.Xr panic 9
if the
@@ -261,9 +263,9 @@ Non-printing characters are displayed as octal escapes.
display in unsigned hex with character dump at the end of each line.
The location is also displayed in hex at the beginning of each line.
.It Cm i
-display as an instruction
+display as a disassembled instruction
.It Cm I
-display as an instruction with possible alternate formats depending on the
+display as an disassembled instruction with possible alternate formats depending on the
machine.
On i386, this selects the alternate format for the instruction decoding
(16 bits in a 32-bit code segment and vice versa).