From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31792 invoked by alias); 11 Oct 2007 17:34:45 -0000 Received: (qmail 31782 invoked by uid 22791); 11 Oct 2007 17:34:44 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 11 Oct 2007 17:34:41 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id ED85E982AD; Thu, 11 Oct 2007 17:34:39 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id CAFC7981F2; Thu, 11 Oct 2007 17:34:39 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1Ig1vi-0007UH-Tj; Thu, 11 Oct 2007 13:34:38 -0400 Date: Thu, 11 Oct 2007 17:36:00 -0000 From: Daniel Jacobowitz To: Kazu Hirata Cc: gdb-patches@sourceware.org Subject: Re: [patch] Turn on inaccessible-by-default by default. Message-ID: <20071011173438.GB28658@caradoc.them.org> Mail-Followup-To: Kazu Hirata , gdb-patches@sourceware.org References: <200709261944.l8QJiTlm025774@sparrowhawk.codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200709261944.l8QJiTlm025774@sparrowhawk.codesourcery.com> User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-10/txt/msg00302.txt.bz2 On Wed, Sep 26, 2007 at 12:44:29PM -0700, Kazu Hirata wrote: > Hi, > > Attached is a patch to turn on inaccessible-by-default by default if > the user supplies the memory map. > > This prevents gdb from wandering into memory regions that are not > defined when at least one memory region is defined. > > OK to apply? > > Kazu Hirata > > 2007-09-26 Kazu Hirata > > * doc/gdb.texinfo: Mention that inaccessible-by-default is on > by default. > * memattr.c (inaccessible_by_default): Change the initial > value to 1. As no one has commented, this is OK. -- Daniel Jacobowitz CodeSourcery