aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-05-21 16:52:42 +0000
committerTom Tromey <tromey@redhat.com>2012-05-21 16:52:42 +0000
commit248537e34b516ddcd9489f76441d81139ca7e2f7 (patch)
treee31406536e803ed4e0f534f22d4dc8747c78dfe9 /gdb
parente550e1a2afe7811e47727d18c69fee33bec6fa1a (diff)
downloadgdb-248537e34b516ddcd9489f76441d81139ca7e2f7.zip
gdb-248537e34b516ddcd9489f76441d81139ca7e2f7.tar.gz
gdb-248537e34b516ddcd9489f76441d81139ca7e2f7.tar.bz2
* gdb.base/callfuncs.exp (do_function_calls): Update for 'set
print symbol' change.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.base/callfuncs.exp2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 879afdd..8e36471 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2012-05-21 Tom Tromey <tromey@redhat.com>
+
+ * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
+ print symbol' change.
+
2012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
* gdb.python/py-prompt.exp: Quit if the target is remote.
diff --git a/gdb/testsuite/gdb.base/callfuncs.exp b/gdb/testsuite/gdb.base/callfuncs.exp
index c48fa60..3057020 100644
--- a/gdb/testsuite/gdb.base/callfuncs.exp
+++ b/gdb/testsuite/gdb.base/callfuncs.exp
@@ -257,7 +257,7 @@ proc do_function_calls {} {
"call inferior func with struct - returns long double _Complex"
}
- gdb_test "p t_structs_a(struct_val1)" "= (.unsigned char .. )?\"foo\"" \
+ gdb_test "p t_structs_a(struct_val1)" "= (.unsigned char .. )?<buf.*> \"foo\"" \
"call inferior func with struct - returns char *"
}