From: Jim Kingdon Date: Sat, 21 Jan 1995 23:52:00 +0000 (+0000) Subject: * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b2385a0a471a0366b86d5d7db90e2264da5c1caa;p=binutils-gdb.git * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix regexp which "info func operator\[\](" is supposed to match. Fix string to send to GDB. Note that GDB still doesn't work right. Add a new test for "info func .perator\[\](" which GDB does handle correctly. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index b410f1d3a4c..348e5574188 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,10 @@ Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com) + * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix + regexp which "info func operator\[\](" is supposed to match. Fix + string to send to GDB. Note that GDB still doesn't work right. Add a + new test for "info func .perator\[\](" which GDB does handle correctly. + * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems. Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)