2004-02-23 Jeff Johnston <jjohnstn@redhat.com>

* lib/gdb.exp (gdb_breakpoint): Update query string to match
        new nquery format.
        * gdb.base/pending.exp: Ditto.
This commit is contained in:
Jeff Johnston 2004-02-23 19:27:46 +00:00
parent 3457d66e5b
commit 9f27c60433
3 changed files with 11 additions and 5 deletions

View file

@ -275,7 +275,7 @@ proc gdb_breakpoint { function } {
-re "Breakpoint \[0-9\]* at .*: file .*, line $decimal.\r\n$gdb_prompt $" {}
-re "Breakpoint \[0-9\]*: file .*, line $decimal.\r\n$gdb_prompt $" {}
-re "Breakpoint \[0-9\]* at .*$gdb_prompt $" {}
-re "Make breakpoint pending.*y or n. $" {
-re "Make breakpoint pending.*y or \\\[n\\\]. $" {
send_gdb "n\n"
exp_continue
}