From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 115961 invoked by alias); 20 Sep 2019 22:04:31 -0000 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 Received: (qmail 115948 invoked by uid 89); 20 Sep 2019 22:04:31 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-15.9 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=you! X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 20 Sep 2019 22:04:30 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id C76F75607F; Fri, 20 Sep 2019 18:04:28 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ZKh31NOpsBZl; Fri, 20 Sep 2019 18:04:28 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 95D6B5607A; Fri, 20 Sep 2019 18:04:28 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id CCB4B85D5C; Fri, 20 Sep 2019 15:04:26 -0700 (PDT) From: Joel Brobecker To: gdb-patches@sourceware.org Cc: simon.marchi@polymtl.ca Subject: [RFA] gdb/NEWS: Move entries about MI v3 and multi-loc breakpoints after GDB 8.3 Date: Fri, 20 Sep 2019 22:04:00 -0000 Message-Id: <20190920220422.2499-1-brobecker@adacore.com> X-SW-Source: 2019-09/txt/msg00421.txt.bz2 Hello, This is a followup on the following commit... commit b4be1b0648608a2578bbed39841c8ee411773edd Date: Wed Mar 13 15:13:03 2019 -0400 Subject: Fix MI output for multi-location breakpoints ... which mistakenly added NEWS entries in the "in gdb-8.3" section, rather than in the "since gdb-8.3" one. gdb/ChangeLog: * NEWS: Move entries about default MI version now being version 3, and about the GDB/MI fix for multi-location breakpoints to the "since GDB 8.3" section. Simon, do you confirm that this is correct? Ok to push? Thank you! -- Joel --- gdb/NEWS | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/gdb/NEWS b/gdb/NEWS index 35b48d9cb30..8f9b1d8ac46 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -304,6 +304,20 @@ focus, winheight, +, -, >, < * Other MI changes + ** The default version of the MI interpreter is now 3 (-i=mi3). + + ** The output of information about multi-location breakpoints (which is + syntactically incorrect in MI 2) has changed in MI 3. This affects + the following commands and events: + + - -break-insert + - -break-info + - =breakpoint-created + - =breakpoint-modified + + The -fix-multi-location-breakpoint-output command can be used to enable + this behavior with previous MI versions. + ** Backtraces and frames include a new optional field addr_flags which is given after the addr field. On AArch64 this contains PAC if the address has been masked in the frame. On all other targets the field is not @@ -501,8 +515,6 @@ set style address intensity VALUE * MI changes - ** The default version of the MI interpreter is now 3 (-i=mi3). - ** The '-data-disassemble' MI command now accepts an '-a' option to disassemble the whole function surrounding the given program counter value or function name. Support for this feature can be @@ -512,18 +524,6 @@ set style address intensity VALUE ** Command responses and notifications that include a frame now include the frame's architecture in a new "arch" attribute. - ** The output of information about multi-location breakpoints (which is - syntactically incorrect in MI 2) has changed in MI 3. This affects - the following commands and events: - - - -break-insert - - -break-info - - =breakpoint-created - - =breakpoint-modified - - The -fix-multi-location-breakpoint-output command can be used to enable - this behavior with previous MI versions. - * New native configurations GNU/Linux/RISC-V riscv*-*-linux* -- 2.17.1