Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Mark Kettenis <kettenis@wins.uva.nl>
To: ac131313@cygnus.com
Cc: eliz@is.elta.co.il, gdb-patches@sources.redhat.com
Subject: Re: [PATCH] Cleanup i386-tdep.c
Date: Mon, 19 Feb 2001 14:03:00 -0000	[thread overview]
Message-ID: <200102192203.f1JM3G700230@delius.kettenis.local> (raw)
In-Reply-To: <3A9169B2.67DAF900@cygnus.com>

   Date: Mon, 19 Feb 2001 13:45:06 -0500
   From: Andrew Cagney <ac131313@cygnus.com>

   Mark Kettenis wrote:
   > 
   >    Date: Sun, 18 Feb 2001 08:20:40 +0200 (IST)
   >    From: Eli Zaretskii <eliz@is.elta.co.il>
   > 
   >    On Sat, 17 Feb 2001, Mark Kettenis wrote:
   > 
   >    > The attached patch cleans up i386-tdep.c such that it follows the GNU
   >    > coding standards more closely, and removes redundant prototypes.
   > 
   >    Which reminds me: where is the right place to put the x86 watchpoints
   >    stuff I'm working on?  Is i386-tdep.c a good one?  i386-nat.c doesn't
   >    seem to exist...
   > 
   > Please create i386-nat.c (and i386-nat.h, for the exported
   > interfaces).  i386-tdep.c isn't the right place since a cross-debugger
   > won't need the code.  It's the remote-end that's responsible for
   > implementing hardware breakpoints.

   Maybe, maybe not.  There are two ways of implementing hardware
   watchpoints - on the target side and on the host side.  Both are
   correct.

   With target side watchpoints, GDB knows nothing of what is going on -
   the target would shoot across a Z packet or perform a ptrace() call. 
   With host side watchpoints, the target has access to the hardware
   watchpoint registers and can ask a (GDB) i386 utility routine to blat
   them accordingly.

Ah, but, unless I'm missing something, there's absolutely no support
for "host side watchpoints" and "target access to the hardware
watchpoint registers" for i386 targets in the current sources.  I'd
still like to have the stuff Eli is hacking on in i386-nat.c.  We can
always move that stuff into i386-tdep.c if someone ever feels the need
to implement host size watchpoints for an i386 target.

Mark


  reply	other threads:[~2001-02-19 14:03 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-16 15:06 Mark Kettenis
2001-02-17 22:23 ` Eli Zaretskii
2001-02-18  2:17   ` Mark Kettenis
2001-02-18  3:07     ` Eli Zaretskii
2001-02-18 12:34     ` Eli Zaretskii
     [not found]     ` <4331-Sun18Feb2001223249+0200-eliz@is.elta.co.il>
2001-02-19  8:03       ` Mark Kettenis
2001-02-19 10:47     ` Andrew Cagney
2001-02-19 14:03       ` Mark Kettenis [this message]
2001-02-19 14:46         ` Fernando Nasser
2001-03-17 14:31 [PATCH]: " Mark Kettenis

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=200102192203.f1JM3G700230@delius.kettenis.local \
    --to=kettenis@wins.uva.nl \
    --cc=ac131313@cygnus.com \
    --cc=eliz@is.elta.co.il \
    --cc=gdb-patches@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