From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2454 invoked by alias); 3 Apr 2013 18:31:06 -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 2414 invoked by uid 89); 3 Apr 2013 18:31:01 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 03 Apr 2013 18:31:01 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r33IUxeH015454 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 3 Apr 2013 14:30:59 -0400 Received: from host2.jankratochvil.net (ovpn-116-44.ams2.redhat.com [10.36.116.44]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r33IUtvh000852 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Wed, 3 Apr 2013 14:30:58 -0400 Date: Wed, 03 Apr 2013 19:48:00 -0000 From: Jan Kratochvil To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: [commit+7.6] [patch NEWS+7.6] List the MI "fullname" change Message-ID: <20130403183055.GA8950@host2.jankratochvil.net> References: <20130403175027.GA5688@host2.jankratochvil.net> <83mwtfh4an.fsf@gnu.org> <20130403181759.GA8895@host2.jankratochvil.net> <83k3ojh3tx.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83k3ojh3tx.fsf@gnu.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2013-04/txt/msg00086.txt.bz2 On Wed, 03 Apr 2013 20:22:18 +0200, Eli Zaretskii wrote: > I didn't mean to drop "the", so '...present along with the "file" > field...'. > > Sorry for being unclear. Checked in: http://sourceware.org/ml/gdb-cvs/2013-04/msg00034.html and for 7.6: http://sourceware.org/ml/gdb-cvs/2013-04/msg00035.html Thanks, Jan http://sourceware.org/ml/gdb-cvs/2013-04/msg00034.html --- src/gdb/ChangeLog 2013/04/03 18:04:33 1.15362 +++ src/gdb/ChangeLog 2013/04/03 18:28:49 1.15363 @@ -1,3 +1,8 @@ +2013-04-03 Jan Kratochvil + + * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname". + New entry about "fullname" presence. + 2013-04-03 Pedro Alves * NEWS: Mention x86_64/Cygwin as new native configuration. --- src/gdb/NEWS 2013/04/03 18:04:33 1.582 +++ src/gdb/NEWS 2013/04/03 18:28:49 1.583 @@ -221,8 +221,7 @@ ** Memory changes are now notified using new async record "=memory-changed". ** The data-disassemble command response will include a "fullname" field - containing the absolute file name when GDB can determine it and source - has been requested. + containing the absolute file name when source has been requested. ** New optional parameter COUNT added to the "-data-write-memory-bytes" command, to allow pattern filling of memory areas. ** New commands "-catch-load"/"-catch-unload" added for intercepting @@ -233,6 +232,8 @@ ** Output of the "-trace-status" command includes a "trace-file" field containing the name of the trace file being examined. This field is optional, and only present when examining a trace file. + ** The "fullname" field is now always present along with the "file" field, + even if the file cannot be found by GDB. * GDB now supports the "mini debuginfo" section, .gnu_debugdata. You must have the LZMA library available when configuring GDB for this