summaryrefslogtreecommitdiff
path: root/man/1
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2008-01-16 13:39:58 +0000
committerCharles.Forsyth <devnull@localhost>2008-01-16 13:39:58 +0000
commit3f1f06c5d12b24c4061e5123acabf72348ff45a2 (patch)
treed40487b0f5d3a46c5e1cefe288f9a74b8494d9a7 /man/1
parentca1042d3d05e5e9b2b5094b04197c96ec3b34bfe (diff)
20080116-1340
Diffstat (limited to 'man/1')
-rw-r--r--man/1/mdb45
1 files changed, 44 insertions, 1 deletions
diff --git a/man/1/mdb b/man/1/mdb
index c25c78c1..13b479a5 100644
--- a/man/1/mdb
+++ b/man/1/mdb
@@ -181,7 +181,7 @@ Prints a single byte as a printable character, converting
it to backslash escaped hex if necessary.
.RE
.PD
-There are two other commands:
+Other commands include:
.TP 10
.RB [ ?/ ] w\ \fIvalue\fP
Write the two-byte
@@ -192,8 +192,51 @@ to the addressed location.
Write the four-byte
.I value
to the addressed location.
+.TP
+.RB [ ?/ ] i
+Disassemble
+.I count
+instructions starting at
+.I address
+.RI ( dot
+by default).
+.TP
+.BI $ modifier
+.I File
+must be a
+.IR dis (6)
+file.
+.I Modifier
+is one of the following subcommands:
+.RS
+.TP
+.PD 0
+.B D
+Print the descriptor section.
+.TP
+.B h
+Print the file header.
+.TP
+.B l
+Print the links section.
+.TP
+.B i
+Print the import section.
+.TP
+.B d
+Print the data section.
+.TP
+.B H
+Print exception handler tables.
+.TP
+.B s
+Print the name of the source file.
+.PD
+.RE
.SH SOURCE
.B /appl/cmd/mdb.b
+.SH SEE ALSO
+.IR dis (6)
.SH BUGS
Most of the more useful features of
.IR mdb 's