aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2022-03-09 17:26:37 -0700
committerTom Tromey <tom@tromey.com>2022-03-31 18:01:38 -0600
commit8839e3f3b0d1af5d93ba1d4f667ce33936bb7db2 (patch)
tree3415fb5146ff047711b8fad2c594443a7c52bcb6 /gdb/doc
parentd7abb2c4bd748e5fc54f3e2585fe295fb60300f0 (diff)
downloadgdb-8839e3f3b0d1af5d93ba1d4f667ce33936bb7db2.zip
gdb-8839e3f3b0d1af5d93ba1d4f667ce33936bb7db2.tar.gz
gdb-8839e3f3b0d1af5d93ba1d4f667ce33936bb7db2.tar.bz2
Style URLs in GDB output
I noticed that GDB will display URLs in a few spots. This changes them to be styled. Originally I thought I'd introduce a new "url" style, but there aren't many places to use this, so I just reused filename styling instead. This patch also changes the debuginfod URL list to be printed one URL per line. I think this is probably a bit easier to read.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/gdb.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index a4afa75..d21fd0d 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -26238,7 +26238,7 @@ their characteristics and the visual aspect of each style.
The style-able objects are:
@table @code
@item filename
-Control the styling of file names. By default, this style's
+Control the styling of file names and URLs. By default, this style's
foreground color is green.
@item function