From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17103 invoked by alias); 3 Dec 2002 02:46:32 -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 17033 invoked from network); 3 Dec 2002 02:46:26 -0000 Received: from unknown (HELO localhost.redhat.com) (24.114.171.218) by sources.redhat.com with SMTP; 3 Dec 2002 02:46:26 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id D42573FEE; Mon, 2 Dec 2002 21:45:57 -0500 (EST) Message-ID: <3DEC1AE5.5080302@redhat.com> Date: Mon, 02 Dec 2002 18:46:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz , Andreas Schwab Cc: gdb-patches@sources.redhat.com Subject: Re: gdb --args mishandles empty arguments References: <20021203022336.GA8725@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-12/txt/msg00047.txt.bz2 > On Mon, Dec 02, 2002 at 03:42:18PM +0100, Andreas Schwab wrote: > >> With the intruduction of --args it is possible to construct empty >> arguments that need to be transformed to ''. >> >> Andreas. >> >> 2002-12-02 Andreas Schwab >> >> * infcmd.c (construct_inferior_arguments): Handle empty arguments. > > > This patch is OK. btw, is there a test case? actually, is this tested at all?