gdb
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
index 37736a0adf974f501334a1a472813d706a529749..5378fdb4675174e64e2a7e127509fd92e275f122 100644 (file)
@@ -1,3 +1,304 @@
+2008-07-21  Tom Tromey  <tromey@redhat.com>
+
+       * observer.texi (GDB Observers): Remove obsolete comment.
+       <executable_changed>: Remove argument.
+
+2008-07-18  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Macros): Update.  Use @code rather than @command.
+
+2008-07-10  Doug Evans  <dje@google.com>
+
+       * doc/gdb.texinfo: Document "set print symbol-loading on|off".
+
+2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.texinfo (Starting): Document "set disable-randomization".
+
+2008-07-07  Andreas Schwab  <schwab@suse.de>
+
+       * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
+
+2008-07-06  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.texinfo (GDB/MI Target Manipulation): Add
+       example of -target-attach.
+
+2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * observer.texi (target_resumed): New observer.
+       * gdb.texinfo (GDB/MI Output Records): Document *running.
+
+2008-06-06  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Completion): Add field name example.
+
+2008-06-06  Marc Khouzam  <marc.khouzam@ericsson.com>
+
+       * gdb.texinfo (GDB/MI Program Context): Added example
+       to -exec-arguments
+
+2008-06-05  Nick Roberts  <nickrob@snap.net.nz>
+
+       * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
+       annotation.
+
+2008-06-05  Vladimir Prus  <vladimir@codesourcery.com>
+           Nathan Sidwell  <nathan@codesourcery.com>
+           Joseph Myers  <joseph@codesourcery.com>
+
+       * configure.ac: Include ../../config/acx.m4.  Use ACX_PKGVERSION
+       and ACX_BUGURL.
+       * configure: Regenerate.
+       * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
+       (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
+       * gdb.texinfo: Use VERSION_PACKAGE and BUGURL.  Remove
+       mailing-list-specific text about bug reporting unless
+       BUGURL_DEFAULT.
+
+2008-06-05  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.texinfo (-target-select): Remove reference to target async.
+       (Maintenance Commands): Document "maint set/show remote-async".
+
+2008-06-04  Marc Khouzam  <marc.khouzam@ericsson.com>
+
+       * gdb.texinfo (GDB/MI File Transfer Commands): Typo
+       in -target-file-get section.
+
+2008-05-22  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
+       killing the inferior when it is already debugging a process.
+
+2008-05-21  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.texinfo (Continuing and Stepping): Document the new "fin"
+       abbreviation for "finish".
+
+2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
+
+       * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
+
+2008-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdbint.texinfo (Target Conditionals): Delete entry for
+       gdbarch_dwarf_reg_to_regnum.
+
+2008-05-09  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo: Document "find" command, qSearch:memory packet.
+
+2008-05-05  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (disassemble): Document /m modifier.
+
+2008-05-05  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
+       will not report the time of commands that run the target.
+
+2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.texinfo (GDB/MI Output Records): Add
+       missing semicolon.
+
+2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.texinfo (GDB/MI Output Records):
+       Document =thread-create and =thread-exited.
+
+2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.texinfo (GDB/MI Development and Front Ends):
+       Remove mention of dmi-discuss.
+
+2008-05-03  Pedro Alves  <pedro@codesourcery.com>
+
+       * observer.texi (thread_exit): New.
+
+2008-05-02  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.texinfo (Debugging Output): Document "set/show debug
+       displaced".
+       (Maintenance Commands): Document "maint set/show
+       can-use-displaced-stepping".
+
+2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.texinfo (ARM): Document set/show arm fallback-mode
+       and set/show arm force-mode.
+
+2008-05-02  Andreas Schwab  <schwab@suse.de>
+
+       * gdbint.texinfo (Algorithms): Describe
+       target_watchpoint_addr_within_range.
+
+2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdbint.texinfo (Stack Frames): New chapter.
+       (Algorithms): Move Frames text to the new chapter.
+       (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS.  Document
+       gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
+
+2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
+       output does not necessary include any tokens.
+
+2008-04-22  Corinna Vinschen  <vinschen@redhat.com>
+
+       * gdb.texinfo (Set SH Calling convention): New @item.
+       (Show SH Calling convention): Ditto.
+
+2008-04-22  Markus Deuling  <deuling@de.ibm.com>
+
+       * gdb.texinfo (Fortran Operators): Describe '%' operator.
+
+2008-04-20  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (Set Breaks): Mention that multiple location
+       breakpoints need line number info.  Add index entries.
+
+2008-04-19  Craig Silverstein  <csilvers@google.com>
+
+       * gdb.texinfo (Requirements): Add an optional requirement on
+       zlib.
+       * gdbint.texinfo (Debugging File Formats): Add new subsection for
+       Compressed DWARF 2.
+
+2008-04-16  Aleksandar Ristovski  <aristovski@qnx.com>
+
+       * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
+       sample output for 'stopped,reason="breakpoint-hit"' message.
+       (GDB/MI Program Execution): Likewise.
+
+2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
+
+       * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
+       -var-set-format.  Add -f option to -var-evaluate-expression.
+
+2008-04-03  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
+       new node "Ambiguous Expressions".  Replace references to this
+       node by references to "Ambiguous Expressions" throughout.
+       (Ambiguous Expressions): New node.
+
+2008-03-26  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
+
+2008-03-21  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.texinfo (Debugging Output): Document
+       "set/show debug lin-lwp-async".
+       (Maintenance Commands): Document "maint set/show linux-async".
+
+2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.texinfo (Expressions): Update description of malloced arrays.
+
+2008-03-15  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.texinfo (Thread Commands): Document
+       -thread-info.  Remove -thread-list-all-threads.
+
+2008-03-14  Pedro Alves  <pedro@codesourcery.com>
+           Sandra Loosemore  <sandra@codesourcery.com>
+
+       * gdb.texinfo (Library List Format): Update to mention the
+       possibility to pass section addresses instead of segment
+       addresses.
+
+2008-03-10  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.texinfo (Starting): Document "set exec-wrapper".
+       (Server): Document gdbserver --wrapper.
+
+2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.texinfo (Set Watchpoints): Mention watchpoints on
+       unreadable memory.  Delete obsolete SPARClite reference.
+
+2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.texinfo (Starting): Mention always-running targets.
+       (Target Commands): Add an anchor for load.
+       (Connecting): Explain continue instead of run.
+
+2008-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.texinfo (Debugging Output): Document "set debug timestamp".
+
+2008-02-26  Nick Roberts  <nickrob@snap.net.nz>
+
+       * gdb.texinfo (Set Breaks): Revert description of Enb column of
+       breakpoint table.
+
+2008-02-19  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
+       killing the inferior when it is already debugging a process.
+
+2008-02-13  Markus Deuling  <deuling@de.ibm.com>
+
+       * gdbint.texinfo (Build Script): New section. Mention new build script
+       gdb_buildall.sh.
+
+2008-02-01  Jim Blandy  <jimb@red-bean.com>
+
+       * gdb.texinfo (Help): Summarize 'info args' correctly.
+
+2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
+       available in PowerPC architecture.
+       (Embedded Processors): Change node name of PowerPC item in menu.
+       (PowerPC): Rename to...
+       (PowerPC Embedded): this.
+       (Architectures): Add new PowerPC item in menu.
+       (PowerPC): New node.
+
+2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
+       commands.
+
+2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.texinfo (Setting Catchpoints): Mention features
+       supported on GNU/Linux.
+
+2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
+
+       * gdb.texinfo (GDB/MI File Commands): Describe new output
+       field for MI command -file-list-exec-source-file.
+
+2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.texinfo (Using the `gdbserver' Program): Add security
+       warning.  Rearrange into subsections and subsubsections.  Document
+       --multi and --debug.  Correct --with-sysroot typo.  Update --attach
+       usage.  Make load reference clearer.  Document monitor exit.
+       (Remote Configuration): Document set remote exec-file, attach-packet,
+       and run-packet.
+       (Packets): Document vAttach and vRun.
+
+2008-01-29  Nick Roberts  <nickrob@snap.net.nz>
+
+       * gdb.texinfo (Processes): Mention process command.
+       detach-on-follow -> detach-on-fork.
+
+2008-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdbint.texinfo (Native Conditionals): Remove
+       SHELL_COMMAND_CONCAT and SHELL_FILE.
+
+2008-01-26  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (Specify Location): Improve wording.
+
 2008-01-23  Chris Demetriou  <cgd@google.com>
 
        * gdb.texinfo (Threads): Document new "set print thread-events"
 
 2007-12-17  Luis Machado  <luisgpm@br.ibm.com>
 
-       * doc/gdb.texinfo: Add new parameter's description.
+       * gdb.texinfo: Add new parameter's description.
 
 2007-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * gdb.texinfo (Host I/O Packets): Fix xref syntax.
 
 2007-12-14  Vladimir Prus  <vladimir@codesourcery.com>
-       
+
        * gdb.texinfo (GDB/MI Breakpoint Commands): Document
        the -f option for -break-insert, remove -r option,
        and clarify specification of location.
 
        * gdbint.texinfo (Native Conditionals): Remove
        mention of CLEAR_SOLIB.
-       
+
 2007-11-11  Joel Brobecker  <brobecker@adacore.com>
 
        * gdb.texinfo (Print Settings): Add documentation for "set/show
        * gdb.texinfo (Setting Breakpoints): Revise
        documentation for pending breakpoints.  Document
        breakpoints with multiple locations.
-       
+
 2007-09-19  Vladimir Prus  <vladimir@codesourcery.com>
 
        * gdb.texinfo (Miscellaneous gdb/mi Commands):
        Document -list-features.
-       
+
 2007-09-15  Eli Zaretskii  <eliz@gnu.org>
 
        * gdb.texinfo (Output): Spell out which features of C's printf are
        * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
        (title page): Include the dedication in the printed manual, as a
        separate page after the copyright notice.
-       
+
        * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
        don't break a @var across a line.
 
 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
 
        * gdb.texinfo (Server Prefix): New node.  Adapt from existing node
-        in annotate.texinfo.
-        (Command History): Link to new node.
+       in annotate.texinfo.
+       (Command History): Link to new node.
 
 2007-07-05  Markus Deuling  <deuling@de.ibm.com>
 
        stack-arg-size.
 
 2007-05-14  Bob Wilson  <bob.wilson@acm.org>
-       
+
        * all-cfg.texi (GDBTUI): New.
        * gdb.texinfo (Mode Options): Use GDBTUI variable.
        (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
        (TUI Configuration): Edit to improve clarity and fix problems of
        both style and content.
-       
+
 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * observer.texi (GDB Observers): New observer "new_objfile".
 
        * gdb.texinfo (GDB/MI Variable Objects): Document
        frozen variables objects.
-       
+
 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * gdb.texinfo (Memory): Reference Remote Debugging chapter.
 
 2007-04-11  Bob Wilson  <bob.wilson@acm.org>
 
-        * gdb.texinfo (Contributors, Continuing and Stepping)
-        (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
-        (General Query Packets, File-I/O Remote Protocol Extension)
-        (Protocol Basics, The F Reply Packet, Write)
-        (Protocol-specific Representation of Datatypes, Memory Transfer):
-        Fix hyphenation, punctuation and grammar problems.
-        (Cygwin Native): Likewise.  Also fix misuse of @pxref and use
-        'section' instead of 'subsection' in the text.
-        (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
-        (i386): Remove period from section name.
+       * gdb.texinfo (Contributors, Continuing and Stepping)
+       (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
+       (General Query Packets, File-I/O Remote Protocol Extension)
+       (Protocol Basics, The F Reply Packet, Write)
+       (Protocol-specific Representation of Datatypes, Memory Transfer):
+       Fix hyphenation, punctuation and grammar problems.
+       (Cygwin Native): Likewise.  Also fix misuse of @pxref and use
+       'section' instead of 'subsection' in the text.
+       (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
+       (i386): Remove period from section name.
        (Installing GDB, Requirements, Running Configure,  Separate Objdir)
        (Config Names, Configure Options): Use @file{configure}.
 
        * gdbint.texinfo (SOM): Correct location of the SOM reader.
 
 2007-04-02  Bob Wilson  <bob.wilson@acm.org>
-       
+
        * gdb.texinfo: Consistently capitalize all significant words in
        node names, chapter titles, section titles, and headings.  Update
        cross references to match.
        (Starting and Stopping Trace Experiment): Make node name plural.
        (Breakpoint related warnings): Hyphenate "Breakpoint-related".
-       
+
 2007-03-30  Pedro Alves  <pedro_alves@portugalmail.pt>
 
        * gdb.texinfo (WinCE): Delete obsolete subsection.
        * refcard.tex: Specify paper size for PDF output.
 
 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
-       
+
        * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
-       
+
 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
-       
+
        * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
        (Source Path, Character Sets, Macros, Define)
        (GDB/MI Result Records, GDB/MI Simple Examples)
        (GDB/MI Program Execution, GDB/MI File Commands)
        (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
        (Bug Reporting): Use @value{GCC}.
-       
+
 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
-       
+
        * gdb.texinfo (Help): Fix formatting of examples.
        (Variables): Use @ifnotinfo instead of @iftex.
        (Non-debug DLL symbols): Use @ref instead of @pxref.
        (Sparclet File): Use @samp instead of quotes.
-       
+
 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
 
        * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
        the order of the nodes.
        (C Operators, C Constants, Debugging C): Remove extra menus.
        (Method Names in Commands): Do not specify next/prev/up nodes.
-       
+
 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
 
        * gdb.texinfo (File Options): Add missing parenthesis.
 
 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
 
-       * src/gdb/doc/gdb.texinfo (Standard Target Features): Mention
+       * gdb.texinfo (Standard Target Features): Mention
        case insensitivity.
        (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
 
        (Target Description Format): Document new elements.  Use
        @smallexample.
        (Predefined Target Types, Standard Target Features): New sections.
-       * doc/gdbint.texinfo (Target Descriptions): New section.
+       * gdbint.texinfo (Target Descriptions): New section.
 
 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
 
 
 2007-02-02  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
 
-        * gdbint.texinfo (Operation System ABI Variant Handling): Update
+       * gdbint.texinfo (Operation System ABI Variant Handling): Update
        descriptions for new/deleted elements in gdb_osabi.  Add missing
        description for function generic_elf_osabi_sniff_abi_tag_sections.
 
        of -var-delete.
 
 2006-11-22  Vladimir Prus  <vladimir@codesourcery.com>
-        
+
        * gdb.texinfo (Setting breakpoints): Document
-        automatic software/hardware breakpoint usage and
-        the "set breakpoint auto-hw" command.
+       automatic software/hardware breakpoint usage and
+       the "set breakpoint auto-hw" command.
 
 2006-11-21  Vladimir Prus  <vladimir@codesourcery.com>
 
 2006-09-07  Vladimir Prus  <vladimir@codesourcery.com>
 
        * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
-        -stack-list-locals HIGH_FRAME argument can be larger then the
-        actual number of frames.
+       -stack-list-locals HIGH_FRAME argument can be larger then the
+       actual number of frames.
 
 2006-09-02  Bob Wilson  <bob.wilson@acm.org>
 
 
 2006-08-08  Vladimir Prus  <vladimir@codesourcery.com>
 
-       * gdb.texinfo (Target Commands): Remove 
+       * gdb.texinfo (Target Commands): Remove
        'set download-write-size' and 'show download-write-size'.
 
 2006-08-01  Daniel Jacobowitz  <dan@codesourcery.com>
 
 2006-07-05  Daniel Jacobowitz  <dan@codesourcery.com>
 
-       * doc/gdb.texinfo (KOD): Remove node.
+       * gdb.texinfo (KOD): Remove node.
        (GDB/MI Kod Commands): Remove commented out node.
 
 2006-07-01  Eli Zaretskii  <eliz@gnu.org>
 2006-01-04  Michael Snyder  <msnyder@redhat.com>
 
        * gdb.texinfo: Add documentation for linux-fork.
-       * gdbint.texinfo: Add internal documentation for checkpoints. 
+       * gdbint.texinfo: Add internal documentation for checkpoints.
 
 2006-01-02  Paul N. Hilfinger  <hilfinger@gnat.com>
 
 
 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
 
-       * stabs.texinfo: 
-       * refcard.tex: 
+       * stabs.texinfo:
+       * refcard.tex:
        * gpl.texi:
-       * gdbint.texinfo: 
-       * gdb.texinfo: 
-       * gdb-cfg.texi: 
+       * gdbint.texinfo:
+       * gdb.texinfo:
+       * gdb-cfg.texi:
        * fdl.texi:
-       * annotate.texinfo: 
-       * all-cfg.texi: 
+       * annotate.texinfo:
+       * all-cfg.texi:
        * Makefile.in: Add (C) after Copyright.  Update the FSF
        address.
 
        (General Query Packets): Add entries for the tracepoint packets,
        referring to the "Tracepoint Packets" node.
        (Tracepoints): Add reference to "Tracepoint Packets".
-       
+
 2005-11-18  Kevin Buettner  <kevinb@redhat.com>
 
        * gdb.texinfo (set remotebreak): Add anchor.
 
        * gdb.texinfo (Packets): Add index entries for 'm' packet
        disclaimers.
-       
+
        * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
        of stub when processing an 'm' packet.
 
        * configure.in: Replace configdirs with multiple references to
        AC_CONFIG_SUBDIRS.
        * configure: Re-generate.
-       
+
 2005-01-04  Andrew Cagney  <cagney@gnu.org>
 
        * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
 2004-11-10  Jon Beniston <jon@beniston.com>
 
        Committed by Andrew Cagney  <cagney@gnu.org>.
-        * gdb.texinfo (Remote Serial Protocol): Further describe 
-        binary transfer escaping mechanism .
+       * gdb.texinfo (Remote Serial Protocol): Further describe
+       binary transfer escaping mechanism .
 
 2004-11-08  Randolph Chung  <tausq@debian.org>
 
 
 2004-09-11  Paul Hilfinger  <hilfinger@gnat.com>
 
-       * gdbint.texinfo (User Interface): Change local_hex_string_custom 
-       to hex_string_custom (not historically correct, but more 
+       * gdbint.texinfo (User Interface): Change local_hex_string_custom
+       to hex_string_custom (not historically correct, but more
        understandable, given the current code).
 
 2004-09-03  Andrew Cagney  <cagney@gnu.org>
 
 2004-06-06  Randolph Chung  <tausq@debian.org>
 
-       * gdb.texinfo (push_dummy_call): Update argument list to match 
+       * gdb.texinfo (push_dummy_call): Update argument list to match
        the new push_dummy_call method signature.  Describe the function
        argument.
 
        (Coding): Add -Wunused-label to list of -Werror warnings.
 
 2004-01-08  Jason Molenda  <jmolenda@apple.com>
-            Eli Zaretskii  <eliz@gnu.org>
+           Eli Zaretskii  <eliz@gnu.org>
 
        * gdb.texinfo: Update copyright.
        (Objective-C): "methodName" typeo fixed.  Add @code/@var markup
 2003-10-15  Kevin Buettner  <kevinb@redhat.com>
 
        From Anthony Green  <green@redhat.com>:
-        * gdb.texinfo (Breakpoints related warnings): Insert into menu.
+       * gdb.texinfo (Breakpoints related warnings): Insert into menu.
 
 2003-10-14  Kevin Buettner  <kevinb@redhat.com>
 
 
 2003-06-18  Daniel Jacobowitz  <drow@mvista.com>
 
-        * gdb.texinfo (Remote Debugging): New section "Connecting to a
+       * gdb.texinfo (Remote Debugging): New section "Connecting to a
        remote target".  Document the "detach" and "disconnect" commands.
        (Server, Netware, Debug Session): Reference "Connecting to a
        remote target".
 
 2002-11-26  Elena Zannoni  <ezannoni@redhat.com>
 
-        Fix PR gdb/723 and PR gdb/245.
+       Fix PR gdb/723 and PR gdb/245.
        * Makefile.in (install-info): Run the install-info command as part
        of the post install steps only.
        (uninstall-info): New target.
@@ -3478,7 +3779,7 @@ Tue Jan 22 11:57:38 2002  Andrew Cagney  <cagney@redhat.com>
 2001-11-30  Jim Blandy  <jimb@redhat.com>
 
        * gdb.texinfo (Overlays): New chapter, documenting GDB's
-        overlay support.  Add to top-level menu.
+       overlay support.  Add to top-level menu.
 
 2001-11-26  Tom Tromey  <tromey@redhat.com>
 
@@ -3828,13 +4129,13 @@ Mon Nov 20 21:29:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 2000-07-05  Eli Zaretskii <eliz@gnu.org>
 
        * refcard.tex: Remove \centerline from the blurb.  Patch from
-        Brian Youmans.
+       Brian Youmans.
 
 2000-06-25  Eli Zaretskii <eliz@gnu.org>
 
        * Makefile.in (install-info): Support installation from outside of
-        the source directory.  Reported by Mark Harig
-        <markh@frazier.landmark.com>.
+       the source directory.  Reported by Mark Harig
+       <markh@frazier.landmark.com>.
 
 2000-06-20  J.T. Conklin  <jtc@redback.com>
 
@@ -3852,7 +4153,7 @@ Fri May 26 15:55:33 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 2000-05-24  Eli Zaretskii  <eliz@gnu.org>
 
        * gdb.texinfo: Remove duplicate @syncodeindex.  From Brian
-        Youmans.
+       Youmans.
 
 Wed May 24 21:27:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
@@ -4001,8 +4302,8 @@ Tue Mar 28 16:06:22 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
 2000-03-27  Daniel Berlin  <dan@cgsoftware.com>
 
-        * gdb.texinfo (Debugging Output): Added new section, documenting
-        the "set/show debug" commands.
+       * gdb.texinfo (Debugging Output): Added new section, documenting
+       the "set/show debug" commands.
 
 Fri Mar 24 18:06:34 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
@@ -4023,7 +4324,7 @@ Fri Mar 24 17:56:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
 
        From David Whedon <dwhedon@gordian.com>
-        * gdbint.texinfo : Added paragraphs about command deprecation.
+       * gdbint.texinfo : Added paragraphs about command deprecation.
 
 2000-03-22  Daniel Berlin  <dan@cgsoftware.com>
 
@@ -4476,7 +4777,7 @@ Mon Apr 13 14:05:00 1998  Fred Fish  <fnf@cygnus.com>
 
 Thu Apr  2 16:52:44 1998  Jason Molenda  (crash@bugshack.cygnus.com)
 
-        * LRS: Reformat a bit to keep text under 80 columns.
+       * LRS: Reformat a bit to keep text under 80 columns.
 
 Thu Apr  2 16:10:36 1998  Stan Shebs  <shebs@andros.cygnus.com>
 
This page took 0.037622 seconds and 4 git commands to generate.