From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11551 invoked by alias); 7 Aug 2012 13:27:53 -0000 Received: (qmail 11543 invoked by uid 22791); 7 Aug 2012 13:27:53 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 07 Aug 2012 13:27:38 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q77DRbRB027535 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 7 Aug 2012 09:27:37 -0400 Received: from host2.jankratochvil.net (ovpn-116-27.ams2.redhat.com [10.36.116.27]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q77DRX6p006152 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 7 Aug 2012 09:27:36 -0400 Date: Tue, 07 Aug 2012 13:27:00 -0000 From: Jan Kratochvil To: Jean-Marc Saffroy Cc: gdb-patches@sourceware.org Subject: [commit] [PATCH] refreshed patch for PR 11804 and PR 9904 Message-ID: <20120807132733.GB17393@host2.jankratochvil.net> References: <20120731132119.GA19247@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120731132119.GA19247@host2.jankratochvil.net> User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2012-08/txt/msg00225.txt.bz2 On Tue, 31 Jul 2012 15:21:19 +0200, Jan Kratochvil wrote: > No regressions on {x86_64,x86_64-m32,i686}-fedorarawhide-linux-gnu and with > gdbserver. I will check it in in some time. While it would be nice for 7.5 > I think it is too late for it. [...] > 2012-07-31 Jan Kratochvil > Jean-Marc Saffroy > > PR 11804 > * defs.h (find_memory_region_ftype): New comment. New arg modified. > * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value. > * gcore.c (gcore_create_callback): New function comment. Add modified > parameter. Only write modified regions. Set SEC_READONLY exactly > according to MODIFIED. > (objfile_find_memory_regions): Ignore separate debug info files. Ass > the passed modified value to FUNC. > * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value. > * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file > first. New variables modified and has_anonymous. Parse the lines of > smaps file. Add the passed MODIFIED value to FUNC. > * procfs.c (find_memory_regions_callback): Add the passed modified > value. > > gdb/testsuite/ > 2012-07-31 Jan Kratochvil > Jean-Marc Saffroy > > PR 11804 > * gdb.base/gcore-relro.exp: New file. > * gdb.base/gcore-relro-main.c: New file. > * gdb.base/gcore-relro-lib.c: New file. After some discussions what is still OK for 7.5 and what should go only for trunk checked it only for trunk. 7.6 should be released in half a year anyway. http://sourceware.org/ml/gdb-cvs/2012-08/msg00062.html Jan