summaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2013-04-03 18:28:49 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2013-04-03 18:28:49 +0000
commit27bdd355796758e81d43f4cd20ecc6712bfa0402 (patch)
tree1a69cfb11fcb610aaaa9f54648a237d75a21ce77 /gdb/NEWS
parent41c04933225dc7c247ee408ce480f244cc8f5757 (diff)
downloadgdb-27bdd355796758e81d43f4cd20ecc6712bfa0402.tar.gz
gdb/
* NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname". New entry about "fullname" presence.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 98474ea8f3d..a1bc679d546 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -221,8 +221,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
@@ -233,6 +232,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 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