diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-03-02 15:45:02 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-03-02 15:45:02 +0000 |
commit | cc5be3662c9ef87032f1ddcf875836e806a6d136 (patch) | |
tree | 9d66e18febc2eaf8052023854674c9d681015e68 /gdb | |
parent | ff0a7ea5cd3c287ba044c9c1bb771b687ad7158e (diff) | |
download | gdb-cc5be3662c9ef87032f1ddcf875836e806a6d136.zip gdb-cc5be3662c9ef87032f1ddcf875836e806a6d136.tar.gz 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')
-rw-r--r-- | gdb/testsuite/ChangeLog | 3 | ||||
-rw-r--r-- | gdb/testsuite/config/vx-gdb.exp | 2 |
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.*$" { |