]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/doc/ChangeLog
gdb/ChangeLog:
[thirdparty/binutils-gdb.git] / gdb / doc / ChangeLog
index 285bb96c346290de78163161a48169c6c85f5e12..3e07eaa3c321460816023730636eab12ee49bfe1 100644 (file)
@@ -1,3 +1,81 @@
+2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.texinfo (Decimal Floating Point format): Mention S/390.
+       (Standard Target Features): Add new node to menu.
+       (S/390 and System z Features): New node.
+
+2013-09-13  Sanimir Agovic  <sanimir.agovic@intel.com>
+
+       * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
+       -list-target-features in the example.
+
+2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
+       mini_debuginfo.  Strip binary before adding mini_debuginfo to it.
+
+2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Sync documentation with gdb.base/gnu-debugdata.exp.
+       * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
+
+2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
+
+2013-08-27  Pedro Alves  <pedro@codesourcery.com>
+           Yao Qi  <yao@codesourcery.com>
+
+       * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
+       Document new --skip-unavailable option.
+       <-stack-list-variables>: Document new --skip-unavailable option.
+
+2013-08-26  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
+       an optional regexp.
+
+2013-08-13  Tom Tromey  <tromey@redhat.com>
+
+       * gdbint.texinfo (Testsuite): Use @table, not @itemize.
+       Document GDB_PARALLEL and GDB_INOTIFY.
+
+2013-08-09  Stan Shebs  <stan@codesourcery.com>
+
+       * LRS: Remove file, describes a long-abandoned live-range
+       splitting extension to stabs.
+
+2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
+
+       * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
+
+2013-07-17  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
+
+2013-07-02  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Target Commands): Don't mention "target nrom".
+
+2013-06-28  Tom Tromey  <tromey@redhat.com>
+
+       * Makefile.in (version.subst): Use version.in, not
+       common/version.in.
+       * gdbint.texinfo (Versions and Branches, Releasing GDB):
+       Likewise.
+
+2013-06-27  Pedro Alves  <palves@redhat.com>
+
+       * gdbint.texinfo (Algorithms) <Stepping over runtime loader
+       dynamic symbol resolution code>: New section, based on infrun.c
+       comment.
+
+2013-06-26  Tom Tromey  <tromey@redhat.com>
+
+       * gdbint.texinfo (Versions and Branches): Use common/version.in.
+       Update.
+       (Releasing GDB): Likewise.
+
 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
            Yao Qi  <yao@codesourcery.com>