mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
2010-06-04 Michael Snyder <msnyder@vmware.com>
* gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2010-06-04 Michael Snyder <msnyder@vmware.com>
|
||||||
|
|
||||||
|
* 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>
|
||||||
|
|
||||||
* gdb.python/py-prettyprint.exp: Add new test for enabled and
|
* gdb.python/py-prettyprint.exp: Add new test for enabled and
|
||||||
|
@ -52,7 +52,7 @@ if ![runto_main] then {
|
|||||||
|
|
||||||
gdb_test "next" ".*return 0;" "step past initialization"
|
gdb_test "next" ".*return 0;" "step past initialization"
|
||||||
|
|
||||||
gdb_test_multiple "print *obj" "" {
|
gdb_test_multiple "print *obj" "print *obj" {
|
||||||
-re "Cannot access memory.*$gdb_prompt $" {
|
-re "Cannot access memory.*$gdb_prompt $" {
|
||||||
fail "print *obj"
|
fail "print *obj"
|
||||||
}
|
}
|
||||||
@ -61,7 +61,7 @@ gdb_test_multiple "print *obj" "" {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
gdb_test_multiple "print obj->myB" "" {
|
gdb_test_multiple "print obj->myB" "print obj->myB" {
|
||||||
-re "Cannot access memory.*$gdb_prompt $" {
|
-re "Cannot access memory.*$gdb_prompt $" {
|
||||||
fail "print obj->myB"
|
fail "print obj->myB"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user