diff options
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 |