* gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
authorJim Kingdon <jkingdon@engr.sgi.com>
Sat, 5 Feb 1994 18:34:33 +0000 (18:34 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sat, 5 Feb 1994 18:34:33 +0000 (18:34 +0000)
properly quoting regexps.  This makes the second argument to
demangle a fixed string, which matches the callers, instead of a
shell-style pattern which is what the previous implementation
used.  Update some of the callers.

gdb/testsuite/ChangeLog

index 9a7ee16174bd46802836550a9fa0cd8502b2ac30..f82a2fc777df649ce543827666cac5fc570dd95e 100644 (file)
@@ -1,3 +1,11 @@
+Sat Feb  5 09:11:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
+       properly quoting regexps.  This makes the second argument to
+       demangle a fixed string, which matches the callers, instead of a
+       shell-style pattern which is what the previous implementation
+       used.  Update some of the callers.
+
 Sat Feb  5 10:19:09 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
 
        * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
This page took 0.042475 seconds and 4 git commands to generate.