[pushed,gdb/testsuite] Fix gdb.threads/execl.exp for remote target

Message ID 20230307151140.19458-1-tdevries@suse.de
State Committed
Commit 711b1f02f3e1789b0bd33816210a750cd0932f32
Headers
Series [pushed,gdb/testsuite] Fix gdb.threads/execl.exp for remote target |

Commit Message

Tom de Vries March 7, 2023, 3:11 p.m. UTC
  Fix test-case gdb.threads/execl.exp on target board
remote-gdbserver-on-localhost using gdb_remote_download.

Tested on x86_64-linux.
---
 gdb/testsuite/gdb.threads/execl.exp | 3 +++
 1 file changed, 3 insertions(+)


base-commit: e9f59c6f6c02242c272171e28dd6dfec2fcf7a1c
  

Patch

diff --git a/gdb/testsuite/gdb.threads/execl.exp b/gdb/testsuite/gdb.threads/execl.exp
index ef4f1ea9c8d..92c6a6c8d81 100644
--- a/gdb/testsuite/gdb.threads/execl.exp
+++ b/gdb/testsuite/gdb.threads/execl.exp
@@ -32,6 +32,9 @@  if {[gdb_compile "${srcdir}/${subdir}/${srcfile1}" "${binfile1}" executable {deb
 }
 
 clean_restart ${binfile}
+if { [is_remote target] } {
+    gdb_remote_download target $binfile1
+}
 
 runto_main