mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
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:
@ -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>
|
2004-02-26 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
Fix PR i18n/1570.
|
Fix PR i18n/1570.
|
||||||
|
@ -66,7 +66,7 @@ gdb_reinitialize_dir $srcdir/$subdir
|
|||||||
gdb_load $binfile
|
gdb_load $binfile
|
||||||
|
|
||||||
gdb_test_multiple "b langs0" "break on nonexistent function in langs.exp" {
|
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"
|
gdb_test "n" "" "break on nonexistent function in langs.exp"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user