X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fdoc%2FChangeLog;h=2e28f37a8ee7247ffc1eb02b27f0e2789e1e4b55;hb=a6bac58e84001d33b9540e208e9ca6d6ab265bf3;hp=22173329129998fb199a370353ee1626ae0afb72;hpb=32fc0df94ff6c3d88c6336e34a8e0b19045e5c83;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 2217332912..2e28f37a8e 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,285 @@ +2009-05-27 Tom Tromey + Thiago Jung Bauermann + Phil Muldoon + + * gdb.texinfo (Objfiles In Python): Reference pretty printing. + (Pretty Printing): New node. + (Selecting Pretty-Printers): Likewise. + (Python API): Update. + (Output Formats): Document /r format. + +2009-05-27 Thiago Jung Bauermann + Tom Tromey + + * gdb.texinfo (Types In Python): New node. + (Values From Inferior): "type" is now an attribute. + (Python API): Update. + +2009-05-27 Tom Tromey + Thiago Jung Bauermann + Phil Muldoon + + * gdb.texinfo: Add @syncodeindex for `tp'. + (Python API): Update. + (Auto-loading): New node. + (Objfiles In Python): New node. + +2009-05-15 Paul Pluzhnikov + + * gdb.texinfo (Threads): Document libthread-db-search-path. + +2009-05-15 Nick Roberts + + * gdb.texinfo (GDB/MI General Design): Break up into four nodes. + +2009-05-12 Pedro Alves + + * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint + show-debug-regs' docs by 'maint set show-debug-regs' and 'maint + show show-debug-regs' docs. + +2009-05-08 Eli Zaretskii + + * gdb.texinfo (Process Record and Replay): Add description of + reverse execution. + +2009-05-07 Joel Brobecker + + * gdbint.texinfo (Adding support for debugging core files): New node. + (Native Debugging): Remove the ``Native core file Support'' section. + +2009-05-01 Eli Zaretskii + + * gdb.texinfo (Process Record and Replay): Improve and clarify. + Add index entries. + +2009-04-30 Hui Zhu + Michael Snyder + + * gdb.texinfo: (Process Record and Replay): Add documentation for + process record and replay. + +2009-04-29 Jan Kratochvil + + * gdb.texinfo (Macros): Note command-line for `info macro'. Append + a new part on command-line defined macros. + +2009-04-25 Eli Zaretskii + + * gdb.texinfo (Machine Code) : Improve and + clarify the wording. + +2009-04-23 Tom Tromey + + * gdb.texinfo (Data Files): New node. + (GDB Files): Update menu. + +2009-04-23 Joel Brobecker + + * gdbint.texinfo (Defining Other Architecture Features): Remove + entry for PROCESS_LINENUMBER_HOOK. + +2009-04-22 Vladimir Prus + + * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump. + +2009-04-22 Hui Zhu + + * gdb.texinfo (disassemble-next-line): Set the default of + disassemble-next-line to off. + +2009-04-21 Joseph Myers + + * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir, + --with-htmldir): New. + * configure: Regenerate. + * Makefile.in (datarootdir, docdir): Define. + (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info + instead of $(SET_TEXINPUTS). + (gdbint.dvi, gdbint.pdf): Use same -I options as for building + gdbint.info instead of $(SET_TEXINPUTS). + (gdbint/index.html): Use same -I options as for building + gdbint.info. + (stabs.dvi, stabs.pdf): Use same -I options as for building + stabs.info instead of $(SET_TEXINPUTS). + (stabs/index.html): Use same -I options as for building + stabs.info. + (annotate.dvi, annotate.pdf): Use same -I options as for building + annotate.info instead of $(SET_TEXINPUTS). + (annotate/index.html): Use same -I options as for building + annotate.info. + +2009-04-21 David Daney + + * gdb.texinfo (maint show-debug-regs): Remove mention of x86. + +2009-04-21 Joseph Myers + + * gdb.texinfo (Source Path): Document --with-relocated-sources. + +2009-04-18 Carlos O'Donell + Joseph Myers + + * Makefile.in (MAKEHTML): Set to makeinfo --html. + (MAKEHTMLFLAGS): Set to empty. + (html__strip_dir): Define. + (HTMLFILES): Define. + (HTMLFILES_INSTALL): Define. + (install-html): Copy new automake rule. + (html): Depend on $(HTMLFILES). + (gdb_toc.html): Rename to gdb/index.html. + (gdbint_toc.html): Rename to gdbint/index.html. + (stabs_toc.html): Rename to stabs/index.html. + (annotate_toc.html): Rename to annotate/index.html. + +2009-04-17 Carlos O'Donell + + * Makefile.in: Set pdfdir and htmldir from configure + substitutions. + * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir. + * configure: Regenerate. + +2009-04-16 Joel Brobecker + + * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT. + This macro is no longer used. + +2009-04-15 Tom Tromey + + * gdb.texinfo (Character Sets): Document default character set. + +2009-04-14 Pierre Muller + + * gdbint.texinfo: Change server name from sources.redhat.com to + sourceware.org throughout. + +2009-04-09 Joel Brobecker + + * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning + about a missing dot or coma after @xref. + +2009-04-02 Joel Brobecker + + * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first + example, and add a small explanation about it. + (Print Settings): Change the documentation of the "set print + frame-arguments" to reflect the fact that the default is now "scalars". + +2009-04-02 Joel Brobecker + + * gdb.texinfo (Print Settings): Add kindex for command "set + print frame-arguments". + +2009-03-31 Joel Brobecker + + * gdb.texinfo (Ada Tasks): Add documentation about task-specific + breakpoints. + (Set Breaks): Add reference to thread-specific and task-specific + breakpoints. + +2009-03-31 Joel Brobecker + + * gdb.texinfo (Ada Tasks): Remove the documentation about + the "Running" state, as this state has been eliminated. + Now all runnable tasks are shown as "Runnable". + +2009-03-30 Stan Shebs + + * gdb.texinfo (Tracepoints): Describe tracepoints as a + special case of breakpoints. + (Enable and Disable Tracepoints): Mention deprecation. + (Listing Tracepoints): Update description and example. + +2009-03-30 Thiago Jung Bauermann + + * gdb.texinfo (Frames in Python): New node. + (Python API): Update. + +2009-03-29 Thiago Jung Bauermann + + * gdb.texinfo (Values From Inferior): Change gdb.Value.address + from a method to an attribute. + +2009-03-26 Thiago Jung Bauermann + + * gdb.texinfo (Values From Inferior): Document is_optimized_out + attribute. + +2009-03-25 Pedro Alves + + * observer.texi (thread_exit): Add "silent" parameter. + +2009-03-22 Pedro Alves + + * observer.texi (about_to_proceed): New. + +2009-03-21 Jeremy Bennett + + * 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 + + * gdb.texinfo (Character Sets): Fix last change. + +2009-03-21 Thiago Jung Bauermann + + * 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 + + * gdb.texinfo (Convenience Vars): Document convenience functions. + (Functions In Python): New node. + (Python API): Update. + +2009-03-20 Tom Tromey + + * gdb.texinfo (Character Sets): Remove obsolete text. Document + set target-wide-charset. + (Requirements): Mention iconv. + +2009-03-17 Hui Zhu + + * gdb.texinfo: Change the introduce of "disassemble-next-line". + +2009-03-17 Hui Zhu + + * gdb.texinfo: Add documentation for disassemble-next-line. + +2009-03-16 Thiago Jung Bauermann + + * gdb.texinfo (Commands In Python): Remove tindex entries. + +2009-03-15 Jan Kratochvil + + * gdb.texinfo (Returning): New description for missing debug info. + +2009-03-14 Pedro Alves + + * gdb.texinfo (Remote Configuration): Document query-attached. + (General Query Packets): Document qAttached. + 2009-03-05 Pedro Alves * gdb.texinfo (Background Execution): Better describe the set @@ -21,8 +303,8 @@ 2009-02-14 Vladimir Prus - * observer.texi: Add parameter 'print_frame' to normal_stop - observer. + * observer.texi: Add parameter 'print_frame' to normal_stop + observer. 2009-02-07 Eli Zaretskii