diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-11-22 04:31:21 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-11-22 04:31:21 +0000 |
commit | 9e297a9744a5d723899cc73201720ed662caea3c (patch) | |
tree | 7a0c2e9a3794b1e4309ea68fb240ce423de2fc38 /gdb | |
parent | 4e0bf4c4d00096ac436378edaf7718dafec9ff82 (diff) | |
download | fsf-binutils-gdb-9e297a9744a5d723899cc73201720ed662caea3c.zip fsf-binutils-gdb-9e297a9744a5d723899cc73201720ed662caea3c.tar.gz fsf-binutils-gdb-9e297a9744a5d723899cc73201720ed662caea3c.tar.bz2 |
* gdb.base/maint.exp (help maint dump-me): Update with typo fix.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/maint.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 394e7dc..cca06f2 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-11-21 Daniel Jacobowitz <drow@mvista.com> + + * gdb.base/maint.exp (help maint dump-me): Update with typo fix. + 2002-11-08 Jeff Johnston <jjohnstn@redhat.com> * lib/mi-support.exp (mi_gdb_start): Verify the startup message diff --git a/gdb/testsuite/gdb.base/maint.exp b/gdb/testsuite/gdb.base/maint.exp index 51f4c9d..4d8ae07 100644 --- a/gdb/testsuite/gdb.base/maint.exp +++ b/gdb/testsuite/gdb.base/maint.exp @@ -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" } |