From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9127 invoked by alias); 10 Jan 2015 01:54:07 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 7242 invoked by uid 9176); 10 Jan 2015 01:54:00 -0000 Date: Sat, 10 Jan 2015 01:54:00 -0000 From: GDB Administrator To: gdb-patches@sourceware.org Subject: New ARI warning Sat Jan 10 01:54:00 UTC 2015 Message-ID: <20150110015400.GA7237@sourceware.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-12-10) X-SW-Source: 2015-01/txt/msg00245.txt.bz2 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) ||