public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 1/6] gdbserver (linux_debug): Remove extraneous \n from output.
@ 2013-12-17 21:40 Doug Evans
  2013-12-18 11:14 ` Pedro Alves
  0 siblings, 1 reply; 2+ messages in thread
From: Doug Evans @ 2013-12-17 21:40 UTC (permalink / raw)
  To: gdb-patches

Hi.

The blank lines make reading the output hard because one expects them
to separate major sections not trivial or random ones.

2013-12-17  Doug Evans  <dje@google.com>

	* nat/linux-waitpid.c (linux_debug): Remove extraneous \n from output.

---
 gdb/nat/linux-waitpid.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gdb/nat/linux-waitpid.c b/gdb/nat/linux-waitpid.c
index 2debea4..9a42ffa 100644
--- a/gdb/nat/linux-waitpid.c
+++ b/gdb/nat/linux-waitpid.c
@@ -40,7 +40,6 @@ linux_debug (const char *format, ...)
       va_list args;
       va_start (args, format);
       vfprintf (stderr, format, args);
-      fprintf (stderr, "\n");
       va_end (args);
     }
 #else
-- 
1.8.5.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/6] gdbserver (linux_debug): Remove extraneous \n from output.
  2013-12-17 21:40 [PATCH 1/6] gdbserver (linux_debug): Remove extraneous \n from output Doug Evans
@ 2013-12-18 11:14 ` Pedro Alves
  0 siblings, 0 replies; 2+ messages in thread
From: Pedro Alves @ 2013-12-18 11:14 UTC (permalink / raw)
  To: Doug Evans; +Cc: gdb-patches

On 12/17/2013 09:40 PM, Doug Evans wrote:
> Hi.
> 
> The blank lines make reading the output hard because one expects them
> to separate major sections not trivial or random ones.

OK, thanks.

> 2013-12-17  Doug Evans  <dje@google.com>
> 
> 	* nat/linux-waitpid.c (linux_debug): Remove extraneous \n from output.

(Line too long.  fill-column is 74 for ChangeLogs)

-- 
Pedro Alves

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-12-18 11:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-17 21:40 [PATCH 1/6] gdbserver (linux_debug): Remove extraneous \n from output Doug Evans
2013-12-18 11:14 ` Pedro Alves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).