diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-04-06 22:13:15 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-04-06 22:13:15 +0200 |
commit | 34e83eab4497bfbe8da0cbb7bd4f59c0021bf285 (patch) | |
tree | a56c12cd42b667c286c746e84d5eb5ae1710a543 /doc | |
parent | 899d69cc267b3d07ea3eeea91cf10a5a32dac985 (diff) | |
download | gnumach-34e83eab4497bfbe8da0cbb7bd4f59c0021bf285.tar.gz gnumach-34e83eab4497bfbe8da0cbb7bd4f59c0021bf285.tar.bz2 gnumach-34e83eab4497bfbe8da0cbb7bd4f59c0021bf285.zip |
ddb: Add 64bit support to memory examination
* ddb/db_examine.c(db_examine): Add q modifier to examine 64bit values.
* doc/mach.texi (examine): Document q modifier.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mach.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/mach.texi b/doc/mach.texi index dd1e5edd..07cb0ad1 100644 --- a/doc/mach.texi +++ b/doc/mach.texi @@ -6793,6 +6793,9 @@ look at by half words(16 bits) @item l look at by long words(32 bits) +@item q +look at by quad words(64 bits) + @item a print the location being displayed |