aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1995-01-21 23:52:00 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1995-01-21 23:52:00 +0000
commitb2385a0a471a0366b86d5d7db90e2264da5c1caa (patch)
tree428c078e9102b3c2d1373c96ee4d3b1676412c9e
parente1a6b67ab38656fb248681dafb2782956c725e0a (diff)
downloadgdb-b2385a0a471a0366b86d5d7db90e2264da5c1caa.zip
gdb-b2385a0a471a0366b86d5d7db90e2264da5c1caa.tar.gz
gdb-b2385a0a471a0366b86d5d7db90e2264da5c1caa.tar.bz2
* 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.
-rw-r--r--gdb/testsuite/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index b410f1d..348e557 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)