Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Don Howard <dhoward@redhat.com>
To: Eli Zaretskii <eliz@is.elta.co.il>
Cc: <gdb-patches@sources.redhat.com>
Subject: Re: [PATCH] memattr bounds
Date: Tue, 25 Jun 2002 00:23:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.33.0206250001250.1700-100000@theotherone> (raw)
In-Reply-To: <Pine.SUN.3.91.1020625081122.27105F-100000@is>

On Tue, 25 Jun 2002, Eli Zaretskii wrote:

> 
> On Mon, 24 Jun 2002, Don Howard wrote:
> 
> > Is the doco descriptive enough?  I'm trying to be brief without being
> > terse...
> 
> It's okay, but please say a word ore two about what "max memory address" 
> means.
> 
> Otherwise, approved.
> 
> Thanks.
> 


I've checked in the following.  Hopefully it describes "max memory 
address" better.  If not, let me know.



2002-06-25  Don Howard  <dhoward@redhat.com>

       * gdb.texinfo (Memory Region Attributes): Document new behavior
       for 'mem' command.



Index: doc/gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.102
diff -p -u -w -r1.102 gdb.texinfo
--- doc/gdb.texinfo     11 Jun 2002 20:36:57 -0000      1.102
+++ doc/gdb.texinfo     25 Jun 2002 07:18:31 -0000
@@ -5601,9 +5601,11 @@ to enable, disable, or remove a memory r
 
 @table @code
 @kindex mem
-@item mem @var{address1} @var{address2} @var{attributes}@dots{}
-Define memory region bounded by @var{address1} and @var{address2}
-with attributes @var{attributes}@dots{}.
+@item mem @var{lower} @var{upper} @var{attributes}@dots{}
+Define memory region bounded by @var{lower} and @var{upper} with
+attributes @var{attributes}@dots{}.  Note that @var{upper} == 0 is a
+special case: it is treated as the the target's maximum memory address.
+(0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)

-- 
dhoward@redhat.com
gdb engineering



  reply	other threads:[~2002-06-25  7:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-21 13:50 Don Howard
2002-06-21 14:20 ` Andrew Cagney
2002-06-24 16:56   ` Don Howard
2002-06-24 22:14     ` Eli Zaretskii
2002-06-25  0:23       ` Don Howard [this message]
2002-06-25  3:08         ` Eli Zaretskii
2002-06-26 13:00     ` Jim Blandy

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=Pine.LNX.4.33.0206250001250.1700-100000@theotherone \
    --to=dhoward@redhat.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