This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch NEWS+7.6] List the MI "fullname" change


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  <jan.kratochvil@redhat.com>

	* 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]