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 09b25a4e93c5832360401d1e66a0f14e85f2e9bd..2e16c4ad871c40e7d0e5fcbc85fb5b6f1cea579e 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 a81df664f7d5f1625867d0af323497c0c1d84ae1..49b9c5d5adfbd9427cbf5ea4945eff885234dcf3 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"
        }
This page took 0.039835 seconds and 4 git commands to generate.