OSDN Git Service

2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Thu, 26 Feb 2004 19:36:16 +0000 (19:36 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Thu, 26 Feb 2004 19:36:16 +0000 (19:36 +0000)
        * gdb.base/langs.exp: Update query string to match the
        new nquery format used for pending breakpoints.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/langs.exp

index 09b25a4..2e16c4a 100644 (file)
@@ -1,3 +1,8 @@
+2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * gdb.base/langs.exp: Update query string to match the
+       new nquery format used for pending breakpoints.
+
 2004-02-26  Andrew Cagney  <cagney@redhat.com>
 
        Fix PR i18n/1570.
index a81df66..49b9c5d 100644 (file)
@@ -66,7 +66,7 @@ gdb_reinitialize_dir $srcdir/$subdir
 gdb_load $binfile
 
 gdb_test_multiple "b langs0" "break on nonexistent function in langs.exp" {
-       -re "Function \"langs0\" not defined\..*Make breakpoint pending on future shared library load.*y or n. $" {
+       -re "Function \"langs0\" not defined\..*Make breakpoint pending on future shared library load.*y or .n.. $" {
 
                gdb_test "n" "" "break on nonexistent function in langs.exp"
        }