mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 02:53:48 +08:00
2010-06-04 Michael Snyder <msnyder@vmware.com>
* gdb.base/pending.exp: Replace gdb_test_multiple with gdb_test.
This commit is contained in:
parent
dc226d5aea
commit
f7ae76b3b9
@ -1,5 +1,7 @@
|
||||
2010-06-04 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* gdb.base/pending.exp: Replace gdb_test_multiple with gdb_test.
|
||||
|
||||
* gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
|
||||
|
||||
2010-06-04 Doug Evans <dje@google.com>
|
||||
|
@ -123,11 +123,11 @@ gdb_test "info break" \
|
||||
#
|
||||
# Test not setting a pending breakpoint
|
||||
#
|
||||
gdb_test_multiple "break pendfunc2" "Don't set pending breakpoint" {
|
||||
-re ".*Make breakpoint pending.*y or \\\[n\\\]. $" {
|
||||
gdb_test "n" "" "Don't set pending breakpoint"
|
||||
}
|
||||
}
|
||||
gdb_test "break pendfunc2" \
|
||||
"" \
|
||||
"Don't set pending breakpoint" \
|
||||
".*Make breakpoint pending.*y or \\\[n\\\]. $" \
|
||||
"n"
|
||||
|
||||
#
|
||||
# Add condition to pending breakpoint
|
||||
|
Loading…
Reference in New Issue
Block a user