Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Michael Snyder <Michael.Snyder@palmsource.com>
To: Daniel Jacobowitz <drow@false.org>
Cc: gdb@sourceware.org
Subject: Re: Single stepping and threads
Date: Thu, 30 Nov 2006 23:32:00 -0000	[thread overview]
Message-ID: <1164929559.14460.31.camel@localhost.localdomain> (raw)
In-Reply-To: <20061129132535.GA28834@nevyn.them.org>

On Wed, 2006-11-29 at 08:25 -0500, Daniel Jacobowitz wrote:
> On Tue, Nov 28, 2006 at 09:59:15PM -0800, Joel Brobecker wrote:
> > > A related issue is the tendency of "step" to let other threads run even
> > > in "set scheduler-locking step".  For instance:
> > [...]
> > >   - "step" acts like "next" when stepping over a function without debug
> > >     info.  Should we honor "set scheduler-locking step" when doing
> > >     this?
> > 
> > I would say yes. A step should be a few instructions, while stepping
> > over a call is potentially a much larger number of instructions.
> > As a result, stepping over without letting the other threads go would
> > more likely cause a lock.
> 
> I think you mean "no" then?
> 
> > PS: My understanding is that not all systems support the running
> >     of an individual thread instead of the entire program. Is that
> >     right? Or do all systems support this feature?
> 
> I'm really not sure. 

Not all systems support the "set scheduler-locking" command.
There is a target-vector element that tells gdb whether the
command is implemented or not.

If it isn't implemented, failure will be "clean".

>  I assume there were systems that didn't support
> it when it was added; there are probably some still, but I don't know
> any personally.

grep for tc_schedlock, which is only mentioned in linux-nat.c, 
procfs.c, and remote.c.  I believe remote.c probes the target
to find out if it can support schedlock.



  parent reply	other threads:[~2006-11-30 23:32 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-29  5:29 Daniel Jacobowitz
2006-11-29  5:58 ` Joel Brobecker
2006-11-29 13:25   ` Daniel Jacobowitz
2006-11-29 16:38     ` Joel Brobecker
2006-11-30 13:54       ` Daniel Jacobowitz
2006-11-30 23:36       ` Michael Snyder
2006-11-30 23:54         ` Joel Brobecker
2006-12-01  1:02           ` Daniel Jacobowitz
2006-12-01 22:43           ` Michael Snyder
2006-12-02 16:27         ` Rob Quill
2006-12-02 16:33           ` Daniel Jacobowitz
2006-12-02 16:36           ` Joel Brobecker
2006-12-04 19:50           ` Michael Snyder
2006-11-30  8:44     ` Robert Dewar
2006-11-30 23:32     ` Michael Snyder [this message]
2006-11-30 23:26   ` Michael Snyder
2006-11-30 23:31     ` Joel Brobecker
2006-11-29 12:41 ` Mark Kettenis
2006-11-29 13:36   ` Daniel Jacobowitz
2006-11-30 23:38     ` Michael Snyder
2006-11-30 23:22 ` Michael Snyder

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=1164929559.14460.31.camel@localhost.localdomain \
    --to=michael.snyder@palmsource.com \
    --cc=drow@false.org \
    --cc=gdb@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