aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2015-01-30 20:49:51 -0800
committerDoug Evans <dje@google.com>2015-01-30 20:49:51 -0800
commitb6577aab8a7e97470c5ff96000f3d0dbdb2c1ee1 (patch)
tree73067456aeceee7300fd04d7210763d13547fb96 /gdb/NEWS
parent230c609dce78f1db4fd3c860f0346ea4b6b46c58 (diff)
downloadfsf-binutils-gdb-b6577aab8a7e97470c5ff96000f3d0dbdb2c1ee1.zip
fsf-binutils-gdb-b6577aab8a7e97470c5ff96000f3d0dbdb2c1ee1.tar.gz
fsf-binutils-gdb-b6577aab8a7e97470c5ff96000f3d0dbdb2c1ee1.tar.bz2
Add producer string to output of info source.
gdb/ChangeLog: * NEWS: "info source" command now display producer string if present. * source.c (source_info): Print producer string if present. gdb/doc/ChangeLog: * gdb.texinfo (Symbols) <info source>: Output now contains producer string if present.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index bd85967..2fca5f2 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,10 @@
*** Changes since GDB 7.9
+* The "info source" command now displays the producer string if it was
+ present in the debug info. This typically includes the compiler version
+ and may include things like its command line arguments.
+
* Python Scripting
** gdb.Objfile objects have a new attribute "username",