]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove spurious newline on debug printf
authorLuis Machado <luis.machado@linaro.org>
Thu, 10 Dec 2020 15:16:21 +0000 (12:16 -0300)
committerLuis Machado <luis.machado@linaro.org>
Thu, 10 Dec 2020 15:25:02 +0000 (12:25 -0300)
commitae1f4d2d99ac57fd9b883982f440b6c859d089b9
treecf5c85eb4367617301f57e82097898ef66f113f6
parent6afcd2d4161165fd976c55a9792dbcccd2d5d106
Remove spurious newline on debug printf

I noticed a spurious newline on infrun debugging output. The following patch
fixes that. I'll push as obvious.

gdb/ChangeLog:

2020-12-10  Luis Machado  <luis.machado@linaro.org>

* breakpoint.c (should_be_inserted): Don't output newline.
gdb/ChangeLog
gdb/breakpoint.c