aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorEnze Li <enze.li@hotmail.com>2022-06-12 13:24:02 +0800
committerEnze Li <enze.li@hotmail.com>2022-06-18 11:23:12 +0800
commit153b3c1117d02c2893c5be1b3af53ec7f161a211 (patch)
tree08203934d98987df4fe21f670afa5a512245a878 /gdb/NEWS
parent21a527dfc85d62c9e90c65ac4076f517a6b76a48 (diff)
downloadgdb-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/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index c570681..5576c35 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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