From b6577aab8a7e97470c5ff96000f3d0dbdb2c1ee1 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 30 Jan 2015 20:49:51 -0800 Subject: 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) : Output now contains producer string if present. --- gdb/NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gdb/NEWS') 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", -- cgit v1.1