From: Andrew Cagney <ac131313@cygnus.com>
To: Greg McGary <gkm@kayak.mcgary.org>
Cc: gdb-patches@sources.redhat.com
Subject: Re: PATCH: new "void" memory region attribute
Date: Wed, 13 Feb 2002 19:23:00 -0000 [thread overview]
Message-ID: <3C6B2DB1.9060304@cygnus.com> (raw)
In-Reply-To: <msg044zz73.fsf@mcgary.org>
> enum mem_access_mode
> {
> - MEM_RW, /* read/write */
> - MEM_RO, /* read only */
> - MEM_WO /* write only */
> + MEM_VOID = 0,
> + MEM_READ = 1,
> + MEM_WRITE = 2,
> + MEM_RW = MEM_READ | MEM_WRITE,
> };
>
Greg, I'm just wondering why this part change? Wouldn't just adding a
MEM_VOID entry have been easier?
Andrew
next prev parent reply other threads:[~2002-02-14 3:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-13 16:25 Greg McGary
2002-02-13 17:42 ` Michael Snyder
2002-02-13 18:06 ` Greg McGary
2002-02-13 19:23 ` Andrew Cagney [this message]
2002-02-13 19:29 ` Michael Snyder
2002-02-13 20:10 ` Andrew Cagney
2002-02-14 2:24 ` Eli Zaretskii
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=3C6B2DB1.9060304@cygnus.com \
--to=ac131313@cygnus.com \
--cc=gdb-patches@sources.redhat.com \
--cc=gkm@kayak.mcgary.org \
/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