From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9066 invoked by alias); 25 Feb 2004 20:20:15 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 8993 invoked from network); 25 Feb 2004 20:20:13 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 25 Feb 2004 20:20:13 -0000 Received: from drow by nevyn.them.org with local (Exim 4.30 #1 (Debian)) id 1Aw5Vs-0005m7-H6; Wed, 25 Feb 2004 15:20:12 -0500 Date: Wed, 25 Feb 2004 20:20:00 -0000 From: Daniel Jacobowitz To: Roland McGrath Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] remote protocol support for TARGET_OBJECT_AUXV Message-ID: <20040225202012.GB21911@nevyn.them.org> Mail-Followup-To: Roland McGrath , gdb-patches@sources.redhat.com References: <200402251941.i1PJfx4p004863@magilla.sf.frob.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402251941.i1PJfx4p004863@magilla.sf.frob.com> User-Agent: Mutt/1.5.1i X-SW-Source: 2004-02/txt/msg00741.txt.bz2 On Wed, Feb 25, 2004 at 11:41:59AM -0800, Roland McGrath wrote: > 2004-02-25 Roland McGrath > > * target.h (struct target_ops): New member `read_auxv'. > * server.c (handle_query): Handle qPart:auxv:read: query using that. > * linux-low.c (linux_read_auxv): New function. > (linux_target_ops): Initialize `read_auxv' member to that. > + strcpy (own_buf, "OK"); Convention is to use write_ok. Otherwise approved. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer