From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22382 invoked by alias); 3 Apr 2013 17:50:40 -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 22330 invoked by uid 89); 3 Apr 2013 17:50:32 -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 17:50:32 +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 r33HoVRW031124 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 3 Apr 2013 13:50:31 -0400 Received: from host2.jankratochvil.net (ovpn-116-44.ams2.redhat.com [10.36.116.44]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r33HoRYK017287 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Wed, 3 Apr 2013 13:50:30 -0400 Date: Wed, 03 Apr 2013 18:22:00 -0000 From: Jan Kratochvil To: gdb-patches@sourceware.org Subject: [patch NEWS+7.6] List the MI "fullname" change Message-ID: <20130403175027.GA5688@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2013-04/txt/msg00079.txt.bz2 Hi Eli, the was change [rfc] Print MI fullname even for non-existing files http://sourceware.org/ml/gdb-patches/2012-12/msg00557.html Message-ID: <20121217155859.GA8029@host2.jankratochvil.net> which Pedro has found http://sourceware.org/ml/gdb-patches/2013-04/msg00040.html is not reflected in gdb/NEWS. Thanks, Jan gdb/ 2013-04-03 Jan Kratochvil * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname". New entry about "fullname" presence. diff --git a/gdb/NEWS b/gdb/NEWS index a2a7320..621da2c 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -220,8 +220,7 @@ show debug notification ** 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 @@ -232,6 +231,8 @@ show debug notification ** 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 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