This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: Regression for gdb.base/callfuncs.exp [Re: [4/5] the main patch]
>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:
Tom> I'll debug it Monday.
Tom> callfuncs is still noisy for me, I guess I need to update my kernel.
Here's what I am checking in.
Tom
2012-05-21 Tom Tromey <tromey@redhat.com>
* gdb.base/callfuncs.exp (do_function_calls): Update for 'set
print symbol' change.
Index: gdb.base/callfuncs.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/callfuncs.exp,v
retrieving revision 1.49
diff -u -r1.49 callfuncs.exp
--- gdb.base/callfuncs.exp 16 Jan 2012 16:21:44 -0000 1.49
+++ gdb.base/callfuncs.exp 21 May 2012 16:51:44 -0000
@@ -257,7 +257,7 @@
"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 *"
}