aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-05-16 19:03:59 +0300
committerEli Zaretskii <eliz@gnu.org>2022-05-16 19:03:59 +0300
commit8c9b320a8ee438b5db12d5aaa8c0ba08d1b5c29d (patch)
treef3dd287d53c99b65093763dc1bd4ec4d6a235f4b /gdb/doc
parent1779689128d45ca6fd1d1484f2fd907ac791873e (diff)
downloadgdb-8c9b320a8ee438b5db12d5aaa8c0ba08d1b5c29d.zip
gdb-8c9b320a8ee438b5db12d5aaa8c0ba08d1b5c29d.tar.gz
gdb-8c9b320a8ee438b5db12d5aaa8c0ba08d1b5c29d.tar.bz2
gdb: Document the 'metadata' styling in GDB displays.
The 'metadata' styling was never documented in the GDB manual. This fills that gap.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/gdb.texinfo10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 38ad2ac..08d3f70 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -26425,6 +26425,16 @@ the user attention to some specific parts of their output. For example,
the command @command{apropos -v REGEXP} uses the highlight style to
mark the documentation parts matching @var{regexp}.
+@item metadata
+Control the styling of data annotations added by @value{GDBN} to data
+it displays. By default, this style's intensity is dim. Metadata
+annotations include the @samp{repeats @var{n} times} annotation for
+suppressed display of repeated array elements (@pxref{Print Strings}),
+@samp{<unavailable>} and @w{@samp{<error @var{descr}>}} annotations
+for errors and @samp{<optimized-out>} annotations for optimized-out
+values in displaying stack frame information in backtraces
+(@pxref{Backtrace}), etc.
+
@item tui-border
Control the styling of the TUI border. Note that, unlike other
styling options, only the color of the border can be controlled via