PR c++/15176:
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
index 6a16958c04f6ea6d420c78dc8e27f742451a275e..e1904aa6c893ec492f0256304b083dc3d7ea7291 100644 (file)
@@ -1,3 +1,204 @@
+2013-04-15  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Set Catchpoints): Document $_exception.
+       (Convenience Vars): Mention $_exception.
+
+2013-04-15  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Set Catchpoints): Reorganize exception
+       catchpoints.  Document "catch rethrow".
+       (Debugging C Plus Plus): Mention "catch rethrow".
+
+2013-04-15  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Set Catchpoints): Remove obsolete text.
+
+2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
+       line below the sample output.
+
+2013-04-12  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (Mode Options): Document '-configuration'.
+       (Help): Document "show configuration".
+       (Bug Reporting): Add requirements to include the configuration
+       details in bug reports.
+
+2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * Makefile.in (MAN1S): Add gcore.1.
+       Remove "Host, target, and site specific Makefile fragments" comment.
+       (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
+       (install-man1, uninstall-man1): Conditionalize gcore.1.
+       (gcore.1): New.
+       * gdb.texinfo (Man Pages): Add gcore man.
+       (gcore man): New node.
+
+2013-04-10  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Process Record and Replay): Document that "set
+       record full insn-number-max", "set record
+       instruction-history-size" and "set record
+       function-call-history-size" accept "unlimited".
+       (Backtrace): Document that "set backtrace limit" accepts
+       "unlimited".
+       (List): Document that "set listsize" accepts "unlimited".
+       (Print Settings)" Document that "set print max-symbolic-offset",
+       "set print elements" and "set print repeats" accept "unlimited".
+       (Starting and Stopping Trace Experiments): Document that "set
+       trace-buffer-size" accepts "unlimited".
+       (Remote Configuration): Document that "set tcp connect-timeout"
+       accepts "unlimited".
+       (Command History): Document that "set history size" accepts
+       "unlimited".
+       (Screen Size): Document that "set height" and "set width" accepts
+       "unlimited".  Adjust "set pagination"'s description to suggest
+       "set height unlimited" instead of "set height 0".
+
+2013-04-10  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.texinfo (Trace Files): Add "target ctf".
+
+2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
+
+       * Makefile.in (install-man1, install-man5, uninstall-man1)
+       (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
+
+       * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
+
+2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (gdbserver man): Rename tty to comm.  Swap --attach
+       parameters order.  Remove "On some targets" for --attach.  Document the
+       --multi parameter and extended-remote command.  Document all the
+       options.
+
+2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.texinfo (gdb man): Mention option -p.  Include Fortran to
+       the list of supported languages.
+
+2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Convert man pages to texinfo, new gdbinit.5 texinfo page.
+       * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
+       (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
+       (diststuff): Add man.
+       (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
+       (uninstall-man5): New.
+       (STAGESTUFF): Add *.1 and *.5.
+       (GDBvn.texi): Add SYSTEM_GDBINIT.
+       (gdb.1, gdbserver.1, gdbinit.5): New.
+       (maintainer-clean realclean): Add $(MANS).
+       (install): Add install-man.
+       (uninstall): Add uninstall-man.
+       * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
+       (@copying): Wrap it by @c man begin COPYRIGHT.
+       (Top): Add Man Pages.
+       (Man Pages, gdb man, gdbserver man, gdbinit man): New.
+
+2013-04-02  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Debugging Output): Document "set/show debug
+       aarch64", "set/show debug coff-pe-read" and "set/show debug
+       mach-o".
+
+2013-04-02  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
+       table>: Add entry for "trace-buffer-size".
+
+2013-03-28  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
+       table>: Add entry for "trace-status".
+
+2013-03-28  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
+       @bullet", which is invalid (makeinfo 5.1 barfs).
+
+2013-03-28  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/15294
+
+       * gdb.texinfo (List) <set listsize>: Adjust to document that
+       listsize 0 means no limit, and remove mention of -1.
+
+2013-03-22  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.texinfo (Embedded Processors): Remove menu item
+       "OpenRISC 1000".
+       (OpenRISC 1000): Remove.
+
+2013-03-21  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Maintenance Commands): Add docs for
+       "mt set per-command {space,time,symtab} {on,off}".
+
+2013-03-14  Hui Zhu  <hui@codesourcery.com>
+           Yao Qi  <yao@codesourcery.com>
+
+       * gdb.texinfo (Trace Files): Add "tsave -ctf".
+
+2013-03-13  Keith Seitz  <keiths@redhat.com>
+
+       * gdb.texinfo (Maintenance Commands): Add missing ')' for
+       "maint agent" reference to Dynamic printf.
+
+2013-03-11  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (General Query Packets): Don't use colon in index
+       entries visible to Info format.
+
+2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * gdb.texinfo (Process Record and Replay): Document record
+       changes.
+
+2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
+       (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
+       qXfer:btrace:read.
+
+2013-03-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
+       use colons in @anchor and @cindex entries.
+
+2013-03-09  Hafiz Abid Qadeer  <abidh@codesourcery.com>
+
+       * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
+
+2013-03-08  Stan Shebs  <stan@codesourcery.com>
+           Hafiz Abid Qadeer  <abidh@codesourcery.com>
+
+       * gdb.texinfo (Starting and Stopping Trace Experiments): Document
+       trace-buffer-size set and show commands.
+       (Tracepoint Packets): Document QTBuffer:size.
+       (General Query Packets): Document QTBuffer:size.
+
+2013-02-21  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo: Remove bad @syncodeindex.
+       (Values From Inferior, Types In Python, Inferiors In Python)
+       (Events In Python, Threads In Python, Frames In Python, Blocks In
+       Python, Symbols In Python, Symbol Tables In Python): Remove
+       @tables.
+       (Packets, General Query Packets, Tracepoint Packets)
+       (Host I/O Packets): Use @w{} for empty @item.
+
+2013-02-20  Siva Chandra Reddy <sivachandra@google.com>
+
+       * gdb.texinfo (Architectures In Python): Add description about
+       the new method gdb.Architecture.disassemble.
+
 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
            Hafiz Abid Qadeer  <abidh@codesourcery.com>
 
This page took 0.028375 seconds and 4 git commands to generate.