From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3685 invoked by alias); 9 Jan 2002 00:59:48 -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 3657 invoked from network); 9 Jan 2002 00:59:44 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.114.42.213) by sources.redhat.com with SMTP; 9 Jan 2002 00:59:44 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 3CC053C48; Tue, 8 Jan 2002 19:59:41 -0500 (EST) Message-ID: <3C3B95FD.50803@cygnus.com> Date: Tue, 08 Jan 2002 16:59:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Michael Snyder , Elena Zannoni Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Add new cmd line parameter "--pid" for attach. References: <200201050321.g053L6l16505@reddwarf.cygnus.com> <15418.21637.258565.54021@localhost.cygnus.com> <3C3B70ED.D8256B4A@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00158.txt.bz2 > About this, I have a question, what happens if you have a corefile >> whose name starts with a digit? I tried it and I get an error: I suspect the best thing to do is use a similar trick as recommended by some RM manuals given a file called ``-rf .'' i.e. ./1234567 enjoy, Andrew