From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17582 invoked by alias); 2 Jun 2010 21:51:48 -0000 Received: (qmail 17565 invoked by uid 22791); 2 Jun 2010 21:51:46 -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; Wed, 02 Jun 2010 21:51:42 +0000 Received: from mailhost4.vmware.com (mailhost4.vmware.com [10.16.67.124]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id 947615A000; Wed, 2 Jun 2010 14:51:41 -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 8AB71C9A57; Wed, 2 Jun 2010 14:51:41 -0700 (PDT) Message-ID: <4C06D26D.1010701@vmware.com> Date: Wed, 02 Jun 2010 21:51: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" Subject: Re: [RFA] gdb.python, gdb.reverse, gdb.server, use gdb_test_no_output References: <4C06BC77.9040300@vmware.com> <20100602213543.GZ3019@adacore.com> In-Reply-To: <20100602213543.GZ3019@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-06/txt/msg00070.txt.bz2 Joel Brobecker wrote: >> 2010-06-02 Michael Snyder >> >> * gdb.python/py-block.exp: Use gdb_test_no_output. >> * gdb.python/py-prettyprint.exp: Ditto. >> * gdb.python/py-template.exp: Ditto. >> * gdb.python/py-value.exp: Ditto. >> >> * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output. >> * gdb.reverse/watch-reverse.exp: Ditto. >> >> * gdb.server/ext-attach.exp: Use gdb_test_no_output. >> * gdb.server/ext-run.exp: Ditto. > > This is OK too. Committed.