3 * gdb.texinfo (Character Sets): Update to reflect new behavior of
4 set/show charsets commands.
8 * gdbint.texinfo (Target Architecture Definition): Replace
9 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
10 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
14 * gdbint.texinfo (Target Architecture Definition): Rename
15 "tm_print_insn" to "deprecated_tm_print_insn".
19 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
24 * gdbint.texinfo (Target Architecture Definition): Delete
25 references to EXTRA_FRAME_INFO.
29 * gdbint.texinfo (Target Architecture Definition): Delete
30 PRINT_TYPELESS_INTEGER.
34 * observer.texi (GDB Observers): Adjust the documentation for the
35 normal_stop notification to better describe reality. Fix a couple
40 * gdb.texinfo (GDB/MI Program Control): Add
41 '-file-list-exec-source-file'
45 * gdbint.texinfo (Target Architecture Definition): Delete
46 references to CALL_DUMMY_P.
50 * gdbint.texinfo (Target Architecture Definition): Remove
51 reference to TARGET_WRITE_SP.
55 * gdbint.texinfo (Target Architecture Definition): Remove
56 references to write_sp.
60 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
61 chapter body. Use @smallexample instead of @example.
63 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
68 * gdbint.texinfo (Target Architecture Definition): Replace
69 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
70 dummy_addr parameters.
74 * gdbint.texinfo (Target Architecture Definition): Delete
75 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
76 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
77 Add reference to PUSH_ARGUMENTS.
81 * gdbint.texinfo (Algorithms, Target Architecture Definition):
82 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
86 * gdbint.texinfo (Algorithms): Add new section describing the
88 (Top): Add menu entry to new observer appendix.
89 * observer.texi: New file.
90 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
91 new observer.texi file.
95 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
96 that GNU Press update the manual version number.
100 * gdbint.texinfo (Target Architecture Definition): Delete
101 references to get_saved_register. Rename GET_SAVED_REGISTER to
102 DEPRECATED_GET_SAVED_REGISTER.
106 * gdbint.texinfo (Target Architecture Definition): Replace
107 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
111 * gdbint.texinfo (Target Architecture Definition): Rename
112 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
116 * gdb.texinfo: Add File-I/O documentation.
120 * gdbint.texinfo (Target Architecture Definition): Cross reference
121 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
125 * gdb.texinfo (Debugging Output): Mention the "set/show debug
130 * gdbint.texinfo (Target Architecture Definition): Document
131 unwind_dummy_id. Cross reference unwind_dummy_id and
132 SAVE_DUMMY_FRAME_TOS.
137 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
142 * gdbint.texinfo (Target Architecture Definition): Document
147 * stabs.texinfo (Structures): Use @samp and separate @var's
148 instead of a single @var containing a comma separated list.
153 * Makefile.in (distclean): Remove config.log.
157 * gdbint.texinfo (Target Architecture Definition): Rename
158 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
162 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
163 DEPRECATED_INIT_EXTRA_FRAME_INFO.
167 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
168 (Non-debug DLL symbols): New node, describing the minimal symbols
169 loaded from DLLs without real debugging symbols.
173 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
174 hardware-breakpoint-limit".
175 (Set Watchpoints): Add cross reference to "set remote
176 hardware-watchpoint-limit".
177 (Remote configuration options): New section.
181 * gdbint.texinfo (Target Architecture Definition): Delete
182 descrption of IS_TRAPPED_INTERNALVAR.
185 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
186 option "-i"/"--interpreter" to this chapter. Include index
191 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
192 (Variables): Recommend stabs+ and DWARF 2.
193 (C plus plus expressions): Correct info about
194 compiler versions, debug formats.
195 (Contributors): Change 'DWARF2' to 'DWARF 2'.
200 * gdbint.texinfo (Target Architecture Definition): Delete
201 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
202 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
203 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
204 references to nindy and i960.
205 * gdb.texinfo (i960): Delete all references to i960 and nindy.
209 * gdbint.texinfo (Target Architecture Definition): Delete
214 * stabs.texinfo (Member Type Descriptor): Clarify description of
215 `@'. Suggested by Ben Hutchings.
219 * gdb.texinfo (M68K): Delete reference to es1800.
223 * gdb.texinfo (Maintenance Commands): Document `maint print
224 reggroups' and `maint print register-groups'.
225 * gdbint.texinfo (Target Architecture Definition): Document
230 * gdb.texinfo (Separate Debug Files): New section.
234 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
235 and "maint show profile".
239 * gdb.texinfo (Installing GDB): Warn against
240 ".../gdb-VERSION/gdb/configure".
241 (Separate Objdir): Likewise.
245 * gdbint.texinfo (Target Architecture Definition): Delete
246 definition of PRINT_REGISTER_HOOK.
250 (OpenRISC 1000): Fix formatting of command names.
254 * gdb.texinfo (Continuing and Stepping): Add new command
255 'advance'. Clarify behavior of 'until'.
259 * gdb.texinfo (Files): Document solib-absolute-prefix and
264 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
265 (Create a Release): Add new instructions for new @file{src-release}.
266 Document existing instructions for @file{Makefile.in} as
267 being for @value{GDBN} 5.3.1 or earlier.
271 * gdbint.texinfo (Target Architecture Definition): Mention
272 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
277 * gdb.texinfo (Controlling GDB): Add @kindex for
279 (Backtraces): Add @kindex's for backtrace-below-main.
283 * gdb.texinfo (Controlling GDB): Document "set osabi".
287 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
288 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
292 * gdb.texinfo (Controlling GDB): Add ABI section. Document
293 "set coerce-float-to-double".
294 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
298 * stabs.texinfo: Remove obsolete text.
299 * gdbint.texinfo: Ditto.
300 * gdb.texinfo: Ditto.
304 * gdbint.texinfo (Target Architecture Definition): Update
305 description of gdbarch_register_osabi.
309 * agentexpr.texi: Fix typos.
310 * annotate.texi: Likewise.
311 * fdl.texi: Likewise.
315 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
316 DEPRECATED_INIT_FRAME_PC.
320 * gdbint.texinfo (Target Architecture Definition): Delete
325 * gdbint.texinfo (Host Definition): Delete documentation on
326 USE_GENERIC_DUMMY_FRAMES.
330 Fix PR gdb/723 and PR gdb/245.
331 * Makefile.in (install-info): Run the install-info command as part
332 of the post install steps only.
333 (uninstall-info): New target.
334 (uninstall): New target.
338 * Makefile.in (install): Make install do some real work.
342 Fix POSIX problem reported by Paul Eggert.
343 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
348 * gdbint.texinfo (Target Architecture Definition): Delete
349 definition of DO_REGISTERS_INFO.
353 * gdbint.texinfo (Address Classes): Fix problems with insertion
354 of ``{'' and ``}'' in example.
358 * gdbint.texinfo (Address Classes): New section.
359 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
360 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
361 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
362 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
366 * gdb.texinfo (Registers): Mention vector registers as well as
367 floating registers in the documentation for 'info registers' and
368 'info all-registers'.
372 * gdbint.texinfo (CPLUS_MARKER): Remove item.
376 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
377 interface definition.
381 * gdb.texinfo (Target Commands): Add or1k target specific
383 * gdb.texinfo (Contributors): Add myself to the contributors list.
387 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
388 and "mi1" instead of "mi1" and "mi0".
392 * gdb.texinfo (Packets): Fix typos "alligned".
393 Correct z3/Z3 description. Correct z4/Z4 title.
397 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
401 * gdb.texinfo: Use GNU/Linux instead of Linux.
405 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
409 * gdb.texinfo: Replace @example with @smallexample.
414 * gdb.texinfo (Character Sets): Use @smallexample instead of
415 @example. Use GNU/Linux instead of Linux.
419 * gdb.texinfo: Add character set documentation.
423 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
424 (Packets): Add cross reference from `b' packet to `z' packets.
428 * gdb.texinfo (Maintenance Commands): Document ``maint
429 internal-error'' and ``maint internal-warning''.
431 * gdbint.texinfo (Target Architecture Definition): Revise
432 description of STACK_ALIGN. Add description of FRAME_ALIGN.
436 * gdbint.texinfo (Target Conditionals): Document the new
437 NAME_OF_MALLOC macro.
441 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
446 * gdb.texinfo (TUI Overview): Document status line fields.
450 * gdb.texinfo (TUI Commands): Document info win command.
454 * gdb.texinfo (TUI Overview): Document breakpoint markers.
458 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
459 (TUI Keys): Likewise.
463 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
464 for a packet receive.
468 * Makefile.in (clean): Move to end of file.
469 (distclean, maintainer-clean, realclean): Ditto.
470 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
471 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
472 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
473 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
477 * Makefile.in (GDBINT_TEX_TMPS): Define.
478 (gdbint.dvi, gdbint.pdf): Use
479 (GDB_TEX_TMPS): Define.
480 (gdb.dvi, gdb.pdf): Use.
481 (STABS_TEX_TMPS): Define.
482 (stabs.dvi, stabs.pdf): Use.
483 (GDB_DOC_SOURCE_INCLUDES): New macros.
484 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
485 (GDBINT_DOC_FILES_INCLUDES): New macros.
486 (GDBINT_DOC_BUILD_INCLUDES): New macros.
487 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
488 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
489 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
490 (links2roff): Replace SFILES_INCLUDED with
491 GDB_DOC_SOURCE_INCLUDES.
492 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
493 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
494 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
496 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
498 (gdbmi.texinfo): Delete rule.
499 (inc-hist.texinfo): Delete rule.
500 (rluser.texinfo): Delete rule.
504 * gdbint.texinfo (Target Architecture Definition): Update
505 STORE_RETURN_VALUE, mention regcache.
509 * gdbint.texinfo (Target Architecture Definition): Document
510 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
514 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
515 Fix minor typos. Add index entries.
519 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
523 * gdbint.texinfo (Target Architecture Definition): Document
525 * gdb.texinfo (Vector Unit): Document "info vectors" command.
529 * gdb.texinfo (Maintenance Commands): Document "maint print
530 registers", "maint print raw-registers" and "maint print
536 * gdb.texinfo (Protocol): Document T packet extension to
537 allow watchpoint address reporting.
541 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
545 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
550 * gdbint.texinfo (Coding): Revise section "Include Files".
554 * gdbint.texinfo: Obsolete references to m88k.
555 * gdb.texinfo: Ditto.
559 * gdbint.texinfo (Create a release candiate): Add the location
560 where the proper version of autoconf can be retrieved.
564 * gdb.texinfo (Command Files): Further describe the behavior of
565 sourced command files.
569 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
570 (Coding): Clarify ISO C version that GDB assumes.
574 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
575 add_setshow_cmd_full.
579 * gdb.texinfo (Memory Region Attributes): Document new behavior
584 * gdb.texinfo (Symbols): Update documentation for `info source'
587 * gdb.texinfo (Macros): Call the command `info macro', not
592 * gdbint.texinfo (Coding): Add section ``Per-architecture module
597 * gdbint.texinfo (Target Architecture Definition): Document
598 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
602 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
607 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
612 * gdbint.texinfo (Target Architecture Definition): Add section
613 ``Converting an existing Target Architecture to Multi-arch''.
617 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
618 to ``Obsoleting code''. Revise.
622 * gdb.texinfo (C Preprocessor Macros): New chapter.
623 Include it in the main menu.
624 (Contributors): Credit Jim Blandy with macro support.
625 (Compilation): Explain how to get macro information into the
627 (Expressions): Note that preprocessor macros are expanded.
631 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
632 options for `target remote'.
636 * gdbint.texinfo (Target Architecture Definition): Delete
637 documentation on NNPC_REGNUM.
641 * gdbint.texinfo (Target Architecture Definition): Document
642 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
643 (Target Architecture Definition): Revise section `Using Different
644 Register and Memory Data Representations'. Add section `Raw and
645 Virtual Register Representations'.
649 * gdbint.texinfo (Target Architecture Definition): Mention
650 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
651 (Target Architecture Definition): Mention same. Add references to
656 * stabs.texinfo (Attributes): Document new "vector" attribute.
660 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
664 * gdb.texinfo: Delete obsolete references to a29k.
668 * gdbint.texinfo (Target Architecture Definition): Replace
669 IN_SIGTRAMP with PC_IN_SIGTRAMP.
673 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
677 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
681 * gdbint.texinfo (Target Architecture Definition): Delete
682 definition of HAVE_REGISTER_WINDOWS.
686 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
692 * gdb.texinfo (show max-user-call-depth): Correct formatting.
693 Provide a better explaination of this feature.
697 * gdbint.texinfo (Target Architecture Definition): Remove
702 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
707 * gdbint.texinfo (Obsolete Conditionals): Remove references to
712 * gdb.texinfo (Bug Reporting): Document that the web is the
713 prefered way of submitting bug reports.
714 (Bug Reporting): Delete the s-mail address as the last resort.
718 * gdbint.texinfo (Target Architecture Definition): Delete
719 references to TARGET_WRITE_FP and write_fp.
723 * gdb.texinfo: Document new commands dump, append, and restore.
727 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
732 * gdb.texinfo: Change all examples to @smallexample.
733 * gdbint.texinfo: Ditto.
737 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
742 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
747 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
748 expresson, suports, dependant, trhe, perhaphs, situtations,
749 explictily, taged, oportunity, unfortunatly).
753 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
754 Remove reference to 3.12.
758 * gdbint.texinfo: Include fdl.texi.
759 (Top): Add GNU Free Documentation License.
760 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
761 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
762 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
763 (gdbint.info): Add srcdir to include path.
764 * gdb.texinfo: Include gpl.texi.
766 * gpl.texi: New file.
770 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
774 * gdb.texinfo: Document Cygwin native specific commands.
778 * gdb.texinfo: Document gdbserver ``--attach'' command.
782 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
783 to @code(_ovly_debug_event).
787 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
791 * gdb.texinfo (overlays): Mention new magic symbol
792 '_ovly_debug_event', which allows GDB to keep better track
797 * gdb.texinfo (Memory Region Attributes): Fix the wording.
798 Suggested by Dmitry Sivachenko.
800 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
804 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
808 * gdb.texinfo: (remote protocol): Gramatical fix-up.
809 (set trust-readonly-sections): Document.
813 * gdbint.texinfo (Releasing GDB): Revise and update.
817 * gdbint.texinfo (Target Architecture Definition): Delete
818 description of TARGET_BYTE_ORDER_DEFAULT.
822 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
827 * libgdb.texinfo: Delete file.
831 * gdb.texinfo: Remove makeinfo 3.12 hacks.
832 * gdbint.texinfo: Ditto.
836 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
840 * Makefile.in: Update copyright.
842 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
843 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
845 (TEXINDEX, PDFTEX): Delete makefile variables.
849 * gdb.texinfo (Protocol): Move section to appendix.
853 * gdb.texinfo (Remote Debugging): Create a menu.
854 (Top): Add ``Remote Debugging'' to menu.
858 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
859 serial protocol'' from here.
860 (Remote Debugging): To here. New chapter.
864 * gdbint.texinfo (Target Architecture Definition): Delete
865 description of TARGET_BYTE_ORDER_SELECTABLE_P.
869 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
870 are no longer needed.
871 (Porting GDB): Add maintainer note about configure.host.
875 * gdbint.texinfo (Target Architecture Definition): Remove
876 definition of IEEE_FLOAT.
880 * gdb.texinfo: Beautify copyright years; fix a typo.
881 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
886 * gdbint.texinfo (Host Definition): Remove references to
891 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
896 * gdb.texinfo (Maintenance Commands): Add appendix.
897 (Set Breaks): Copy ``maint info breakpoint'' doco to
898 ``Maintenance Commands'' appendix. Add reference.
902 * fdl.texi: Remove next/prev from @node.
906 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
907 for monstrous @multitable (from Brian Youmans).
909 * fdl.texi: New file.
911 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
915 * gdbint.texinfo (Releasing GDB): New chapter.
919 * gdb.texinfo (Embedded Processors, Calling program functions):
920 Obsolete references to a29k.
924 * gdbint.texinfo (Coding): Review Cleanups section. Examples
925 examples. Document that a code-block should do or discard its
926 cleanups before exit.
930 * gdb.texinfo (Choosing files): Change @samp to @file.
934 * gdb.texinfo (--pid): Document new command line option (attach).
938 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
943 * gdbint.texinfo (Target Architecture Definition): Replace
944 BIG_ENDIAN with BFD_ENDIAN_BIG.
948 * gdbint.texinfo (Target Architecture Definition): Replace
949 value_ptr with struct value pointer.
953 * gdb.texinfo (Free Software): Fix wording.
957 * gdb.texinfo (Free Software): New section ``Free Software Needs
958 Free Documentation''.
966 * annotate.texi: Fix the application of GFDL in the Copyright notice.
970 * gdb.texinfo (maint info sections): Fix typo.
974 * gdb.texinfo (maint info sections): Document.
976 * gdb.texinfo (info proc): Comment out documentation for
977 'info proc' sub-options that are currently not implemented.
981 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
985 * gdbint.texinfo (Target Architecture Definition): Replace
986 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
990 * gdbint.texinfo (Host Definition): Delete documentation on
995 * gdb.texinfo (Overlays): New chapter, documenting GDB's
996 overlay support. Add to top-level menu.
1000 * gdb.texinfo (Command Syntax): Document C-o binding.
1004 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
1005 use since it is described in the referenced section.
1008 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
1009 clearer when using DJGPP.
1013 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
1014 specifically refer to MS-DOS.
1015 (command files): Mention gdb.ini is only used on MS-DOS.
1019 * gdb.texinfo (Invoking GDB): Document --args.
1020 (Mode Options): Likewise.
1024 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
1025 Delete documentation; this macro has been removed from the
1030 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
1034 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
1038 * gdb.texinfo (info functions): Document use of backslash to
1039 quote regexp chars in function names such as "operator*()".
1043 * gdbint.texinfo (SOLIB_ADD): Document additional new
1048 * gdb.texinfo: (Command Files) Added documentation for the
1049 behavior of gdb with input redirected from a file.
1053 * gdb.texinfo (auto-solib-add): Change docs to match
1054 implementation change.
1055 (auto-solib-limit): Add docs for new variable.
1059 * gdbint.texinfo (Target Architecture Definition): Function
1060 value_as_pointer renamed to value_as_address.
1064 * gdbint.texinfo (Target Architecture Definition): Default
1065 POINTER_TO_ADDRESS functions assume unsigned addresses.
1066 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
1067 posting by Jim Blandy.
1071 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
1072 version of texi2html (1.64) doesn't support this flag any more.
1076 * gdbint.texinfo (Host Definition): Remove description of
1079 * gdbint.texinfo (Host Definition): Remove description of R_OK.
1081 * gdbint.texinfo (Host Definition): Remove description of
1086 * gdbint.texinfo (Target Architecture Definition): Add
1087 explanation of TARGET_PRINT_INSN macro.
1091 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
1092 Explain what it means to load relocatable files.
1096 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
1101 * gdbint.texinfo: Add a cautionary note about macro use.
1105 * gdb.texinfo: Explain omitting the hostname in the
1106 `target remote' command.
1110 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
1111 and END-INFO-DIR-ENTRY.
1115 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
1119 * gdbint.texinfo (libgdb): Rewrite.
1123 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
1127 * gdb.texinfo (TUI): New chapter, document the TUI.
1128 (Mode Options): Document the -tui option.
1132 * gdbint.texinfo (Host Definition): Remove description of
1137 * gdb.tex (DJGPP Native): New node, with descriptions of
1138 DJGPP-specific commands.
1142 * gdbint.texinfo: Three misspellings.
1146 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
1147 `test` expressions on bash. Problem reported by Colin Walters.
1151 * gdbint.texinfo (User Interface): Update ui-out documentation to
1152 refelect recent UI/MI updates.
1156 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
1161 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
1162 structure and not macros.
1163 (Host Definition): Document that much of this chapter is obsolete.
1164 (Target Architecture Definition): Update list of files that make
1165 up a target architecture.
1170 * gdbint.texinfo (Target Architecture Definition): Update
1171 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
1172 The latter has been changed to a true predicate.
1176 * annotate.texi: Add @noindent where needed. From Dmitry
1178 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
1182 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
1186 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
1187 returns ``OK''. Document that the ``R'' packet does not reply.
1191 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
1195 * gdb.texinfo (Signals): Clarify the default setting of signal
1200 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
1201 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
1205 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
1209 * gdbint.texinfo (Clean Design and Portable Implementation):
1210 Renamed from "Clean Design".
1211 (Clean Design and Portable Implementation): Document portable
1212 methods of handling file names, and the associated macros.
1216 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
1217 command and provide a cross-reference to its description.
1218 (Symbols): Note that "info scope" is useful for trace experiments.
1222 * gdb.texinfo (Symbols): Document "info scope".
1223 (Tracepoints): New chapter.
1224 (Contributors): Update for v5.1.
1225 <All nodes>: Change "C++" to "C@t{++}".
1227 * gdbint.texinfo (User Interface): A new section about ui_out
1228 functions, based on text written by Fernando Nasser.
1230 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
1234 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
1236 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
1238 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
1239 Replace "GDB" with "@value{GDBN}". Fix markup.
1241 * annotate.texi: Change Permissions to GFDL. Update Copyright.
1243 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
1244 a cross-reference to its description.
1245 (Symbols): Document "info symbol".
1249 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
1250 subsection "x86 Watchpoints".
1251 (Target Architecture Definition): Document the macros
1252 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
1253 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
1257 * gdbint.texinfo (Target Architecture Definition): Update
1258 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
1263 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
1264 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
1268 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
1272 * gdb.texinfo (Environment): Document that `path' does not change
1273 the value of PATH in GDB's own environment (it did in the past,
1274 but that was changed on March 15, 1994). Reported by Doug Evans
1277 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
1278 its line. Fix markup of commands and macros. Add an Index node
1283 * gdb.texinfo (Memory region attributes): New manual section.
1287 * gdbint.texinfo (POP_FRAME): Document use by return_command.
1291 * refcard.tex: Version and copyright fixed. From Phil Edwards
1296 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
1297 DWARF2_REG_TO_REGNUM): Document.
1301 * gdbint.texinfo (Coding): Update current value of
1302 --enable-build-warnings. Mention --enable-gdb-build-warnings.
1306 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
1311 * gdb.texinfo: Document new 'set step-mode' command.
1315 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
1320 * gdb.texinfo (Hooks): Document the new post-hook functionality.
1325 * gdbint.texinfo (Overall Structure): Spelling fix.
1329 * gdbint.texinfo (Target Architecture Definition): Document that
1330 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
1331 for which REGISTER_CONVERTIBLE returns a zero value.
1335 * Makefile.in (install-info): Find files to install in either the
1336 build or source directories (adapted from Makefile.am).
1340 * stabs.texinfo: Fix spelling errors.
1341 (String Field): FILE-NUMBER starts from 0, not 1.
1345 * refcard.tex: Remove \centerline from the blurb. Patch from
1350 * Makefile.in (install-info): Support installation from outside of
1351 the source directory. Reported by Mark Harig
1356 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
1360 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
1361 Generate using pdftex.
1363 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
1364 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
1365 @contents at the start.
1369 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
1375 * gdb.texinfo: Fix ``et al.''.
1379 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
1384 * configure: Regenerate.
1388 * Makefile.in (install-info): Run install-info on installed Info
1393 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
1398 * gdb.texinfo: Proofreading changes from Brian Youmans.
1402 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
1403 startup sequence, minor edits.
1407 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
1410 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
1411 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
1412 like `n' and `s' which look weird. Convert some of the @kindex to
1413 @vindex, when they refer to variables, not commands.
1417 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
1421 * Makefile.in (GDBMI_DIR): New variable.
1422 (SET_TEXINPUTS): Add $(GDBMI_DIR).
1423 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
1424 (gdbmi.texinfo): New target, for texi2roff.
1425 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
1426 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
1428 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
1430 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
1435 * gdb.texinfo (Files): Update description of add-symbol-file
1440 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
1441 prevents the build (and is generally a Bad Idea).
1445 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
1446 a comma inside @var.
1447 (Command Files): Index markup changes from Dmitry Sivachenko
1452 * Makefile.in (LN_S): Define.
1453 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
1454 invoke "ln -s" unless it is known to work.
1456 * configure.in (AC_PROG_LN_S): Add.
1460 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
1462 (Target Conditionals): Document ADDRESS_TO_POINTER,
1467 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
1468 gdb-cfg.texi to get the value.
1472 * gdbint.texinfo (Target Architecture Definition): Fix
1477 * gdbint.texinfo (Using Different Register and Memory Data
1478 Representations): New section.
1479 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
1480 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
1481 REGISTER_CONVERT_TO_RAW): Document.
1485 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
1486 for acknowledgments.
1490 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
1495 * gdb.texinfo: Clarify which remote debug protocol commands are
1496 required and which are optional.
1500 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
1502 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
1503 * annotate.texi: Update.
1507 * gdb.texinfo: Update dates, bump to Eighth Edition (note
1508 expectation of additional changes before release), update
1509 ISBN, add copy of top-level menu for @ifhtml, remove explicit
1510 node links, rephrase and/or shorten lines to fix formatting
1511 problem in both regular and @smallbook formats.
1512 * annotate.texi: Shorten lines in example, use smallexample
1513 consistently everywhere.
1514 * Makefile.in: Add comment about texinfo 4.0 html generation.
1515 (SFILES_INCLUDED): Add annotate.texi.
1519 * gdb.texinfo (Debugging Output): Added new section, documenting
1520 the "set/show debug" commands.
1524 * annotate.texi (Annotations): When GDBN omit @chapter and @node
1527 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
1528 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
1529 @chapter and @node entries.
1531 * gdb.texinfo: Link all top-level nodes.
1535 * Makefile.in (install-info): Create $(infodir) before installing
1541 * gdbint.texinfo : Added paragraphs about command deprecation.
1545 * gdb.texinfo: Add documentation for the apropos command.
1549 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
1553 * gdb.texinfo: Add white space to prevent overprinting in
1558 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
1564 * gdb.texinfo (main menu): Add Annotations.
1565 (File Options): Add @cindex entries for each command-line option.
1566 Document --epoch, --annotate, --async, --interpreter, --write,
1567 --statistics, and --version.
1569 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
1574 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
1578 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
1582 * Makefile.in (diststuff): New target.
1586 * agentexpr.texi: Fix wording regarding Intel's IA-64
1587 architecture. [From Jim Wilson.]
1591 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
1592 (Delete Breaks): Mention range arguments.
1593 (Disabling): Likewise.
1597 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
1601 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
1606 * gdb.texinfo: Clarify regular expressions used in rbreak.
1610 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
1611 MEMORY_REMOVE_BREAKPOINT): Document.
1615 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
1616 offset re-using the DATA offset instead.
1620 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
1625 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
1628 * gdb.texinfo: Various minor wording and formatting improvements,
1629 mentions of additional command-line options.
1633 * gdb.texinfo: Document additional forms of specifying section
1634 names and addresses for the add-symbol-file command.
1638 * gdbint.texinfo: Fix typo, add the word "have".
1642 * gdbint.texinfo (Target Architecture Definition): Document the
1643 SKIP_PERMANENT_BREAKPOINT macro.
1647 * gdb.texinfo: Fiks speling errers.
1649 * gdb.texinfo: Fix uses of @multitable.
1652 * gdb.texinfo: Include details specific to DOS host, clarify
1653 some confusing language, fix @ref/@xref/@pxref usages, add
1654 comments about using with optimization, add more indexing,
1655 fix info about disassembly-flavor.
1659 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
1660 SKIP_SOLIB_RESOLVER): Define.
1664 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
1669 * gdb.texinfo: Create a new "Configurations" chapter with
1670 platform-specific info, inline remote.texi and move sections of it
1671 into the new chapter, move bits about info proc, heuristic search,
1672 and register stack into the new chapter.
1673 * remote.texi: Remove, now part of gdb.texinfo.
1674 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
1678 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
1679 GDB_TARGET_IS_MACH386): These kludges have gone away.
1683 * gdbint.texinfo (Target Architecture Definition): Mention
1688 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
1689 surrounding text to fit HP-UX bits into general info.
1690 (HPPA-cfg.texi): Remove, no longer useful.
1692 * gdb.texinfo: Remove explicit links from @node lines, remove
1693 HP-added "Detailed Node Listing" from main menu which confuses
1697 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
1698 in description of `set environment'.
1702 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
1706 * gdbint.texinfo (Breakpoint Handling): Add missing words.
1710 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
1711 watch, awatch, and rwatch. Explain why the latter two cannot be
1712 set as software watchpoints. Document that watchpoints for local
1713 variables are deleted when the debuggee terminates.
1717 * remote.texi (Protocol): Further clarification of the "qRcmd"
1718 packet. Allow E.. response packet. "qRcmd" packet is no longer
1723 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
1724 * gdb.texinfo: Ditto.
1728 * gdb.texinfo (KOD): New node.
1732 * remote.texi (Rcmd): Fix minor formatting typos.
1736 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
1741 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
1746 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
1750 * remote.texi (Communication Protocol): ``v'' is in use. Fix
1751 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
1752 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
1753 packets that are not supported on all hosts. Expand examples.
1758 * Makefile.in: Recognize html, install-html. Add targets
1759 to build HTML versions of documentation via texi2html.
1763 * gdbint.texinfo (Testsuite): New chapter, information about the
1768 * remote.texi (Communication Protocol): Rewrite.
1772 * stabs.texinfo: Fix uses of xref.
1776 * gdbint.texinfo: Add an anti-printf exhortation, and update the
1777 info about patch submission.
1782 * gdb.texinfo: Document Chill support.
1786 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
1787 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
1788 Document that the value should be greater-than or equal-to zero.
1789 (NO_STD_REGS): Document. Deprecate.
1793 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
1794 Document that these are not used.
1798 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
1802 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
1803 numargs was dropped.
1807 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
1811 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
1816 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
1817 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
1821 * gdbint.texinfo: Fix typos: $ -> @.
1825 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
1826 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
1827 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
1832 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
1833 CALL_DUMMY_STACK_ADJUST): Document.
1837 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
1838 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
1842 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
1847 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
1848 nearly all @ifset/@ifclear conditionals; nobody uses them, and
1849 they make the manual source incomprehensible.
1850 * h8-cfg.texi: Remove, hasn't been used in years.
1854 * gdb.texinfo: Update the credits.
1858 * gdb.texinfo: Fix mistakes noticed in printout of last
1859 draft, add Alpha to discussion of heuristic fence post.
1863 * gdb.texinfo, remote.texi: Many changes; update to Seventh
1864 Edition, merge some HP changes into mainline, describe some
1865 previously undocumented features, describe more of the target
1866 commands available, eliminate obsolete section on renamed
1868 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
1872 * gdb.texinfo: Make many HPPA conditionals unconditional,
1873 including catchpoint description, since now on for all configs.
1874 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
1879 * Makefile.in (GDBvn.texi): Fix match expression to work with
1880 current format of VERSION in gdb/Makefile.in.
1881 * gdb.texinfo: Fix node ref to match new readline.
1885 * gdb.texinfo: Changes made as part of a project to merge in
1886 changes made by HP. Documentation makes extensive use of
1887 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
1888 on remote debugging. There are differences in documentation
1889 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
1890 the HP manual discusses catchpoints, hardware watchpoints, and
1891 some HPUX specific limitations for shared library support.
1893 There are also a number of @node changes.
1897 * gdbint.texinfo (Formatting): Disambiguate a sentence.
1902 The following changes were made by Edith Epstein
1906 * HPPA-cfg.texi: new file.
1908 * all-cfg.texi: set HPPA for HP PA-RISC targets.
1910 * refcard.tex: change documentation about catch.
1915 * gdbint.texinfo: Expand on GDB's coding standards,
1916 specify the use of arg names with prototypes.
1920 * gdb.texinfo: Fix tipo.
1924 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
1925 TARGET_BYTE_ORDER_SELECTABLE_P.
1929 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
1933 * agentexpr.texi: New file.
1935 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
1937 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
1941 * remote.texi: Changed wording that implied that the GDB remote
1942 protocol caches register values instead of GDB itself.
1946 * gdbint.texinfo: Add some info about symbol readers.
1947 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
1948 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
1949 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
1950 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
1952 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
1954 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
1958 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
1960 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
1962 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
1963 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
1967 * gdbint.texinfo: Fix minor typos.
1971 * gdbint.texinfo: Complete overhaul. Group descriptions more
1972 logically, add more info on generic algorithms, remove much
1973 obsolete and/or wrong material.
1977 * stabs.texinfo (Method Type Descriptor): Expand and correct.
1981 * refcard.tex: Copyright, address updates.
1985 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
1986 for the edition instead of confusing GDB-version-like numbers.
1990 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
1994 * LRS: Reformat a bit to keep text under 80 columns.
1998 * gdb.texinfo: Add some credits, mention bug monitor.
1999 * remote.texi: Mention mips monitor targets.
2000 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
2004 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
2005 files, finish sorting of host vs target vs native macros, describe
2010 * gdbint.texinfo (Host Conditionals): Document change from
2011 using NO_MMALLOC to it's inverse, USE_MMALLOC.
2015 * gdbint.texinfo (Host Conditionals): Document
2016 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
2020 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
2021 Document LSEEK_NOT_LINEAR.
2025 * stabs.texinfo (Stab Section Basics): Make it clear that only
2026 some versions of the GNU linker remove the leading N_UNDF symbol.
2030 * stabs.texinfo (String Field): Document type number pairs here,
2031 instead of in the Sun specific section.
2032 (Include Files): The GNU linker supports the N_BINCL
2033 optimization. Clarify the N_BINCL value, and what it is used
2035 (Procedures): Document N_FUN with an empty string to mark the end
2037 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
2038 (Sun Differences): Remove this node, as the information is now
2039 elsewhere in the main document.
2040 (Stab Section Basics): Mention that the GNU linker may optimize
2041 stabs and remove the leading N_UNDF symbol.
2045 * gdb.texinfo, refcard.tex: Restore author credit
2049 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
2050 documentation to account for START and END macros taking
2056 * gdb.texinfo (Frames): Fix typo.
2060 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
2061 a target_signal as arg type, not a pid.
2065 * gdb.texinfo: Document `set assembly-language'.
2069 * remote.texi: Update list of stubs in the GDB distribution.
2073 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
2074 Also document that some systems can use mmalloc but must define
2075 this if their C runtime allocates memory that is later freed.
2076 (MMCHECK_FORCE): Document new macro.
2080 * remote.texi: Add documentation for target Sparclet.
2084 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
2085 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
2086 * configure.in: Rewritten for autoconf.
2091 * Makefile.in (DVIPS): New define, set to dvips.
2092 (dvi): Add stabs.dvi.
2094 (all-doc): Depend on info, dvi, and ps targets.
2095 (STAGESTUFF): Add *.ps and *.dvi files.
2096 (clean-info, clean-dvi): Remove.
2097 (mostlyclean): Does not depend upon clean-info or clean-dvi,
2098 rules completely rewritten.
2099 (maintainer-clean): Remove clean-info and clean-dvi
2100 dependencies and put their actions in the rules.
2101 (gdb.ps): New target
2102 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
2103 intermediate TeX files, whether they have 2 or 3 character
2105 (gdbint.ps): Add target and rules.
2106 (gdb-internals): Delete unused target.
2107 (Makefile): Depends upon config.status also.
2111 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
2117 * gdb.texinfo (Expressions): Fix erroneous array constant example.
2121 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
2125 * gdb.texinfo (Print settings): Document
2126 `set/show print static-members' commands.
2130 * gdbint.texinfo (Native): Document name change, coredep.c to
2135 * stabs.texinfo (Include Files): Document the values the SunOS4
2136 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
2140 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
2145 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
2150 * Makefile.in (maintainer-clean): New target, synonym for
2155 * Update all FSF addresses except those in COPYING* files.
2160 * gdb.texinfo (convenience variables): Document $_exitcode.
2161 (quit): Document optional expression to use as exit code.
2165 * gdb.texinfo, remote.texi: Brought up to date with various
2170 * gdb.texinfo: Update dates and versions, fix comments about
2171 hardware watchpoints in future releases and about the
2172 sharedlibrary command.
2176 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
2177 C_FUN stab. Other cleanups.
2181 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
2186 * annotate.texi: Clarify which addresses have differing formats
2187 depending on the language and which do not.
2191 * remote.texi (NetWare): Changed example to use BOARD= instead of
2192 NODE= argument to reflect correspoding change to gdbserve.nlm.
2196 * stabs.texinfo (Negative Type Numbers): Mention the fact that
2197 GDB, as well as AIX dbx, supports the size type attribute.
2201 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
2205 * gdb.texinfo (Define): Document $arg0... arguments to commands,
2206 and new 'if' and 'while' commands.
2210 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
2214 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
2215 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
2216 NetWare targets. Mostly stolen from the Server node.
2220 * gdb.texinfo (Setting): Talk about the language of a source file
2221 versus the working language. The old documentation did not match
2226 * stabs.texinfo (Source Files): Document N_SO used to mark the end
2231 * gdb.texinfo (Processes): New node.
2235 * remote.texi: Update documentation of set/show mipsfpu.
2239 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
2240 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
2244 * gdbint.texinfo: Removed mentions of some incorrectly placed and
2245 obsolete conditionals, described some others.
2249 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
2250 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
2254 * gdbint.texinfo: Put regex conditionals in their own table.
2258 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
2259 described or fixed the descriptions of many others.
2263 * gdb.texinfo: Add some more credits.
2264 * gdbint.texinfo: Capitalize GDB consistently, describe some
2265 macros and remove some.
2269 * gdbint.texinfo: Removed mentions of many incorrectly placed and
2270 obsolete conditionals, described some others.
2274 * gdb.texinfo (help targets): Changed to `help target', which
2275 is the correct gdb command.
2279 * annotate.texi (TODO): New node, for keeping track of annotations
2280 suggested but not yet implemented.
2284 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
2285 another symbol, it is not the address itself.
2289 * stabs.texinfo (Stab Section Basics): Add comment about alignment
2290 of stabs-in-coff sections.
2294 * annotate.texi: Change edition to 0.5 and date to May 1994.
2296 (Frames): New node, for frame annotation.
2297 (Displays): New node, for display annotation.
2299 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
2300 when waiting for your program to stop.
2304 * annotate.texi (Breakpoint Info): Document annotation of header
2305 fields and record annotation.
2309 * annotate.texi: New file, to document annotations.
2313 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
2314 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
2318 * stabs.texinfo (Stab Section Basics): Say what is in .stab
2319 section, and say n_strx field is compilation unit relative.
2320 * stabs.texinfo: Don't use @code for a.out when it is the name of
2321 an object file format.
2325 * gdb.texinfo: Refer to file names, not path names, per rms
2327 (Arguments): Fix typo.
2331 * stabs.texinfo (Global Variables): Talk about stabs in files
2332 where variables are referenced, but not defined.
2336 * stabs.texinfo: Move stuff on @ and # type descriptors from node
2337 Cplusplus to new nodes Member Type Descriptor and Method Type
2338 Descriptor. Re-write stuff for #.
2342 * gdb.texinfo (Print Settings): Don't document "set print
2343 fast-symbolic-addr off". The bug which it worked around was fixed
2344 on 25 Feb 94 in coffread.c, so I'm nuking the command.
2346 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
2349 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
2353 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
2354 references to ieee-float.c.
2358 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
2359 match what the code actually does.
2363 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
2367 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
2372 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
2373 well as for ELF and SOM. Unify the descriptions of ELF and SOM
2374 as "stabs in sections" rather than just saying "ELF and SOM".
2375 Also make that stuff apply to COFF.
2379 * gdb.texinfo (Formatting Documentation): Change GhostScript to
2384 * gdb.texinfo (Continuing and Stepping): When talking about "step"
2385 versus functions without line numbers, also mention stepping into
2386 them as well as "step" when you are in them. Tell the user how to
2387 deal with the situation. Add comment about "debugging information".
2391 * stabs.texinfo (Enumerations): Document restriction on where
2392 enumeration types can appear and still win with GDB.
2396 * stabs.texinfo (Negative Type Numbers): Document format for type
2401 * gdb.texinfo (Selection, Frame Info): Update information about
2402 arbitrary frame specficiations.
2406 * gdb.texinfo, remote.texi: general editing pass prior to Net release
2410 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
2414 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
2418 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
2419 Differences node to Statics node.
2420 (Statics): Discuss XCOFF use of V symbol descriptor.
2422 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
2427 * gdb.texinfo (Print Settings): Document `set print
2428 fast-symbolic-addr' and improve the doc for some other
2433 * stabs.texinfo (String Field): Talk about defining several type
2435 Fix lint regarding changing node ELF Transformations to
2436 ELF and SOM Transformations.
2440 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
2444 * stabs.texinfo (Cross-References): `::' is for nested types only
2446 (Structures): Document static members.
2450 * stabs.texinfo: Document S type attribute.
2454 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
2458 * gdbint.texinfo: Fix a few typos.
2462 * gdb.texinfo, remote.texi: formatting improvements
2464 * gdb.texinfo (New Features): mention threads.
2465 (Summary, C): fix xrefs in newly contributed text.
2466 (Threads): index entries, clarifications, example
2467 (passim): minor typos fixed, phrasing improvements
2469 * remote.texi (Bootstrapping): rephrase text on ^C and add index
2470 entries; (Server): explain use of gdbserver w/real-time systems,
2471 add example of conflicting TCP port; (MIPS Remote) break up
2472 running text into table, highlighting commands, and add example.
2476 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
2480 * stabs.texinfo (Nested Symbols): New node.
2481 (String Field, Symbol Descriptors, Cross-References): Refer to it.
2485 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
2486 to picking which Bbss.bss symbol to use, and (because there seems to
2487 be no good way of doing it) re-write some of the text to make it
2488 sound like Bbss.bss isn't such a great idea after all (as currently
2491 * gdb.texinfo (C): In addition to saying people have to use g++ for
2492 good results, say they have to use stabs. Specifically say cfront
2494 (Summary): Merge in information on Modula-2, Pascal, and Chill from
2495 the gdb README. Add xrefs to places where the support for the various
2496 languages is described in detail.
2500 * stabs.texinfo: Clean up stuff about visibility and virtual
2503 * stabs.texinfo (N_M2C): Cite Sun doc.
2507 * gdb.texinfo: updates re threads.
2508 * remote.texinfo: avoid index entries starting with digits.
2512 * stabs.texinfo (Enumerations): Talk about large, negative and
2513 octal values. Clean up cross reference to type attributes.
2514 (String Field): Say that GDB 4.11 supports size attribute.
2518 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
2519 is a mandatory step. Make the stuff about that more concise.
2523 * stabs.texinfo (Class Names): New node.
2525 * gdb.texinfo (Command Files): Explain order of init file reading.
2527 * remote.texi (Bootstrapping): Talk about getting the serial driver
2528 to deal with ^C sent by gdb to stop the remote system.
2532 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
2534 * libgdb.texinfo (Defining Commands): made the DOC arg
2535 to gdb_define_app_command a char * instead of char **
2536 per a suggestion from kingdon.
2538 * libgdb.texinfo: total rewrite from a different starting
2543 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
2544 floats passed as doubles (to improve clarity).
2548 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
2550 * a4rc.sed: update to work with Andreas Vogel papersize params
2552 * refcard.tex: use Andreas Vogel simplifications of papersize
2553 params; remove useless version info; update copyright date.
2557 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
2561 * gdb.texinfo (Files): Say what address the load command loads it at.
2563 * stabs.texinfo (Common Blocks): Minor cleanups.
2565 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
2566 that Sun has backed away from the linker kludge and thus the relevant
2567 issue is changes to the SunPRO tools, not the Solaris linker.
2569 * stabs.texinfo (Traditional Integer Types): Clean up description
2570 of octal bounds a little bit. Document extra leading zeroes.
2574 * gdb.texinfo (Signaling): Update for symbolic symbol names
2575 and add a section explaining the difference between the GDB
2576 signal command and the shell kill utility.
2580 * libgdb.texinfo: added `@' to braces that were unescaped.
2584 * libgdb.texinfo: new file. Spec for the gdb library.
2588 * stabs.texinfo (Include Files): Fix typo (start -> end).
2592 * gdb.texinfo, remote.texi: assorted small improvements, mostly
2593 from Melissa at FSF's editing pass.
2597 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
2598 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
2599 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
2603 * remote.texi (Bootstrapping): Discuss 386 call gates.
2607 * stabs.texinfo (Based Variables): New node.
2611 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
2612 names, sizes, and formats to suggest how not to lose.
2616 * stabs.texinfo (Methods): Fix typo.
2620 * gdb.texinfo: Fix a few typos.
2624 * gdb.texinfo: Clarify how well it works with Fortran.
2626 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
2627 More on relocating stabs in ELF files.
2631 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
2635 * stabs.texinfo (Local Variable Parameters): Talk about nameless
2640 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
2644 * stabs.texinfo: Make info author notice match the TeX author notice.
2648 * stabs.texinfo: Initial-caps all words in node names and
2649 non-trivial words in section names.
2653 * stabs.texinfo: Many minor cleanups.
2655 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
2659 * stabs.texinfo: Remove full description of big example.
2660 It's not really helpful; just use pieces of it where appropriate.
2661 Add more Texinfo formatting directives (@samp, etc.).
2662 Use @deffn to define stab types.
2663 Eliminate some wordiness. Break up some nodes.
2664 Add an (alphabetized) index of symbol types.
2665 Use consistent capitalization style in node and section names.
2669 * gdb.texinfo: Change typo "Two two" to "The two".
2673 * stabs.texinfo (XCOFF-differences): Remove references to
2674 non-existent types N_DECL and N_RPSYM.
2676 * stabs.texinfo (String Field): Say that type attributes bug is
2677 fixed in GDB 4.10, since it is.
2679 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
2683 * stabs.texinfo: Formatting cleanups.
2687 * stabs.texinfo: When explaining the n_type of a stab, standardize
2688 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
2690 (Global Variables): Clean up.
2694 * stabs.texinfo (Stack Variables): Re-write.
2698 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
2699 addresses of a source file. Also revise formatting.
2700 Change "object module" or "object file" to "source file".
2701 Various: Miscellaneous cleanups.
2705 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
2709 * gdbint.texinfo: Removed many nonsensical machine-collected
2710 host and target conditionals, described some of the remainder.
2714 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
2716 * gdbint.texinfo (Top): Add name to @top line, and re-write the
2717 paragraph which follows.
2719 * gdbint.texinfo (Host): Use @code not @samp for Makefile
2720 variables. Looks better and avoids overful hbox.
2724 * stabs.texinfo (Procedures): Improve stuff on nested functions.
2728 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
2733 * gdbint.texinfo: Update statement about `some ancient Unix
2734 systems, like Ultrix 4.0' to Ultrix 4.2.
2736 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
2738 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
2740 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
2742 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
2743 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
2745 * remote.texi: new name for former gdbinv-s.texi
2747 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
2751 * gdbinv-s.texi: Documented timeout and retransmit-timeout
2752 variables for MIPS remote debugging protocol.
2756 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
2760 * Makefile.in (refcard.dvi): Use srcdir where necessary.
2764 * gdb.texinfo: repair conditional bugs in text markup
2768 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
2769 to select Modula-2 material.
2773 * stabs.texinfo: Cleanups regarding statics.
2775 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
2776 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
2780 * stabs.texinfo: N_MAIN is sometimes used for C.
2784 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
2788 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
2789 removed from the code by Kingdon.
2793 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
2794 input when evaluating breakpoint conditions; the bug has been fixed.
2796 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
2797 sets the ignore count to N-1, not to N.
2801 * refcard.tex (\hoffset): correct longstanding error to match
2802 intended offset; avoids cutting off edge on some printers
2806 * stabs.texinfo (Parameters): Say that order of stabs is significant.
2810 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
2814 * Makefile.in: (REFEDITS) new var to control whether PS or CM
2815 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
2816 collect sed edits if any, apply to refcard before formatting;
2817 (refcard.ps) stop implying PS fonts if PS output requested;
2818 (lrefcard.ps) delete extra target for variant PS fonts
2820 * refcard.tex: parametrize papersize dependent info, collect
2821 in easily replaced spot
2823 * a4rc.sed: new file, edits to refcard for A4 paper
2827 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
2831 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
2835 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
2836 politely rather than rudely.
2840 * stabs.texinfo: Document common blocks.
2844 * stabs.texinfo: Add some basic info about stabs-in-elf.
2848 * stabs.texinfo (Top): Minor cleanup.
2850 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
2852 * Makefile.in (install-info): remove parentdir support
2856 * gdb.texinfo (Copying): delete this node and references to it;
2857 RMS says this manual need not carry GPL. (passim): Improvements
2858 from last round at FSF, largely due to Ian Taylor review, and
2859 minor formatting improvements.
2861 * gdbinv-s.texi (passim): Improvements from last round at FSF,
2862 largely due to Ian Taylor review. (Debug Session): minor edits to
2867 * Makefile.in (realclean): Remove info and dvi files too.
2871 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
2872 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
2873 * gdb.texinfo: Change accordingly.
2875 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
2876 N_{L,R}BRAC,N_SLINE are relative to.
2880 * Makefile.in (GDBvn.texi): Update atomically.
2884 * gdbinv-s.texi (Debug Session): Document exceptionHook.
2888 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
2889 addresses together. Also motivate the set print symbol-filename
2890 command and suggest other solutions.
2894 * gdb.texinfo (set print elements): Note that the number of
2895 elements is set to unlimited by "set print elements 0".
2899 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
2901 (Stab Types): Include Solaris stab types.
2902 (Procedures): Document Solaris extensions.
2906 * gdb.texinfo: Add `set print symbol-filename' doc.
2910 * stabs.texinfo (Arrays): Talk about type definition vs. type
2913 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
2914 the trailing semicolon.
2918 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
2919 and merge in other parts of the document addressing these subjects.
2920 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
2922 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
2923 at the end of a range type.
2925 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
2930 * stabs.texinfo (Stabs Format): Misc fixes.
2934 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
2935 (Traditional builtin types): Document convex convention for long long.
2936 (Negative builtin types): Discuss type names, and misc fixes.
2940 * stabs.texinfo (Builtin Type Descriptors): Document the floating
2941 point types used with @samp{R} type descriptor.
2942 (Symbol Descriptors): Describe how to handle conflict between
2943 different meanings of @samp{P} symbol descriptor.
2947 * stabs.texinfo: Remove node Quick Reference and put its children
2948 directly under the main menu.
2950 * stabs.texinfo: Many more changes to bring it into line with
2951 AIX documentation and reality. I think it now has all the
2952 information from the AIX documentation, except that I burned
2953 out when I got to variant records (Pascal and Modula-2) and
2954 all the COBOL types. Oh well, we can add them later when we're
2955 worrying more about those languages.
2957 * stabs.texinfo (Automatic variables): Talk about what it means
2958 to omit the symbol descriptor.
2962 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
2963 gcc2 behavior with promoted args.
2967 * gdb.texinfo: include readline appendices in info version of manual
2971 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
2974 * gdb.texinfo (Machine Code): more index entries for disassemble
2978 * Clarify the intended use of the gdb-testers and gdb-patches
2979 mailing lists, and shrink gzip comment.
2983 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
2984 DOSHOST configuration of manual.
2986 * gdb.texinfo (MIPS Stack): new node.
2988 * all-config.texi (MIPS) new switch.
2990 * gdbinv-s.texi (Nindy Options) Remove two instances of future
2991 tense; (MIPS Remote) new node.
2993 * gdb.texinfo (passim) rephrases to work around makeinfo @value
2994 bug; (Environment) less passive, other small cleanups in text about
2995 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
2996 (Remote) new MIPS Remote menu entry.
3000 * stabs.texinfo: Many changes to include information from the
3003 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
3007 * gdbint.texinfo (new node Debugging GDB, elsewhere):
3008 Move a bunch of information from ../README.
3009 (Getting Started): New node.
3013 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
3015 * gdb.texinfo: advance manual revision dates to present
3017 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
3018 stop using silly Roman numerals in @set variable names
3022 * stabs.texinfo (Parameters): Keep trying to get this right.
3026 * stabs.texinfo (Parameters): More on "local parameters".
3030 * stabs.texinfo (Parameters): Re-do "local parameters" section.
3034 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
3035 (Parameters): Rewrite.
3036 (xcoff-differences, Sun-differences): Minor changes.
3040 * stabs.texinfo: Minor cleanup.
3044 * gdbint.texinfo: Minor xcoff stuff.
3048 * gdbint.texinfo: Update for new config directory structure.
3049 Add info about internal type data structures.
3053 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
3055 (gdb-config.texi): Depend on file in $(srcdir).
3059 * stabs.texinfo: Fixes about N_SO.
3063 * gdb.texinfo: include list of nonstandard init file names
3065 * *-config.texi: new switch GENERIC for text that applies *only*
3066 to (usual) multiple-target version of manual
3068 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
3071 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
3072 in menus (rather than conditionally selected multiple alternative
3075 * Makefile.in: define and use DOC_CONFIG var to select
3076 configuration for GDB user manual.
3078 * gdb-config.texi: delete from repository, generate from Makefile.
3080 * all-config.texi: normal `generic' configuration file, formerly
3081 stored as gdb-config.texi
3083 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
3085 * Makefile.in: add dvi target to build all .dvi files
3089 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
3093 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
3095 * stabs.texinfo: More array fixes inspired by Jim's.
3099 * stabs.texinfo: Fixes re arrays and continuations.
3101 * gdbint.texinfo: Add XCOFF node.
3105 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
3109 * stabs.texinfo: Fix for array types to mention lower bounds.
3113 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
3117 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
3121 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
3126 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
3130 * gdb.texinfo, gdbinv-s.texi: misc updates
3134 * gdbint.texinfo: Brief documentation for longjmp support,
3135 from an email msg by Stu.
3139 * stabs.texinfo: Fix description of floating point "range"
3140 types (which really define basic types). Reported by Jim Meehan,
3143 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
3147 * gdbint.texinfo: Slightly expand section on supporting a new
3152 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
3157 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
3161 * gdbinv-s.texi: z8000 simulator target name is just "sim"
3163 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
3168 * gdbint.texinfo: Add sections on clean design and on how to send
3173 * gdbint.texinfo: Add how to declare the result of make_cleanup.
3177 * gdb.texinfo: Fix typo, reported by Karl Berry.
3181 * gdb.texinfo: Add opcodes dir to GDB distribution description.
3183 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
3185 * gdbint.texinfo: fixed a stray email address (needs @@),
3186 added @table @code to node "Native Conditionals"
3190 * gdbint.texinfo: Describe coding style of GDB.
3194 * stabs.texinfo: Minor wording changes.
3198 * gdbint.texinfo: Improve release doc slightly.
3202 * gdbint.texinfo: Improve doc of GDB config macros.
3206 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
3207 These will be reinserted when examined.
3211 * gdbint.texinfo: Make a start at documenting all the #if macros
3212 in GDB. At least list them all, and start separating them into
3213 host-specific and target-specific.
3217 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
3218 examples (not consistent w others).
3219 gdb.texinfo: issue disclaimer paragraph on cmdline options only
3220 for generic vn of doc
3224 * Makefile.in: always create installation directories.
3228 * gdb.texinfo: in h8 config, do not describe searching commands.
3232 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
3233 conditionals; introduce a few generic switches that may be
3234 useful for other cross-dev or dos-hosted configs.
3236 * gdb.texinfo: fix typo in "info reg" description
3240 * stabs.texinfo: Minor updates from running TeX over it.
3241 * Makefile.in (stabs.dvi, stabs.ps): Add.
3245 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
3246 First pass at converting it to texinfo.
3250 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
3251 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
3255 * gdbint.texinfo: Add section on partial symbol tables.
3257 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
3259 * gdb.texinfo: document `set remotedebug' and `set
3260 rstack_high_address'.
3264 * gdb.texinfo: slight expansion of new text on reading info files
3265 * gdbinv-s.m4.in: correct and expand info on cross-debugging
3268 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
3270 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
3272 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
3274 * gdb.texinfo: Say how to read the `info' files.
3278 * Makefile.in: gm4 -> m4.
3280 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
3282 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
3283 Documentation' ahead of `Installing GDB' to match README.
3284 Update shared library doc, -readnow and -mapped, and directory
3285 structure (add glob and mmalloc). Update configure doc.
3289 * Makefile.in: remove $(srcdir) from gdb.info rule.
3293 * Makefile.in: commented out gdb-all.texinfo rule. This is
3298 * Makefile.in, configure.in: removed traces of namesubdir,
3299 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
3300 copyrights to '92, changed some from Cygnus to FSF.
3302 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
3304 * gdb.texinfo: Improve how we ask for bug reports.
3306 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
3308 * Makefile.in: infodir belongs in datadir.
3310 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
3312 * Makefile.in: remove spaces following hyphens, bsd make can't
3313 cope. install using INSTALL_DATA. added clean-info. added
3314 standards.text support.
3316 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
3318 * Makefile.in: idestdir and ddestdir go away. Added copyrights
3319 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
3320 and mandir now keyed off datadir by default.
3327 version-control: never