From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13213 invoked by alias); 2 Feb 2004 14:25:04 -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 13202 invoked from network); 2 Feb 2004 14:25:04 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 2 Feb 2004 14:25:04 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 197EB2B96; Mon, 2 Feb 2004 09:25:05 -0500 (EST) Message-ID: <401E5DC0.9020904@gnu.org> Date: Mon, 02 Feb 2004 14:25:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 MIME-Version: 1.0 To: Daniel Jacobowitz , Roland McGrath Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] auxv support References: <200401310013.i0V0DnGE018646@magilla.sf.frob.com> <20040201060419.GA22586@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-02/txt/msg00023.txt.bz2 > > Seems reasonable. Probably the packet will need to be conditionally > supported (see packet_ok, remote_P_packet or so). The mechanism for > doing that at the moment involves a couple of copy/pastes, it needs > cleaning up eventually. > Daniel, remember, proposals to either change or extend the protocol first need to be discussed on gdb@. Roland, for the remote changes, can you start a new thread on gdb@ describing what you're thinking (since it needs doco changes, people often present it as a diff to gdb/doc/gdb.texinfo)? Andrew