📄 changelog
字号:
2003-11-10 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Replace the return_value method's "inval" and "outval" parameters with "readbuf" and "writebuf".2003-10-28 Jim Blandy <jimb@redhat.com> * gdb.texinfo (The F request packet, The F reply packet): Renamed from "The `F' request packet" and "The `F' reply packet", to make texi2dvi happy. (File-I/O remote protocol extension): Update menu entries, too.2003-10-26 Michael Chastain <mec@shout.net> * gdb.texinfo (Thread Stops): Document the issue with premature return from system calls in multi-threaded programs.2003-10-24 Andrew Cagney <cagney@redhat.com> * annotate.texinfo: Fix "fortunatly"[sic].2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com> * gdb.texinfo (Contributors to GDB): Replace "Renesas" with "Hitachi" and "Mitsubishi".2003-10-20 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Document gdbarch_return_value. Add cross references from USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.2003-10-18 Mark Kettenis <kettenis@gnu.org> * gdbint.texinfo (Target Architecture Definition): Document regset_from_core_section.2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com> * gdb.texinfo (M32R/D): Mention m32rsdi target.2003-10-15 Kevin Buettner <kevinb@redhat.com> From Anthony Green <green@redhat.com>: * gdb.texinfo (Breakpoints related warnings): Insert into menu.2003-10-14 Kevin Buettner <kevinb@redhat.com> * gdb.texinfo (Breakpoint related warnings): New node. * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.2003-10-13 Daniel Jacobowitz <drow@mvista.com> * gdb.texinfo (Remote Protocol): Document v and vCont.2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com> * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas". * gdbint.texinfo: Ditto.2003-10-09 Andrew Cagney <cagney@redhat.com> From 2003-09-18 David Anderson <davea@sgi.com>: * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with "command".2003-10-03 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Deprecate IBM6000_TARGET. Mention that it implies an RS/6000 system and not just target.2003-10-02 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Rename REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE. * gdb.texinfo (Packets, Stop Reply Packets): Ditto. * gdbint.texinfo (Target Architecture Definition): Rename2003-09-30 Andrew Cagney <cagney@redhat.com> REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE. (Target Architecture Definition): * gdbint.texinfo (Target Architecture Definition): Rename REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.2003-09-29 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Delete documentation for NEED_TEXT_START_END. * gdbint.texinfo (Target Architecture Definition): Rename NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to TARGET_WRITE_PC.2003-09-22 Michael Chastain <mec@shout.net> * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.2003-09-21 Anthony Green <green@redhat.com> * gdbint.texinfo (Target Architecture Definition): Fix typos.2003-09-21 Mark Kettenis <kettenis@gnu.org> * gdbint.texinfo (Target Architecture Definition): Document stabs_argument_has_addr.2003-09-18 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Delete documentation on REGISTER_NAMES.2003-09-13 Mark Kettenis <kettenis@gnu.org> * gdbint.texinfo (Target Architecture Definition): Replace REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.2003-09-11 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Replace STACK_ALIGN with DEPRECATED_STACK_ALIGN.2003-08-18 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Document "frame_red_zone_size".2003-08-09 Andrew Cagney <cagney@redhat.com> * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main" with "set/show backtrace past-main" and "set/show backtrace limit".2003-08-08 H.J. Lu <hongjiu.lu@intel.com> * Makefile.in (install-info): Support DESTDIR. (install-html): Likewise.2003-08-07 Andrew Cagney <cagney@redhat.com> Patch from Nick Roberts. * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key bindings. Remove description of send-gdb-command.2003-08-07 Andrew Cagney <cagney@redhat.com> * gdb.texinfo (Mode Options): Mention that "mi2" was included in GDB 6.0.2003-08-06 Andrew Cagney <cagney@redhat.com> * gdb.texinfo (Mode Options): Mention that level three is the highest available and that level 2 is deprecated. (Annotations Overview): Mention annotation levels. Cross reference to "Limitations of the Annotation Interface" in annotate.texi. (TODO, Value Annotations, Frame Annotations): Delete section. (Displays, Breakpoint Info): Delete.2003-08-04 Andrew Cagney <cagney@redhat.com> * agentexpr.texi: Delete @bye. * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi" (stabs.info): Add $(srcdir) to include search path. (html): Depend on "annotate_toc.html", and not "annotate.html". * stabs.texinfo: Ditto. Include "fdl.texi". * gdbint.texinfo: Update copyright statement's list of invariant sections.2003-07-28 Andrew Cagney <cagney@redhat.com> * Makefile.in (INFO_DEPS): Add annotate.info. (dvi, ps, html, pdf): Add annotate. (ANNOTATE_DOC_SOURCE_INCLUDES): New macro. (ANNOTATE_DOC_BUILD_INCLUDES): New macro. (ANNOTATE_DOC_FILES): New macro. (ANNOTATE_TEX_TMPS): New macro. (annotate.info, annotate_toc.html): Specify dependencies. (annotate.ps, annotate.pdf, annotate.dvi): Ditto. * annotate.texinfo: Rename annotate.texi. Get building. Add "Migrating to GDB/MI" and "Limitations of the Annotation Interface" chapters. Mention why it is not part of the user guide. Update copyright notice. Include "fdl.texi".2003-07-26 Stephane Carrez <stcarrez@nerim.fr> * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.2003-07-24 Daniel Jacobowitz <drow@mvista.com> * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.2003-07-24 Daniel Jacobowitz <drow@mvista.com> * gdb.texinfo (Server): Mention pidof.2003-07-22 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror list.2003-06-28 Daniel Jacobowitz <drow@mvista.com> * gdb.texinfo (Logging output): New chapter.2003-06-24 Joel Brobecker <brobecker@gnat.com> * gdb.texinfo (Unsupported languages): New section. (Languages): Add link to new section.2003-06-22 Andrew Cagney <cagney@redhat.com> * gdb.texinfo (Contributors): Mention 6.0 release engineer.2003-06-22 Daniel Jacobowitz <drow@mvista.com> * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.2003-06-22 Daniel Jacobowitz <drow@mvista.com> * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi. * agentexpr.texi: Retitle section, and change it to an appendix. Comment out texinfo initialization. Factor a @var{} into two pieces to prevent makeinfo warnings. * gdb.texinfo: Add Agent Expressions appendix.2003-06-19 Daniel Jacobowitz <drow@mvista.com> * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.2003-06-18 Daniel Jacobowitz <drow@mvista.com> * 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". (GDB/MI Target Manipulation): Document "-target-disconnect".2003-06-13 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Deprecate REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.2003-06-09 Jim Blandy <jimb@redhat.com> * gdb.texinfo (Separate Debug Files): Remove extra semicolon.2003-06-08 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Delete documentation on FRAME_ARGS_ADDRESS_CORRECT.2003-06-08 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Document "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.2003-06-07 Adam Fedor <fedor@gnu.org> * gdb.texinfo: Add Objective-C documentation.2003-06-01 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Add "func_addr" parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".2003-05-21 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Delete references to "extract_address" and "store_address".2003-05-16 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Replace REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo, DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.2003-05-14 Theodore A. Roth <troth@openavr.org> * gdbint.texinfo (Breakpoint Handling): Correct a double negative.2003-05-10 H.J. Lu <hongjiu.lu@intel.com> * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S). (gdb.dvi): Likewise. (gdb.pdf): Likewise. (links2roff): Likewise.2003-05-08 Jim Blandy <jimb@redhat.com> * gdb.texinfo (Dump/Restore Files): Update documentation for 'dump', 'append', and 'restore': note that format argument is optional; simplify presentation of the command variants; and be more precise about the formats.2003-05-07 Jim Blandy <jimb@redhat.com> * gdb.texinfo (Symbols): Update documentation: 'maint list symtabs' and 'maint list psymtabs' have been renamed 'maint info symtabs' and 'maint info psymtabs'.2003-05-05 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Make CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH, FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and CALL_DUMMY_BREAKPOINT_OFFSET deprecated.2003-05-04 Andrew Cagney <cagney@redhat.com> * gdb.texinfo (Maintenance Commands): Document "maint print dummy-frames".2003-05-04 Andrew Cagney <cagney@redhat.com> * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.2003-05-03 J. Brobecker <brobecker@gnat.com> Thierry Schneider <tpschneider1@yahoo.com> * gdb.texinfo (section GDB/MI Symbol Query): Add documentation for new MI command.2003-05-03 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Document push_dummy_code. Add cross references.2003-05-02 Elena Zannoni <ezannoni@redhat.com> * gdb.texinfo (Character Sets): Update to reflect new behavior of set/show charsets commands.2003-04-28 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Replace read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp, DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.2003-04-28 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Rename "tm_print_insn" to "deprecated_tm_print_insn".2003-04-09 Jim Blandy <jimb@redhat.com> * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint list psymtabs'.2003-04-08 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Delete references to EXTRA_FRAME_INFO.2003-04-08 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Delete PRINT_TYPELESS_INTEGER.2003-04-02 J. Brobecker <brobecker@gnat.com> * observer.texi (GDB Observers): Adjust the documentation for the normal_stop notification to better describe reality. Fix a couple of minor typos.2003-04-02 Bob Rossi <bob_rossi@cox.net> * gdb.texinfo (GDB/MI Program Control): Add '-file-list-exec-source-file'2003-03-31 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Delete references to CALL_DUMMY_P.2003-03-30 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Remove reference to TARGET_WRITE_SP.2003-03-27 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Remove references to write_sp.2003-03-27 Andrew Cagney <cagney@redhat.com> * gdb.texinfo (GDB/MI Variable Objects): Replace @include with chapter body. Use @smallexample instead of @example. (Annotations): Ditto. * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and annotate.texi.2003-03-26 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Replace PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and dummy_addr parameters.2003-03-25 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Delete reference to CALL_DUMMY_STACK_ADJUST_P. Rename CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST. Add reference to PUSH_ARGUMENTS.2003-03-23 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Algorithms, Target Architecture Definition): Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.2003-03-18 J. Brobecker <brobecker@gnat.com> * gdbint.texinfo (Algorithms): Add new section describing the Observer paradigm. (Top): Add menu entry to new observer appendix. * observer.texi: New file. * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on new observer.texi file.2003-03-17 Andrew Cagney <cagney@redhat.com> * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -