From: "Eli Zaretskii" <eliz@elta.co.il>
To: pkoning@equallogic.com
Cc: gdb-patches@sources.redhat.com
Subject: Re: proposed PATCH: make watchpoints work correctly
Date: Wed, 28 May 2003 19:54:00 -0000 [thread overview]
Message-ID: <1659-Wed28May2003225524+0300-eliz@elta.co.il> (raw)
In-Reply-To: <16084.56661.295275.544414@pkoning.dev.equallogic.com> (message from Paul Koning on Wed, 28 May 2003 12:01:25 -0400)
> Date: Wed, 28 May 2003 12:01:25 -0400
> From: Paul Koning <pkoning@equallogic.com>
>
> If HAVE_NONSTEPPABLE_WATCHPOINT is defined, watchpoints would not stop
> for several reasons. First of all, remote.c would return 0 rather
> than the watch address after the single step past the instruction
> where the watch trap occurred. (Changes to infrun.c, remote.c)
> Second, even after that is fixed, bpstat_stop_status wouldn't match
> the watchpoint because removing the watchpoint (to single step)
> deleted the valchain which is used to do the matching (Change to
> breakpoint.c)
>
> If a watchpoint is defined, but the program stops for some other
> reason -- either a breakpoint, or a break instruction hardcoded in the
> target code -- bpstat_stop_status would encounter the watchpoint in
> its scan for possible reasons. It would take no action on it but
> leave its "stop" and "print" bits set so you would see the stop
> reported as if it were a watchpoint hit. Also, a "next" or "step"
> command would act as "stepi", i.e., stop after every instruction.
> (Changes to breakpoint.c).
(It's been a while since I hacked on watchpoint-related code, so I
apologize in advance for asking possibly dumb questions.)
The above description made me nervous: it almost sounds like the
current watchpoint support is pretty much dysfunctional, as most of
the changes you suggest are not specific neither to remote.c nor to
HAVE_NONSTEPPABLE_WATCHPOINT. So could you please explain how, given
those deficiencies, watchpoints do work for native targets such as
x86, but did not work for your target?
next prev parent reply other threads:[~2003-05-28 19:54 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-28 16:01 Paul Koning
2003-05-28 16:02 ` Paul Koning
2003-05-28 16:42 ` Daniel Jacobowitz
2003-05-28 19:54 ` Eli Zaretskii [this message]
2003-05-28 20:27 ` Paul Koning
2003-05-29 3:27 ` Eli Zaretskii
2003-05-29 4:36 ` Nathan J. Williams
2003-05-29 15:14 ` Eli Zaretskii
2003-05-29 15:17 ` Paul Koning
2003-05-29 15:37 ` Daniel Jacobowitz
2003-05-29 17:41 ` Paul Koning
2003-06-02 4:19 ` Eli Zaretskii
2003-06-04 14:51 ` Paul Koning
2003-06-29 4:15 ` Daniel Jacobowitz
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=1659-Wed28May2003225524+0300-eliz@elta.co.il \
--to=eliz@elta.co.il \
--cc=gdb-patches@sources.redhat.com \
--cc=pkoning@equallogic.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