Style URLs in GDB output
authorTom Tromey <tom@tromey.com>
Thu, 10 Mar 2022 00:26:37 +0000 (17:26 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 1 Apr 2022 00:01:38 +0000 (18:01 -0600)
commit8839e3f3b0d1af5d93ba1d4f667ce33936bb7db2
tree3415fb5146ff047711b8fad2c594443a7c52bcb6
parentd7abb2c4bd748e5fc54f3e2585fe295fb60300f0
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.
gdb/debuginfod-support.c
gdb/doc/gdb.texinfo
gdb/main.c
gdb/testsuite/gdb.base/style.exp
gdb/top.c
gdb/utils.c