From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15943 invoked by alias); 25 Jul 2011 21:41:14 -0000 Received: (qmail 15934 invoked by uid 22791); 25 Jul 2011 21:41:14 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from elasmtp-mealy.atl.sa.earthlink.net (HELO elasmtp-mealy.atl.sa.earthlink.net) (209.86.89.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 25 Jul 2011 21:41:00 +0000 Received: from [70.170.59.51] (helo=macbook-2.local) by elasmtp-mealy.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1QlStY-0006RM-7k for gdb-patches@sourceware.org; Mon, 25 Jul 2011 17:41:00 -0400 Message-ID: <4E2DE2EB.6020402@earthlink.net> Date: Tue, 26 Jul 2011 01:01:00 -0000 From: Stan Shebs User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Re: [rfc] Re: Remote testsuite problem: invalid executable cache References: <201107251740.p6PHeL3s020964@d06av02.portsmouth.uk.ibm.com> In-Reply-To: <201107251740.p6PHeL3s020964@d06av02.portsmouth.uk.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: ae6f8838ff913eba0cc1426638a40ef67e972de0d01da940e9f949b2bc456572b700c5e1de01860a350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-07/txt/msg00714.txt.bz2 On 7/25/11 10:40 AM, Ulrich Weigand wrote: > Mark Kettenis wrote: > >>> +mi_gdb_load ${binfile}-c++ >> Using the '+' character in filenames may not be the best idea. > Is this really a problem? I thought '+' was supported just about > everywhere ... (There's filenames containing '+' in the GDB source > repository, for example.) I would be inclined to avoid '+' myself, not because of the filesystem, but because of potential tcl/dejagnu regexp hell. (Yes, it can be worked around, but it gets annoying when 54 backslashes in a row is not enough :-) ) Stan stan@codesourcery.com