diff options
author | Enze Li <enze.li@hotmail.com> | 2022-06-12 13:24:02 +0800 |
---|---|---|
committer | Enze Li <enze.li@hotmail.com> | 2022-06-18 11:23:12 +0800 |
commit | 153b3c1117d02c2893c5be1b3af53ec7f161a211 (patch) | |
tree | 08203934d98987df4fe21f670afa5a512245a878 /gdb/NEWS | |
parent | 21a527dfc85d62c9e90c65ac4076f517a6b76a48 (diff) | |
download | gdb-153b3c1117d02c2893c5be1b3af53ec7f161a211.zip gdb-153b3c1117d02c2893c5be1b3af53ec7f161a211.tar.gz gdb-153b3c1117d02c2893c5be1b3af53ec7f161a211.tar.bz2 |
gdb/doc: Documentation for the new print command
Document the new command "print nibbles" and add a NEWS entry.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -36,6 +36,11 @@ maintenance show ignore-prologue-end-flag used to force GDB to use prologue analyzers if the line-table is constructed from erroneous debug information. +set print nibbles [on|off] +show print nibbles + This controls whether the 'print/t' command will display binary values + in groups of four bits, known as "nibbles". The default is 'off'. + * Changed commands maintenance info line-table |