* config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 2 Mar 1995 15:45:02 +0000 (15:45 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 2 Mar 1995 15:45:02 +0000 (15:45 +0000)
support the latter anymore.

gdb/testsuite/ChangeLog
gdb/testsuite/config/vx-gdb.exp

index f9643352d8b716d7cb4a65e5b5e4a4c20e69dadf..26487e3e87f162ffed594cdfd04ef5066cbfad7f 100644 (file)
@@ -1,5 +1,8 @@
 Thu Mar  2 05:31:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
+       * config/vx-gdb.exp (gdb_start): Use \030, not \CX.  tcl doesn't
+       support the latter anymore.
+
        * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
        -DNO_PROTOTYPES.
        * gdb.base/callfuncs.c: Control use of prototypes based on
index 7857ad0e74e5a2d152c5884857f87df54513ea9d..a1339116a745cb88d098144a03735fecd3e79ac7 100644 (file)
@@ -80,7 +80,7 @@ proc gdb_start { } {
     if $reboot then {
        verbose "Rebooting VxWorks, Please wait...\n"
 
-       send -i $shell_id "\CX"
+       send -i $shell_id "\030"
        set timeout 120
        expect {
            -i $shell_id -re "Connection closed.*$" {
This page took 0.030287 seconds and 4 git commands to generate.