From: Daniel Jacobowitz <dmj+@andrew.cmu.edu>
To: Michael Snyder <msnyder@cygnus.com>
Cc: gdb-patches@sources.redhat.com
Subject: Re: PATCH: resume + threads + software stepping == boom
Date: Fri, 08 Jun 2001 16:43:00 -0000 [thread overview]
Message-ID: <20010608164327.A22796@nevyn.them.org> (raw)
In-Reply-To: <3B215DBE.E9E4463A@cygnus.com>
On Fri, Jun 08, 2001 at 04:20:30PM -0700, Michael Snyder wrote:
> Michael Snyder wrote:
> > I like the problem analysis, but not the implementation of the solution.
> > If we are going to always set step to zero for SOFTWARE_SINGLE_STEP_P,
> > then it does not make sense to set it to one again, even if the code
> > will never be reached (in theory). I would rather see it made explicit
> > that this code should never be reached if SOFTWARE_SINGLE_STEP_P is true.
> > Something like this:
> >
> > < if (!step)
> > ---
> > > if (!(step && SOFTWARE_SINGLE_STEP_P()))
>
> Err, my logic is wrong, but you get the idea... maybe I meant
> if (!step && !SOFTWARE_SINGLE_STEP_P())
>
Does SOFTWARE_SINGLE_STEP_P () contradict the error we are detecting
here? From reading the surrounding code, I'm not entirely sure what
the case is; is it: the current thread has stopped at a breakpoint,
and we do not want to let other threads continue, so we require that we
be single stepping so that one thread does not run independently?
--
Daniel Jacobowitz Debian GNU/Linux Developer
Monta Vista Software Debian Security Team
next prev parent reply other threads:[~2001-06-08 16:43 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-06-08 12:34 Daniel Jacobowitz
2001-06-08 14:10 ` Daniel Jacobowitz
2001-06-08 16:19 ` Michael Snyder
2001-06-08 16:20 ` Michael Snyder
2001-06-08 16:43 ` Daniel Jacobowitz [this message]
[not found] ` <3B225994.9060502@cygnus.com>
2001-06-09 16:05 ` Daniel Jacobowitz
2001-06-10 21:40 ` Michael Snyder
2001-06-13 15:21 ` Michael Snyder
2001-06-09 13:34 ` Andrew Cagney
2001-06-09 15:44 ` Daniel Jacobowitz
2001-06-11 17:53 ` Jim Blandy
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=20010608164327.A22796@nevyn.them.org \
--to=dmj+@andrew.cmu.edu \
--cc=gdb-patches@sources.redhat.com \
--cc=msnyder@cygnus.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