Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: "Ulrich Weigand" <uweigand@de.ibm.com>
To: drow@false.org (Daniel Jacobowitz)
Cc: gdb-patches@sourceware.org, pedro@codesourcery.com
Subject: Re: [rfc] Displaced stepping with wrong entry point address
Date: Thu, 04 Sep 2008 19:28:00 -0000	[thread overview]
Message-ID: <200809041928.m84JS6uq032652@d12av02.megacenter.de.ibm.com> (raw)
In-Reply-To: <20080904121459.GB27200@caradoc.them.org> from "Daniel Jacobowitz" at Sep 04, 2008 08:14:59 AM

Daniel Jacobowitz wrote:
> On Fri, Aug 22, 2008 at 07:48:46PM +0200, Ulrich Weigand wrote:
> > I'm wondering whether this fix would be good for the general case too
> > -- there may be situations where entry_point_address does not work
> > (e.g. because the main executable file could not be loaded).  The
> > auxiliary vector, on targets where it is present, will probably be
> > more reliable ...
> 
> We really ought to cache this value; you'll go back and forth to the
> target to read the auxv vector at every singlestep.

Good point.  I guess the cache would need to be reset from within a
inferior_created observer?  I'll give it a try ...
 
> If SPU ever did support displaced stepping (not that this would be
> terribly useful, but consider some other multi-architecture case),
> would this be wrong for the SPU side code?

Yes, of course -- we have different address spaces here, and we need
to find a location within the address space of the current thread where
to place the displaced instruction.  No single address would work for
both PowerPC and SPU code in a combined application.

But I guess SPU could always install its own callback to handle those
special cases ...  (just as we install the ON_STACK dummy call location
method because the AT_ENTRY method doesn't work for combined applications.)

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


  reply	other threads:[~2008-09-04 19:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-22 17:49 Ulrich Weigand
2008-09-04  1:49 ` [ping] " Ulrich Weigand
2008-09-04 12:15 ` [rfc] " Daniel Jacobowitz
2008-09-04 19:28   ` Ulrich Weigand [this message]
2008-09-04 19:32     ` Daniel Jacobowitz
2008-09-04 20:31       ` Ulrich Weigand
2008-09-05 14:17     ` Mark Kettenis
2008-09-05 16:19       ` [commit, spu] Do not use generic_push_dummy_code Ulrich Weigand

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=200809041928.m84JS6uq032652@d12av02.megacenter.de.ibm.com \
    --to=uweigand@de.ibm.com \
    --cc=drow@false.org \
    --cc=gdb-patches@sourceware.org \
    --cc=pedro@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