From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15820 invoked by alias); 16 Apr 2004 17:30:36 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 15767 invoked from network); 16 Apr 2004 17:30:34 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 16 Apr 2004 17:30:34 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 654B247D63; Fri, 16 Apr 2004 10:30:34 -0700 (PDT) Date: Fri, 16 Apr 2004 17:30:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: Re: [RFA/testsuite] Fix failures in observer.exp Message-ID: <20040416173034.GH22414@gnat.com> References: <20040416171410.GE22414@gnat.com> <20040416171719.GF22414@gnat.com> <20040416171937.GA24197@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040416171937.GA24197@nevyn.them.org> User-Agent: Mutt/1.4i X-SW-Source: 2004-04/txt/msg00366.txt.bz2 > > + # Call observer_notify_normal_stop. Note that this procedure > > + # takes one argument, but this argument is ignored by the observer > > + # callbacks we have installed. So we just pass an arbitrary value. > > + gdb_test "call observer_notify_normal_stop (0)" "" \ > > Full stops get two spaces. Otherwise obviously OK. Grrr, I can't believe I made this mistake! Fixed and checked in. Thank you! -- Joel