From: "Ulrich Weigand" <uweigand@de.ibm.com>
To: dje@google.com (Doug Evans)
Cc: gdb-patches@sourceware.org
Subject: Re: [RFA] Fix hand called function when another thread has hit a bp.
Date: Wed, 17 Dec 2008 19:14:00 -0000 [thread overview]
Message-ID: <200812171914.mBHJE61T002958@d12av02.megacenter.de.ibm.com> (raw)
In-Reply-To: <e394668d0812151514j531e5be7g8f8f716908a9e9ea@mail.gmail.com> from "Doug Evans" at Dec 15, 2008 03:14:58 PM
Doug Evans wrote:
> > The problem arises when scheduler locking is switched on. Actually,
> > I think there are really two problems. First of all, after we've
> > switched back and single-stepped over an already-hit breakpoint via
> > the prepare_to_proceed logic, we'll continue only a single thread
> > if scheduler-locking is on -- and that is the wrong thread. The
> > prepare_to_proceed logic only explicitly switches *back* to the
> > user-selected thread if the user was *stepping* (that's the
> > deferred_step_ptid logic). For scheduler-locking, we should probably
> > switch back always ...
>
> If scheduler locking is on, why is there any switching at all? If
> scheduler-locking is on and I switch threads I'd want gdb to defer
> single-stepping the other thread over its breakpoint until the point
> when I make that other thread runnable.
>
> Also, I think removing the notion of one previously stopped thread and
> generalizing it to not caring, i.e. checking the status of every
> stopped thread before resuming will simplify things and fix a few bugs
> along the way. IOW, make deferred_ptid go away.
That may indeed be the best solution. The simplest implementation
might be to simply remember in a per-thread flag the fact that the
last time this thread stopped, we reported a breakpoint at stop_pc
(which would have to be made per-thread as well, but we'd already
decided this should happen anyway).
This information could then be consulted the next time the thread
is made runnable again.
> > The second problem is more a problem of definition: even if the
> > first problem above were fixed, we've have to single-step the other
> > thread at least once to get over the breakpoint. This would seem
> > to violate the definition of scheduler locking if interpreted
> > absolutely strictly. Now you could argue that as the user should
> > never be aware of that single step, it doesn't really matter.
>
> I'm not sure how we necessarily have a violation of the definition of
> scheduler locking.
This is just saying the same you said in other words: "If scheduler-
locking is on and I switch threads I'd want gdb to defer single-
stepping the other thread over its breakpoint until the point when
I make that other thread runnable."
I.e. "definition of scheduler locking" meaning: no other thread but
the one selected by the user runs, ever. Today, this is not true,
in the case of single-stepping over a breakpoint in another thread.
Bye,
Ulrich
--
Dr. Ulrich Weigand
GNU Toolchain for Linux on System z and Cell BE
Ulrich.Weigand@de.ibm.com
next prev parent reply other threads:[~2008-12-17 19:14 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-02 3:01 Doug Evans
2008-12-02 3:48 ` Doug Evans
2008-12-02 11:41 ` Doug Evans
2008-12-14 22:00 ` Doug Evans
2008-12-14 22:14 ` Ulrich Weigand
2008-12-15 22:07 ` Doug Evans
2008-12-15 22:50 ` Ulrich Weigand
2008-12-15 23:15 ` Doug Evans
2008-12-17 19:14 ` Ulrich Weigand [this message]
2009-02-24 10:42 ` Doug Evans
2009-03-13 17:06 ` Doug Evans
2009-03-29 13:36 ` Doug Evans
2009-03-30 18:48 ` Ulrich Weigand
2009-04-03 23:25 ` Doug Evans
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=200812171914.mBHJE61T002958@d12av02.megacenter.de.ibm.com \
--to=uweigand@de.ibm.com \
--cc=dje@google.com \
--cc=gdb-patches@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