This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [5.3 PATCH] Fix a typo in maint.c


On Thu, Nov 21, 2002 at 04:45:57PM -0800, David Carlton wrote:
> On Thu, 21 Nov 2002 14:39:57 -0500, Daniel Jacobowitz <drow@mvista.com> said:
> 
> > Francesco Potorti` <pot@gnu.org> 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  <drow@mvista.com>

	* 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" }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]