X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fdoc%2FChangeLog;h=83d679fe2ac8e35742d44c8b86acf2287400f8ef;hb=55eddb0f7a5dce5897c8f2128ba8cffb43531f0c;hp=70c9e823908bf9a8e9268b3ec57be9c3b22698e3;hpb=c7e83d54a28aa9ec14980d3f9a317f055b0ba037;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 70c9e82390..83d679fe2a 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,118 @@ +2007-10-30 Daniel Jacobowitz + + * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set + powerpc soft-float". + +2007-10-24 Daniel Jacobowitz + + * gdb.texinfo (Files): Correct formatting. Mention Expat + requirement. + (Requirements for Building GDB): Expand the list of Expat + uses. + (Library List Format, Memory Map Format): Mention Expat. + (Target Descriptions): Update Expat wording. + +2007-10-24 Daniel Jacobowitz + + * gdbint.texinfo (Register and Memory Data, Target Conditionals): + Document that gdbarch_convert_register_p should return zero for no-op + conversions. + +2007-10-22 Ulrich Weigand + + * gdbint.texi (Compiler Characteristics): Move documentation + of set_gdbarch_sofun_address_maybe_missing back to ... + (Target Conditionals): ... here to fix build break. + +2007-10-19 Ulrich Weigand + + * gdbint.texi (Target Conditionals): Remove documentation of + SOFUN_ADDRESS_MAYBE_MISSING, replaced by ... + (Compiler Characteristics): ... documentation of + set_gdbarch_sofun_address_maybe_missing. + +2007-10-17 Daniel Jacobowitz + + * gdbint.texinfo (Target Conditionals): Use + frame_unwind_register_unsigned in examples instead of + frame_unwind_unsigned_register. + +2007-10-15 Daniel Jacobowitz + + * gdb.texinfo (Predefined Target Types): Add int128 + and uint128. + (Standard Target Features): Add PowerPC features. + +2007-10-15 Daniel Jacobowitz + + * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc". + +2007-10-12 Ulrich Weigand + + * gdbint.texi (Target Conditionals): Remove documentation + of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, + gdbarch_extract_return_value, and gdbarch_store_return_value. + +2007-10-12 Ulrich Weigand + + * gdbint.texi (Target Conditionals): Remove documentation of + and references to DEPRECATED_REG_STRUCT_HAS_ADDR. + +2007-10-11 Kazu Hirata + + * gdb.texinfo: Mention that inaccessible-by-default is on by + default. + +2007-10-11 Daniel Jacobowitz + + * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK. + +2007-09-30 Daniel Jacobowitz + + * gdb.texinfo (Setting Watchpoints): Adjust warning text about + multi-threaded watchpoints. + * gdbint.texinfo (Watchpoints): Describe how watchpoints are + checked. Describe sticky notification. Expand description + of steppable and continuable watchpoints. + (Watchpoints and Threads): New subsection. + +2007-09-28 Vladimir Prus + + * 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 + not supported by GDB's printf. + (Separate Debug Files): More accurate wording regarding build ID + and a reference to the ld manual rather than the Fedora wiki. + +2007-09-04 Daniel Jacobowitz + Jim Blandy + + * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'. + (Examining Memory): Update mentions of the 's' format. + (Automatic Display): Likewise. + +2007-09-02 Daniel Jacobowitz + + * gdb.texinfo: Update the FSF's Back-Cover Text. + +2007-09-02 Jan Kratochvil + Eli Zaretskii + + * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal. + Fixed the ``build ID'' name. New binaries build instructions for the + build ID inclusion. Explain how the commands are specific to the build + ID vs. debug link. + 2007-09-01 Eli Zaretskii * gdb.texinfo (Separate Debug Files): Fix last change. Add