From: Kevin Buettner <kevinb@redhat.com>
To: Daniel Jacobowitz <drow@mvista.com>, Kevin Buettner <kevinb@redhat.com>
Cc: gdb@sources.redhat.com
Subject: Re: Is stub support for the 's' packet optional or required?
Date: Tue, 18 Feb 2003 20:42:00 -0000 [thread overview]
Message-ID: <1030218204203.ZM4650@localhost.localdomain> (raw)
In-Reply-To: Daniel Jacobowitz <drow@mvista.com> "Re: Is stub support for the 's' packet optional or required?" (Feb 18, 3:23pm)
On Feb 18, 3:23pm, Daniel Jacobowitz wrote:
> That's a bug in software single step handling; I bet it shows up now
> too, just less often (because of latency changes). I think it's as
> simple as marking the single-step breakpoint thread-specific in the
> normal way, but it might be a little more complicated...
One of the problems with the single-step breakpoint machinery is that
it doesn't use the mechanisms in breakpoint.c, so it can't be marked
in the normal way (or in any way). I'm presently looking at
introducing a new breakpoint type for software single step. Once
that's done, I'm hoping that we can do as you suggest without having
to move the location of the SOFTWARE_SINGLE_STEP invocations.
The location of the invocations of SOFTWARE_SINGLE_STEP() may make
this hard to do though. It is invoked to insert its breakpoint long
after breakpoints have been inserted. Likewise, when removing
breakpoints, this happens much earlier than normal breakpoints are
removed.
Kevin
next prev parent reply other threads:[~2003-02-18 20:42 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-17 23:50 Kevin Buettner
2003-02-18 2:39 ` Andrew Cagney
2003-02-18 16:30 ` Kevin Buettner
2003-02-18 16:51 ` Daniel Jacobowitz
2003-02-18 20:06 ` Kevin Buettner
2003-02-18 20:23 ` Daniel Jacobowitz
2003-02-18 20:42 ` Kevin Buettner [this message]
2003-02-18 21:03 ` Andrew Cagney
2003-02-18 21:43 ` Kevin Buettner
2003-02-18 23:43 ` Andrew Cagney
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=1030218204203.ZM4650@localhost.localdomain \
--to=kevinb@redhat.com \
--cc=drow@mvista.com \
--cc=gdb@sources.redhat.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