Add new 'z' format for print command.
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
index 4caeea52d497af1b5d47587ab5949fa986ae0b23..cb393e8f974f181e276c3a19605bc13d7e2e149e 100644 (file)
@@ -8517,6 +8517,11 @@ Without this format, @value{GDBN} displays pointers to and arrays of
 strings.  Single-byte members of a vector are displayed as an integer
 array.
 
+@item z
+Like @samp{x} formatting, the value is treated as an integer and
+printed as hexadecimal, but leading zeros are printed to pad the value
+to the size of the integer type.
+
 @item r
 @cindex raw printing
 Print using the @samp{raw} formatting.  By default, @value{GDBN} will
This page took 0.040295 seconds and 4 git commands to generate.