From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32060 invoked by alias); 14 Nov 2014 18:43:35 -0000 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 Received: (qmail 32050 invoked by uid 89); 14 Nov 2014 18:43:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.0 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 14 Nov 2014 18:43:33 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sAEIhUlg020841 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 14 Nov 2014 13:43:30 -0500 Received: from host2.jankratochvil.net (ovpn-116-94.ams2.redhat.com [10.36.116.94]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id sAEIhROo030999 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NO); Fri, 14 Nov 2014 13:43:29 -0500 Date: Fri, 14 Nov 2014 18:43:00 -0000 From: Jan Kratochvil To: Yao Qi Cc: gdb-patches@sourceware.org Subject: Re: [PATCH v3 14/14] the "compile" command Message-ID: <20141114184326.GA18035@host2.jankratochvil.net> References: <20141101214552.13230.45564.stgit@host1.jankratochvil.net> <20141101214733.13230.49968.stgit@host1.jankratochvil.net> <87y4rsqvva.fsf@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87y4rsqvva.fsf@codesourcery.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2014-11/txt/msg00331.txt.bz2 On Mon, 03 Nov 2014 14:03:37 +0100, Yao Qi wrote: > Jan Kratochvil writes: > > > 2014-10-07 Phil Muldoon > > Jan Kratochvil > > Tom Tromey > > > > * gdb.dwarf2/compile-ops.exp: New file. > > * gdb.threads/compile-tls.c: New file. > > * gdb.threads/compile-tls.exp: New file. > > * gdb.base/compile-constvar.S: New file. > > * gdb.base/compile-constvar.c: New file. > > * gdb.base/compile-mod.c: New file. > > * gdb.base/compile-nodebug.c: New file. > > * gdb.base/compile-setjmp-mod.c: New file. > > * gdb.base/compile-setjmp.c: New file. > > * gdb.base/compile-setjmp.exp: New file. > > * gdb.base/compile-shlib.c: New file. > > * gdb.base/compile.c: New file. > > * gdb.base/compile.exp: New file. > > Probably we can put these tests into gdb.compile. Done, to be in the next patch series. Thanks, Jan