From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19516 invoked by alias); 5 Dec 2011 21:51:32 -0000 Received: (qmail 19497 invoked by uid 22791); 5 Dec 2011 21:51:30 -0000 X-SWARE-Spam-Status: No, hits=-7.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS 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; Mon, 05 Dec 2011 21:51:17 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id pB5LpCxB018223 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 5 Dec 2011 16:51:14 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id pB5LpBfG023338; Mon, 5 Dec 2011 16:51:12 -0500 Received: from barimba (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id pB5LpAG3003517; Mon, 5 Dec 2011 16:51:10 -0500 From: Tom Tromey To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: RFA: patch NEWS for MI changes (Was: [0/3] RFC: fix PR mi/8444) References: <201112041459.05327.pedro@codesourcery.com> Date: Mon, 05 Dec 2011 21:52:00 -0000 In-Reply-To: <201112041459.05327.pedro@codesourcery.com> (Pedro Alves's message of "Sun, 4 Dec 2011 14:59:05 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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: 2011-12/txt/msg00155.txt.bz2 >>>>> "Pedro" == Pedro Alves writes: Pedro> I think this should have a NEWS entry. MI changes should Pedro> be advertised so frontend maintainers notice them. I agree. I went through ChangeLog and looked at the various MI changes from this year. This is what I came up with. Ok? Tom 2011-12-05 Tom Tromey * NEWS: Add MI news. Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.470 diff -u -r1.470 NEWS --- NEWS 29 Nov 2011 03:49:09 -0000 1.470 +++ NEWS 5 Dec 2011 21:50:49 -0000 @@ -65,6 +65,16 @@ the standard Python "iteritems" method, it will recursively traverse any anonymous fields. +* MI changes + + ** "*stopped" events can report several new "reason"s, such as + "solib-event". + + ** Breakpoint changes are now notified using new async records, like + "=breakpoint-modified". + + ** New command -ada-task-info. + * libthread-db-search-path now supports two special values: $sdir and $pdir. $sdir specifies the default system locations of shared libraries. $pdir specifies the directory where the libpthread used by the application