public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
From: Tom de Vries <vries@sourceware.org>
To: gdb-cvs@sourceware.org
Subject: [binutils-gdb] [gdb/testsuite] Fix gdb.ada/catch_ex_std.exp with remote-gdbserver-on-localhost
Date: Sun,  8 May 2022 12:05:32 +0000 (GMT)	[thread overview]
Message-ID: <20220508120532.4C76F3858C54@sourceware.org> (raw)

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

commit c7dad3e9f9620b1dd9b7c72523513590552993b2
Author: Tom de Vries <tdevries@suse.de>
Date:   Sun May 8 14:05:27 2022 +0200

    [gdb/testsuite] Fix gdb.ada/catch_ex_std.exp with remote-gdbserver-on-localhost
    
    When running test-case gdb.ada/catch_ex_std.exp on target board
    remote-gdbserver-on-localhost, I run into:
    ...
    (gdb) continue^M
    Continuing.^M
    [Inferior 1 (process 15656) exited with code 0177]^M
    (gdb) FAIL: gdb.ada/catch_ex_std.exp: runto: run to main
    Remote debugging from host ::1, port 49780^M
    /home/vries/foo: error while loading shared libraries: libsome_package.so: \
      cannot open shared object file: No such file or directory^M
    ...
    
    Fix this by adding the usual shared-library + remote-target helper
    "gdb_load_shlib $sofile".
    
    Tested on x86_64-linux with native and target board
    remote-gdbserver-on-localhost.

Diff:
---
 gdb/testsuite/gdb.ada/catch_ex_std.exp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gdb/testsuite/gdb.ada/catch_ex_std.exp b/gdb/testsuite/gdb.ada/catch_ex_std.exp
index 6035535d10e..2d201a77717 100644
--- a/gdb/testsuite/gdb.ada/catch_ex_std.exp
+++ b/gdb/testsuite/gdb.ada/catch_ex_std.exp
@@ -63,6 +63,10 @@ if {[gdb_compile_ada $srcfile $binfile executable $options] != ""} {
 
 clean_restart ${testfile}
 
+# Do whatever is necessary to make sure that the shared library is
+# loaded for remote targets.
+gdb_load_shlib $sofile
+
 if {![runto_main]} then {
    return 0
 }


                 reply	other threads:[~2022-05-08 12:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220508120532.4C76F3858C54@sourceware.org \
    --to=vries@sourceware.org \
    --cc=gdb-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).