Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Daniel Jacobowitz <drow@mvista.com>
To: gdb-patches@sources.redhat.com
Subject: Re: [patch/rfc] target read/write partial
Date: Wed, 15 Oct 2003 22:32:00 -0000	[thread overview]
Message-ID: <20031015223255.GA17644@nevyn.them.org> (raw)
In-Reply-To: <3F8DC73C.4090205@redhat.com>

On Wed, Oct 15, 2003 at 06:16:28PM -0400, Andrew Cagney wrote:
> Hello,
> 
> This patch adds target read/write partial methods.
> 
> It's almost ready for prime time.  I want to first see through some 
> other target cleanups namely:
> +  /* FIXME: cagney/2003-10-15: This code should walk down the target
> +     stack looking for a stratum that supports the mechanism.
> +     Unfortunatly, there isn't a per-target-stack chain to walk round.
> +     Catch-22.  */
> and a s/target_ops/target/ transformation.

Preferably not target - didn't someone suggest gdbtarg?  Or maybe
gdb_target.

> 
> Note that it includes:
> +  /* Transfer up-to LEN bytes of memory starting at OFFSET.  */
> +  TARGET_OBJECT_MEMORY
> I'm going to need that when implementing a per-target 
> CONVERT_FROM_FUNC_PTR_ADDR.

How is that different from a memory read, which we've already got? I am
guessing that it's because you want to support partial memory
operations (avoid packet size limits), but you never explained your
goal.

> +  /* Map pre-existing objects onto letters.  DO NOT do this for new
> +     objects!!!  Instead specify new query packets.  */

Could that be a little clearer - I had to read the code a couple of
times to figure out what you meant.  I guess you just want to say that
there's no need to use single letters?

> +  /* Minimum outbuf size is (rs->remote_packet_size) - if bufsiz is
> +     not large enough let the caller.  */

Missing a word there I think.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


  reply	other threads:[~2003-10-15 22:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-15 22:16 Andrew Cagney
2003-10-15 22:32 ` Daniel Jacobowitz [this message]
2003-10-15 23:09   ` Andrew Cagney
2003-10-15 23:12     ` Daniel Jacobowitz
2003-10-17 18:05 ` 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=20031015223255.GA17644@nevyn.them.org \
    --to=drow@mvista.com \
    --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