+2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * killed.exp: Correct gdb_expect syntax.
+
2005-08-09 Corinna Vinschen <vinschen@redhat.com>
* lib/mi-support.exp (mi_gdb_load): Fix typo.
-# Copyright 2002, 2003 Free Software Foundation, Inc.
+# Copyright 2002, 2003, 2005 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-re "$gdb_prompt $" {
pass "run program to completion"
}
- timeout "$gdb_prompt $" {
+ timeout {
fail "run program to completion (timeout)"
}
}