X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fdoc%2FChangeLog;h=b4aea4043d1107f6db1bc73af6700f2434f3a291;hb=1e52a9c18720a7b3e9c0c53ca2ac228a9d3d1508;hp=4ebdf50224951a634fa4ba1126bcefcd81929868;hpb=6d1829bf6f39820592fc46546bee23b39aa4a436;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 4ebdf50224..b4aea4043d 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,536 @@ +2008-08-20 Vladimir Prus + + * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table + for possible features of -list-features. + +2008-08-19 Vladimir Prus + + * gdb.texinfo (Background execution): Adjust example + (GDB/MI Miscellaneous Commands): Document -list-target-features. + +2008-08-19 Vladimir Prus + + * doc/gdb.texinfo (PowerPC): Fix typo. + (PowerPC features): Fix typo. + +2008-08-18 Pedro Alves + + * observer.texi (thread_ptid_changed): New. + +2008-08-18 Luis Machado + + * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7. + (PowerPC features): Mention feature set for VSX registers. + +2008-08-13 Joel Brobecker + + * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding + the direct visibility of all names in user-written packages. + +2008-08-13 Pedro Alves + + * gdb.texinfo (breakpoint always-inserted) Describe the auto mode + setting, and make it the default. + (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from + non-stop script example. + +2008-08-12 Thiago Jung Bauermann + + * gdbint.texinfo (Raw and Virtual Register Representations): Fix + reference to the "Using Different Register and Memory Data + Representation" section. + +2008-08-12 Sandra Loosemore + + * gdb.texinfo (Remote Configuration): Document set remote noack-packet. + (Remote Protocol): Add Packet Acknowledgment to menu. + (Overview): Mention +/- can be disabled, and point to new section + where this is discussed in detail. + (General Query Packets): Document QStartNoAckMode packet, and + corresponding qSupported reply. + (Packet Acknowledgment): New section. + +2008-08-11 Sandra Loosemore + Pedro Alves + + * gdb.texinfo (Threads): Move paragraph about automatic thread + selection to All-Stop Mode subsection. + (Thread Stops): Reorganize existing material into subsections. + Add introductory blurb and menu. + (Non-Stop Mode): New subsection. + (Background Execution): New subsection. + (Maintenance Commands): Add cross-references from async mode + commands to the new Background Execution section. + +2008-08-06 Tom Tromey + + * gdb.texinfo (Extending GDB): New chapter. + (Sequences): Demoted chapter, now a section under the new + Extending GDB chapter. + (Python): New section. + +2008-07-31 Stan Shebs + + * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE. + +2008-07-29 Stan Shebs + + * gdbint.texinfo: General round of cleanup and minor + clarifications. + (Breakpoint Handling): Remove mention of BREAKPOINT macro. + (Longjmp Support): Update description to reflect how it is done + for targets without using native header. + (Symbol Handling): Add a little more general explanation. + (COFF, ELF): Mention stabs encapsulation. + (DWARF 3): New section. + (Adding a New Host): Scrub out some obsolete bits. + (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c. + (Host Conditionals): Remove descriptions of NO_STD_REGS, + HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE, + PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR, + SEEK_SET, STOP_SIGNAL, USG. + (Raw and Virtual Register Representations): Ditto for + DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE, + DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE. + (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM, + DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN, + DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS, + DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET, + DEPRECATED_REGISTER_VIRTUAL_SIZE, + DEPRECATED_REGISTER_VIRTUAL_TYPE, + DEPRECATED_USE_STRUCT_CONVENTION. + Describe gdbarch_deprecated_fp_regnum. + Update description of gdbarch_print_insn. + (Adding a New Target): Scrub out obsolete bits. + (Obsolete Conditionals): Remove entire section. + +2008-07-25 Tom Tromey + + * observer.texi (GDB Observers): Document new observers: + breakpoint_created, breakpoint_deleted, breakpoint_modified, + tracepoint_created, tracepoint_deleted, tracepoint_modified, + architecture_changed. + +2008-07-21 Stan Shebs + + * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code + instead of IN_SOLIB_DYNSYM_RESOLVE_CODE. + +2008-07-21 Tom Tromey + + * observer.texi (GDB Observers): Remove obsolete comment. + : Remove argument. + +2008-07-18 Tom Tromey + + * gdb.texinfo (Macros): Update. Use @code rather than @command. + +2008-07-10 Doug Evans + + * doc/gdb.texinfo: Document "set print symbol-loading on|off". + +2008-07-10 Jan Kratochvil + + * gdb.texinfo (Starting): Document "set disable-randomization". + +2008-07-07 Andreas Schwab + + * gdb.texinfo (GDB/MI Target Manipulation): Fix last change. + +2008-07-06 Vladimir Prus + + * gdb.texinfo (GDB/MI Target Manipulation): Add + example of -target-attach. + +2008-06-10 Vladimir Prus + + * observer.texi (target_resumed): New observer. + * gdb.texinfo (GDB/MI Output Records): Document *running. + +2008-06-06 Tom Tromey + + * gdb.texinfo (Completion): Add field name example. + +2008-06-06 Marc Khouzam + + * gdb.texinfo (GDB/MI Program Context): Added example + to -exec-arguments + +2008-06-05 Nick Roberts + + * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed + annotation. + +2008-06-05 Vladimir Prus + Nathan Sidwell + Joseph Myers + + * 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 + + * gdb.texinfo (-target-select): Remove reference to target async. + (Maintenance Commands): Document "maint set/show remote-async". + +2008-06-04 Marc Khouzam + + * gdb.texinfo (GDB/MI File Transfer Commands): Typo + in -target-file-get section. + +2008-05-22 Pedro Alves + + * 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 + + * gdb.texinfo (Continuing and Stepping): Document the new "fin" + abbreviation for "finish". + +2008-05-21 Nick Roberts + + * annotate.texinfo (Multi-threaded Apps): New node for new annotation. + +2008-05-15 Daniel Jacobowitz + + * gdbint.texinfo (Target Conditionals): Delete entry for + gdbarch_dwarf_reg_to_regnum. + +2008-05-09 Doug Evans + + * gdb.texinfo: Document "find" command, qSearch:memory packet. + +2008-05-05 Doug Evans + + * gdb.texinfo (disassemble): Document /m modifier. + +2008-05-05 Vladimir Prus + + * gdb.texinfo (Maintenance Commands): Clarify that "maint time" + will not report the time of commands that run the target. + +2008-05-03 Vladimir Prus + + * gdb.texinfo (GDB/MI Output Records): Add + missing semicolon. + +2008-05-03 Vladimir Prus + + * gdb.texinfo (GDB/MI Output Records): + Document =thread-create and =thread-exited. + +2008-05-03 Vladimir Prus + + * gdb.texinfo (GDB/MI Development and Front Ends): + Remove mention of dmi-discuss. + +2008-05-03 Pedro Alves + + * observer.texi (thread_exit): New. + +2008-05-02 Pedro Alves + + * gdb.texinfo (Debugging Output): Document "set/show debug + displaced". + (Maintenance Commands): Document "maint set/show + can-use-displaced-stepping". + +2008-05-02 Daniel Jacobowitz + + * gdb.texinfo (ARM): Document set/show arm fallback-mode + and set/show arm force-mode. + +2008-05-02 Andreas Schwab + + * gdbint.texinfo (Algorithms): Describe + target_watchpoint_addr_within_range. + +2008-04-30 Daniel Jacobowitz + + * 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 + + * gdb.texinfo (GDB/MI Output Syntax): Clarify that async + output does not necessary include any tokens. + +2008-04-22 Corinna Vinschen + + * gdb.texinfo (Set SH Calling convention): New @item. + (Show SH Calling convention): Ditto. + +2008-04-22 Markus Deuling + + * gdb.texinfo (Fortran Operators): Describe '%' operator. + +2008-04-20 Eli Zaretskii + + * gdb.texinfo (Set Breaks): Mention that multiple location + breakpoints need line number info. Add index entries. + +2008-04-19 Craig Silverstein + + * 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 + + * 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 + + * gdb.texinfo (GDB/MI Variable Objects): Add anchor to + -var-set-format. Add -f option to -var-evaluate-expression. + +2008-04-03 Joel Brobecker + + * 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 + + * gdb.texinfo (MIPS Features, PowerPC Features): Add @node. + +2008-03-21 Pedro Alves + + * gdb.texinfo (Debugging Output): Document + "set/show debug lin-lwp-async". + (Maintenance Commands): Document "maint set/show linux-async". + +2008-03-21 Daniel Jacobowitz + + * gdb.texinfo (Expressions): Update description of malloced arrays. + +2008-03-15 Vladimir Prus + + * gdb.texinfo (Thread Commands): Document + -thread-info. Remove -thread-list-all-threads. + +2008-03-14 Pedro Alves + Sandra Loosemore + + * gdb.texinfo (Library List Format): Update to mention the + possibility to pass section addresses instead of segment + addresses. + +2008-03-10 Daniel Jacobowitz + + * gdb.texinfo (Starting): Document "set exec-wrapper". + (Server): Document gdbserver --wrapper. + +2008-03-03 Daniel Jacobowitz + + * gdb.texinfo (Set Watchpoints): Mention watchpoints on + unreadable memory. Delete obsolete SPARClite reference. + +2008-02-28 Daniel Jacobowitz + + * 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 + + * gdb.texinfo (Debugging Output): Document "set debug timestamp". + +2008-02-26 Nick Roberts + + * gdb.texinfo (Set Breaks): Revert description of Enb column of + breakpoint table. + +2008-02-19 Pedro Alves + + * gdb.texinfo (vAttach, vRun): Remove requirement of the stub + killing the inferior when it is already debugging a process. + +2008-02-13 Markus Deuling + + * gdbint.texinfo (Build Script): New section. Mention new build script + gdb_buildall.sh. + +2008-02-01 Jim Blandy + + * gdb.texinfo (Help): Summarize 'info args' correctly. + +2008-01-30 Thiago Jung Bauermann + + * 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 + + * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for + commands. + +2008-01-30 Daniel Jacobowitz + + * gdb.texinfo (Setting Catchpoints): Mention features + supported on GNU/Linux. + +2008-01-30 Nick Roberts + + * gdb.texinfo (GDB/MI File Commands): Describe new output + field for MI command -file-list-exec-source-file. + +2008-01-29 Daniel Jacobowitz + + * 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 + + * gdb.texinfo (Processes): Mention process command. + detach-on-follow -> detach-on-fork. + +2008-01-28 Daniel Jacobowitz + + * gdbint.texinfo (Native Conditionals): Remove + SHELL_COMMAND_CONCAT and SHELL_FILE. + +2008-01-26 Eli Zaretskii + + * gdb.texinfo (Specify Location): Improve wording. + +2008-01-23 Chris Demetriou + + * gdb.texinfo (Threads): Document new "set print thread-events" + and "show print thread-events" commands. + +2008-01-19 Eli Zaretskii + + * gdb.texinfo (Specify Location): New section. + (Delete Breaks, Edit, Set Breaks): Remove description of + locations. Instead, add a reference to "Specify Location". + (Machine Code, Jumping, Thread Stops, Continuing and Stepping) + (Symbols): Refer to "Specify Location" for the valid forms of + linespecs and locations. + +2008-01-18 Markus Deuling + + * gdbint.texinfo (Target Conditionals): Replace the description of + BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian. + +2008-01-12 Paul Hilfinger + + * gdb.texinfo (C Operators): Remove incorrect parenthetical comment + about &&var, which is rejected by the expression parser. + +2008-01-09 Luis Machado + + * gdb.texinfo (Output): Update documentation on using printf with DFP + types. + +2008-01-07 Thiago Jung Bauermann + + * gdb.texinfo (C and C++): Add Decimal Floating Point format + subsubsection. + (Decimal Floating Point format): New subsubsection. + +2008-01-05 Pedro Alves + + * gdb.texinfo (File Options): Remove mention of the attempt to + open a core file with the -p option. Don't list -c as a valid + option to attach to a process. + +2008-01-05 Pedro Alves + + * gdbint.texinfo (Host Conditionals): Remove mention of + ALIGN_STACK_ON_ENTRY. + +2008-01-05 Joel Brobecker + + * gdbint.texinfo (Start of New Year Procedure): Add item + describing how to update the source and documentation copyright + notices. + +2007-12-18 Jim Blandy + + * gdb.texinfo (Set Watchpoints): Integrate per-thread + watchpoint explanation into the main description of the watchpoint + command; update synopses of 'watch', 'rwatch', and 'awatch' + commands. + +2007-12-18 Vladimir Prus + + * gdb.texinfo (Miscellaneous gdb/mi Commands): + Document 'pending-breakpoints' feature of + -list-features. + +2007-12-17 Luis Machado + + * gdb.texinfo: Add new parameter's description. + +2007-12-16 Daniel Jacobowitz + + * gdb.texinfo (Overview): Clarify run-length encoding + example. Remove the restriction on "+" and "-" characters. + +2007-12-15 Eli Zaretskii + + * gdb.texinfo (Host I/O Packets): Fix xref syntax. + +2007-12-14 Vladimir Prus + + * gdb.texinfo (GDB/MI Breakpoint Commands): Document + the -f option for -break-insert, remove -r option, + and clarify specification of location. + +2007-11-30 Daniel Jacobowitz + + * gdb.texinfo (Debugging Programs with Multiple Processes): Correct + formatting. + (Remote Debugging): Add File Transfer section. + (Remote Configuration): Document Host I/O packets. + (GDB/MI): Add GDB/MI File Transfer Commands section. + (Host I/O Packets): New section in "Remote Protocol". + (Packets): Add vFile. + +2007-11-17 Eli Zaretskii + + * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of + breakpoints with multiple locations. + (Breakpoint Menus): Improve wording. + (Output): Fix last change. + +2007-11-17 Ulrich Weigand + + * Makefile.in (Makefile): Do not depend on target_makefile_frag. + +2007-11-15 Doug Evans + + * gdb.texinfo (Symbols): Update output of "maint info symtabs". + +2007-11-15 Vladimir Prus + + * gdbint.texinfo (Native Conditionals): Remove + mention of CLEAR_SOLIB. + 2007-11-11 Joel Brobecker * gdb.texinfo (Print Settings): Add documentation for "set/show @@ -5,7 +538,7 @@ 2007-11-05 Luis Machado - * gdb.texinfo: Update printf command's description. + * gdb.texinfo (Output): Update printf command's description. 2007-10-30 Daniel Jacobowitz @@ -90,12 +623,12 @@ * gdb.texinfo (Setting Breakpoints): Revise documentation for pending breakpoints. Document breakpoints with multiple locations. - + 2007-09-19 Vladimir Prus * gdb.texinfo (Miscellaneous gdb/mi Commands): Document -list-features. - + 2007-09-15 Eli Zaretskii * gdb.texinfo (Output): Spell out which features of C's printf are @@ -145,7 +678,7 @@ * 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. @@ -157,8 +690,8 @@ 2007-07-12 Nick Roberts * 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 @@ -301,13 +834,13 @@ stack-arg-size. 2007-05-14 Bob Wilson - + * 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 * observer.texi (GDB Observers): New observer "new_objfile". @@ -320,7 +853,7 @@ * gdb.texinfo (GDB/MI Variable Objects): Document frozen variables objects. - + 2007-04-13 Daniel Jacobowitz * gdb.texinfo (Memory): Reference Remote Debugging chapter. @@ -334,16 +867,16 @@ 2007-04-11 Bob Wilson - * 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}. @@ -357,13 +890,13 @@ * gdbint.texinfo (SOM): Correct location of the SOM reader. 2007-04-02 Bob Wilson - + * 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 * gdb.texinfo (WinCE): Delete obsolete subsection. @@ -402,25 +935,25 @@ * refcard.tex: Specify paper size for PDF output. 2007-03-26 Bob Wilson - + * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines. - + 2007-03-26 Bob Wilson - + * 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 - + * 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 * gdb.texinfo (Variables, C): Update cross reference to GCC docs. @@ -431,7 +964,7 @@ 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 * gdb.texinfo (File Options): Add missing parenthesis. @@ -443,7 +976,7 @@ 2007-02-26 Daniel Jacobowitz - * 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. @@ -472,7 +1005,7 @@ (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 @@ -485,7 +1018,7 @@ 2007-02-02 Markus Deuling (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. @@ -564,10 +1097,10 @@ of -var-delete. 2006-11-22 Vladimir Prus - + * 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 @@ -684,8 +1217,8 @@ 2006-09-07 Vladimir Prus * 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 @@ -715,7 +1248,7 @@ 2006-08-08 Vladimir Prus - * gdb.texinfo (Target Commands): Remove + * gdb.texinfo (Target Commands): Remove 'set download-write-size' and 'show download-write-size'. 2006-08-01 Daniel Jacobowitz @@ -745,7 +1278,7 @@ 2006-07-05 Daniel Jacobowitz - * doc/gdb.texinfo (KOD): Remove node. + * gdb.texinfo (KOD): Remove node. (GDB/MI Kod Commands): Remove commented out node. 2006-07-01 Eli Zaretskii @@ -1025,7 +1558,7 @@ 2006-01-04 Michael Snyder * 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 @@ -1048,15 +1581,15 @@ 2005-12-23 Eli Zaretskii - * 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. @@ -1086,7 +1619,7 @@ (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 * gdb.texinfo (set remotebreak): Add anchor. @@ -1135,7 +1668,7 @@ * 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. @@ -1547,7 +2080,7 @@ * configure.in: Replace configdirs with multiple references to AC_CONFIG_SUBDIRS. * configure: Re-generate. - + 2005-01-04 Andrew Cagney * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD) @@ -1589,8 +2122,8 @@ 2004-11-10 Jon Beniston Committed by Andrew Cagney . - * 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 @@ -1669,8 +2202,8 @@ 2004-09-11 Paul Hilfinger - * 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 @@ -1796,7 +2329,7 @@ 2004-06-06 Randolph Chung - * 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. @@ -2023,7 +2556,7 @@ (Coding): Add -Wunused-label to list of -Werror warnings. 2004-01-08 Jason Molenda - Eli Zaretskii + Eli Zaretskii * gdb.texinfo: Update copyright. (Objective-C): "methodName" typeo fixed. Add @code/@var markup @@ -2083,7 +2616,7 @@ 2003-10-15 Kevin Buettner From Anthony Green : - * gdb.texinfo (Breakpoints related warnings): Insert into menu. + * gdb.texinfo (Breakpoints related warnings): Insert into menu. 2003-10-14 Kevin Buettner @@ -2272,7 +2805,7 @@ 2003-06-18 Daniel Jacobowitz - * 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". @@ -2698,7 +3231,7 @@ 2002-11-26 Elena Zannoni - 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. @@ -3364,7 +3897,7 @@ Tue Jan 22 11:57:38 2002 Andrew Cagney 2001-11-30 Jim Blandy * 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 @@ -3714,13 +4247,13 @@ Mon Nov 20 21:29:35 2000 Andrew Cagney 2000-07-05 Eli Zaretskii * refcard.tex: Remove \centerline from the blurb. Patch from - Brian Youmans. + Brian Youmans. 2000-06-25 Eli Zaretskii * Makefile.in (install-info): Support installation from outside of - the source directory. Reported by Mark Harig - . + the source directory. Reported by Mark Harig + . 2000-06-20 J.T. Conklin @@ -3738,7 +4271,7 @@ Fri May 26 15:55:33 2000 Andrew Cagney 2000-05-24 Eli Zaretskii * gdb.texinfo: Remove duplicate @syncodeindex. From Brian - Youmans. + Youmans. Wed May 24 21:27:58 2000 Andrew Cagney @@ -3887,8 +4420,8 @@ Tue Mar 28 16:06:22 2000 Andrew Cagney 2000-03-27 Daniel Berlin - * 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 @@ -3909,7 +4442,7 @@ Fri Mar 24 17:56:48 2000 Andrew Cagney 2000-03-23 Fernando Nasser From David Whedon - * gdbint.texinfo : Added paragraphs about command deprecation. + * gdbint.texinfo : Added paragraphs about command deprecation. 2000-03-22 Daniel Berlin @@ -4362,7 +4895,7 @@ Mon Apr 13 14:05:00 1998 Fred Fish 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