From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30362 invoked by alias); 9 Jul 2008 21:15:16 -0000 Received: (qmail 30354 invoked by uid 22791); 9 Jul 2008 21:15:14 -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; Wed, 09 Jul 2008 21:14:42 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 2549698416; Wed, 9 Jul 2008 21:14:41 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 097619810F; Wed, 9 Jul 2008 21:14:40 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1KGgzo-00051f-9u; Wed, 09 Jul 2008 17:14:40 -0400 Date: Wed, 09 Jul 2008 21:15:00 -0000 From: Daniel Jacobowitz To: Jan Kratochvil Cc: Mark Kettenis , gdb-patches@sourceware.org Subject: Re: [patch] Disable child VMA randomizations Message-ID: <20080709211440.GA19181@caradoc.them.org> Mail-Followup-To: Jan Kratochvil , Mark Kettenis , gdb-patches@sourceware.org References: <20080607195343.GA10039@host0.dyn.jankratochvil.net> <200806081513.m58FDwbn000386@brahms.sibelius.xs4all.nl> <20080608164331.GA6358@host0.dyn.jankratochvil.net> <20080626144150.GL22726@caradoc.them.org> <20080627204642.GA18461@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080627204642.GA18461@host0.dyn.jankratochvil.net> User-Agent: Mutt/1.5.17 (2008-05-11) 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: 2008-07/txt/msg00141.txt.bz2 On Fri, Jun 27, 2008 at 10:46:42PM +0200, Jan Kratochvil wrote: > 2008-06-27 Jan Kratochvil > > * NEWS (New commands): Mention "set disable-randomization". > * configure.ac: Add check for HAVE_PERSONALITY and > HAVE_DECL_ADDR_NO_RANDOMIZE. > * configure, config.in: Regenerate. > * linux-nat.c [HAVE_PERSONALITY]: New include . > [HAVE_PERSONALITY] [!HAVE_DECL_ADDR_NO_RANDOMIZE]: Set > ADDR_NO_RANDOMIZE. > (disable_randomization, show_disable_randomization) > (set_disable_randomization): New. > (linux_nat_create_inferior) [HAVE_PERSONALITY]: New variables > PERSONALITY_ORIG and PERSONALITY_SET. Disable randomization upon the > variable DISABLE_RANDOMIZATION. > (_initialize_linux_nat): Call ADD_SETSHOW_BOOLEAN_CMD for the variable > DISABLE_RANDOMIZATION. > > 2008-06-27 Jan Kratochvil > > * gdb.texinfo (Starting): Document "set disable-randomization". > > 2008-06-27 Jan Kratochvil > > * gdb.base/randomize.exp, gdb.base/randomize.c: New files. Thanks, this is OK. -- Daniel Jacobowitz CodeSourcery