From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6176 invoked by alias); 30 Jan 2004 23:35:17 -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 6168 invoked from network); 30 Jan 2004 23:35:17 -0000 Received: from unknown (HELO localhost.redhat.com) (66.187.230.200) by sources.redhat.com with SMTP; 30 Jan 2004 23:35:17 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id D50E82B92; Fri, 30 Jan 2004 18:31:49 -0500 (EST) Message-ID: <401AE965.7020302@gnu.org> Date: Fri, 30 Jan 2004 23:35: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: <200401290259.i0T2x1c6001143@magilla.sf.frob.com> <20040130190357.GA18536@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-01/txt/msg00768.txt.bz2 > Since Andrew submitted a previous patch for the same feature, I'd > appreciate it if he would look over this also. The target vector update is fine. Roland, Would you be able to also knock up an "auxv.exp" test case? Something to run the command and, most notably, fail if "???" comes out as the auxv entry name? Also, just file a bug reports that there isn't an equivalent MI auxv command, and that those other commands need need documenting. I'll (or someone) will need to come back to that. Andrew