aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/config
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/config')
-rw-r--r--gdb/testsuite/config/.Sanitize78
-rw-r--r--gdb/testsuite/config/abug.exp20
-rw-r--r--gdb/testsuite/config/arm-ice.exp1
-rw-r--r--gdb/testsuite/config/cpu32bug.exp20
-rw-r--r--gdb/testsuite/config/d10v.exp1
-rw-r--r--gdb/testsuite/config/dve.exp23
-rw-r--r--gdb/testsuite/config/est.exp20
-rw-r--r--gdb/testsuite/config/gdbserver.exp105
-rw-r--r--gdb/testsuite/config/h8300.exp1
-rw-r--r--gdb/testsuite/config/hmsirom.exp22
-rw-r--r--gdb/testsuite/config/hppro.exp24
-rw-r--r--gdb/testsuite/config/i386-bozo.exp1
-rw-r--r--gdb/testsuite/config/i960.exp20
-rw-r--r--gdb/testsuite/config/m32r-stub.exp463
-rw-r--r--gdb/testsuite/config/m32r.exp1
-rw-r--r--gdb/testsuite/config/mips-idt.exp22
-rw-r--r--gdb/testsuite/config/mips.exp22
-rw-r--r--gdb/testsuite/config/monitor.exp212
-rw-r--r--gdb/testsuite/config/mt-a29k-udi0
-rw-r--r--gdb/testsuite/config/mt-i386-aout59
-rw-r--r--gdb/testsuite/config/mt-i960-nindy1
-rw-r--r--gdb/testsuite/config/mt-lynx4
-rw-r--r--gdb/testsuite/config/mt-m68k1
-rw-r--r--gdb/testsuite/config/mt-mips-ecoff2
-rw-r--r--gdb/testsuite/config/mt-netware1
-rw-r--r--gdb/testsuite/config/mt-slite8
-rw-r--r--gdb/testsuite/config/mt-sparc-aout0
-rw-r--r--gdb/testsuite/config/mt-unix1
-rw-r--r--gdb/testsuite/config/mt-vxworks2
-rw-r--r--gdb/testsuite/config/netware.exp218
-rw-r--r--gdb/testsuite/config/nind.exp49
-rw-r--r--gdb/testsuite/config/proelf.exp20
-rw-r--r--gdb/testsuite/config/sh.exp1
-rw-r--r--gdb/testsuite/config/sim.exp105
-rw-r--r--gdb/testsuite/config/slite.exp171
-rw-r--r--gdb/testsuite/config/sparclet.exp391
-rw-r--r--gdb/testsuite/config/udi.exp112
-rw-r--r--gdb/testsuite/config/unix.exp29
-rw-r--r--gdb/testsuite/config/unknown.exp2
-rw-r--r--gdb/testsuite/config/vr4300.exp1
-rw-r--r--gdb/testsuite/config/vr5000.exp1
-rw-r--r--gdb/testsuite/config/vx.exp153
-rw-r--r--gdb/testsuite/config/vxworks.exp1
-rw-r--r--gdb/testsuite/config/vxworks29k.exp27
44 files changed, 0 insertions, 2416 deletions
diff --git a/gdb/testsuite/config/.Sanitize b/gdb/testsuite/config/.Sanitize
deleted file mode 100644
index 82f1c50..0000000
--- a/gdb/testsuite/config/.Sanitize
+++ /dev/null
@@ -1,78 +0,0 @@
-# .Sanitize for gdb/testsuite/config.
-
-# Each directory to survive its way into a release will need a file
-# like this one called "./.Sanitize". All keyword lines must exist,
-# and must exist in the order specified by this file. Each directory
-# in the tree will be processed, top down, in the following order.
-
-# Hash started lines like this one are comments and will be deleted
-# before anything else is done. Blank lines will also be squashed
-# out.
-
-# All files listed between the "Things-to-keep:" line and the
-# "Do-last:" line will be kept. All other files will be removed.
-# Directories listed in this section will have their own Sanitize
-# called. Directories not listed will be removed in their entirety
-# with rm -rf.
-
-Do-first:
-
-Things-to-keep:
-
-abug.exp
-arm-ice.exp
-cpu32bug.exp
-cygmon.exp
-d10v.exp
-dve.exp
-est.exp
-gdbserver.exp
-h8300.exp
-hmsirom.exp
-hppro.exp
-i386-bozo.exp
-i960.exp
-m32r-stub.exp
-m32r.exp
-m68k-emc.exp
-mips-idt.exp
-mips.exp
-mn10300-eval.exp
-monitor.exp
-mt-a29k-udi
-mt-i386-aout
-mt-i960-nindy
-mt-lynx
-mt-m68k
-mt-mips-ecoff
-mt-netware
-mt-slite
-mt-sparc-aout
-mt-unix
-mt-vxworks
-netware.exp
-nind.exp
-proelf.exp
-rom68k.exp
-sh.exp
-sim.exp
-slite.exp
-sparclet.exp
-udi.exp
-unix.exp
-unknown.exp
-vr4300.exp
-vr5000.exp
-vx.exp
-vxworks.exp
-vxworks29k.exp
-
-Things-to-lose:
-
-# The lines between the "Do-last:" line and the end of the file
-# are executed as a /bin/sh shell script after everything else is
-# done.
-
-Do-last:
-
-# eof
diff --git a/gdb/testsuite/config/abug.exp b/gdb/testsuite/config/abug.exp
deleted file mode 100644
index e6ade13..0000000
--- a/gdb/testsuite/config/abug.exp
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gdb@prep.ai.mit.edu
-
-load_lib ../config/monitor.exp
diff --git a/gdb/testsuite/config/arm-ice.exp b/gdb/testsuite/config/arm-ice.exp
deleted file mode 100644
index d984274..0000000
--- a/gdb/testsuite/config/arm-ice.exp
+++ /dev/null
@@ -1 +0,0 @@
-load_lib "../config/monitor.exp";
diff --git a/gdb/testsuite/config/cpu32bug.exp b/gdb/testsuite/config/cpu32bug.exp
deleted file mode 100644
index e6ade13..0000000
--- a/gdb/testsuite/config/cpu32bug.exp
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gdb@prep.ai.mit.edu
-
-load_lib ../config/monitor.exp
diff --git a/gdb/testsuite/config/d10v.exp b/gdb/testsuite/config/d10v.exp
deleted file mode 100644
index 7809093..0000000
--- a/gdb/testsuite/config/d10v.exp
+++ /dev/null
@@ -1 +0,0 @@
-load_lib "../config/monitor.exp"
diff --git a/gdb/testsuite/config/dve.exp b/gdb/testsuite/config/dve.exp
deleted file mode 100644
index 6aa46c1..0000000
--- a/gdb/testsuite/config/dve.exp
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gdb@prep.ai.mit.edu
-
-load_lib ../config/monitor.exp
-set timeout 1000
-verbose "Timeout is now $timeout seconds" 2
-
diff --git a/gdb/testsuite/config/est.exp b/gdb/testsuite/config/est.exp
deleted file mode 100644
index e6ade13..0000000
--- a/gdb/testsuite/config/est.exp
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gdb@prep.ai.mit.edu
-
-load_lib ../config/monitor.exp
diff --git a/gdb/testsuite/config/gdbserver.exp b/gdb/testsuite/config/gdbserver.exp
deleted file mode 100644
index e9e873e..0000000
--- a/gdb/testsuite/config/gdbserver.exp
+++ /dev/null
@@ -1,105 +0,0 @@
-# Test Framework Driver for GDB using the extended gdb remote protocol
-# Copyright 1995 Free Software Foundation, Inc.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-#
-# For this to function correctly, you need to set a number of variables
-# in your gdb/site.exp file
-#
-# set noargs 1 -- we can't pass arguments (yet)
-# set noinferiorio 1 -- we can't get io to/from the inferior
-# set targethost <host> -- name of the remote system (runs gdbserver)
-# set debughost <host> -- name of the system running gdb
-# set port <number> -- starting port number for communication
-# set gdbserver <path> -- path (on the remote side) to find
-# gdbserver
-# set rsh <path> -- path (on debughost side) to rsh
-# set rcp <path> -- path (on debughost side) to rcp
-#
-# You will need to be able to spawn processes from gdbhost to run on
-# targethost via rsh (this is how we start gdbserver); similarly
-# you need to be able to rcp files from gdbhost to targethost.
-#
-# We don't do much error checking, if something goes wrong, you'll probably
-# just get a tcl error and everything will die. FIXME
-#
-
-# Load the basic gdb testing library
-load_lib gdb.exp
-load_lib monitor.exp
-
-#
-# gdb_load -- load a file into the debugger.
-# return a -1 if anything goes wrong.
-#
-# Loading a file in the gdbsrever framework is a little strange in that
-# we also create the inferior (which is stopped at the first instruction
-# in the program when we get control).
-#
-proc gdb_load { arg } {
- global verbose
- global loadpath
- global loadfile
- global GDB
- global prompt
- global debughost
- global port
-
- # first load the file into gdb
- if [gdb_file_cmd $arg] then { return -1 }
-
- # bump the port number to avoid conflicts with hung ports
- set targethost [target_info gdb_server_host];
- set debughost [target_info gdb_debug_host];
- if [target_info exists gdb_server_prog] {
- set gdbserver [target_info gdb_server_prog];
- } else {
- set gdbserver "gdbserver";
- }
- incr port
- set serialport $targethost:$port
-
- # Copy the file down to the remote host.
- set file [remote_download host $arg];
-
- # now start gdbserver on the remote side
- remote_spawn host "$gdbserver $debughost:$port $file >& /dev/null < /dev/null"
-
- # give it plenty of time to get going (lynx)
- sleep 30
-
- # tell gdb we are remote debugging
- gdb_target_monitor
-
- return 1
-}
-
-#
-# gdb_start -- start GDB running.
-#
-proc gdb_start { } {
- global prompt
-
- # do the usual stuff
- catch default_gdb_start
-
- # FIXME: This shouldn't be necessary, but lots of PA tests fail
- # without it.
- send "set remotecache 0\n"
- expect {
- -re "set remotecache 0\[\r\n\]+.*$prompt $" {}
- default { fail "gdb_start"}
- }
-}
diff --git a/gdb/testsuite/config/h8300.exp b/gdb/testsuite/config/h8300.exp
deleted file mode 100644
index d984274..0000000
--- a/gdb/testsuite/config/h8300.exp
+++ /dev/null
@@ -1 +0,0 @@
-load_lib "../config/monitor.exp";
diff --git a/gdb/testsuite/config/hmsirom.exp b/gdb/testsuite/config/hmsirom.exp
deleted file mode 100644
index 75fc81d..0000000
--- a/gdb/testsuite/config/hmsirom.exp
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gdb@prep.ai.mit.edu
-
-# Support for testing against a Hitachi SH3 target rom
-
-load_lib ../config/monitor.exp
diff --git a/gdb/testsuite/config/hppro.exp b/gdb/testsuite/config/hppro.exp
deleted file mode 100644
index 0fca142..0000000
--- a/gdb/testsuite/config/hppro.exp
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gdb@prep.ai.mit.edu
-
-load_lib ../config/monitor.exp
-
-# Hppro monitor is very slow...
-set timeout 540
-verbose "Timeout is now $timeout seconds" 2
diff --git a/gdb/testsuite/config/i386-bozo.exp b/gdb/testsuite/config/i386-bozo.exp
deleted file mode 100644
index 7809093..0000000
--- a/gdb/testsuite/config/i386-bozo.exp
+++ /dev/null
@@ -1 +0,0 @@
-load_lib "../config/monitor.exp"
diff --git a/gdb/testsuite/config/i960.exp b/gdb/testsuite/config/i960.exp
deleted file mode 100644
index e6ade13..0000000
--- a/gdb/testsuite/config/i960.exp
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gdb@prep.ai.mit.edu
-
-load_lib ../config/monitor.exp
diff --git a/gdb/testsuite/config/m32r-stub.exp b/gdb/testsuite/config/m32r-stub.exp
deleted file mode 100644
index d3c7058..0000000
--- a/gdb/testsuite/config/m32r-stub.exp
+++ /dev/null
@@ -1,463 +0,0 @@
-# Copyright (C) 1996 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
-
-# This file was written by Michael Snyder <msnyder@cygnus.com>.
-
-# GDB support routines for a board using Mitsubishi M32R remote debugging
-# protocol.
-
-load_lib remote.exp
-load_lib gdb.exp
-
-
-#
-# M32R remote run command.
-#
-# This requires that we beep the user and ask him to push the board reset!
-# Then we will switch to the monitor target, run the program, use 2 ^C's
-# to interrupt the monitor target, and switch back to the remote target.
-# Then we have to do a continue to get past the stub breakpoint.
-#
-
-proc gdb_run_cmd {} {
- global prompt
- global gdb_spawn_id
-
- set timeout 60
- verbose "Timeout is now $timeout seconds, starting remote stub" 2
- send_user "Please reset the board now...\n"
- sleep 1
- send_user "\n"
- sleep 1
- send_user "\n"
- sleep 1
- send_user "\n"
-
- # go back to monitor, run the program, interrupt it, and start remote.
-
- if [target_info exists gdb_protocol] {
- set protocol [target_info gdb_protocol];
- } else {
- set protocol "sparclet"
- }
- if [target_info exists serial] {
- set targetname [target_info serial];
- send_gdb "target $protocol [target_info serial]\n";
- } else {
- if ![target_info exists netport] {
- perror "Need either netport or gdb_serial entry for [target_info name].";
- return -1;
- }
- set targetname [target_info netport];
- send_gdb "target $protocol udp [target_info netport]\n";
- }
-
- expect {
- -i $gdb_spawn_id -re "A program is being debug.*Kill it.*y or n. $" {
- send_gdb "y\n"
- exp_continue
- }
- -i $gdb_spawn_id -re "Remote target.*$prompt $" { }
- -i $gdb_spawn_id -re ".*SPARCLET appears to be alive.*$prompt $" {
- if $verbose>1 then {
- send_user "Set target to $targetname\n"
- }
- }
- -i $gdb_spawn_id timeout {
- set timeout 10
- verbose "Timeout is now $timeout seconds" 2
- perror "Couldn't set M32R target."
- return -1
- }
- }
-
- send_gdb "disable\n";
- expect {
- -i $gdb_spawn_id -re ".*$prompt $" {
- verbose "Breakpoints disabled" 2
- }
- -i $gdb_spawn_id timeout {
- perror "(timeout) disabling breakpoints";
- return -1
- }
- -i $gdb_spawn_id default {
- perror "error disabling breakpoints";
- }
- }
- send_gdb "run\n";
- expect {
- -i $gdb_spawn_id -re "A program is being debug.*Kill it.*y or n. $" {
- send_gdb "y\n"
- exp_continue
- }
- -i $gdb_spawn_id -re "The program being debugged .*y or n. $" {
- send_gdb "y\n"
- exp_continue
- }
- -i $gdb_spawn_id -re ".*Starting program:.*$" {
- verbose "Starting remote stub succeeded"
- }
- -i $gdb_spawn_id timeout {
- perror "(timeout) starting the remote stub" ;
- return -1
- }
- -i $gdb_spawn_id default {
- perror "error starting the remote stub";
- }
- }
- sleep 2;
- send_gdb ""
- sleep 1;
- send_gdb ""
- verbose "Sent ^C^C"
- expect {
- -i $gdb_spawn_id -re ".*Give up .and stop debugging it.*$" {
- send_gdb "y\n"
- exp_continue
- }
- -i $gdb_spawn_id -re ".*$prompt $" {
- verbose "interrupting remote stub succeeded"
- }
- -i $gdb_spawn_id timeout {
- perror "(timeout) interrupting the remote stub";
- return -1
- }
- -i $gdb_spawn_id default {
- perror "error interrupting the remote stub";
- }
- }
-
- if [target_info exists gdb_serial] {
- send_gdb "target remote [target_info gdb_serial]\n"
- expect {
- -i $gdb_spawn_id -re ".*Kill it?.*y or n.*" {
- send_gdb "y\n";
- exp_continue
- }
- -i $gdb_spawn_id -re ".*$prompt $" {
- verbose "connected to stub at [target_info gdb_serial]" 2
- }
- -i $gdb_spawn_id timeout {
- set timeout 10
- verbose "Timeout is now $timeout seconds" 2
- perror "Couldn't set remote target."
- return -1
- }
- }
- }
-
- send_gdb "enable\n";
- expect {
- -i $gdb_spawn_id -re ".*$prompt $" {
- verbose "Breakpoints enabled" 2
- }
- -i $gdb_spawn_id timeout {
- perror "(timeout) enabling breakpoints";
- return -1
- }
- -i $gdb_spawn_id default {
- perror "error enabling breakpoints";
- }
- }
- send_gdb "continue\n";
- return
-}
-
-
-#
-# gdb_load -- load a file into the GDB.
-# Returns a 0 if there was an error,
-# 1 if it load successfully.
-#
-proc gdb_load { arg } {
- global verbose
- global loadpath
- global loadfile
- global prompt
- global GDB
- global expect_out
- global gdb_spawn_id
-
- set loadfile [file tail $arg]
- set loadpath [file dirname $arg]
-
- if [target_info exists gdb_protocol] {
- set protocol [target_info gdb_protocol];
- } else {
- set protocol "m32r"
- }
-
- # get the stub-based loader for faster loading
- send_gdb "file [target_info gdb_loader]\n"
- expect {
- -i $gdb_spawn_id -re "A program is being debug.*Kill it.*y or n. $" {
- send_gdb "y\n"
- exp_continue
- }
- -i $gdb_spawn_id -re "Load new symbol table.*y or n. $" {
- send_gdb "y\n"
- exp_continue
- }
- -i $gdb_spawn_id -re "Reading symbols from.*done..*$prompt $" {}
- -i $gdb_spawn_id -re "$prompt $" { perror "GDB couldn't find loader" }
- -i $gdb_spawn_id timeout {
- perror "(timeout) read symbol file" ;
- return -1
- }
- }
-
- if [target_info exists serial] {
- set targetname [target_info serial];
- send_gdb "target $protocol [target_info serial]\n";
- } else {
- if ![target_info exists netport] {
- perror "Need either netport or gdb_serial entry for [target_info name].";
- return -1;
- }
- set targetname [target_info netport];
- send_gdb "target $protocol udp [target_info netport]\n";
- }
- expect {
- -i $gdb_spawn_id -re "Remote target.*$prompt $" { }
- -i $gdb_spawn_id -re ".*SPARCLET appears to be alive.*$prompt $" {
- if $verbose>1 then {
- send_user "Set target to $targetname\n"
- }
- }
- -i $gdb_spawn_id timeout {
- set timeout 10
- verbose "Timeout is now $timeout seconds" 2
- perror "Couldn't set M32R target."
- return -1
- }
- }
-
- send_gdb "run\n";
- expect {
- -i $gdb_spawn_id -re "A program is being debug.*Kill it.*y or n. $" {
- send_gdb "y\n"
- exp_continue
- }
- -i $gdb_spawn_id -re "The program being debugged .*y or n. $" {
- send_gdb "y\n"
- exp_continue
- }
- -i $gdb_spawn_id -re ".*Starting program:.*loader.*$" {
- verbose "Starting loader succeeded"
- }
- -i $gdb_spawn_id timeout {
- perror "(timeout) starting the loader" ;
- return -1
- }
- -i $gdb_spawn_id default {
- perror "error starting the loader";
- }
- }
- sleep 2;
- send_gdb ""
- sleep 1;
- send_gdb ""
- verbose "Sent ^C^C"
- expect {
- -i $gdb_spawn_id -re ".*Give up .and stop debugging it.*$" {
- send_gdb "y\n"
- exp_continue
- }
- -i $gdb_spawn_id -re ".*$prompt $" {
- verbose "Running loader succeeded"
- }
- -i $gdb_spawn_id timeout {
- perror "(timeout) interrupting the loader" ;
- return -1
- }
- -i $gdb_spawn_id default {
- perror "error interrupting the loader";
- }
- }
-
- # Now ready to actually load the file:
-
- send_gdb "file $arg\n"
- expect {
- -i $gdb_spawn_id -re "A program is being debug.*Kill it.*y or n. $" {
- send_gdb "y\n"
- exp_continue
- }
- -i $gdb_spawn_id -re "Load new symbol table.*y or n. $" {
- send_gdb "y\n"
- exp_continue
- }
- -i $gdb_spawn_id -re "Reading symbols from.*done..*$prompt $" {}
- -i $gdb_spawn_id -re "$prompt $" { perror "GDB couldn't read file" }
- -i $gdb_spawn_id timeout {
- perror "(timeout) read symbol file" ;
- return -1
- }
- }
-
- if [target_info exists gdb_serial] {
- send_gdb "target remote [target_info gdb_serial]\n"
- expect {
- -i $gdb_spawn_id -re ".*Kill it?.*y or n.*" {
- send_gdb "y\n";
- exp_continue
- }
- -i $gdb_spawn_id -re ".*$prompt $" {
- verbose "Set remote target to [target_info serial]" 2
- }
- -i $gdb_spawn_id timeout {
- set timeout 10
- verbose "Timeout is now $timeout seconds" 2
- perror "Couldn't set remote target."
- return -1
- }
- }
- }
- if [target_info exists gdb_load_offset] {
- set offset "[target_info gdb_load_offset]";
- } else {
- set offset "";
- }
- send_gdb "load $arg $offset\n"
- verbose "Loading $arg into $GDB" 2
- set timeout 1200
- verbose "Timeout is now $timeout seconds" 2
- expect {
- -i $gdb_spawn_id -re "Loading.*$prompt $" {
- verbose "Loaded $arg into $GDB" 1
- set timeout 60
- verbose "Timeout is now $timeout seconds" 2
- }
- -i $gdb_spawn_id -re "$prompt $" {
- if $verbose>1 then {
- perror "GDB couldn't load."
- }
- }
- -i $gdb_spawn_id timeout {
- if $verbose>1 then {
- perror "Timed out trying to load $arg."
- }
- }
- }
-
- send_user "Please reset the board now...\n"
- sleep 1
- send_user "\n"
- sleep 1
- send_user "\n"
- sleep 1
- send_user "\n"
-
- # go back to monitor, run the program, interrupt it, and start remote.
-
- if [target_info exists serial] {
- set targetname [target_info serial];
- send_gdb "target $protocol [target_info serial]\n";
- } else {
- if ![target_info exists netport] {
- perror "Need either netport or gdb_serial entry for [target_info name].";
- return -1;
- }
- set targetname [target_info netport];
- send_gdb "target $protocol udp [target_info netport]\n";
- }
-
- expect {
- -i $gdb_spawn_id -re "A program is being debug.*Kill it.*y or n. $" {
- send_gdb "y\n"
- exp_continue
- }
- -i $gdb_spawn_id -re "Remote target.*$prompt $" { }
- -i $gdb_spawn_id -re ".*SPARCLET appears to be alive.*$prompt $" {
- if $verbose>1 then {
- send_user "Set target to $targetname\n"
- }
- }
- -i $gdb_spawn_id timeout {
- set timeout 10
- verbose "Timeout is now $timeout seconds" 2
- perror "Couldn't set M32R target."
- return -1
- }
- }
-
- send_gdb "run\n";
- expect {
- -i $gdb_spawn_id -re "A program is being debug.*Kill it.*y or n. $" {
- send_gdb "y\n"
- exp_continue
- }
- -i $gdb_spawn_id -re "The program being debugged .*y or n. $" {
- send_gdb "y\n"
- exp_continue
- }
- -i $gdb_spawn_id -re ".*Starting program:.*$" {
- verbose "Starting remote stub succeeded"
- }
- -i $gdb_spawn_id timeout {
- perror "(timeout) starting the remote stub" ;
- return -1
- }
- -i $gdb_spawn_id default {
- perror "error starting the remote stub";
- }
- }
- sleep 2;
- send_gdb ""
- sleep 1;
- send_gdb ""
- verbose "Sent ^C^C"
- expect {
- -i $gdb_spawn_id -re ".*Give up .and stop debugging it.*$" {
- send_gdb "y\n"
- exp_continue
- }
- -i $gdb_spawn_id -re ".*$prompt $" {
- verbose "interrupting remote stub succeeded"
- }
- -i $gdb_spawn_id timeout {
- perror "(timeout) interrupting the remote stub";
- return -1
- }
- -i $gdb_spawn_id default {
- perror "error interrupting the remote stub";
- }
- }
-
- if [target_info exists gdb_serial] {
- send_gdb "target remote [target_info gdb_serial]\n"
- expect {
- -i $gdb_spawn_id -re ".*Kill it?.*y or n.*" {
- send_gdb "y\n";
- exp_continue
- }
- -i $gdb_spawn_id -re ".*$prompt $" {
- verbose "connected to stub at [target_info gdb_serial]" 2
- }
- -i $gdb_spawn_id timeout {
- set timeout 10
- verbose "Timeout is now $timeout seconds" 2
- perror "Couldn't set remote target."
- return -1
- }
- }
- }
- return 0
-}
-
diff --git a/gdb/testsuite/config/m32r.exp b/gdb/testsuite/config/m32r.exp
deleted file mode 100644
index 1a2f7a9..0000000
--- a/gdb/testsuite/config/m32r.exp
+++ /dev/null
@@ -1 +0,0 @@
-load_lib ../config/monitor.exp
diff --git a/gdb/testsuite/config/mips-idt.exp b/gdb/testsuite/config/mips-idt.exp
deleted file mode 100644
index 2adaa75..0000000
--- a/gdb/testsuite/config/mips-idt.exp
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright (C) 1993 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-
-# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
-
-load_lib ../config/monitor.exp
-
-
diff --git a/gdb/testsuite/config/mips.exp b/gdb/testsuite/config/mips.exp
deleted file mode 100644
index 2adaa75..0000000
--- a/gdb/testsuite/config/mips.exp
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright (C) 1993 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-
-# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
-
-load_lib ../config/monitor.exp
-
-
diff --git a/gdb/testsuite/config/monitor.exp b/gdb/testsuite/config/monitor.exp
deleted file mode 100644
index c71479b..0000000
--- a/gdb/testsuite/config/monitor.exp
+++ /dev/null
@@ -1,212 +0,0 @@
-# Test Framework Driver for GDB driving a ROM monitor (via monitor.c).
-# Copyright 1995, 1997 Free Software Foundation, Inc.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-load_lib gdb.exp
-
-#
-# gdb_target_monitor
-# Set gdb to target the monitor
-#
-proc gdb_target_monitor { exec_file } {
- global gdb_prompt
- global exit_status
- global timeout
-
- if [target_info exists gdb_protocol] {
- set targetname "[target_info gdb_protocol]"
- } else {
- perror "No protocol specified for [target_info name].";
- return -1;
- }
- if [target_info exists baud] {
- gdb_test "set remotebaud [target_info baud]" "" ""
- }
- if [target_info exists gdb_serial] {
- set serialport "[target_info gdb_serial]";
- } elseif [target_info exists netport] {
- set serialport "[target_info netport]"
- } else {
- set serialport "[target_info serial]"
- }
-
- for {set j 1} {$j <= 2} {incr j} {
- if [gdb_file_cmd $exec_file] { return -1; }
-
- for {set i 1} {$i <= 3} {incr i} {
- send_gdb "target $targetname $serialport\n"
- gdb_expect 60 {
- -re "A program is being debugged already.*ill it.*y or n. $" {
- send_gdb "y\n";
- exp_continue;
- }
- -re "Couldn't establish connection to remote.*$gdb_prompt" {
- verbose "Connection failed";
- }
- -re "Remote MIPS debugging.*$gdb_prompt" {
- verbose "Set target to $targetname";
- return 0;
- }
- -re "Remote debugging using $serialport.*$gdb_prompt" {
- verbose "Set target to $targetname";
- return 0;
- }
- -re "Remote target $targetname connected to.*$gdb_prompt" {
- verbose "Set target to $targetname";
- return 0;
- }
- -re "Ending remote.*$gdb_prompt" { }
- -re "Connection refused.*$gdb_prompt" {
- verbose "Connection refused by remote target. Pausing, and trying again."
- sleep 30
- continue
- }
- timeout {
- send_gdb "";
- break
- }
- }
- }
-
- gdb_target_exec;
-
- if { $j == 1 && ![reboot_target] } {
- break;
- }
- }
-
- perror "Couldn't set target for $targetname, port is $serialport.";
- return -1;
-}
-
-proc gdb_target_exec { } {
- gdb_test "target exec" "No exec file now." "" ".*Kill it.*y or n.*" "y"
-
-}
-#
-# gdb_load -- load a file into the debugger.
-# return a -1 if anything goes wrong.
-#
-proc gdb_load { arg } {
- global verbose
- global loadpath
- global loadfile
- global GDB
- global gdb_prompt
- global timeout
-
- if { $arg == "" } {
- send_gdb "info files\n";
- gdb_expect 30 {
- -re "Symbols from \"(\[^\"\]+)\"" {
- set arg $expect_out(1,string);
- exp_continue;
- }
- -re "Local exec file:\[\r\n\]+\[ \t\]*`(\[^'\]+)'," {
- set arg $expect_out(1,string);
- exp_continue;
- }
- -re "$gdb_prompt $" { }
- }
- }
-
- for { set j 1; } { $j <= 2 } {incr j; } {
- if [target_info exists gdb,use_standard_load] {
- gdb_target_exec;
- remote_push_conn host;
- set state [remote_ld target $arg];
- remote_close target;
- remote_pop_conn host;
- if { $state == "pass" } {
- if [gdb_target_monitor $arg] { return -1; }
- gdb_test "list main" ".*" ""
- verbose "Loaded $arg into $GDB\n";
- return 0;
- }
- } else {
-
- if [gdb_target_monitor $arg] { return -1 }
-
- if [is_remote host] {
- # FIXME: Multiple downloads. bleah.
- set farg [remote_download host $arg];
- } else {
- set farg $arg;
- }
-
- if { $arg != "" && [target_info exists gdb_sect_offset] } {
- set textoff [target_info gdb_sect_offset];
- send_gdb "sect .text $textoff\n";
- gdb_expect 30 {
- -re "(0x\[0-9a-z]+) - 0x\[0-9a-z\]+ is \\.data" {
- set dataoff $expect_out(1,string);
- exp_continue;
- }
- -re "(0x\[0-9a-z\]+) - 0x\[0-9a-z\]+ is \\.bss" {
- set bssoff $expect_out(1,string);
- exp_continue;
- }
- -re "$gdb_prompt" { }
- }
- set dataoff [format 0x%x [expr $dataoff + $textoff]];
- set bssoff [format 0x%x [expr $bssoff + $textoff]];
- send_gdb "sect .data $dataoff\n";
- gdb_expect 30 {
- -re "$gdb_prompt" { }
- }
- send_gdb "sect .bss $bssoff\n";
- gdb_expect 30 {
- -re "$gdb_prompt" { }
- }
- }
-
- verbose "Loading $farg"
- if [target_info exists gdb_load_offset] {
- set command "load $farg [target_info gdb_load_offset]\n";
- } else {
- set command "load $farg\n";
- }
- send_gdb $command;
- gdb_expect 1600 {
- -re "\[Ff\]ailed.*$gdb_prompt $" {
- verbose "load failed";
- }
- -re "Timeout reading from remote.*$gdb_prompt" {
- }
- -re "$gdb_prompt $" {
- verbose "Loaded $farg into $GDB\n"
- return 0;
- }
- timeout {
- if { $verbose > 1 } {
- perror "Timed out trying to load $farg."
- }
- }
- }
- }
-
- # Make sure we don't have an open connection to the target.
- gdb_target_exec;
-
- if { $j == 1 } {
- if { ![reboot_target] } {
- break;
- }
- }
- }
- perror "Couldn't load file into GDB.";
- return -1;
-}
diff --git a/gdb/testsuite/config/mt-a29k-udi b/gdb/testsuite/config/mt-a29k-udi
deleted file mode 100644
index e69de29..0000000
--- a/gdb/testsuite/config/mt-a29k-udi
+++ /dev/null
diff --git a/gdb/testsuite/config/mt-i386-aout b/gdb/testsuite/config/mt-i386-aout
deleted file mode 100644
index 19b1cab..0000000
--- a/gdb/testsuite/config/mt-i386-aout
+++ /dev/null
@@ -1,59 +0,0 @@
-# compilers and assemblers
-CC = i386-aout-gcc
-CFLAGS = -g -D${target_os}
-C++ = ${CC}
-C++FLAGS = ${CFLAGS}
-CXX = ${CC}
-CXXFLAGS = ${CFLAGS}
-AS = i386-aout-as
-ASFLAGS =
-FC =
-FCFLAGS =
-LD = ld
-LDFLAGS =
-LIBS =
-
-# binutils
-
-RANLIB = i386-aout-ranlib
-RANLIBFLAGS =
-
-NM = i386-aout-nm
-NMFLAGS =
-
-SIZE = i386-aout-size
-SIZEFLAGS =
-
-STRIP = i386-aout-strip
-STRIPFLAGS =
-
-OBJDUMP = i386-aout-objdump
-OBJDUMPFLAGS =
-
-DEMANGLE = i386-aout-demangle
-DEMANGLEFLAGS =
-
-COPY = i386-aout-copy
-COPYFLAGS =
-
-# other utils
-LEX = flex
-LEXFLAGS =
-
-YACC = byacc
-YACCFLAGS =
-
-AR = i386-aout-ar
-ARFLAGS =
-
-CPP = ${CC} -E
-CPPFLAGS =
-
-GDB = i386-aout-gdb
-GDBFLAGS = -nx
-
-DIFF = diff
-DIFFFLAGS =
-
-RUNTEST=i386-aout-runtest
-RUNTESTFLAGS=
diff --git a/gdb/testsuite/config/mt-i960-nindy b/gdb/testsuite/config/mt-i960-nindy
deleted file mode 100644
index 9786c51..0000000
--- a/gdb/testsuite/config/mt-i960-nindy
+++ /dev/null
@@ -1 +0,0 @@
-LDFLAGS_FOR_TARGET = -nostartfiles
diff --git a/gdb/testsuite/config/mt-lynx b/gdb/testsuite/config/mt-lynx
deleted file mode 100644
index 1c153af..0000000
--- a/gdb/testsuite/config/mt-lynx
+++ /dev/null
@@ -1,4 +0,0 @@
-CFLAGS_FOR_TARGET =
-STEP_EXECUTABLE = step
-THREADFLAGS = -mposix -mthreads
-#LDFLAGS= -L/usr/cygnus/progressive-95q1/H-sparc-sun-sunos4.1.3/i386-lynx/lib/thread
diff --git a/gdb/testsuite/config/mt-m68k b/gdb/testsuite/config/mt-m68k
deleted file mode 100644
index 493d702..0000000
--- a/gdb/testsuite/config/mt-m68k
+++ /dev/null
@@ -1 +0,0 @@
-CFLAGS_FOR_TARGET = -Tidp.ld -nostartfiles
diff --git a/gdb/testsuite/config/mt-mips-ecoff b/gdb/testsuite/config/mt-mips-ecoff
deleted file mode 100644
index 90dd031..0000000
--- a/gdb/testsuite/config/mt-mips-ecoff
+++ /dev/null
@@ -1,2 +0,0 @@
-CFLAGS = -I/s1/cygnus/dejagnu/mips-idt-ecoff/include -g
-LDFLAGS = -nostartfiles /s1/cygnus/dejagnu/mips-idt-ecoff/crt0.o -L/s1/cygnus/dejagnu/mips-idt-ecoff -g
diff --git a/gdb/testsuite/config/mt-netware b/gdb/testsuite/config/mt-netware
deleted file mode 100644
index 10d1ce4..0000000
--- a/gdb/testsuite/config/mt-netware
+++ /dev/null
@@ -1 +0,0 @@
-LDFLAGS = -r
diff --git a/gdb/testsuite/config/mt-slite b/gdb/testsuite/config/mt-slite
deleted file mode 100644
index 74e75a2..0000000
--- a/gdb/testsuite/config/mt-slite
+++ /dev/null
@@ -1,8 +0,0 @@
-LIBS = -lc -lg -lgcc
-CFLAGS = -g -Dusestubs
-LDFLAGS = ` \
- if [ -f $${rootme}/../../newlib/Makefile ]; then \
- echo -L$${rootsrc}/../../libgloss/ex93x -L$${rootme}/../../libgloss/ex93x -Tex93x.ld -nostartfiles -nostdlib -N; \
- else \
- echo -Tex93x.ld -nostartfiles -nostdlib -N; \
- fi`
diff --git a/gdb/testsuite/config/mt-sparc-aout b/gdb/testsuite/config/mt-sparc-aout
deleted file mode 100644
index e69de29..0000000
--- a/gdb/testsuite/config/mt-sparc-aout
+++ /dev/null
diff --git a/gdb/testsuite/config/mt-unix b/gdb/testsuite/config/mt-unix
deleted file mode 100644
index d6e2c78..0000000
--- a/gdb/testsuite/config/mt-unix
+++ /dev/null
@@ -1 +0,0 @@
-CFLAGS_FOR_TARGET = -g
diff --git a/gdb/testsuite/config/mt-vxworks b/gdb/testsuite/config/mt-vxworks
deleted file mode 100644
index d18bcb0..0000000
--- a/gdb/testsuite/config/mt-vxworks
+++ /dev/null
@@ -1,2 +0,0 @@
-CFLAGS = -g -Dvxworks
-LDFLAGS = -Xlinker -Ur
diff --git a/gdb/testsuite/config/netware.exp b/gdb/testsuite/config/netware.exp
deleted file mode 100644
index aa170bb..0000000
--- a/gdb/testsuite/config/netware.exp
+++ /dev/null
@@ -1,218 +0,0 @@
-# Copyright (C) 1988, 1990, 1991, 1992, 1994 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gdb@prep.ai.mit.edu
-
-# This file was written by J.T. Conklin. (jtc@cygnus.com)
-
-load_lib gdb.exp
-load_lib remote.exp
-
-global shell_id
-
-global LD
-if ![info exists LD] then {
- set LD [findfile "$base_dir/../../ld/ld.new"]
-}
-
-global NLMCONV
-if ![info exists NLMCONV] then {
- set NLMCONV [findfile "$base_dir/../../binutils/nlmconv"]
-}
-
-#
-# gdb_version -- extract and print the version number of gcc
-#
-proc gdb_version {} {
- default_gdb_version
-}
-
-#
-# gdb_unload -- unload a file if one is loaded
-#
-
-#
-# gdb_load -- load a file into the debugger.
-# return a -1 if anything goes wrong.
-#
-proc gdb_load { arg } {
- global prompt
- global LD
- global NLMCONV
- global errorCode
- global shell_id
-
- # FIXME: this is wrong.
- set targetname [target_info name];
-
- set obj [file tail $arg]
- set nlm "$obj.nlm"
- set lnk "$obj.lnk"
-
- # build *.lnk file
- set fd [open $lnk w]
- puts $fd "description \"[file tail $nlm]\""
- puts $fd "screenname \"System Console\""
- puts $fd "module clib.nlm"
- puts $fd "module mathlib.nlm"
- puts $fd "stack 32768"
-# puts $fd "stack 64512"
- puts $fd "debug"
- # FIXME: don't hardcode location of prelude.o
- puts $fd "input /s1/cygnus/dejagnu/i386-netware/lib/prelude.o"
- puts $fd "input $arg"
- puts $fd "output $nlm"
- close $fd
-
- # run nlmconv
- verbose "Executing: $NLMCONV -l$LD -T$lnk" 1
- catch "exec $NLMCONV -l$LD -T$lnk" output
- if ![string match "" $output] then {
- verbose $output 1
- }
- if ![string match "NONE" $errorCode] {
- warning "Can't link $arg"
-
- return -1
- }
- catch "exec rm -f $lnk"
-
- # download
- verbose "Downloading $nlm" 1
- catch "exec cp $nlm /.NetWare/$targetname.nws/sys.nwv/tmp/x.nlm" output
- if ![string match "" $output] then {
- verbose $output 1
- return -1
- }
-
- gdb_file_cmd $nlm
-}
-
-proc gdb_run_cmd { } {
- global shell_id
- global prompt
- global timeout
-
- set connhost [target_info name];
- if [board_info $connhost exists serial] {
- set serialport [board_info $connhost serial];
- } else {
- set serialport [board_info $connhost netport];
- }
-
- if [board_info $connhost exists baud] {
- set baud [board_info $connhost baud];
- } else {
- set baud 9600;
- }
- # FIXME: This is wrong.
- send "kill\n"
- expect {
- -re ".*Kill the program being debugged.*y or n. $" {
- send "y\n"
- exp_continue
- }
- -re ".*$prompt $" {}
- }
-
- verbose "Starting GDB stub on [target_info name]" 1
- send -i $shell_id "load nlmstub BAUD=$baud x.nlm\r\n"
-
- send "set remotebaud $baud\n"
- expect {
- -re "$prompt" {}
- timeout {
- perror "Couldn't set remote baud rate"
- return
- }
- }
-
- set otimeout $timeout
- set timeout 60
- verbose "Timeout is now $timeout seconds" 2
- send "target remote $serialport\n"
- expect {
- -re "Couldn't establish connection to remote target" {
- send "target remote $serialport\n"
- exp_continue
- }
- -re "$prompt" {}
- timeout {
- set timeout $otimeout
- verbose "Timeout restored to $timeout seconds" 2
- perror "Couldn't set remote target"
- return
- }
- }
- set timeout $otimeout
- verbose "Timeout restored to $timeout seconds" 2
-
- send "continue\n"
- expect {
- "Continuing.$" {}
- }
-
- return
-}
-
-
-
-#
-# start the remote shell
-#
-
-set shell_prompt "Password:"
-set shell_id [remote_open target]
-
-if $shell_id<0 then {
- warning "Couldn't connect to target"
- return -1
-}
-
-if [string match "" $passwd] then {
- stty -echo
- send_user "Password: "
- expect_user -re "(.*)\n"
- send_user "\n"
- set passwd "$expect_out(1,string)"
- stty echo
-}
-
-send -i $shell_id "$passwd\n"
-expect {
- -i $shell_id ":" {
- verbose "Got termtype prompt" 0
- }
-
- -i $shell_id timeout {
- warning "Connection timed out"
- return -1
- }
-}
-
-
-# FIXME: this is wrong.
-set shell_prompt "[string toupper [target_info name]]:"
-send -i $shell_id "1\n"
-
-expect {
- -i $shell_id -re "$shell_prompt" {}
- -i $shell_id timeout {
- warning "Connection timed out"
- return -1
- }
-}
diff --git a/gdb/testsuite/config/nind.exp b/gdb/testsuite/config/nind.exp
deleted file mode 100644
index d8aecdb..0000000
--- a/gdb/testsuite/config/nind.exp
+++ /dev/null
@@ -1,49 +0,0 @@
-# Test Framework Driver
-# Copyright (C) 1988, 1990, 1991, 1992, 1997 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
-
-# This file was written by Rob Savoye. (rob@cygnus.com)
-
-load_lib gdb.exp
-
-#
-# gdb_load -- load a file into the debugger.
-#
-proc gdb_load { arg } {
- global verbose
- global loadpath
- global loadfile
- global gdb_prompt
- global GDB
- set loadfile [file tail $arg]
- set loadpath [file dirname $arg]
- send_user "Not implememted yet\n" ; return -1
-}
-
-#
-# gdb_start -- start GDB running
-#
-proc gdb_start { } {
- global GDB
- global GDBFLAGS
- global spawn_id
- global gdb_prompt
- global verbose
- send_user "Not implememted yet\n" ; return -1
-}
diff --git a/gdb/testsuite/config/proelf.exp b/gdb/testsuite/config/proelf.exp
deleted file mode 100644
index e6ade13..0000000
--- a/gdb/testsuite/config/proelf.exp
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gdb@prep.ai.mit.edu
-
-load_lib ../config/monitor.exp
diff --git a/gdb/testsuite/config/sh.exp b/gdb/testsuite/config/sh.exp
deleted file mode 100644
index 1a2f7a9..0000000
--- a/gdb/testsuite/config/sh.exp
+++ /dev/null
@@ -1 +0,0 @@
-load_lib ../config/monitor.exp
diff --git a/gdb/testsuite/config/sim.exp b/gdb/testsuite/config/sim.exp
deleted file mode 100644
index 009ceb9..0000000
--- a/gdb/testsuite/config/sim.exp
+++ /dev/null
@@ -1,105 +0,0 @@
-# Test Framework Driver for GDB driving a builtin simulator
-# Copyright 1994, 1997, 1998 Free Software Foundation, Inc.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-load_lib gdb.exp
-
-# The SH simulator by default will allocate 16M of memory, which is
-# convenient, but it slows down testing to chew up that much swap;
-# so supply an option that makes the simulator allocate 256K.
-
-set target_sim_options ""
-
-if [istarget "sh*-*-*"] then {
- set target_sim_options "18"
-}
-
-# The ERC32 simulator requires the argument -sparclite in order
-# to emulate sparclite-specific instructions.
-
-if [istarget "sparclite*-*-*"] then {
- set target_sim_options "-sparclite"
-}
-if [istarget "sparc86x*-*-*"] then {
- set target_sim_options "-sparclite"
-}
-
-#
-# gdb_target_sim
-# Set gdb to target the simulator
-#
-proc gdb_target_sim { } {
- global gdb_prompt
- global verbose
- global exit_status
- global target_sim_options
-
- send_gdb "target sim $target_sim_options\n"
- set timeout 60
- verbose "Timeout is now $timeout seconds" 2
- gdb_expect {
- -re "Connected to the simulator.*$gdb_prompt $" {
- verbose "Set target to sim"
- }
- timeout {
- perror "Couldn't set target for simulator."
- cleanup
- exit $exit_status
- }
- }
- set timeout 10
- verbose "Timeout is now $timeout seconds" 2
-}
-
-#
-# gdb_load -- load a file into the debugger.
-# return a -1 if anything goes wrong.
-#
-proc gdb_load { arg } {
- global verbose
- global loadpath
- global loadfile
- global GDB
- global gdb_prompt
-
- if [gdb_file_cmd $arg] then { return -1 }
-
- gdb_target_sim
-
- send_gdb "load\n"
- set timeout 2400
- verbose "Timeout is now $timeout seconds" 2
- gdb_expect {
- -re ".*$gdb_prompt $" {
- if $verbose>1 then {
- send_user "Loaded $arg into $GDB\n"
- }
- set timeout 30
- verbose "Timeout is now $timeout seconds" 2
- return 1
- }
- -re "$gdb_prompt $" {
- if $verbose>1 then {
- perror "GDB couldn't load."
- }
- }
- timeout {
- if $verbose>1 then {
- perror "Timed out trying to load $arg."
- }
- }
- }
-}
diff --git a/gdb/testsuite/config/slite.exp b/gdb/testsuite/config/slite.exp
deleted file mode 100644
index 5a393ca..0000000
--- a/gdb/testsuite/config/slite.exp
+++ /dev/null
@@ -1,171 +0,0 @@
-# Copyright (C) 1993 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-
-# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
-
-# This file was written by Ian Lance Taylor <ian@cygnus.com>.
-
-# GDB support routines for a board using the MIPS remote debugging
-# protocol. These are actually pretty generic.
-
-# DejaGnu currently assumes that debugging is being done over the main
-# console port. It would probably be more convenient for people using
-# IDT boards to permit the debugging port and the connected port to be
-# different, since an IDT board has two ports. This would require
-# extending some of the tests in a fashion similar to that done for
-# VxWorks, because the test output would appear on the other port,
-# rather than being displayed by gdb.
-
-load_lib remote.exp
-load_lib gdb.exp
-set gdb_prompt "\\(gdb\\)"
-
-#
-# gdb_load -- load a file into the GDB.
-# Returns a 0 if there was an error,
-# 1 if it load successfully.
-#
-proc gdb_load { arg } {
- global verbose
- global loadpath
- global loadfile
- global gdb_prompt
- global GDB
- global expect_out
- global gdb_spawn_id
-
- set loadfile [file tail $arg]
- set loadpath [file dirname $arg]
-
- send_gdb "file $arg\n"
- expect {
- -i $gdb_spawn_id -re "A program is being debugged already..*Kill it.*y or n. $" {
- send_gdb "y\n"
- exp_continue
- }
- -i $gdb_spawn_id -re "Load new symbol table.*y or n. $" {
- send_gdb "y\n"
- exp_continue
- }
- -i $gdb_spawn_id -re "Reading symbols from.*done..*$gdb_prompt $" {}
- -i $gdb_spawn_id -re "$gdb_prompt $" { perror "GDB couldn't read file" }
- -i $gdb_spawn_id timeout { perror "(timeout) read symbol file" ; return -1 }
- }
-
- if [target_info exists gdb_protocol] {
- set protocol [target_info gdb_protocol];
- } else {
- set protocol "sparclite"
- }
-
- if [target_info exists serial] {
- set targetname [target_info serial];
- send_gdb "target $protocol [target_info serial]\n";
- } else {
- if ![target_info exists netport] {
- perror "Need either netport or gdb_serial entry for [target_info name].";
- return -1;
- }
- set targetname [target_info netport];
- send_gdb "target $protocol udp [target_info netport]\n";
- }
- set timeout 60
- verbose "Timeout is now $timeout seconds" 2
- expect {
- -i $gdb_spawn_id -re "Remote target.*$gdb_prompt $" { }
- -i $gdb_spawn_id -re ".*SPARClite appears to be alive.*$gdb_prompt $" {
- if $verbose>1 then {
- send_user "Set target to $targetname\n"
- }
- }
- -i $gdb_spawn_id timeout {
- perror "Couldn't set SLITE target."
- set timeout 10
- verbose "Timeout is now $timeout seconds" 2
- return -1
- }
- }
-
- if [target_info exists gdb_load_offset] {
- set offset "[target_info gdb_load_offset]";
- } else {
- set offset "";
- }
- if { 1 } {
- send_gdb "load $arg $offset\n"
- verbose "Loading $arg into $GDB" 2
- set timeout 2400
- verbose "Timeout is now $timeout seconds" 2
- expect {
- -i $gdb_spawn_id -re "Loading.*$gdb_prompt $" {
- verbose "Loaded $arg into $GDB" 1
- set timeout 30
- verbose "Timeout is now $timeout seconds" 2
- }
- -i $gdb_spawn_id -re "$gdb_prompt $" {
- if $verbose>1 then {
- perror "GDB couldn't load."
- }
- }
- -i $gdb_spawn_id timeout {
- if $verbose>1 then {
- perror "Timed out trying to load $arg."
- }
- }
- }
- }
- set timeout 10
- verbose "Timeout is now $timeout seconds, doing monitor run" 2
- send_gdb "monitor run\n";
- sleep 2;
- send_gdb "";
- expect {
- -i $gdb_spawn_id -re ".*$gdb_prompt $" { verbose "Run command succeded" }
- -i $gdb_spawn_id default {
- perror "error sending monitor run command";
- }
- }
-
- if [target_info exists gdb_serial] {
- set serial [target_info gdb_serial];
- } else {
- set serial [target_info serial];
- }
- send_gdb "target remote $serial\n"
- set timeout 60
- verbose "Timeout is now $timeout seconds" 2
- expect {
- -i $gdb_spawn_id -re ".*Kill it?.*y or n.*" {
- send_gdb "y\n";
- exp_continue
- }
- -i $gdb_spawn_id -re ".*$gdb_prompt $" {
- verbose "Set remote target to [target_info serial]" 2
- }
- -i $gdb_spawn_id timeout {
- perror "Couldn't set remote target."
- set timeout 10
- verbose "Timeout is now $timeout seconds" 2
- return -1
- }
- }
-
- if [info exists expect_out(buffer)] then {
- send_log $expect_out(buffer)
- }
- return 0
-}
diff --git a/gdb/testsuite/config/sparclet.exp b/gdb/testsuite/config/sparclet.exp
deleted file mode 100644
index 1919aca..0000000
--- a/gdb/testsuite/config/sparclet.exp
+++ /dev/null
@@ -1,391 +0,0 @@
-# Copyright (C) 1996, 1997 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
-
-# This file was written by Michael Snyder <msnyder@cygnus.com>.
-
-# GDB support routines for a board using the sparclet remote debugging
-# protocol.
-
-load_lib remote.exp
-load_lib gdb.exp
-
-#
-# Sparclet remote run command.
-#
-
-proc gdb_start { } {
- global gdb_prompt
-
- if ![file exists loader] {
- global libdir
- set loader loader;
-
- if [target_info exists gdb_stub_offset] {
- set result [target_compile "${libdir}/stub-loader.c" $loader executable "libs=-Wl,-Ttext,[target_info gdb_stub_offset]"];
- } else {
- set result [target_compile "${libdir}/stub-loader.c" $loader executable "ldscript=[target_info gdb_stub_ldscript]"];
- }
- }
-
- verbose -log "$gdb_prompt is gdb prompt"
-
- set result 0;
- for { set y 0; } { $y < 4 } { incr y } {
- if { [default_gdb_start] != 0 } {
- return -1;
- }
-
- if [target_info exists baud] {
- send_gdb "set remotebaud [target_info baud]\n"
- gdb_expect {
- -re "$gdb_prompt" { }
- default {
- perror "Error setting baud rate."
- return -1;
- }
- }
- }
-
- for {set x 1;} { $x < 4 } {incr x} {
- set result [gdb_sparclet_startup $result];
- if { $result > 0 } {
- return 1;
- }
- # mmmmm, magic numbers.
- if { $result == -42 || $result == -43 } {
- break;
- } else {
- reboot_target;
- }
- }
- if { $x == 4 } {
- return -1;
- }
- gdb_exit;
- sleep 5;
- }
- return -1;
-}
-
-proc gdb_sparclet_startup { arg } {
- global gdb_prompt
- global GDB
- global verbose
-
- set is_running_stub 0;
-
- if [target_info exists serial] {
- set serial [target_info serial];
- } else {
- set serial [target_info netport];
- }
- set protocol [target_info gdb_protocol];
- set check_stub 1;
- if { $arg != -42 } {
- send_gdb "target $protocol $serial\n";
- # 10 seconds may be a bit short.
- gdb_expect 10 {
- -re "already.*y or n." {
- gdb_send "y\n";
- exp_continue;
- }
- -re "Remote target.*connected to.*$gdb_prompt" { set check_stub 0; }
- -re "$gdb_prompt" { }
- timeout { }
- }
- if { $check_stub } {
- verbose "timed out, checking if stub is already running"
- send_gdb "\003";
- sleep 1;
- send_gdb "\003";
- gdb_expect 10 {
- -re "$gdb_prompt" { }
- default {
- remote_close host;
- return -42;
- }
- }
- }
- }
- if [target_info exists gdb_serial] {
- set gdb_serial [target_info gdb_serial];
- } else {
- set gdb_serial $serial;
- }
- if { $check_stub } {
- send_gdb "target remote $gdb_serial\n";
- gdb_expect 15 {
- -re "Remote debugging.*$gdb_prompt" {
- verbose "stub is already running"
- set is_running_stub 1;
- }
- default {
- warning "board isn't responding";
- remote_close host;
- remote_reboot target;
- return -43;
- }
- }
- }
-
- if { $is_running_stub == 0 } {
- global srcdir
-
- if [is_remote host] {
- set loader [remote_download host "loader"];
- } else {
- set loader "loader";
- }
- send_gdb "file $loader\n";
- gdb_expect {
- -re "A program is being debug.*Kill it.*y or n. $" {
- send_gdb "y\n"
- exp_continue
- }
- -re "Load new symbol table.*y or n. $" {
- send_gdb "y\n"
- exp_continue
- }
- -re "Reading symbols from.*done..*$gdb_prompt $" {}
- -re "$gdb_prompt $" { perror "GDB couldn't find loader" }
- timeout {
- perror "(timeout) read symbol file" ;
- return -1
- }
- }
-
- send_gdb "target $protocol $serial\n";
- gdb_expect {
- -re "Remote target.*connected to.*$gdb_prompt" { }
- default {
- perror "Error reconnecting to board.";
- return -1;
- }
- }
-
- send_gdb "load $loader [target_info gdb_stub_offset]\n"
- verbose "Loading $loader into $GDB" 2
- set no_run_command 0;
- gdb_expect 1200 {
- -re "Loading.*$gdb_prompt $" {
- verbose "Loaded $loader into $GDB" 1
- }
- -re "Transfer rate:.*Switching to remote protocol.*Remote debugging" {
- set no_run_command 1;
- }
- -re "$gdb_prompt $" {
- if $verbose>1 then {
- perror "GDB couldn't load."
- }
- }
- timeout {
- if $verbose>1 then {
- perror "Timed out trying to load $arg."
- }
- }
- }
-
- if !$no_run_command {
- send_gdb "run\n";
- gdb_expect 60 {
- -re "A program is being debug.*Kill it.*y or n. $" {
- send_gdb "y\n"
- exp_continue
- }
- -re "The program being debugged .*y or n. $" {
- send_gdb "y\n"
- exp_continue
- }
- -re "Starting program:.*loader.*$" {
- verbose "Starting loader succeeded"
- }
- timeout {
- perror "(timeout) starting the loader" ;
- return -1
- }
- default {
- perror "error starting the loader";
- }
- }
- }
- sleep 2;
- send_gdb ""
- sleep 1;
- send_gdb ""
- verbose "Sent ^C^C"
- gdb_expect 10 {
- -re "Give up .and stop debugging it.*$" {
- send_gdb "y\n"
- exp_continue
- }
- -re "$gdb_prompt $" {
- verbose "Running loader succeeded"
- }
- timeout {
- warning "(timeout) interrupting the loader" ;
- remote_close host;
- }
- default {
- warning "error interrupting the loader";
- }
- }
-
- gdb_exit;
- return [gdb_start];
- }
- return 1;
-}
-
-proc gdb_run_cmd { args } {
- global gdb_prompt
-
- gdb_breakpoint exit;
- send_gdb "set \$fp=0\n";
- gdb_expect {
- -re "$gdb_prompt" { }
- }
- # This is needed for the SparcLite. Whee.
- if [target_info exists gdb,start_symbol] {
- set start_comm "jump *[target_info gdb,start_symbol]\n";
- } else {
- set start_comm "jump *start\n";
- }
- send_gdb "break copyloop\n";
- gdb_expect 10 {
- -re "Breakpoint.*$gdb_prompt $" {
- set start_comm "continue\n";
- }
- -re "$gdb_prompt $" { }
- timeout { warning "break copyloop failed badly"; }
- }
- send_gdb $start_comm;
- gdb_expect 10 {
- -re "y or n. $" {
- remote_send host "y\n"
- exp_continue;
- }
- -re "Breakpoint.*in copyloop.*$gdb_prompt $" {
- remote_send host "jump relocd\n";
- exp_continue;
- }
- -re "Continuing at.*\[\r\n\]" { }
- default {
- return -1;
- }
- }
-
- return "";
-}
-
-
-#
-# gdb_load -- load a file into the GDB.
-# Returns a 0 if there was an error,
-# 1 if it load successfully.
-#
-proc gdb_load { arg } {
- global verbose
- global loadpath
- global loadfile
- global gdb_prompt
- global GDB
- global expect_out
-
- set loadfile [file tail $arg]
- set loadpath [file dirname $arg]
-
- set protocol [target_info gdb_protocol];
-
- if [is_remote host] {
- set arg [remote_download host $arg];
- }
- send_gdb "file $arg\n"
- gdb_expect 30 {
- -re "A program is being debug.*Kill it.*y or n. $" {
- send_gdb "y\n"
- exp_continue
- }
- -re "Load new symbol table.*y or n. $" {
- send_gdb "y\n"
- exp_continue
- }
- -re "Reading symbols from.*done..*$gdb_prompt $" {}
- -re "$gdb_prompt $" { perror "GDB couldn't read file" }
- timeout {
- perror "(timeout) read symbol file" ;
- return -1
- }
- }
-
- if [target_info exists gdb_serial] {
- set gdb_serial [target_info gdb_serial];
- } else {
- if [target_info exists serial] {
- set gdb_serial [target_info serial];
- } else {
- set gdb_serial [target_info netport];
- }
- }
- send_gdb "target remote $gdb_serial\n"
- gdb_expect 30 {
- -re "Kill it?.*y or n.*" {
- send_gdb "y\n";
- exp_continue
- }
- -re "$gdb_prompt $" {
- verbose "Set remote target to $gdb_serial" 2
- }
- timeout {
- perror "Couldn't set remote target."
- return -1
- }
- }
- if [target_info exists gdb_load_offset] {
- set offset "[target_info gdb_load_offset]";
- } else {
- set offset "";
- }
- send_gdb "load $arg $offset\n"
- verbose "Loading $arg into $GDB" 2
- gdb_expect 1200 {
- -re "Loading.*$gdb_prompt $" {
- verbose "Loaded $arg into $GDB" 1
- }
- -re "$gdb_prompt $" {
- if $verbose>1 then {
- perror "GDB couldn't load."
- }
- }
- timeout {
- if $verbose>1 then {
- perror "Timed out trying to load $arg."
- }
- }
- }
- send_gdb "list main\n";
- gdb_expect 60 {
- -re "$gdb_prompt" { }
- default {
- perror "command for list main never completed";
- return -1;
- }
- }
-
- return 0
-}
diff --git a/gdb/testsuite/config/udi.exp b/gdb/testsuite/config/udi.exp
deleted file mode 100644
index 3a5d778..0000000
--- a/gdb/testsuite/config/udi.exp
+++ /dev/null
@@ -1,112 +0,0 @@
-# Test Framework Driver for GDB driving Universal Debug Interface on 29K
-# Copyright 1988, 1990, 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
-
-# This file was written by Rob Savoye. (rob@cygnus.com)
-
-load_lib gdb.exp
-
-#
-# gdb_target_udi
-# Set gdb to the desired UDI target
-#
-proc gdb_target_udi { } {
- global gdb_prompt
- global verbose
- global exit_status
-
- set targetname [target_info mondfe,name];
- # set targets hostname
- send_gdb "target udi $targetname\n"
- set timeout 60
- verbose "Timeout is now $timeout seconds" 2
- gdb_expect {
- -re "target udi $targetname\[\r\n\]+" {
- exp_continue
- }
- -re "TIP UDI 1.2 Conformant.*$gdb_prompt $" {
- verbose "Set target to $targetname"
- }
- -re "TIP-ipc WARNING,.*failed:" {
- warning "$expect_out(buffer)"
- }
- -re "TIP-ipc ERROR,.*failed:" {
- perror "$expect_out(buffer)"
- }
- -re "A program is being debugged already. Kill it\? \(y or n\)" {
- send "y\n"
- exp_continue
- }
- timeout {
- perror "Couldn't set target for UDI."
- cleanup
- exit $exit_status
- }
- }
- set timeout 10
- verbose "Timeout is now $timeout seconds" 2
-}
-
-#
-# gdb_load -- load a file into the debugger.
-# return a -1 if anything goes wrong.
-#
-
-proc gdb_load { arg } {
- global verbose
- global loadpath
- global loadfile
- global GDB
- global gdb_prompt
-
- if [gdb_file_cmd $arg] {
- return -1
- }
-
- gdb_target_udi
-}
-
-#
-# gdb_start -- start GDB running. This assumes that there the
-# UDICONF enviroment variable is set.
-#
-proc gdb_start { } {
- global env;
-
- set env(UDICONF) [target_info mondfe,udi_soc];
- default_gdb_start
- verbose "Setting up target, Please wait..."
- gdb_target_udi
-}
-
-#
-# gdb_exit -- exit gdb
-#
-proc gdb_exit { } {
- catch default_gdb_exit
- set in [open [concat "|ls -F"] r]
- while {[gets $in line]>-1} {
- if [regexp "=$" $line] then {
- set line [string trimright $line "="]
- verbose "Removing the $line named socket"
- exec rm -f $line
- }
- }
- close $in
-}
diff --git a/gdb/testsuite/config/unix.exp b/gdb/testsuite/config/unix.exp
deleted file mode 100644
index 8d0530f..0000000
--- a/gdb/testsuite/config/unix.exp
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright (C) 1988, 1990, 1991, 1992, 1994 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gdb@prep.ai.mit.edu
-
-# This file was written by Rob Savoye. (rob@cygnus.com)
-
-# Set a default timeout to be used for the tests under UNIX, rather than
-# accepting whatever default dejagnu gives us (apparently 10 seconds).
-# When running the tests over NFS, under somewhat heavy load, 10 seconds
-# does not seem to be enough. Try starting with 60.
-set timeout 60
-verbose "Timeout is now $timeout seconds" 2
-
-load_lib gdb.exp
diff --git a/gdb/testsuite/config/unknown.exp b/gdb/testsuite/config/unknown.exp
deleted file mode 100644
index ab746fa..0000000
--- a/gdb/testsuite/config/unknown.exp
+++ /dev/null
@@ -1,2 +0,0 @@
-unsupported "Sorry, there is no support for this architecture.\n"
-exit 1
diff --git a/gdb/testsuite/config/vr4300.exp b/gdb/testsuite/config/vr4300.exp
deleted file mode 100644
index 1a2f7a9..0000000
--- a/gdb/testsuite/config/vr4300.exp
+++ /dev/null
@@ -1 +0,0 @@
-load_lib ../config/monitor.exp
diff --git a/gdb/testsuite/config/vr5000.exp b/gdb/testsuite/config/vr5000.exp
deleted file mode 100644
index 1a2f7a9..0000000
--- a/gdb/testsuite/config/vr5000.exp
+++ /dev/null
@@ -1 +0,0 @@
-load_lib ../config/monitor.exp
diff --git a/gdb/testsuite/config/vx.exp b/gdb/testsuite/config/vx.exp
deleted file mode 100644
index f34452c..0000000
--- a/gdb/testsuite/config/vx.exp
+++ /dev/null
@@ -1,153 +0,0 @@
-# Copyright (C) 1988, 1990, 1991, 1992, 1995, 1997 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
-
-# This file was written by Rob Savoye. (rob@cygnus.com)
-
-#
-# load support libraries
-#
-load_lib remote.exp
-load_lib gdb.exp
-
-set shell_prompt "->"
-set gdb_prompt "\\(vxgdb\\)"
-
-#
-# gdb_version -- extract and print the version number of gcc
-#
-proc gdb_version {} {
- default_gdb_version
-}
-
-#
-# gdb_load -- load a file into the debugger.
-# We have to stop and start gdb each time we do this, because when
-# vxgdb loads two files in a row, the symbols in the first file loaded
-# take precedence. Returns -1 on error, else 0.
-#
-proc gdb_load { arg } {
- set result 0
-
- if { [vxworks_ld target $arg] != 0 } {
- perror "Couldn't load $arg"
- return -1
- }
-
- return [gdb_file_cmd $arg]
-}
-
-#
-# gdb_start -- start gdb running
-#
-proc gdb_start { } {
- global gdb_prompt
- global verbose
- global connectmode
- global reboot
-
- # get a connection to the board
- for { set x 0; } { $x < 3 } { incr x } {
- set shell_id [remote_open target]
- if { $shell_id > 0 } {
- break;
- } else {
- remote_reboot target;
- }
- }
- verbose "Spawn id for remote shell is $shell_id"
-
- # reboot vxworks to get a clean start
- if $reboot then {
- verbose "Rebooting VxWorks, Please wait...\n"
-
- send -i $shell_id "\030"
- set timeout 120
- verbose "Timeout is now $timeout seconds" 2
- expect {
- -i $shell_id -re "Connection closed.*$" {
- verbose "\nVxWorks has closed the shell"
- }
- -i $shell_id eof {
- perror "(eof) never disconnected from VxWorks shell."
- return -1
- }
- -i $shell_id timeout {
- perror "(timeout) never disconnected from VxWorks shell."
- return -1
- }
- }
- catch "close -i $shell_id" tmp
- wait -i $shell_id
- }
- set timeout 10
- verbose "Timeout is now $timeout seconds" 2
-
- catch "spawn_vxgdb"
-}
-
-proc spawn_vxgdb { } {
- global gdb_prompt
- global verbose
-
- default_gdb_start
-
- # set the default arguments to "main", so that "run" with no
- # arguments will work correctly.
- send_gdb "set args main\n"
- gdb_expect -re ".*$gdb_prompt $" {}
-
- verbose "Setting up target, Please wait..."
- # set targets hostname
- send_gdb "target vxworks [target_info hostname]\n"
- set timeout 60
- verbose "Timeout is now $timeout seconds" 2
- gdb_expect {
- -re "Done\..*$gdb_prompt $" {
- verbose "Set target to [target_info hostname]" 1
- }
- -re "net_connect: RPC: Program not registered.*$" {
- perror "Couldn't set GDB to target [target_info netport]."
- exit 1
- }
- timeout {
- perror "Couldn't set target for vxworks."
- set timeout 10
- verbose "Timeout is now $timeout seconds" 2
- return -1
- }
- }
- set timeout 10
- verbose "Timeout is now $timeout seconds" 2
-}
-
-proc gdb_exit { } {
- remote_close target;
- catch default_gdb_exit
-}
-
-#expect_after {
-# "<return>" { send "\n"; perror "Window too small." }
-# -re "\(y or n\) " { send "n\n"; perror "Got interactive prompt." }
-# buffer_full { perror "internal buffer is full." }
-# eof { perror "eof -- pty is hosed." }
-# timeout { perror "timeout." }
-# "virtual memory exhausted" { perror "virtual memory exhausted." }
-# "Undefined command" { perror "send string probably wrong." }
-#}
-
diff --git a/gdb/testsuite/config/vxworks.exp b/gdb/testsuite/config/vxworks.exp
deleted file mode 100644
index 4b51da5..0000000
--- a/gdb/testsuite/config/vxworks.exp
+++ /dev/null
@@ -1 +0,0 @@
-load_lib ../config/vx.exp
diff --git a/gdb/testsuite/config/vxworks29k.exp b/gdb/testsuite/config/vxworks29k.exp
deleted file mode 100644
index 112b871..0000000
--- a/gdb/testsuite/config/vxworks29k.exp
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright (C) 1995, 1997 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
-
-# This file was written by Brendan Kehoe (brendan@cygnus.com).
-
-# We need this file here because the targetname for the 29k board
-# is `vxworks29k', not `vxworks'. That way other tools (e.g., gcc)
-# can differentiate between the stuff run on that board and others.
-
-verbose "Loading ${srcdir}/config/vx-gdb.exp"
-source ${srcdir}/config/vx-gdb.exp