From: "Maciej W. Rozycki" <macro@codesourcery.com>
To: Pedro Alves <palves@redhat.com>
Cc: <gdb-patches@sourceware.org>, Stan Shebs <stan@codesourcery.com>
Subject: Re: [PATCH] gdb.mi/mi-info-os.exp: Fix cross-debugger testing
Date: Wed, 20 Nov 2013 21:21:00 -0000 [thread overview]
Message-ID: <alpine.DEB.1.10.1311201929580.21686@tp.orcam.me.uk> (raw)
In-Reply-To: <528D0AE0.50702@redhat.com>
On Wed, 20 Nov 2013, Pedro Alves wrote:
> > Index: gdb-fsf-trunk-quilt/gdb/testsuite/gdb.mi/mi-info-os.exp
> > ===================================================================
> > --- gdb-fsf-trunk-quilt.orig/gdb/testsuite/gdb.mi/mi-info-os.exp 2013-11-01 00:52:48.000000000 +0000
> > +++ gdb-fsf-trunk-quilt/gdb/testsuite/gdb.mi/mi-info-os.exp 2013-11-01 00:56:43.588756235 +0000
> > @@ -33,6 +33,20 @@ if [mi_gdb_start] {
> > continue
> > }
> >
> > +# In non-native configurations we need to have a live target.
> > +if { ![isnative] } {
>
> Shouldn't this be [is_remote target] ? isnative just compares
> the _build_ and target triplets.
Well is_remote merely checks if the target board is not the same as the
local (build) machine. I don't think it matters, it doesn't tell anything
about GDB configuration, e.g. GDB might be native after all, running on a
remote host that is the same as the target (i.e. no `gdbserver' or
suchlike involved, although we don't actually care here whether
`gdbserver' is used or not), like in a crossed build of a native
toolchain.
FWIW I actually scanned our testsuite for various configuration
conditions used before making this change and I believe the cases of
[is_remote target] I saw are incorrect -- the authors of the pieces of
code in question appear to have assumed that this condition translates to
the use of the RSP and `gdbserver' while it is not what DejaGNU
implements. All it implies is what I noted above -- that is that the
target machine is not the same as the build machine (one running `make
check' or the equivalent). That has nothing to do with `gdbserver' or the
use of the RSP.
> (And even if host and target triplets matched, we could still
> have a configuration without a native target)
How come?
> Otherwise OK.
So what is your proposal? What's the proper way of determining whether
this configuration of GDB is native (includes a native target) or not?
To maintain current coverage we need to complement the check made in
target_get_osdata:
if (current_target.to_stratum >= process_stratum)
t = current_target.beneath;
else
t = find_default_run_target ("get OS data");
and do not connect to any target in configurations where
find_default_run_target returns success.
Maciej
next prev parent reply other threads:[~2013-11-20 20:01 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-01 1:17 Maciej W. Rozycki
2013-11-20 19:04 ` [PING][PATCH] " Maciej W. Rozycki
2013-11-20 20:01 ` [PATCH] " Pedro Alves
2013-11-20 21:21 ` Maciej W. Rozycki [this message]
2013-11-21 11:47 ` Pedro Alves
2014-01-09 20:53 ` Pedro Alves
2014-01-09 23:05 ` Maciej W. Rozycki
2014-01-10 11:02 ` Pedro Alves
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=alpine.DEB.1.10.1311201929580.21686@tp.orcam.me.uk \
--to=macro@codesourcery.com \
--cc=gdb-patches@sourceware.org \
--cc=palves@redhat.com \
--cc=stan@codesourcery.com \
/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