diff options
author | Doug Evans <dje@google.com> | 2015-01-30 20:49:51 -0800 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2015-01-30 20:49:51 -0800 |
commit | b6577aab8a7e97470c5ff96000f3d0dbdb2c1ee1 (patch) | |
tree | 73067456aeceee7300fd04d7210763d13547fb96 /gdb/doc | |
parent | 230c609dce78f1db4fd3c860f0346ea4b6b46c58 (diff) | |
download | gdb-b6577aab8a7e97470c5ff96000f3d0dbdb2c1ee1.zip gdb-b6577aab8a7e97470c5ff96000f3d0dbdb2c1ee1.tar.gz 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/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index be563f5..82197b1 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2015-01-30 Doug Evans <dje@google.com> + + * gdb.texinfo (Symbols) <info source>: Output now contains producer + string if present. + 2015-01-27 Doug Evans <dje@google.com> * python.texi (Objfiles In Python): Document Objfile.username. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 277df25..2e58a53 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -16300,6 +16300,9 @@ its length, in lines, @item which programming language it is written in, @item +if the debug information provides it, the program that compiled the file +(which may include, e.g., the compiler version and command line arguments), +@item whether the executable includes debugging information for that file, and if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and @item |