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/testsuite/config | |
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/testsuite/config')
-rw-r--r-- | gdb/testsuite/config/vx-gdb.exp | 2 |
1 files changed, 1 insertions, 1 deletions
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.*$" { |