From cc5be3662c9ef87032f1ddcf875836e806a6d136 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Thu, 2 Mar 1995 15:45:02 +0000 Subject: [PATCH] * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't support the latter anymore. --- gdb/testsuite/ChangeLog | 3 +++ gdb/testsuite/config/vx-gdb.exp | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index f9643352d8..26487e3e87 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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 diff --git a/gdb/testsuite/config/vx-gdb.exp b/gdb/testsuite/config/vx-gdb.exp index 7857ad0e74..a1339116a7 100644 --- a/gdb/testsuite/config/vx-gdb.exp +++ b/gdb/testsuite/config/vx-gdb.exp @@ -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.*$" { -- 2.34.1