X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fdoc%2FChangeLog;h=832ac375c642781952280d4746654eda6677602f;hb=7ca9f392fc1c33d83746ffab1f218b149a80d586;hp=2869c98a357bff559f24ac61faa3c1f8807892ee;hpb=269c21feac909882f35630441156177385061227;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 2869c98a35..832ac375c6 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,257 @@ +2003-02-01 Andrew Cagney + + * gdbint.texinfo (Target Architecture Definition): Delete + description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES, + ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and + BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with + references to nindy and i960. + * gdb.texinfo (i960): Delete all references to i960 and nindy. + +2003-02-01 Andrew Cagney + + * gdbint.texinfo (Target Architecture Definition): Delete + FLOAT_INFO. + +2003-01-30 Andrew Cagney + + * stabs.texinfo (Member Type Descriptor): Clarify description of + `@'. Suggested by Ben Hutchings. + +2003-01-29 Andrew Cagney + + * gdb.texinfo (M68K): Delete reference to es1800. + +2003-01-29 Andrew Cagney + + * gdb.texinfo (Maintenance Commands): Document `maint print + reggroups' and `maint print register-groups'. + * gdbint.texinfo (Target Architecture Definition): Document + register_reggroup_p. + +2003-01-23 Jim Blandy + + * gdb.texinfo (Separate Debug Files): New section. + +2003-01-22 Daniel Jacobowitz + + * gdb.texinfo (Maintenance Commands): Add "maint set profile" + and "maint show profile". + +2003-01-16 Michael Chastain + + * gdb.texinfo (Installing GDB): Warn against + ".../gdb-VERSION/gdb/configure". + (Separate Objdir): Likewise. + +2003-01-15 Andrew Cagney + + * gdbint.texinfo (Target Architecture Definition): Delete + definition of PRINT_REGISTER_HOOK. + +2003-01-15 Elena Zannoni + + (OpenRISC 1000): Fix formatting of command names. + +2003-01-15 Elena Zannoni + + * gdb.texinfo (Continuing and Stepping): Add new command + 'advance'. Clarify behavior of 'until'. + +2003-01-13 Daniel Jacobowitz + + * gdb.texinfo (Files): Document solib-absolute-prefix and + solib-search-path. + +2003-01-09 Michael Chastain + + * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete. + (Create a Release): Add new instructions for new @file{src-release}. + Document existing instructions for @file{Makefile.in} as + being for @value{GDBN} 5.3.1 or earlier. + +2003-01-09 Andrew Cagney + + * gdbint.texinfo (Target Architecture Definition): Mention + frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to + allocate memory. + +2003-01-04 Daniel Jacobowitz + + * gdb.texinfo (Controlling GDB): Add @kindex for + "show osabi". + (Backtraces): Add @kindex's for backtrace-below-main. + +2003-01-04 Daniel Jacobowitz + + * gdb.texinfo (Controlling GDB): Document "set osabi". + +2003-01-04 Daniel Jacobowitz + + * gdb.texinfo (Backtraces): Document "set backtrace-below-main". + * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation. + +2003-01-04 Daniel Jacobowitz + + * gdb.texinfo (Controlling GDB): Add ABI section. Document + "set coerce-float-to-double". + * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation. + +2003-01-02 Andrew Cagney + + * stabs.texinfo: Remove obsolete text. + * gdbint.texinfo: Ditto. + * gdb.texinfo: Ditto. + +2002-12-22 Mark Kettenis + + * gdbint.texinfo (Target Architecture Definition): Update + description of gdbarch_register_osabi. + +2002-12-20 Kazu Hirata + + * agentexpr.texi: Fix typos. + * annotate.texi: Likewise. + * fdl.texi: Likewise. + +2002-12-10 Andrew Cagney + + * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with + DEPRECATED_INIT_FRAME_PC. + +2002-12-01 Andrew Cagney + + * gdbint.texinfo (Target Architecture Definition): Delete + PC_IN_CALL_DUMMY. + +2002-11-28 Andrew Cagney + + * gdbint.texinfo (Host Definition): Delete documentation on + USE_GENERIC_DUMMY_FRAMES. + +2002-11-26 Elena Zannoni + + 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. + (uninstall): New target. + +2002-11-22 Elena Zannoni + + * Makefile.in (install): Make install do some real work. + +2002-11-19 Andrew Cagney + + Fix POSIX problem reported by Paul Eggert. + * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'. + Fix PR gdb/527. + +2002-10-26 Andrew Cagney + + * gdbint.texinfo (Target Architecture Definition): Delete + definition of DO_REGISTERS_INFO. + +2002-10-18 Kevin Buettner + + * gdbint.texinfo (Address Classes): Fix problems with insertion + of ``{'' and ``}'' in example. + +2002-10-17 Kevin Buettner + + * gdbint.texinfo (Address Classes): New section. + (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, + ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS, + ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and + ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P. + +2002-10-11 Klee Dienes + + * gdb.texinfo (Registers): Mention vector registers as well as + floating registers in the documentation for 'info registers' and + 'info all-registers'. + +2002-10-11 Daniel Jacobowitz + + * gdbint.texinfo (CPLUS_MARKER): Remove item. + +2002-10-03 Jeff Johnston + + * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int + interface definition. + +2002-10-03 Marko Mlinar + + * gdb.texinfo (Target Commands): Add or1k target specific + commands. + * gdb.texinfo (Contributors): Add myself to the contributors list. + +2002-10-01 Andrew Cagney + + * gdb.texinfo (Mode Options): Update --interpreter option. "mi2" + and "mi1" instead of "mi1" and "mi0". + +2002-09-29 Hans-Peter Nilsson + + * gdb.texinfo (Packets): Fix typos "alligned". + Correct z3/Z3 description. Correct z4/Z4 title. + +2002-09-27 Andrew Cagney + + * all-cfg.texi: Use @sc for GDB and GCC. Update copyright. + +2002-09-25 Kevin Buettner + + * gdb.texinfo: Use GNU/Linux instead of Linux. + +2002-09-25 Andrew Cagney + + * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''. + +2002-09-24 Andrew Cagney + + * gdb.texinfo: Replace @example with @smallexample. + +2002-09-20 Kevin Buettner + + From Eli Zaretskii : + * gdb.texinfo (Character Sets): Use @smallexample instead of + @example. Use GNU/Linux instead of Linux. + +2002-09-20 Jim Blandy + + * gdb.texinfo: Add character set documentation. + +2002-09-19 Andrew Cagney + + * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation. + (Packets): Add cross reference from `b' packet to `z' packets. + +2002-09-19 Andrew Cagney + + * gdb.texinfo (Maintenance Commands): Document ``maint + internal-error'' and ``maint internal-warning''. + + * gdbint.texinfo (Target Architecture Definition): Revise + description of STACK_ALIGN. Add description of FRAME_ALIGN. + +2002-09-19 Joel Brobecker + + * gdbint.texinfo (Target Conditionals): Document the new + NAME_OF_MALLOC macro. + +2002-09-05 Andrew Cagney + + * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release + engineer. + +2002-09-02 Stephane Carrez + + * gdb.texinfo (TUI Overview): Document status line fields. + +2002-09-02 Stephane Carrez + + * gdb.texinfo (TUI Commands): Document info win command. + 2002-09-01 Stephane Carrez * gdb.texinfo (TUI Overview): Document breakpoint markers.