diff options
author | Tom Tromey <tromey@redhat.com> | 2012-05-21 16:52:42 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-05-21 16:52:42 +0000 |
commit | 248537e34b516ddcd9489f76441d81139ca7e2f7 (patch) | |
tree | e31406536e803ed4e0f534f22d4dc8747c78dfe9 | |
parent | e550e1a2afe7811e47727d18c69fee33bec6fa1a (diff) | |
download | gdb-248537e34b516ddcd9489f76441d81139ca7e2f7.zip gdb-248537e34b516ddcd9489f76441d81139ca7e2f7.tar.gz gdb-248537e34b516ddcd9489f76441d81139ca7e2f7.tar.bz2 |
* gdb.base/callfuncs.exp (do_function_calls): Update for 'set
print symbol' change.
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/callfuncs.exp | 2 |
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 *" } |