From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2000 invoked by alias); 25 Jan 2012 19:41:10 -0000 Received: (qmail 1991 invoked by uid 22791); 25 Jan 2012 19:41:10 -0000 X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_LOW,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-vx0-f169.google.com (HELO mail-vx0-f169.google.com) (209.85.220.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 25 Jan 2012 19:40:57 +0000 Received: by vcbfl11 with SMTP id fl11so4505129vcb.0 for ; Wed, 25 Jan 2012 11:40:56 -0800 (PST) Received: by 10.220.225.1 with SMTP id iq1mr7981257vcb.51.1327520456354; Wed, 25 Jan 2012 11:40:56 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.225.1 with SMTP id iq1mr7981251vcb.51.1327520456249; Wed, 25 Jan 2012 11:40:56 -0800 (PST) Received: by 10.220.229.1 with HTTP; Wed, 25 Jan 2012 11:40:56 -0800 (PST) In-Reply-To: <20111229041111.GR23376@adacore.com> References: <20111228210206.B6B762461C9@ruffy.mtv.corp.google.com> <20111229041111.GR23376@adacore.com> Date: Wed, 25 Jan 2012 20:00:00 -0000 Message-ID: Subject: Re: [RFC] Initial pass at supporting the Go language From: Doug Evans To: Joel Brobecker Cc: gdb-patches@sourceware.org X-System-Of-Record: true X-Gm-Message-State: ALoCoQmAACxKGCpWnvEJ2AOMcrHmNme/idurtH322Bq8/H5aTdj2Q8dG9Sfk8Ikq+L4NtJe0/KqFjSqEuZdWEOO3wb6Tj3rO9EapLZ2seYIF31bZUypPmuGAimsuYh44WGwpsiw/Gc0LneV5mZr36iSKjX4X1viMOg== Content-Type: text/plain; charset=ISO-8859-1 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: 2012-01/txt/msg00874.txt.bz2 On Wed, Dec 28, 2011 at 8:11 PM, Joel Brobecker wrote: >> This patch is a first pass at supporting the Go language. >> There's still lots to do, but this is a start. > > [...] > > Just a tiny thing that sort of caught my attention while flash > forwarding the testing part of your code (nice number of tests!). > >> +# Start with a fresh gdb. >> + >> +gdb_exit >> +gdb_start >> +gdb_reinitialize_dir $srcdir/$subdir > > Use clean_restart? [catching up on my go port ...] clean_restart also does gdb_load and these tests run without any inferior.