aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/config
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2012-01-27 13:02:22 +0000
committerPedro Alves <palves@redhat.com>2012-01-27 13:02:22 +0000
commit048fe15a05cfc41215623ec67483c1dc56c8419f (patch)
tree675117f7919ee2e24f90db5d28234648be3030aa /gdb/testsuite/config
parent4220b2f845b8e4474064c52c3be6804eecd6ab25 (diff)
downloadgdb-048fe15a05cfc41215623ec67483c1dc56c8419f.zip
gdb-048fe15a05cfc41215623ec67483c1dc56c8419f.tar.gz
gdb-048fe15a05cfc41215623ec67483c1dc56c8419f.tar.bz2
2012-01-27 Pedro Alves <palves@redhat.com>
* config/extended-gdbserver.exp: New file. * lib/gdbserver-support.exp (gdbserver_start_extended): Extend comment. (gdbserver_start_multi, mi_gdbserver_start_multi): New. * boards/native-extended-gdbserver.exp: New file.
Diffstat (limited to 'gdb/testsuite/config')
-rw-r--r--gdb/testsuite/config/extended-gdbserver.exp27
1 files changed, 27 insertions, 0 deletions
diff --git a/gdb/testsuite/config/extended-gdbserver.exp b/gdb/testsuite/config/extended-gdbserver.exp
new file mode 100644
index 0000000..7166b66
--- /dev/null
+++ b/gdb/testsuite/config/extended-gdbserver.exp
@@ -0,0 +1,27 @@
+# Copyright 2000, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011
+# 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 3 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, see <http://www.gnu.org/licenses/>.
+
+#
+# This module is used for testing GDB using GDBserver in
+# extended-remote mode.
+#
+
+# The guts live in gdbserver-support.exp.
+load_lib gdbserver-support.exp
+
+proc gdb_reconnect { } {
+ return [gdbserver_reconnect]
+}