aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1995-03-02 15:45:02 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1995-03-02 15:45:02 +0000
commitcc5be3662c9ef87032f1ddcf875836e806a6d136 (patch)
tree9d66e18febc2eaf8052023854674c9d681015e68 /gdb/testsuite
parentff0a7ea5cd3c287ba044c9c1bb771b687ad7158e (diff)
downloadfsf-binutils-gdb-cc5be3662c9ef87032f1ddcf875836e806a6d136.zip
fsf-binutils-gdb-cc5be3662c9ef87032f1ddcf875836e806a6d136.tar.gz
fsf-binutils-gdb-cc5be3662c9ef87032f1ddcf875836e806a6d136.tar.bz2
* config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
support the latter anymore.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/ChangeLog3
-rw-r--r--gdb/testsuite/config/vx-gdb.exp2
2 files changed, 4 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index f964335..26487e3 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 7857ad0..a133911 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.*$" {