mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +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:
@ -1,5 +1,7 @@
|
|||||||
2010-06-04 Michael Snyder <msnyder@vmware.com>
|
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.
|
* gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
|
||||||
|
|
||||||
2010-06-04 Doug Evans <dje@google.com>
|
2010-06-04 Doug Evans <dje@google.com>
|
||||||
|
@ -123,11 +123,11 @@ gdb_test "info break" \
|
|||||||
#
|
#
|
||||||
# Test not setting a pending breakpoint
|
# Test not setting a pending breakpoint
|
||||||
#
|
#
|
||||||
gdb_test_multiple "break pendfunc2" "Don't set pending breakpoint" {
|
gdb_test "break pendfunc2" \
|
||||||
-re ".*Make breakpoint pending.*y or \\\[n\\\]. $" {
|
"" \
|
||||||
gdb_test "n" "" "Don't set pending breakpoint"
|
"Don't set pending breakpoint" \
|
||||||
}
|
".*Make breakpoint pending.*y or \\\[n\\\]. $" \
|
||||||
}
|
"n"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add condition to pending breakpoint
|
# Add condition to pending breakpoint
|
||||||
|
Reference in New Issue
Block a user