* gdb.python/py-explore.exp: Expect the gdb prompt.

This commit is contained in:
Tom Tromey 2013-01-25 17:59:29 +00:00
parent 4d4ec4e565
commit 86700f009f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-01-25 Tom Tromey <tromey@redhat.com>
* gdb.python/py-explore.exp: Expect the gdb prompt.
2013-01-25 Andrew Burgess <aburgess@broadcom.com>
* gdb.base/gnu_vector.c: New variable for use in tests.

View File

@ -96,7 +96,7 @@ gdb_test_multiple "explore ss_ptr" "" {
-re "[pointer_description {ss_ptr} $SS].*" {
pass "explore ss_ptr"
gdb_test_multiple "y" "explore_as_single_value_pointer" {
-re "$SS_fields" {
-re "$SS_fields.*$gdb_prompt" {
pass "explore ss_ptr as single value pointer"
}
}