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.
This commit is contained in:
Jeff Johnston 2004-02-26 19:36:16 +00:00
parent de9811afe2
commit 9b50c11b36
2 changed files with 6 additions and 1 deletions

View 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.

View 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"
}