diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-01-21 23:52:00 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-01-21 23:52:00 +0000 |
commit | b2385a0a471a0366b86d5d7db90e2264da5c1caa (patch) | |
tree | 428c078e9102b3c2d1373c96ee4d3b1676412c9e /gdb/testsuite/ChangeLog | |
parent | e1a6b67ab38656fb248681dafb2782956c725e0a (diff) | |
download | gdb-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.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 |
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) |