From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8600 invoked by alias); 24 Jul 2011 17:41:15 -0000 Received: (qmail 8591 invoked by uid 22791); 24 Jul 2011 17:41:15 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 24 Jul 2011 17:41:01 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id p6OHesEF027555; Sun, 24 Jul 2011 19:40:54 +0200 (CEST) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id p6OHeqAg000789; Sun, 24 Jul 2011 19:40:52 +0200 (CEST) Date: Sun, 24 Jul 2011 18:04:00 -0000 Message-Id: <201107241740.p6OHeqAg000789@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: uweigand@de.ibm.com CC: drow@false.org, jan.kratochvil@redhat.com, tromey@redhat.com, gdb-patches@sourceware.org In-reply-to: <201107221743.p6MHhYCs031716@d06av02.portsmouth.uk.ibm.com> (uweigand@de.ibm.com) Subject: Re: [rfc] Re: Remote testsuite problem: invalid executable cache References: <201107221743.p6MHhYCs031716@d06av02.portsmouth.uk.ibm.com> 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/msg00672.txt.bz2 > Date: Fri, 22 Jul 2011 19:43:34 +0200 (CEST) > From: "Ulrich Weigand" > > Index: gdb/testsuite/gdb.python/py-mi.exp > =================================================================== > RCS file: /cvs/src/src/gdb/testsuite/gdb.python/py-mi.exp,v > retrieving revision 1.11 > diff -u -p -r1.11 py-mi.exp > --- gdb/testsuite/gdb.python/py-mi.exp 16 May 2011 13:56:40 -0000 1.11 > +++ gdb/testsuite/gdb.python/py-mi.exp 22 Jul 2011 17:34:25 -0000 > @@ -286,7 +286,7 @@ mi_list_varobj_children nstype2 { > > # C++ MI tests > gdb_exit > -if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" \ > +if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}-c++" \ > executable {debug c++ additional_flags=-DMI}] != "" } { > untested "Couldn't compile ${srcfile} in c++ mode" > return -1 > @@ -297,7 +297,7 @@ if [mi_gdb_start] { > } > mi_delete_breakpoints > mi_gdb_reinitialize_dir $srcdir/$subdir > -mi_gdb_load ${binfile} > +mi_gdb_load ${binfile}-c++ Using the '+' character in filenames may not be the best idea.