aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/lib
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2010-01-12 00:50:26 +0000
committerDoug Evans <dje@google.com>2010-01-12 00:50:26 +0000
commit6496a6093db530ef4ab153eb510eeda17a7301c5 (patch)
tree1fc71e9d5274b3ea8c588d6c16e6cfbf8ec05d28 /gdb/testsuite/lib
parent08e24bd4abc31abbc6ff795b95275dc3fe737113 (diff)
downloadgdb-6496a6093db530ef4ab153eb510eeda17a7301c5.zip
gdb-6496a6093db530ef4ab153eb510eeda17a7301c5.tar.gz
gdb-6496a6093db530ef4ab153eb510eeda17a7301c5.tar.bz2
* lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
from gdbserver_download. All callers updated.
Diffstat (limited to 'gdb/testsuite/lib')
-rw-r--r--gdb/testsuite/lib/gdbserver-support.exp6
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/testsuite/lib/gdbserver-support.exp b/gdb/testsuite/lib/gdbserver-support.exp
index d4c5eb8..5d53dfa 100644
--- a/gdb/testsuite/lib/gdbserver-support.exp
+++ b/gdb/testsuite/lib/gdbserver-support.exp
@@ -139,8 +139,10 @@ proc skip_gdbserver_tests { } {
# Download the currently loaded program to the target if necessary.
# Return the target system filename.
+# NOTE: This was named "gdbserver_download", but that collides with the
+# dejagnu "download" API function when using load_generic_config "gdbserver".
-proc gdbserver_download { } {
+proc gdbserver_download_current_prog { } {
global gdbserver_host_exec
global gdbserver_host_mtime
global gdbserver_server_exec
@@ -266,7 +268,7 @@ proc gdbserver_start { options arguments } {
# Returns the target protocol and socket to connect to.
proc gdbserver_spawn { child_args } {
- set target_exec [gdbserver_download]
+ set target_exec [gdbserver_download_current_prog]
# Fire off the debug agent. This flavour of gdbserver takes as
# arguments the port information, the name of the executable file to