From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25101 invoked by alias); 21 Nov 2011 01:55:14 -0000 Received: (qmail 20935 invoked by uid 9176); 21 Nov 2011 01:54:47 -0000 Date: Mon, 21 Nov 2011 01:55:00 -0000 From: GDB Administrator To: gdb-patches@sourceware.org Subject: New ARI warning Mon Nov 21 01:54:46 UTC 2011 Message-ID: <20111121015447.GA20929@sourceware.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i 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 X-SW-Source: 2011-11/txt/msg00536.txt.bz2 423a424 > gdb/jit.c:991: obsolete: frame_register_read: Replace frame_register_read() with get_frame_register(), or possibly introduce a new method safe_get_frame_register() gdb/jit.c:991: value->defined = frame_register_read (priv->this_frame, gdb_reg, 812a814,815 > gdb/remote.c:10480: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf gdb/remote.c:10480: sprintf (rs->buf, ', val); > gdb/remote.c:10520: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf gdb/remote.c:10520: sprintf (rs->buf, '); 997a1001,1002 > gdb/tracepoint.c:1798: gettext: _ markup: All messages should be marked up with _. gdb/tracepoint.c:1798: warning ("Target does not support trace user/notes, info ignored"); > gdb/tracepoint.c:1858: gettext: _ markup: All messages should be marked up with _. gdb/tracepoint.c:1858: warning ("Target does not support trace notes, note ignored"); 1001a1007,1009 > gdb/tracepoint.c:3160: gettext: _ markup: All messages should be marked up with _. gdb/tracepoint.c:3160: warning ("Target does not support trace notes, user ignored"); > gdb/tracepoint.c:3172: gettext: _ markup: All messages should be marked up with _. gdb/tracepoint.c:3172: warning ("Target does not support trace notes, note ignored"); > gdb/tracepoint.c:3184: gettext: _ markup: All messages should be marked up with _. gdb/tracepoint.c:3184: warning ("Target does not support trace notes, stop note ignored");