From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21758 invoked by alias); 16 Aug 2006 14:10:39 -0000 Received: (qmail 21750 invoked by uid 22791); 16 Aug 2006 14:10:39 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 16 Aug 2006 14:10:36 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GDM6M-0005kU-8x for gdb-patches@sourceware.org; Wed, 16 Aug 2006 10:10:34 -0400 Date: Wed, 16 Aug 2006 18:32:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: Re: RFC: Target memory overhaul Message-ID: <20060816141034.GA21971@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org References: <20060810003530.GA3898@nevyn.them.org> <20060815184549.GA27393@nevyn.them.org> <20060815195810.GA31329@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-08/txt/msg00106.txt.bz2 On Wed, Aug 16, 2006 at 06:15:55AM +0300, Eli Zaretskii wrote: > > Date: Tue, 15 Aug 2006 15:58:10 -0400 > > From: Daniel Jacobowitz > > > > > > That was broken for a while (at least since 6.1, maybe 6.0) and is now > > > > fixed; Eli, is that NEWS-worthy? > > > > > > What is the user-visible change in behavior? > > > > `set trust-readonly-sections on' (documented) used to be ignored; > > suddenly it is honored again. > > Then I agree that we should mention it in NEWS. This OK? I double checked the broken versions - good thing, since I was wrong. 2006-08-16 Daniel Jacobowitz * NEWS: Mention "set trust-readonly-sections" fix. --- gdb/NEWS | 3 +++ 1 file changed, 3 insertions(+) Index: src/gdb/NEWS =================================================================== --- src.orig/gdb/NEWS 2006-08-16 10:03:16.000000000 -0400 +++ src/gdb/NEWS 2006-08-16 10:09:53.000000000 -0400 @@ -11,6 +11,9 @@ running on a Windows system over TCP/IP Cygwin debugging. Both single-threaded and multi-threaded programs are supported. +* The "set trust-readonly-sections" command works again. This command was +broken in GDB 6.3, 6.4, and 6.5. + * New commands set substitute-path -- Daniel Jacobowitz CodeSourcery