From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18324 invoked by alias); 20 May 2010 18:04:48 -0000 Received: (qmail 18300 invoked by uid 22791); 20 May 2010 18:04:47 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-outbound-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 20 May 2010 18:04:42 +0000 Received: from mailhost4.vmware.com (mailhost4.vmware.com [10.16.67.124]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id DD6F928010; Thu, 20 May 2010 11:04:40 -0700 (PDT) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by mailhost4.vmware.com (Postfix) with ESMTP id D3606C9A1B; Thu, 20 May 2010 11:04:40 -0700 (PDT) Message-ID: <4BF579B8.1040503@vmware.com> Date: Thu, 20 May 2010 18:08:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.22 (X11/20090609) MIME-Version: 1.0 To: Joel Brobecker CC: "gdb-patches@sourceware.org" , "pedro@codesourcery.com" Subject: Re: [rfa] gdb.base/volatile.exp / varargs.exp: replace send_gdb with gdb_test References: <4BF4497E.9040209@vmware.com> <201005201724.42637.pedro@codesourcery.com> <20100520163130.GB3019@adacore.com> <201005201746.48113.pedro@codesourcery.com> <20100520170639.GC3019@adacore.com> In-Reply-To: <20100520170639.GC3019@adacore.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2010-05/txt/msg00431.txt.bz2 Joel Brobecker wrote: > Michael: Are you up for implementing that function? It should be in > testsuite/lib/gdb.exp, and implemented using the code that Pedro > provided (minus the regexp part between the anchor and the \n\r). > Otherwise, I'll try to work on it later this afternoon for you. Joel, I am happy to let you do it. ;-) I'll continue to concentrate on the send_gdb changes, and maybe I'll hold off submitting them until I can include what you've done. Michael