* gdb.base/maint.exp (help maint dump-me): Update with typo fix.
authorDaniel Jacobowitz <drow@false.org>
Fri, 22 Nov 2002 04:31:21 +0000 (04:31 +0000)
committerDaniel Jacobowitz <drow@false.org>
Fri, 22 Nov 2002 04:31:21 +0000 (04:31 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/maint.exp

index 394e7dca1f97edfd2aeffb87cc6cdbd54fc1e7e7..cca06f27e966f70a14358679b04e3952bc6eef7b 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-08  Jeff Johnston  <jjohnstn@redhat.com>
 
        * lib/mi-support.exp (mi_gdb_start): Verify the startup message 
index 51f4c9db208855646617482f1e99a2ae816f1c75..4d8ae07b0b52cd7673998271598b6e4e4fa4d00d 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" }
This page took 0.046231 seconds and 4 git commands to generate.