diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2015-04-10 10:34:51 +0200 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2015-04-10 10:34:51 +0200 |
commit | e7a8570f75694284ea5bc909f095004f4ef938c6 (patch) | |
tree | c049f053c37e30d045c38f11da06b8c819f72538 /gdb/doc/ChangeLog | |
parent | 080bb7bbe9d06424be5a989ae87160d655d22e2e (diff) | |
download | gdb-e7a8570f75694284ea5bc909f095004f4ef938c6.zip gdb-e7a8570f75694284ea5bc909f095004f4ef938c6.tar.gz gdb-e7a8570f75694284ea5bc909f095004f4ef938c6.tar.bz2 |
doc patch: compile: missing bits
gdb/doc/ChangeLog
2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
Eli Zaretskii <eliz@gnu.org>
* gdb.texinfo (Compiling and Injecting Code): Describe set debug
compile, show debug compile. New subsection Compilation options for
the compile command. New subsection Compiler search for the compile
command.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 5ad5e3a..aed1203 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,11 @@ +2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com> + Eli Zaretskii <eliz@gnu.org> + + * gdb.texinfo (Compiling and Injecting Code): Describe set debug + compile, show debug compile. New subsection Compilation options for + the compile command. New subsection Compiler search for the compile + command. + 2015-04-09 Andy Wingo <wingo@igalia.com> * guile.texi (Frames In Guile): Describe frame-read-register. |