* lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename

from gdbserver_download.  All callers updated.
This commit is contained in:
Doug Evans 2010-01-12 00:50:26 +00:00
parent 08e24bd4ab
commit 6496a6093d
4 changed files with 9 additions and 4 deletions

View File

@ -1,5 +1,8 @@
2010-01-11 Doug Evans <dje@google.com>
* lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
from gdbserver_download. All callers updated.
* gdb.server/ext-run.exp: "info os processes" requires xml support.
2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>

View File

@ -42,7 +42,7 @@ gdb_start
gdb_load $binfile
gdb_reinitialize_dir $srcdir/$subdir
set target_exec [gdbserver_download]
set target_exec [gdbserver_download_current_prog]
gdbserver_start_extended
gdb_test "set remote exec-file $target_exec" "" "set remote exec-file"

View File

@ -40,7 +40,7 @@ gdb_start
gdb_load $binfile
gdb_reinitialize_dir $srcdir/$subdir
set target_exec [gdbserver_download]
set target_exec [gdbserver_download_current_prog]
gdbserver_start_extended
gdb_test "set remote exec-file $target_exec" "" "set remote exec-file"

View File

@ -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