From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11502 invoked by alias); 22 Nov 2002 04:36:02 -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 11495 invoked from network); 22 Nov 2002 04:36:02 -0000 Received: from unknown (HELO crack.them.org) (65.125.64.184) by sources.redhat.com with SMTP; 22 Nov 2002 04:36:02 -0000 Received: from nevyn.them.org ([66.93.61.169] ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 18F7QJ-0000Lp-00; Fri, 22 Nov 2002 00:36:20 -0600 Received: from drow by nevyn.them.org with local (Exim 3.36 #1 (Debian)) id 18F5Xt-0006W0-00; Thu, 21 Nov 2002 23:36:01 -0500 Date: Thu, 21 Nov 2002 20:36:00 -0000 From: Daniel Jacobowitz To: David Carlton Cc: gdb-patches@sources.redhat.com Subject: Re: [5.3 PATCH] Fix a typo in maint.c Message-ID: <20021122043601.GA25005@nevyn.them.org> Mail-Followup-To: David Carlton , gdb-patches@sources.redhat.com References: <20021121193957.GA18780@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.1i X-SW-Source: 2002-11/txt/msg00534.txt.bz2 On Thu, Nov 21, 2002 at 04:45:57PM -0800, David Carlton wrote: > On Thu, 21 Nov 2002 14:39:57 -0500, Daniel Jacobowitz said: > > > Francesco Potorti` pointed out a little grammatical problem in > > the online help. Fixed thusly, branch and head. > > The testsuite needs to be updated for this, too. Bad Dan, no biscuit. Thanks for the pointer, I fixed this. Checked in as really blindingly obvious. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer 2002-11-21 Daniel Jacobowitz * gdb.base/maint.exp (help maint dump-me): Update with typo fix. Index: testsuite/gdb.base/maint.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/maint.exp,v retrieving revision 1.14 diff -u -p -r1.14 maint.exp --- testsuite/gdb.base/maint.exp 18 Sep 2002 23:53:52 -0000 1.14 +++ testsuite/gdb.base/maint.exp 22 Nov 2002 04:30:02 -0000 @@ -499,7 +499,7 @@ if [ishost *cygwin*] { } send_gdb "help maint dump-me\n" gdb_expect { - -re "Get fatal error; make debugger dump its core\\.\r\nGDB sets it's handling of SIGQUIT back to SIG_DFL and then sends\r\nitself a SIGQUIT signal\\..*$gdb_prompt $"\ + -re "Get fatal error; make debugger dump its core\\.\r\nGDB sets its handling of SIGQUIT back to SIG_DFL and then sends\r\nitself a SIGQUIT signal\\..*$gdb_prompt $"\ { pass "help maint dump-me" } -re ".*$gdb_prompt $" { fail "help maint dump-me" } timeout { fail "(timeout) help maint dump-me" }