gdb: remove tailing newlines from index_cache_debug calls
authorAndrew Burgess <aburgess@redhat.com>
Mon, 7 Feb 2022 17:13:34 +0000 (17:13 +0000)
committerAndrew Burgess <aburgess@redhat.com>
Tue, 8 Feb 2022 09:20:52 +0000 (09:20 +0000)
commitbafae5524e78a85322788d833a719af753ce14a2
treeb3b43ee786898568f7d7364cf652c85b1370ef1b
parent30a954525f4e53a9cd50a1a8a6f201c7cf6595c7
gdb: remove tailing newlines from index_cache_debug calls

I noticed that most of the calls to index_cache_debug include a
trailing newline.  As the new debug mechanism already adds a newline,
that means all of these debug calls result in a blank line being
printed, which I think is a mistake.

Remove all the trailing newlines.

I also reformatted one of the index_cache_debug where a string will
now fit onto a single line.

Unless 'set debug index-cache on' is used, there should be no visible
change in output after this commit.
gdb/dwarf2/index-cache.c