public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] [gdb/testsuite] Fix gdb.guile/scm-objfile-script.exp for remote host
@ 2023-03-29  6:01 Tom de Vries
  0 siblings, 0 replies; 2+ messages in thread
From: Tom de Vries @ 2023-03-29  6:01 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=eb338e57ce46be624dbc7c93517849d631581e6d

commit eb338e57ce46be624dbc7c93517849d631581e6d
Author: Tom de Vries <tdevries@suse.de>
Date:   Wed Mar 29 08:01:42 2023 +0200

    [gdb/testsuite] Fix gdb.guile/scm-objfile-script.exp for remote host
    
    Fix test-case gdb.guile/scm-objfile-script.exp using host_standard_output_file.
    
    Tested on x86_64-linux.

Diff:
---
 gdb/testsuite/gdb.guile/scm-objfile-script.exp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/testsuite/gdb.guile/scm-objfile-script.exp b/gdb/testsuite/gdb.guile/scm-objfile-script.exp
index 6a935d7926c..dc390b6b9ec 100644
--- a/gdb/testsuite/gdb.guile/scm-objfile-script.exp
+++ b/gdb/testsuite/gdb.guile/scm-objfile-script.exp
@@ -31,7 +31,7 @@ if {[build_executable $testfile.exp $testfile $srcfile debug] == -1} {
 # gdb will find it.
 set remote_guile_file [remote_download host \
 			   ${srcdir}/${subdir}/${testfile}-gdb.in \
-			   [standard_output_file ${testfile}-gdb.scm]]
+			   [host_standard_output_file ${testfile}-gdb.scm]]
 
 clean_restart
 gdb_test_no_output "set auto-load safe-path ${remote_guile_file}" \

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [binutils-gdb] [gdb/testsuite] Fix gdb.guile/scm-objfile-script.exp for remote host
@ 2023-03-29  6:01 Tom de Vries
  0 siblings, 0 replies; 2+ messages in thread
From: Tom de Vries @ 2023-03-29  6:01 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7eb59fa25616b947ae6c5f30a06bdabdd97fff72

commit 7eb59fa25616b947ae6c5f30a06bdabdd97fff72
Author: Tom de Vries <tdevries@suse.de>
Date:   Wed Mar 29 08:01:42 2023 +0200

    [gdb/testsuite] Fix gdb.guile/scm-objfile-script.exp for remote host
    
    Fix test-case gdb.guile/scm-objfile-script.exp using gdb_remote_download.
    
    Tested on x86_64-linux.

Diff:
---
 gdb/testsuite/gdb.guile/scm-objfile-script.exp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gdb/testsuite/gdb.guile/scm-objfile-script.exp b/gdb/testsuite/gdb.guile/scm-objfile-script.exp
index dc390b6b9ec..89abc38ed3c 100644
--- a/gdb/testsuite/gdb.guile/scm-objfile-script.exp
+++ b/gdb/testsuite/gdb.guile/scm-objfile-script.exp
@@ -29,9 +29,9 @@ if {[build_executable $testfile.exp $testfile $srcfile debug] == -1} {
 # Make the -gdb.scm script available to gdb, it is automagically loaded by gdb.
 # Care is taken to put it in the same directory as the binary so that
 # gdb will find it.
-set remote_guile_file [remote_download host \
+set remote_guile_file [gdb_remote_download host \
 			   ${srcdir}/${subdir}/${testfile}-gdb.in \
-			   [host_standard_output_file ${testfile}-gdb.scm]]
+			   ${testfile}-gdb.scm]
 
 clean_restart
 gdb_test_no_output "set auto-load safe-path ${remote_guile_file}" \

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-29  6:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-29  6:01 [binutils-gdb] [gdb/testsuite] Fix gdb.guile/scm-objfile-script.exp for remote host Tom de Vries
2023-03-29  6:01 Tom de Vries

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).