* [5.3 PATCH] Fix a typo in maint.c
@ 2002-11-21 11:40 Daniel Jacobowitz
2002-11-21 16:46 ` David Carlton
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Jacobowitz @ 2002-11-21 11:40 UTC (permalink / raw)
To: gdb-patches
Francesco Potorti` <pot@gnu.org> pointed out a little grammatical problem in
the online help. Fixed thusly, branch and head.
--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer
2002-11-21 Daniel Jacobowitz <drow@mvista.com>
* maint.c (_initialize_maint_cmds): Fix typo. From
Francesco Potorti` <pot@gnu.org>.
Index: maint.c
===================================================================
RCS file: /cvs/src/src/gdb/maint.c,v
retrieving revision 1.28
diff -u -p -r1.28 maint.c
--- maint.c 18 Sep 2002 23:53:51 -0000 1.28
+++ maint.c 21 Nov 2002 19:36:29 -0000
@@ -697,7 +697,7 @@ Configure variables internal to GDB that
#ifndef _WIN32
add_cmd ("dump-me", class_maintenance, maintenance_dump_me,
"Get fatal error; make debugger dump its core.\n\
-GDB sets it's handling of SIGQUIT back to SIG_DFL and then sends\n\
+GDB sets its handling of SIGQUIT back to SIG_DFL and then sends\n\
itself a SIGQUIT signal.",
&maintenancelist);
#endif
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [5.3 PATCH] Fix a typo in maint.c
2002-11-21 11:40 [5.3 PATCH] Fix a typo in maint.c Daniel Jacobowitz
@ 2002-11-21 16:46 ` David Carlton
2002-11-21 20:36 ` Daniel Jacobowitz
0 siblings, 1 reply; 3+ messages in thread
From: David Carlton @ 2002-11-21 16:46 UTC (permalink / raw)
To: Daniel Jacobowitz; +Cc: gdb-patches
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.
David Carlton
carlton@math.stanford.edu
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [5.3 PATCH] Fix a typo in maint.c
2002-11-21 16:46 ` David Carlton
@ 2002-11-21 20:36 ` Daniel Jacobowitz
0 siblings, 0 replies; 3+ messages in thread
From: Daniel Jacobowitz @ 2002-11-21 20:36 UTC (permalink / raw)
To: David Carlton; +Cc: gdb-patches
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" }
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-11-22 4:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-21 11:40 [5.3 PATCH] Fix a typo in maint.c Daniel Jacobowitz
2002-11-21 16:46 ` David Carlton
2002-11-21 20:36 ` Daniel Jacobowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox