* infrun.c (normal_stop): Use has_stack_frames instead of
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
index c2b7df5ad3390146dad011367ac0ad52ba6b0ecc..d86674afe27ab4bb9a739084051133e66926d996 100644 (file)
@@ -1,3 +1,188 @@
+2009-03-22  Pedro Alves  <pedro@codesourcery.com>
+
+       * observer.texi (about_to_proceed): New.
+
+2009-03-21  Jeremy Bennett  <jeremy.bennett@embecosm.com>
+
+       * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
+       field throughout to handle types with spaces in them.  Fix typos
+       found by aspell.
+       (Summary, Requirements, Contributors): New first chapter,
+       "Summary" added, old Requirements section moved there, and new
+       section, "Contributors" added.
+       (Initializing a New Architecture, Register Representation)
+       (Frame Interpretation, Inferior Call Setup, Adding a New Target)
+       (Porting gdb): These sections extended and updated.
+       (Compiler Characteristics): This section (empty) deleted.
+       (Defining Other Architecture Features): This section renamed and
+       duplicate material removed from (formerly "Target Conditionals").
+       Use braces {} in @deftypeXX type field throughout to handle types
+       with spaces in them. Typos found by aspell fixed.
+
+       * stack_frame.svg: New file, source of image for gdbint.texinfo.
+       * stack_frame.pdf: Version of image for PDF output.
+       * stack_frame.png: Version of image for HTML output and for Emacs.
+       * stack_frame.txt: Version of image for Info output.
+       * stack_frame.eps: Version of image for TeX DVI output.
+
+2009-03-21  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (Character Sets): Fix last change.
+
+2009-03-21  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * gdb.texinfo (Values From Inferior): Fix optional arguments
+       markup.
+       (Commands In Python): Adjust argument names of gdb.Command.__init__
+       to what the function accepts as keywords.
+
+2008-03-20  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Convenience Vars): Document convenience functions.
+       (Functions In Python): New node.
+       (Python API): Update.
+
+2009-03-20  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Character Sets): Remove obsolete text.  Document
+       set target-wide-charset.
+       (Requirements): Mention iconv.
+
+2009-03-17  Hui Zhu  <teawater@gmail.com>
+
+       * gdb.texinfo: Change the introduce of "disassemble-next-line".
+
+2009-03-17  Hui Zhu  <teawater@gmail.com>
+
+       * gdb.texinfo: Add documentation for disassemble-next-line.
+
+2009-03-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * gdb.texinfo (Commands In Python): Remove tindex entries.
+
+2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.texinfo (Returning): New description for missing debug info.
+
+2009-03-14  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.texinfo (Remote Configuration): Document query-attached.
+       (General Query Packets): Document qAttached.
+
+2009-03-05  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.texinfo (Background Execution): Better describe the set
+       target-async command.
+       (Maintenance Commands): Delete description of the `maint set/show
+       linux-async' and `maint set/show remote-async' commands.
+
+2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.texinfo (GDB/MI Async Records): Add double-spaces
+       between sentences.
+
+2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.texinfo (GDB/MI Async Records): Document the
+       =library-loaded and =library-unloaded notifications.
+
+2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * observer.texi (test_notification): New observer.
+
+2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * observer.texi: Add parameter 'print_frame' to normal_stop
+       observer.
+
+2009-02-07  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
+       (Commands In Python): Fix COMMAND_* constants in last change.  Use
+       @kbd for interactive input.  Add cross-references and index
+       entries.
+
+2009-02-06  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.texinfo (Signals): Document $_siginfo.
+       (Convenience Variables): Mention $_siginfo.
+       (Remote Configuration): Document qXfer:siginfo:read,
+       qXfer:siginfo:write packets, and the read-siginfo-object,
+       write-siginfo-object commands.
+
+2009-02-06  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdbint.texinfo (Values): New chapter.
+
+2009-02-06  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Python API): Add entry for Commands In Python.
+       (Commands In Python): New node.
+
+2009-02-05  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Values From Inferior): Document Value.string.
+
+2009-02-05  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Basic Python): Document execute's from_tty
+       argument.
+
+2009-02-04  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Basic Python): Document gdb.history.
+
+2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.texinfo (GDB/MI Thread Commands): Document the
+       'current-thread-id' field.  Remove the example with zero threads,
+       since current GDB won't ever report that if there's inferior.
+
+2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
+       option to -break-insert.
+
+2009-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
+           Jerome Guitton  <guitton@adacore.com>
+
+       * gdb.texinfo (Startup): Document --with-system-gdbinit.
+       (System-wide configuration): New section.
+
+2009-01-26  Pedro Alves  <pedro@codesourcery.com>
+
+       PR gdb/7580:
+       * gdb.texinfo (Maintenance Commands): Document "maint set|show
+       internal-error|internal-warning quit|corefile ask|yes|no".
+
+2009-01-26  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.texinfo (Using the `gdbserver' Program): Document
+       --remote-debug.
+
+2009-01-23  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo: Add nexti to list of commands that support
+       background execution.
+
+2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.texinfo (Define, Hooks): Document prefix command support.
+
+2009-01-14  Joseph Myers  <joseph@codesourcery.com>
+            Carlos O'Donell  <carlos@codesourcery.com>
+
+       Fixes for makeinfo --html.
+
+       * annotate.texinfo: Use @copying and @insertcopying.  Use
+       @ifnottex in place of @ifinfo.
+       * gdb.texinfo: Use @copying and @insertcopying.  Use @ifnottex in
+       place of @ifinfo.  Use @ifnotinfo for one index entry.
+       * gdbint.texinfo: Use @copying and @insertcopying.  Use @ifnottex
+       in place of @ifinfo.
+       * stabs.texinfo: Use @copying and @insertcopying.  Use @ifnottex
+       in place of @ifinfo.  Include contents at start unconditionally.
+
 2009-01-13  Pedro Alves  <pedro@codesourcery.com>
 
        * gdb.texinfo (General Query Packets): Remove @var{} around the
This page took 0.028024 seconds and 4 git commands to generate.