public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* New ARI warning Sat Jan 10 01:54:00 UTC 2015
@ 2015-01-10  1:54 GDB Administrator
  2015-01-13 10:48 ` Joel Brobecker
  0 siblings, 1 reply; 4+ messages in thread
From: GDB Administrator @ 2015-01-10  1:54 UTC (permalink / raw)
  To: gdb-patches

315a316
> gdb/linux-nat.c:1184: gettext: trailing new line: A message should not have a trailing new line
gdb/linux-nat.c:1184:	      warning (_("Cannot attach to lwp %d: %s\n"),
420a422,424
> gdb/nat/linux-procfs.c:215: gettext: trailing new line: A message should not have a trailing new line
gdb/nat/linux-procfs.c:215:      warning (_("Could not open /proc/%ld/task.\n"), (long) pid);
> gdb/nat/linux-ptrace.c:76: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/nat/linux-ptrace.c:76:				strerror (err), err, warnings);
> gdb/nat/linux-ptrace.c:79: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/nat/linux-ptrace.c:79:				strerror (err), err);
714d717
< gdb/tui/tui-hooks.c:266: deprecated: deprecated query_hook: Do not use deprecated query_hook, see declaration for details
gdb/tui/tui-hooks.c:266:  deprecated_query_hook = tui_query_hook;
759d761
< gdb/utils.c:1552: code: OP eol: Do not use &&, or || at the end of a line
gdb/utils.c:1552:      (c >= 0x7F && c < 0xA0) ||	 

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

end of thread, other threads:[~2015-01-13 10:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-10  1:54 New ARI warning Sat Jan 10 01:54:00 UTC 2015 GDB Administrator
2015-01-13 10:48 ` Joel Brobecker
2015-01-13 10:48   ` [PATCH 1/2] [ARI] Remove trailing new-line in argument of call to warning Joel Brobecker
2015-01-13 10:48   ` [PATCH 2/2] " Joel Brobecker

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).