From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26680 invoked by alias); 14 Feb 2002 02:06:05 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 26576 invoked from network); 14 Feb 2002 02:06:02 -0000 Received: from unknown (HELO kayak.mcgary.org) (63.227.80.137) by sources.redhat.com with SMTP; 14 Feb 2002 02:06:02 -0000 Received: (from gkm@localhost) by kayak.mcgary.org (8.11.6/8.11.2) id g1E25xc28123; Wed, 13 Feb 2002 19:05:59 -0700 To: Michael Snyder Cc: gdb-patches@sources.redhat.com Subject: Re: PATCH: new "void" memory region attribute References: <3C6B143A.47849E29@redhat.com> From: Greg McGary Date: Wed, 13 Feb 2002 18:06:00 -0000 In-Reply-To: <3C6B143A.47849E29@redhat.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.50 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-02/txt/msg00384.txt.bz2 Michael Snyder writes: > Greg McGary wrote: > > > > Add "void" attribute, which disallows both read & write access. This > > useful for guarding holes in a target's address space that cause the > > system to hang when read/written. > > > > OK to commit? > > I like it. Would you consider adding a test to the testsuite? Surely. Thanks for the invite. Having never hacked the gdb testsuite before, I look forward to sleuthing it out. 8^) I'll post diffs for the test case, then commit the whole wad when that's approved. Greg