From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24676 invoked by alias); 12 Sep 2014 17:10:56 -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 24660 invoked by uid 89); 12 Sep 2014 17:10:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00 autolearn=no version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 12 Sep 2014 17:10:55 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 4CDC911653D; Fri, 12 Sep 2014 13:10:53 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id g-SwCOVsC1Iu; Fri, 12 Sep 2014 13:10:53 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id DC44211653C; Fri, 12 Sep 2014 13:10:52 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id BE1F040E17; Fri, 12 Sep 2014 10:10:51 -0700 (PDT) Date: Fri, 12 Sep 2014 17:10:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: Edjunior Barbosa Machado , gdb-patches@sourceware.org, Ulrich Weigand , Sergio Durigan Junior Subject: Re: [PATCH] after gdb_run_cmd, gdb_expect -> gdb_test_multiple/gdb_test Message-ID: <20140912171051.GF4871@adacore.com> References: <1410490007-19756-1-git-send-email-emachado@linux.vnet.ibm.com> <5412C3F0.9000703@redhat.com> <20140912130051.GA4871@adacore.com> <5412F714.3040500@redhat.com> <20140912135012.GC4871@adacore.com> <54130176.1070208@gmail.com> <541310E1.5000806@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <541310E1.5000806@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-09/txt/msg00441.txt.bz2 > > I'm writing a test that converts all gdb_run_cmd -> gdb_expect > > cases to avoid this from spreading further. > > Patch pasted below. Thanks Pedro. I started reviewing it, and then switch to scanner-mode half way through. It looks great! > In a2-run.exp I converted one vxworks path, but left the others > in place... I'm tempted to nuke most of that vxworks stuff > out of the testsuite. Does anyone still care about it? I suspect no one does. I even suspect that no one even cares about whatever old version of vxworks is supported by GDB. IIRC, that code pre-dates my involvement in the GDB project, which started around 2001. -- Joel