Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Doug Evans <dje@google.com>
To: Ulrich Weigand <uweigand@de.ibm.com>,
	        gdb-patches <gdb-patches@sourceware.org>
Subject: Re: [RFA] Fix hand called function when another thread has hit a bp.
Date: Sun, 29 Mar 2009 13:36:00 -0000	[thread overview]
Message-ID: <e394668d0903282132n592fa8cco5ca9846835b0e385@mail.gmail.com> (raw)
In-Reply-To: <e394668d0903131003y7e76b495l651d1f1beec98920@mail.gmail.com>

Ping.

On Fri, Mar 13, 2009 at 10:03 AM, Doug Evans <dje@google.com> wrote:
> Ping.
>
> On Mon, Feb 23, 2009 at 6:32 PM, Doug Evans <dje@google.com> wrote:
>> On Wed, Dec 17, 2008 at 11:14 AM, Ulrich Weigand <uweigand@de.ibm.com> wrote:
>>> 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.
>>
>> Hi.  Here's an updated version of the patch.
>> Handling the restart after several threads are all stopped at a
>> breakpoint (via scheduler-locking = on), is left for a later patch
>> (it's happens more rarely).
>>
>> Ok to check in?
>>
>> 2009-02-23  Doug Evans  <dje@google.com>
>>
>>        * infrun.c (prepare_to_proceed): Document.  Assert !non_stop.
>>        If scheduler-locking is enabled, we're not going to be singlestepping
>>        any other previously stopped thread.
>>
>>        * gdb.threads/hand-call-in-threads.exp: New file.
>>        * gdb.threads/hand-call-in-threads.c: New file.
>>
>


  reply	other threads:[~2009-03-29  4:32 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
2009-02-24 10:42                 ` Doug Evans
2009-03-13 17:06                   ` Doug Evans
2009-03-29 13:36                     ` Doug Evans [this message]
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=e394668d0903282132n592fa8cco5ca9846835b0e385@mail.gmail.com \
    --to=dje@google.com \
    --cc=gdb-patches@sourceware.org \
    --cc=uweigand@de.ibm.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