]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb.base/maint.exp (help maint dump-me): Update with typo fix.
authorDaniel Jacobowitz <drow@false.org>
Fri, 22 Nov 2002 04:32:24 +0000 (04:32 +0000)
committerDaniel Jacobowitz <drow@false.org>
Fri, 22 Nov 2002 04:32:24 +0000 (04:32 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/maint.exp

index 015b4af351dedb64c89d6a71254a87bdde055f37..03b1c0b61ce05dab6fd7beeb80f4f280441e36eb 100644 (file)
@@ -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-13  Jim Blandy  <jimb@redhat.com>
 
        * gdb.base/step-line.exp: Check that GDB can handle filenames that
index ac2e9f8752665682f0b32ae674849ba2aaa2c809..bd72ec65d19bb0a5ee5d47e855a440978baf8c03 100644 (file)
@@ -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" }