public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] [gdb/testsuite] Fix gdb.arch/amd64-stap-special-operands.exp for remote host
@ 2023-03-15 15:38 Tom de Vries
  0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2023-03-15 15:38 UTC (permalink / raw)
  To: gdb-cvs

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

commit fdefd3b5314677eb838d28866d0fcf6cf6546222
Author: Tom de Vries <tdevries@suse.de>
Date:   Wed Mar 15 16:38:03 2023 +0100

    [gdb/testsuite] Fix gdb.arch/amd64-stap-special-operands.exp for remote host
    
    With test-case gdb.arch/amd64-stap-special-operands.exp and host board
    local-remote-host-notty and target board native-gdbserver I run into:
    ...
    (gdb) break -pstap three_arg^M
    No probe matching objfile=`<any>', provider=`<any>', name=`three_arg'^M
    Make breakpoint pending on future shared library load? (y or [n]) n^M
    (gdb) FAIL: gdb.arch/amd64-stap-special-operands.exp: probe: three_arg: \
      gdb_breakpoint: set breakpoint at -pstap three_arg
    ...
    due to compiling two executables with the same name, and when uploading the
    second one from host to build, we run into:
    ...
    Upload from 127.0.0.1 failed, \
      $outputs/gdb.arch/amd64-stap-special-operands/amd64-stap-special-operands: \
      Text file busy.
    ...
    
    Fix this by making the executable names unique.
    
    Tested on x86_64-linux.

Diff:
---
 gdb/testsuite/gdb.arch/amd64-stap-special-operands.exp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gdb/testsuite/gdb.arch/amd64-stap-special-operands.exp b/gdb/testsuite/gdb.arch/amd64-stap-special-operands.exp
index 147d0ff40b2..4773074ce3c 100644
--- a/gdb/testsuite/gdb.arch/amd64-stap-special-operands.exp
+++ b/gdb/testsuite/gdb.arch/amd64-stap-special-operands.exp
@@ -28,7 +28,7 @@ proc test_probe { probe_name } {
 
 standard_testfile amd64-stap-triplet.S
 
-if { [prepare_for_testing "failed to prepare" $testfile $srcfile] } {
+if { [prepare_for_testing "failed to prepare" $testfile-triplet $srcfile] } {
     return -1
 }
 
@@ -36,7 +36,8 @@ test_probe "triplet"
 
 standard_testfile amd64-stap-three-arg-disp.S
 
-if { [prepare_for_testing "failed to prepare" $testfile $srcfile] } {
+if { [prepare_for_testing "failed to prepare" $testfile-three-arg-displ \
+	  $srcfile] } {
     return -1
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-15 15:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-15 15:38 [binutils-gdb] [gdb/testsuite] Fix gdb.arch/amd64-stap-special-operands.exp for remote host 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).