public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
From: "David Mc Kenna" <mckennad@esatclear.ie>
To: gdb@sources.redhat.com,insight@sources.redhat.com
Subject: Writing to Memory and Page Alignment
Date: Thu, 07 Aug 2003 10:36:00 -0000	[thread overview]
Message-ID: <3f322bad.5564.0@esatclear.ie> (raw)

Hi all,

Is it possible to force gdb to write data to a target in a page aligned ( boundary
) manner?

For example, I have flash memory which is located at 0x8000 and the page size
is 256bytes. Under the current setup, gdb can overlap the pages and cause problems,
e.g. $MF0,40:.......#CS, here pages 0 and 1 overlap. Is it possible to get gdb
to split this command into two page aligned commands? i.e. $MF0,10:...#CS, page
0 written, and $M100,30:...#CS, page 1 written.

Thanks,
Dave Mc Kenna


--
http://www.iol.ie

             reply	other threads:[~2003-08-07 10:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-07 10:36 David Mc Kenna [this message]
2003-08-07 12:06 ` Duane Ellis
2003-08-07 13:53 ` Daniel Jacobowitz
2003-08-07 12:19 David Mc Kenna

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=3f322bad.5564.0@esatclear.ie \
    --to=mckennad@esatclear.ie \
    --cc=gdb@sources.redhat.com \
    --cc=insight@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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).