3 * gdb.texinfo (Tracepoint Packets): Remove mention that
4 terror:string may be plain text, and drop mention of X prefix.
8 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
12 * gdb.texinfo (Tracepoint Packets): Document trace error status.
17 * gdb.texinfo (Break Commands): Update.
21 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
26 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
27 circular-trace-buffer.
28 (Tracepoint Packets): Describe QTBuffer, and details of the
34 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
35 doing instruction stepping.
36 (Tracepoint Restrictions): New node.
40 * gdbint.texinfo (Symbol Handling): Update.
45 * gdb.texinfo (Mode Options): Mention lack of pagination and
46 confirmation with --batch.
47 (Screen Size): Mention --batch.
48 (Messages/Warnings): Likewise.
52 * gdb.texinfo (Basic Python): Document target_charset and
57 * gdb.texinfo (Data): Link to pretty-printing.
58 (Output Formats): Likewise. Correct text.
62 * gdb.texinfo (Types): Describe <struct> and <flags>.
66 * gdb.texinfo (Frames In Python): Add block parameter and
67 description to read_var text.
72 * gdb.texinfo (Types In Python): Describe block argument in
73 template_argument and gdb.lookup_type.
77 * gdb.texinfo (Cygwin Native): Fix typo.
81 * gdb.texinfo (Frames In Python): Add block, find_sal, function
82 and select method descriptions.
83 (Python API): Add Blocks In Python, Symbols in Python and Symbol
84 Tables in Python to menu.
85 (Blocks In Python): New node.
86 (Symbols In Python): New node.
87 (Symbol Tables in Python): New node.
94 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
97 * gdb.texinfo (GDB/MI Command Syntax): Document notification
99 (GDB/MI Program Execution): Document current behaviour of
100 --all and --thread-group.
101 (GDB/MI Miscellaneous Commands): Document -add-inferior and
103 * observer.texi (inferior_added, inferior_removed): New
108 * gdbint.texinfo (Getting Started): Fix @node.
109 (Debugging GDB): Likewise.
113 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
114 documenting the gdb_test_timeout variable.
118 * gdb.texinfo (MI commands): Added documentation of --reverse
119 option to a set of MI commands. Restructured documentation of MI
120 commands --exec-continue to reflect the complexity of reverse
125 * gdb.texinfo (Using the Collected Data): Specify that the address
126 range of `tfind outsize' is exclusive, and that the address range
127 of `tfind range' is inclusive.
128 (Tracepoint Packets): Specify that the address range of
129 `QTFrame:range' is inclusive, and that the address range of
130 `QTFrame:outside' is exclusive
134 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
138 * gdb.texinfo (Debugging Output): Document set debug parser and
143 * gdb.texinfo (Predefined Target Types): Add i387_ext,
144 i386_eflags and i386_mxcsr.
148 * gdb.texinfo: Document i386 target features.
152 * gdbint.texinfo (Testsuite): Add a new section to document the
153 various DejaGnu variables that may be overridden.
154 Document INTERNAL_GDBFLAGS.
159 * gdb.texinfo (Files): -readnow comes before the filename for file
164 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
165 Document ARM breakpoint types.
166 (Register Packet Format): Move into the new section.
167 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
171 * gdb.texinfo (File Options): Adjust the documentation of this
172 switch to refer to the "source" command rather than partially
173 duplicating some of the relevant information.
174 (Extending GDB): Introduce and document the set/show script-extension
176 (Command Files): Add note explaining that the "source" command
177 is also used to evalute scripts written in other languages.
178 Remove the short slightly incorrect reference to sourcing Python
180 (Python Commands): Document how to execute a Python script from GDB.
184 * gdb.texinfo (Command Files): Fix typo.
188 * gdb.texinfo (File Options): Document -x on .py files.
189 (Command Files): Document handling of Python scripts.
193 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
197 * gdb.texinfo (Trace Files): New section.
198 (Tracepoint Packets): Document QTSave and qTBuffer.
199 (Trace File Format): New appendix.
203 * gdb.texinfo (Values From Inferior): Document lazy_string value
205 (Python API): Add Lazy strings menu item.
206 (Lazy Strings In Python): New node.
210 * gdb.texinfo (GDB/MI Thread Information): New.
211 (GDB/MI Async Records): Document the core field in *stopped.
212 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
214 (Process list): Document that osdata document may contain
216 (Remote Serial Protocol): Document qXfer:threads.
220 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
221 disconnected tracing.
222 (Tracepoint Packets): Document new protocol.
226 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
228 (Tracepoint Packets): Describe remote protocol for fast
233 Update the "Start of New Year Procedure".
234 * gdbint.texinfo: Add the list of files that need to be updated
235 manually. Minor reformatting.
239 * refcard.tex: Update copyright year in header and text.
243 * agentexpr.texi: Add 2010 to the list of copyright years.
244 * annotate.texinfo: Likewise.
245 * gdb.texinfo: Likewise.
246 * gdbint.texinfo: Likewise.
247 * observer.texi: Likewise.
248 * stabs.texinfo: Likewise.
252 * gdb.texinfo (Tracepoint Actions): Describe teval.
256 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
260 * gdb.texinfo (Trace State Variables): New section.
261 (Tracepoint Packets): Describe trace state variable packets.
262 * agentexpr.texi (Bytecode Descriptions): Describe trace state
267 * gdb.texinfo (Symbols): "info variables" prints definitions, not
272 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
277 * gpl.texi: Update to version 3 of the GPL.
281 * Makefile.in: Update copyright header.
282 * observer.texi: Fix the copyright header of the generated files.
286 * gdb.texinfo (Types In Python): Describe range function.
290 * gdb.texinfo (Types In Python): Describe "is_base_class".
294 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
298 * observer.texi: New memory_changed observer.
302 * gdb.texinfo (Reverse Execution): Fix typo.
308 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
309 are allowed after the breakpoint condition.
314 * gdb.texinfo (Types In Python): Document Type.pointer.
318 * gdb.texinfo (Machine Code): Adjust.
322 * agentexpr.texi (Tracing On Symmetrix): Delete section.
323 (Using Agent Expressions): Delete cross reference.
327 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
328 and @settitle directives up to help makeinfo find them.
332 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
333 (Auto-loading): Use plural and note one can use multiple components now.
337 * gdb.texinfo (GDB/MI Stack Manipulation): Make
338 -stack-list-arguments have the same documentation for parameter
339 as -stack-list-locals. Add comas.
346 * gdb.texinfo (Values From Inferior): Document cast method.
350 * gdb.texinfo (Machine Code): Mention function name in disasssembly
355 * gdb.texinfo (Process Record and Replay): Document new form of
356 info record command. Also document the new save and restore
361 * gdb.texinfo (Machine Code): Mention current pc marker.
367 * observer.texi (new_inferior): Rename to...
368 (inferior_appeared): ... this.
370 * gdb.texinfo (Inferiors): Rename node to ...
371 (Inferiors and Programs): ... this. Mention running multiple
372 programs in the same debug session.
373 <info inferiors>: Mention the new 'Executable' column if "info
374 inferiors". Update examples. Document the "add-inferior",
375 "clone-inferior", "remove-inferior" and "maint info
376 program-spaces" commands.
377 (Process): Rename node to...
378 (Forks): ... this. Document "set|show follow-exec-mode".
382 * gdb.texinfo (ReverseStep): Show default as "unsupported".
383 (ReverseContinue): Ditto.
387 * gdb.texinfo (Server): Document libthread-db-search-path.
391 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
395 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
396 (Embedded Processors): Add MicroBlaze.
397 (MicroBlaze): New. Describe Xilinx MicroBlaze
401 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
405 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
409 * observer.texi (solib_unloaded): Document explicitly the fact that
410 this observer is called before the associated symbols are unloaded.
414 * gdb.texinfo (GDB/MI Stack Manipulation): Document
415 -stack-list-variables.
419 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
424 * gdb.texinfo (convenince variables): Mention
425 $_siginfo could be empty.
429 * gdb.texinfo (GDB/MI Variable Objects): Document
430 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
431 Expand -var-update documentation.
435 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
440 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
444 * gdb.texinfo (qSupported): Mention new ReverseContinue and
445 ReverseStep replies to the qSupported query.
449 Add documentation for set/show interactive-mode.
450 * gdb.texinfo (Other Misc Settings): New node.
454 * gdb.texinfo (Caching Data of Remote Targets): Add note on
455 non-stop mode's affect on remote caching.
460 * gdb.texinfo (Caching Data of Remote Targets): Update text.
461 Mark `set/show remotecache' options as obsolete.
462 Document new `set/show stack-cache' option.
463 Update text for `info dcache'.
467 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
468 (Files): Add note on new optional regex arg to `info sharedlibrary'.
472 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
477 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
478 small example, and describe its columns. Replace "inferior-id" by
483 * gdbint.texinfo (Releasing GDB): Point to
484 README-maintainer-mode file for required autoconf version.
485 * configure.ac: Do not substitute datarootdir, htmldir,
486 pdfdir, docdir. Do not process --with-datarootdir,
487 --with-htmldir, --with-pdfdir, --with-docdir.
488 * configure: Regenerate.
490 * configure: Regenerate.
494 * gdb.texinfo: Add chapter on JIT interface.
498 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
499 confirmation request.
503 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
508 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
513 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
514 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
518 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
519 "set spu stop-on-load" and "show spu stop-on-load" commands.
523 * gdb.texinfo (Target Descriptions): Document <compatible> element.
527 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
528 org.gnu.gdb.arm.neon.
532 * gdb.texinfo (Target Description Format): Mention the new <osabi>
534 (subsection OS ABI): New subsection.
538 * gdb.texinfo (Tracepoint Conditions): New section.
539 (General Query Packets): Describe ConditionalTracepoints.
540 (Tracepoint Packets): Describe condition field.
541 (Maintenance Commands): Describe maint agent-eval.
542 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
546 * gdb.texinfo (disassemble): Add a new modifier /r
547 to "disassemble" command to make it print the raw instructions
548 in hex as well as in symbolic form.
552 * gdbint.texinfo (Testsuite): Document parallel make check.
556 * gdbint.texinfo (Testsuite): Document test transcripts.
560 * gdb.texinfo (Values From Inferior): Add length parameter
565 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
566 in -var-list-children. Fix example according to what the code
571 * gdb.texinfo (Debugging multiple inferiors): Document the
572 "inferior", "detach inferior" and "kill inferior" commands.
573 (Debugging Programs with Multiple Processes): Adjust to mention
574 generic "inferior" commands. Delete mention of "detach fork" and
575 "delete fork". Cross reference to "Debugging multiple inferiors"
580 * gdbint.texinfo (Item Output Functions): Update signature
581 for ui_out_field_core_addr.
585 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
586 Update example code extrated from breakpoint.c.
590 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
592 (GDB/MI Symbol Query): Likewise.
593 (GDB/MI File Commands): Likewise.
594 (GDB/MI File Transfer Commands): Likewise.
595 (GDB/MI Target Manipulation): Likewise.
596 (GDB/MI Miscellaneous Commands): Likewise.
600 * gdb.texinfo (Debugging Optimized Code): New chapter.
601 (Compiling for Debugging): Reference it. Move some
602 text to the new section.
606 * doc/gdb.texinfo (Calling): Document
607 set-unwind-on-terminating-exception usage.
611 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
616 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
621 * gdbint.texinfo: Rename formal parameters to gdbarch function
622 protoypes from "current_gdbarch" to "gdbarch".
626 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
630 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
632 (GDB/MI Variable Objects): Document -var-set-visualizer.
636 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
638 (GDB/MI Variable Objects): Document -var-set-visualizer.
644 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
645 (Pretty Printing): New node.
646 (Selecting Pretty-Printers): Likewise.
647 (Python API): Update.
648 (Output Formats): Document /r format.
653 * gdb.texinfo (Types In Python): New node.
654 (Values From Inferior): "type" is now an attribute.
655 (Python API): Update.
661 * gdb.texinfo: Add @syncodeindex for `tp'.
662 (Python API): Update.
663 (Auto-loading): New node.
664 (Objfiles In Python): New node.
668 * gdb.texinfo (Threads): Document libthread-db-search-path.
672 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
676 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
677 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
678 show show-debug-regs' docs.
682 * gdb.texinfo (Process Record and Replay): Add description of
687 * gdbint.texinfo (Adding support for debugging core files): New node.
688 (Native Debugging): Remove the ``Native core file Support'' section.
692 * gdb.texinfo (Process Record and Replay): Improve and clarify.
698 * gdb.texinfo: (Process Record and Replay): Add documentation for
699 process record and replay.
703 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
704 a new part on command-line defined macros.
708 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
713 * gdb.texinfo (Data Files): New node.
714 (GDB Files): Update menu.
718 * gdbint.texinfo (Defining Other Architecture Features): Remove
719 entry for PROCESS_LINENUMBER_HOOK.
723 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
727 * gdb.texinfo (disassemble-next-line): Set the default of
728 disassemble-next-line to off.
732 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
733 --with-htmldir): New.
734 * configure: Regenerate.
735 * Makefile.in (datarootdir, docdir): Define.
736 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
737 instead of $(SET_TEXINPUTS).
738 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
739 gdbint.info instead of $(SET_TEXINPUTS).
740 (gdbint/index.html): Use same -I options as for building
742 (stabs.dvi, stabs.pdf): Use same -I options as for building
743 stabs.info instead of $(SET_TEXINPUTS).
744 (stabs/index.html): Use same -I options as for building
746 (annotate.dvi, annotate.pdf): Use same -I options as for building
747 annotate.info instead of $(SET_TEXINPUTS).
748 (annotate/index.html): Use same -I options as for building
753 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
757 * gdb.texinfo (Source Path): Document --with-relocated-sources.
762 * Makefile.in (MAKEHTML): Set to makeinfo --html.
763 (MAKEHTMLFLAGS): Set to empty.
764 (html__strip_dir): Define.
766 (HTMLFILES_INSTALL): Define.
767 (install-html): Copy new automake rule.
768 (html): Depend on $(HTMLFILES).
769 (gdb_toc.html): Rename to gdb/index.html.
770 (gdbint_toc.html): Rename to gdbint/index.html.
771 (stabs_toc.html): Rename to stabs/index.html.
772 (annotate_toc.html): Rename to annotate/index.html.
776 * Makefile.in: Set pdfdir and htmldir from configure
778 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
779 * configure: Regenerate.
783 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
784 This macro is no longer used.
788 * gdb.texinfo (Character Sets): Document default character set.
792 * gdbint.texinfo: Change server name from sources.redhat.com to
793 sourceware.org throughout.
797 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
798 about a missing dot or coma after @xref.
802 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
803 example, and add a small explanation about it.
804 (Print Settings): Change the documentation of the "set print
805 frame-arguments" to reflect the fact that the default is now "scalars".
809 * gdb.texinfo (Print Settings): Add kindex for command "set
810 print frame-arguments".
814 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
816 (Set Breaks): Add reference to thread-specific and task-specific
821 * gdb.texinfo (Ada Tasks): Remove the documentation about
822 the "Running" state, as this state has been eliminated.
823 Now all runnable tasks are shown as "Runnable".
827 * gdb.texinfo (Tracepoints): Describe tracepoints as a
828 special case of breakpoints.
829 (Enable and Disable Tracepoints): Mention deprecation.
830 (Listing Tracepoints): Update description and example.
834 * gdb.texinfo (Frames in Python): New node.
835 (Python API): Update.
839 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
840 from a method to an attribute.
844 * gdb.texinfo (Values From Inferior): Document is_optimized_out
849 * observer.texi (thread_exit): Add "silent" parameter.
853 * observer.texi (about_to_proceed): New.
857 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
858 field throughout to handle types with spaces in them. Fix typos
860 (Summary, Requirements, Contributors): New first chapter,
861 "Summary" added, old Requirements section moved there, and new
862 section, "Contributors" added.
863 (Initializing a New Architecture, Register Representation)
864 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
865 (Porting gdb): These sections extended and updated.
866 (Compiler Characteristics): This section (empty) deleted.
867 (Defining Other Architecture Features): This section renamed and
868 duplicate material removed from (formerly "Target Conditionals").
869 Use braces {} in @deftypeXX type field throughout to handle types
870 with spaces in them. Typos found by aspell fixed.
872 * stack_frame.svg: New file, source of image for gdbint.texinfo.
873 * stack_frame.pdf: Version of image for PDF output.
874 * stack_frame.png: Version of image for HTML output and for Emacs.
875 * stack_frame.txt: Version of image for Info output.
876 * stack_frame.eps: Version of image for TeX DVI output.
880 * gdb.texinfo (Character Sets): Fix last change.
884 * gdb.texinfo (Values From Inferior): Fix optional arguments
886 (Commands In Python): Adjust argument names of gdb.Command.__init__
887 to what the function accepts as keywords.
891 * gdb.texinfo (Convenience Vars): Document convenience functions.
892 (Functions In Python): New node.
893 (Python API): Update.
897 * gdb.texinfo (Character Sets): Remove obsolete text. Document
898 set target-wide-charset.
899 (Requirements): Mention iconv.
903 * gdb.texinfo: Change the introduce of "disassemble-next-line".
907 * gdb.texinfo: Add documentation for disassemble-next-line.
911 * gdb.texinfo (Commands In Python): Remove tindex entries.
915 * gdb.texinfo (Returning): New description for missing debug info.
919 * gdb.texinfo (Remote Configuration): Document query-attached.
920 (General Query Packets): Document qAttached.
924 * gdb.texinfo (Background Execution): Better describe the set
925 target-async command.
926 (Maintenance Commands): Delete description of the `maint set/show
927 linux-async' and `maint set/show remote-async' commands.
931 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
936 * gdb.texinfo (GDB/MI Async Records): Document the
937 =library-loaded and =library-unloaded notifications.
941 * observer.texi (test_notification): New observer.
945 * observer.texi: Add parameter 'print_frame' to normal_stop
950 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
951 (Commands In Python): Fix COMMAND_* constants in last change. Use
952 @kbd for interactive input. Add cross-references and index
957 * gdb.texinfo (Signals): Document $_siginfo.
958 (Convenience Variables): Mention $_siginfo.
959 (Remote Configuration): Document qXfer:siginfo:read,
960 qXfer:siginfo:write packets, and the read-siginfo-object,
961 write-siginfo-object commands.
965 * gdbint.texinfo (Values): New chapter.
969 * gdb.texinfo (Python API): Add entry for Commands In Python.
970 (Commands In Python): New node.
974 * gdb.texinfo (Values From Inferior): Document Value.string.
978 * gdb.texinfo (Basic Python): Document execute's from_tty
983 * gdb.texinfo (Basic Python): Document gdb.history.
987 * gdb.texinfo (GDB/MI Thread Commands): Document the
988 'current-thread-id' field. Remove the example with zero threads,
989 since current GDB won't ever report that if there's inferior.
993 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
994 option to -break-insert.
999 * gdb.texinfo (Startup): Document --with-system-gdbinit.
1000 (System-wide configuration): New section.
1005 * gdb.texinfo (Maintenance Commands): Document "maint set|show
1006 internal-error|internal-warning quit|corefile ask|yes|no".
1010 * gdb.texinfo (Using the `gdbserver' Program): Document
1015 * gdb.texinfo: Add nexti to list of commands that support
1016 background execution.
1020 * gdb.texinfo (Define, Hooks): Document prefix command support.
1025 Fixes for makeinfo --html.
1027 * annotate.texinfo: Use @copying and @insertcopying. Use
1028 @ifnottex in place of @ifinfo.
1029 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
1030 place of @ifinfo. Use @ifnotinfo for one index entry.
1031 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
1032 in place of @ifinfo.
1033 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
1034 in place of @ifinfo. Include contents at start unconditionally.
1038 * gdb.texinfo (General Query Packets): Remove @var{} around the
1039 "spu" literal string.
1043 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
1044 program may be running in another process" errors.
1045 * gdbint.texinfo (Native Conditionals): Delete
1046 ONE_PROCESS_WRITETEXT description.
1050 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
1051 emacs local variable to be placed at the end of the ChangeLog.
1052 Add server.c and gdbreplay.c to the list of files where the
1053 copyright year needs to be updated.
1057 * gdb.texinfo (Remote Configuration): Document new
1058 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
1063 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
1064 FETCH_INFERIOR_REGISTERS.
1065 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
1066 FETCH_INFERIOR_REGISTERS descriptions. Remove
1067 gdbarch_get_longjmp_target descrition, since already described in
1068 Target Conditionals. Move gdbarch_fp0_regnum description to ...
1069 (Target Conditionals): ... here.
1073 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
1075 (Additions to Ada): Likewise. Add the missing opening and closing
1076 parenthesis of the GDB prompt in one of the examples.
1080 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
1081 about the result of 'Address not being of type System.Address.
1082 This problem has been fixed a while ago.
1086 MI non-stop and multiprocess docs.
1088 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
1089 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
1090 Adjust documentation for *stopped, document =thread-created,
1091 =thread-exited, =thread-group-created and =thread-group-exited.
1092 (GDB/MI Thread Commands): Document the 'state' field in
1093 -thread-info output.
1094 (GDB/MI Program Execution): Mention --all and --thread-group
1096 (GDB/MI Variable Objects): Describe floating and fixed variable
1098 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
1102 * gdb.texinfo (Operating System Information): New appendix.
1103 (Operating System Auxiliary Information): Document 'info os processes'
1104 (Remote Configuration): Document 'osdata'
1105 (General Query Packets): Document qXfer:osdata:read.
1109 * gdb.texinfo (Darwin): Document Darwin specific features.
1113 * gdbint.texinfo (Target Conditionals): Extend the
1114 gdbarch_breakpoint_from_pc description.
1118 * gdb.texinfo (M68K Features): Fix typo.
1122 * gdb.texinfo (Symbols): Mention printing containing
1123 image name in "info symbol".
1124 (Maint translate-address): Likewise.
1128 * gdb.texinfo (Set Catchpoints): Remove the documentation of
1129 commands "catch load" and "catch unload".
1133 * gdb.texinfo (GDB/MI Async Records): Document
1138 * observer.texi (new_inferior, inferior_exit): New observers.
1142 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
1143 .mt files, TM_CLIBS or TM_CDEPS.
1144 (x86 Watchpoints): Don't mention TDEPFILES.
1148 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
1149 (Overview): Mention notifications and non-stop mode behavior.
1150 (Packets): Update documentation of ?, vAttach, vCont, and vRun
1151 with non-stop mode behavior. Add vStopped description.
1152 (Stop Reply Packets): Update list of packets that return
1153 stop replies. Mention non-stop behavior.
1154 (General Query Packets): Document QNonStop packet and associated
1155 qSupported query response.
1156 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
1158 (Notification Packets): New section.
1159 (Remote Non-Stop): New section.
1160 (File-I/O Overview): Mention non-stop behavior.
1165 * gdb.texinfo (displaced-stepping): Describe the auto mode
1166 setting, and say it's the default. This is now a mainstream
1167 setting instead of a maintenance setting.
1171 * observer.texi (thread_stop_requested): New.
1175 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
1176 (Patching): Replace incorrect usage of @samp by @kbd.
1180 * gdb.texinfo: Add documentation for reverse execution.
1185 * gdb.texinfo. (Values From Inferior): New subsubsection.
1189 * gdb.texinfo (set debug dwarf2-die): Document it.
1193 * gdb.texinfo (catch) [exception]: Document how to insert
1194 a breakpoint on user-defined exceptions when the exception
1195 name is identical to one of the language-defined ones.
1199 * gdb.texinfo (Macros): Remove text about stringification,
1200 varargs, and splicing.
1204 * gdbint.texinfo (Language Support): Remove text about omitting
1205 support for a language.
1209 * gdb.texinfo (info dcache): Update.
1213 * gdb.texinfo (Packets): Add info on thread-id syntax and
1214 multiprocess extensions.
1215 <D>: Document multiprocess form of packet.
1216 <H>: Use thread-id syntax.
1218 <vCont>: Likewise. Note this is required for multiprocess.
1219 <vKill>: New packet.
1220 (Stop Reply Packets) <T>: Use thread-id syntax.
1221 <W>: Document multiprocess form of reply.
1223 (General Query Packets) <qC>: Use thread-id syntax.
1224 <qfThreadInfo>: Likewise.
1225 <qGetTLSAddr>: Likewise.
1227 <qSupported>: Add "multiprocess" feature.
1228 <qThreadExtraInfo>: Use thread-id syntax.
1232 * gdb.texinfo (Inferiors): New section.
1236 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
1240 * gdbint.texinfo (Target Conditionals): Remove documentation
1241 for gdbarch_name_of_malloc.
1245 * gdb.texinfo (Interrupts): Mention TCP interface for
1250 * gdb.texinfo (Commands to Specify Files): Document "remote:"
1251 argument prefix to "set sysroot".
1255 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
1260 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
1261 for possible features of -list-features.
1265 * gdb.texinfo (Background execution): Adjust example
1266 (GDB/MI Miscellaneous Commands): Document -list-target-features.
1270 * doc/gdb.texinfo (PowerPC): Fix typo.
1271 (PowerPC features): Fix typo.
1275 * observer.texi (thread_ptid_changed): New.
1279 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
1280 (PowerPC features): Mention feature set for VSX registers.
1284 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
1285 the direct visibility of all names in user-written packages.
1289 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
1290 setting, and make it the default.
1291 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
1292 non-stop script example.
1296 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
1297 reference to the "Using Different Register and Memory Data
1298 Representation" section.
1302 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
1303 (Remote Protocol): Add Packet Acknowledgment to menu.
1304 (Overview): Mention +/- can be disabled, and point to new section
1305 where this is discussed in detail.
1306 (General Query Packets): Document QStartNoAckMode packet, and
1307 corresponding qSupported reply.
1308 (Packet Acknowledgment): New section.
1313 * gdb.texinfo (Threads): Move paragraph about automatic thread
1314 selection to All-Stop Mode subsection.
1315 (Thread Stops): Reorganize existing material into subsections.
1316 Add introductory blurb and menu.
1317 (Non-Stop Mode): New subsection.
1318 (Background Execution): New subsection.
1319 (Maintenance Commands): Add cross-references from async mode
1320 commands to the new Background Execution section.
1324 * gdb.texinfo (Extending GDB): New chapter.
1325 (Sequences): Demoted chapter, now a section under the new
1326 Extending GDB chapter.
1327 (Python): New section.
1331 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
1335 * gdbint.texinfo: General round of cleanup and minor
1337 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
1338 (Longjmp Support): Update description to reflect how it is done
1339 for targets without using native header.
1340 (Symbol Handling): Add a little more general explanation.
1341 (COFF, ELF): Mention stabs encapsulation.
1342 (DWARF 3): New section.
1343 (Adding a New Host): Scrub out some obsolete bits.
1344 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
1345 (Host Conditionals): Remove descriptions of NO_STD_REGS,
1346 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
1347 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
1348 SEEK_SET, STOP_SIGNAL, USG.
1349 (Raw and Virtual Register Representations): Ditto for
1350 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
1351 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
1352 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
1353 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
1354 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
1355 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
1356 DEPRECATED_REGISTER_VIRTUAL_SIZE,
1357 DEPRECATED_REGISTER_VIRTUAL_TYPE,
1358 DEPRECATED_USE_STRUCT_CONVENTION.
1359 Describe gdbarch_deprecated_fp_regnum.
1360 Update description of gdbarch_print_insn.
1361 (Adding a New Target): Scrub out obsolete bits.
1362 (Obsolete Conditionals): Remove entire section.
1366 * observer.texi (GDB Observers): Document new observers:
1367 breakpoint_created, breakpoint_deleted, breakpoint_modified,
1368 tracepoint_created, tracepoint_deleted, tracepoint_modified,
1369 architecture_changed.
1373 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
1374 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
1378 * observer.texi (GDB Observers): Remove obsolete comment.
1379 <executable_changed>: Remove argument.
1383 * gdb.texinfo (Macros): Update. Use @code rather than @command.
1387 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
1391 * gdb.texinfo (Starting): Document "set disable-randomization".
1395 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
1399 * gdb.texinfo (GDB/MI Target Manipulation): Add
1400 example of -target-attach.
1404 * observer.texi (target_resumed): New observer.
1405 * gdb.texinfo (GDB/MI Output Records): Document *running.
1409 * gdb.texinfo (Completion): Add field name example.
1413 * gdb.texinfo (GDB/MI Program Context): Added example
1418 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
1425 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
1427 * configure: Regenerate.
1428 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
1429 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
1430 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
1431 mailing-list-specific text about bug reporting unless
1436 * gdb.texinfo (-target-select): Remove reference to target async.
1437 (Maintenance Commands): Document "maint set/show remote-async".
1441 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
1442 in -target-file-get section.
1446 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
1447 killing the inferior when it is already debugging a process.
1451 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
1452 abbreviation for "finish".
1456 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
1460 * gdbint.texinfo (Target Conditionals): Delete entry for
1461 gdbarch_dwarf_reg_to_regnum.
1465 * gdb.texinfo: Document "find" command, qSearch:memory packet.
1469 * gdb.texinfo (disassemble): Document /m modifier.
1473 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
1474 will not report the time of commands that run the target.
1478 * gdb.texinfo (GDB/MI Output Records): Add
1483 * gdb.texinfo (GDB/MI Output Records):
1484 Document =thread-create and =thread-exited.
1488 * gdb.texinfo (GDB/MI Development and Front Ends):
1489 Remove mention of dmi-discuss.
1493 * observer.texi (thread_exit): New.
1497 * gdb.texinfo (Debugging Output): Document "set/show debug
1499 (Maintenance Commands): Document "maint set/show
1500 can-use-displaced-stepping".
1504 * gdb.texinfo (ARM): Document set/show arm fallback-mode
1505 and set/show arm force-mode.
1509 * gdbint.texinfo (Algorithms): Describe
1510 target_watchpoint_addr_within_range.
1514 * gdbint.texinfo (Stack Frames): New chapter.
1515 (Algorithms): Move Frames text to the new chapter.
1516 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
1517 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
1521 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
1522 output does not necessary include any tokens.
1526 * gdb.texinfo (Set SH Calling convention): New @item.
1527 (Show SH Calling convention): Ditto.
1531 * gdb.texinfo (Fortran Operators): Describe '%' operator.
1535 * gdb.texinfo (Set Breaks): Mention that multiple location
1536 breakpoints need line number info. Add index entries.
1540 * gdb.texinfo (Requirements): Add an optional requirement on
1542 * gdbint.texinfo (Debugging File Formats): Add new subsection for
1547 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
1548 sample output for 'stopped,reason="breakpoint-hit"' message.
1549 (GDB/MI Program Execution): Likewise.
1553 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
1554 -var-set-format. Add -f option to -var-evaluate-expression.
1558 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
1559 new node "Ambiguous Expressions". Replace references to this
1560 node by references to "Ambiguous Expressions" throughout.
1561 (Ambiguous Expressions): New node.
1565 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
1569 * gdb.texinfo (Debugging Output): Document
1570 "set/show debug lin-lwp-async".
1571 (Maintenance Commands): Document "maint set/show linux-async".
1575 * gdb.texinfo (Expressions): Update description of malloced arrays.
1579 * gdb.texinfo (Thread Commands): Document
1580 -thread-info. Remove -thread-list-all-threads.
1585 * gdb.texinfo (Library List Format): Update to mention the
1586 possibility to pass section addresses instead of segment
1591 * gdb.texinfo (Starting): Document "set exec-wrapper".
1592 (Server): Document gdbserver --wrapper.
1596 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
1597 unreadable memory. Delete obsolete SPARClite reference.
1601 * gdb.texinfo (Starting): Mention always-running targets.
1602 (Target Commands): Add an anchor for load.
1603 (Connecting): Explain continue instead of run.
1607 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
1611 * gdb.texinfo (Set Breaks): Revert description of Enb column of
1616 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
1617 killing the inferior when it is already debugging a process.
1621 * gdbint.texinfo (Build Script): New section. Mention new build script
1626 * gdb.texinfo (Help): Summarize 'info args' correctly.
1630 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
1631 available in PowerPC architecture.
1632 (Embedded Processors): Change node name of PowerPC item in menu.
1633 (PowerPC): Rename to...
1634 (PowerPC Embedded): this.
1635 (Architectures): Add new PowerPC item in menu.
1636 (PowerPC): New node.
1640 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
1645 * gdb.texinfo (Setting Catchpoints): Mention features
1646 supported on GNU/Linux.
1650 * gdb.texinfo (GDB/MI File Commands): Describe new output
1651 field for MI command -file-list-exec-source-file.
1655 * gdb.texinfo (Using the `gdbserver' Program): Add security
1656 warning. Rearrange into subsections and subsubsections. Document
1657 --multi and --debug. Correct --with-sysroot typo. Update --attach
1658 usage. Make load reference clearer. Document monitor exit.
1659 (Remote Configuration): Document set remote exec-file, attach-packet,
1661 (Packets): Document vAttach and vRun.
1665 * gdb.texinfo (Processes): Mention process command.
1666 detach-on-follow -> detach-on-fork.
1670 * gdbint.texinfo (Native Conditionals): Remove
1671 SHELL_COMMAND_CONCAT and SHELL_FILE.
1675 * gdb.texinfo (Specify Location): Improve wording.
1679 * gdb.texinfo (Threads): Document new "set print thread-events"
1680 and "show print thread-events" commands.
1684 * gdb.texinfo (Specify Location): New section.
1685 (Delete Breaks, Edit, Set Breaks): Remove description of
1686 locations. Instead, add a reference to "Specify Location".
1687 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
1688 (Symbols): Refer to "Specify Location" for the valid forms of
1689 linespecs and locations.
1693 * gdbint.texinfo (Target Conditionals): Replace the description of
1694 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
1698 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
1699 about &&var, which is rejected by the expression parser.
1703 * gdb.texinfo (Output): Update documentation on using printf with DFP
1708 * gdb.texinfo (C and C++): Add Decimal Floating Point format
1710 (Decimal Floating Point format): New subsubsection.
1714 * gdb.texinfo (File Options): Remove mention of the attempt to
1715 open a core file with the -p option. Don't list -c as a valid
1716 option to attach to a process.
1720 * gdbint.texinfo (Host Conditionals): Remove mention of
1721 ALIGN_STACK_ON_ENTRY.
1725 * gdbint.texinfo (Start of New Year Procedure): Add item
1726 describing how to update the source and documentation copyright
1731 * gdb.texinfo (Set Watchpoints): Integrate per-thread
1732 watchpoint explanation into the main description of the watchpoint
1733 command; update synopses of 'watch', 'rwatch', and 'awatch'
1738 * gdb.texinfo (Miscellaneous gdb/mi Commands):
1739 Document 'pending-breakpoints' feature of
1744 * gdb.texinfo: Add new parameter's description.
1748 * gdb.texinfo (Overview): Clarify run-length encoding
1749 example. Remove the restriction on "+" and "-" characters.
1753 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
1757 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
1758 the -f option for -break-insert, remove -r option,
1759 and clarify specification of location.
1763 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
1765 (Remote Debugging): Add File Transfer section.
1766 (Remote Configuration): Document Host I/O packets.
1767 (GDB/MI): Add GDB/MI File Transfer Commands section.
1768 (Host I/O Packets): New section in "Remote Protocol".
1769 (Packets): Add vFile.
1773 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
1774 breakpoints with multiple locations.
1775 (Breakpoint Menus): Improve wording.
1776 (Output): Fix last change.
1780 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
1784 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
1788 * gdbint.texinfo (Native Conditionals): Remove
1789 mention of CLEAR_SOLIB.
1793 * gdb.texinfo (Print Settings): Add documentation for "set/show
1794 print frame-arguments".
1798 * gdb.texinfo (Output): Update printf command's description.
1802 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
1803 powerpc soft-float".
1807 * gdb.texinfo (Files): Correct formatting. Mention Expat
1809 (Requirements for Building GDB): Expand the list of Expat
1811 (Library List Format, Memory Map Format): Mention Expat.
1812 (Target Descriptions): Update Expat wording.
1816 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
1817 Document that gdbarch_convert_register_p should return zero for no-op
1822 * gdbint.texi (Compiler Characteristics): Move documentation
1823 of set_gdbarch_sofun_address_maybe_missing back to ...
1824 (Target Conditionals): ... here to fix build break.
1828 * gdbint.texi (Target Conditionals): Remove documentation of
1829 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
1830 (Compiler Characteristics): ... documentation of
1831 set_gdbarch_sofun_address_maybe_missing.
1835 * gdbint.texinfo (Target Conditionals): Use
1836 frame_unwind_register_unsigned in examples instead of
1837 frame_unwind_unsigned_register.
1841 * gdb.texinfo (Predefined Target Types): Add int128
1843 (Standard Target Features): Add PowerPC features.
1847 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
1851 * gdbint.texi (Target Conditionals): Remove documentation
1852 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
1853 gdbarch_extract_return_value, and gdbarch_store_return_value.
1857 * gdbint.texi (Target Conditionals): Remove documentation of
1858 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
1862 * gdb.texinfo: Mention that inaccessible-by-default is on by
1867 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
1871 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
1872 multi-threaded watchpoints.
1873 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
1874 checked. Describe sticky notification. Expand description
1875 of steppable and continuable watchpoints.
1876 (Watchpoints and Threads): New subsection.
1880 * gdb.texinfo (Setting Breakpoints): Revise
1881 documentation for pending breakpoints. Document
1882 breakpoints with multiple locations.
1886 * gdb.texinfo (Miscellaneous gdb/mi Commands):
1887 Document -list-features.
1891 * gdb.texinfo (Output): Spell out which features of C's printf are
1892 not supported by GDB's printf.
1893 (Separate Debug Files): More accurate wording regarding build ID
1894 and a reference to the ld manual rather than the Fedora wiki.
1899 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
1900 (Examining Memory): Update mentions of the 's' format.
1901 (Automatic Display): Likewise.
1905 * gdb.texinfo: Update the FSF's Back-Cover Text.
1910 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
1911 Fixed the ``build ID'' name. New binaries build instructions for the
1912 build ID inclusion. Explain how the commands are specific to the build
1917 * gdb.texinfo (Separate Debug Files): Fix last change. Add
1918 indexing for ``build ID'' support.
1922 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
1923 Enlisted BUILD ID to the debug file searching example.
1924 Included a BUILD ID `.note.gnu.build-id' section description.
1925 Updated/added the debug files splitting instructions for OBJCOPY.
1929 * gdb.texinfo (Variable Objects): Adjust docs
1930 for -var-info-expression and document
1931 -var-info-path-expression.
1935 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
1936 (title page): Include the dedication in the printed manual, as a
1937 separate page after the copyright notice.
1939 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
1940 don't break a @var across a line.
1944 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
1949 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
1950 in annotate.texinfo.
1951 (Command History): Link to new node.
1955 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
1959 * gdbint.texinfo (Target Conditionals): Fix last change.
1963 * gdb.texinfo: Replace following macros by their appropriate gdbarch
1965 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
1966 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
1967 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
1968 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
1969 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
1970 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
1971 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
1972 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
1973 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
1974 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
1975 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
1976 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
1977 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
1978 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
1979 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
1980 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
1981 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
1982 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
1983 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
1984 (SOFTWARE_SINGLE_STEP_P)
1986 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
1987 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
1989 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
1990 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
1991 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
1992 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
1993 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
1994 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
1995 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
1996 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
1997 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
1998 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
2000 (Converting an existing Target Architecture to Multi-arch): Remove
2003 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
2004 (gdbarch_addr_bits_remove): Add code example.
2006 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
2010 * gdb.texinfo (Remote Configuration): Document library-info-packet.
2011 Add other missing entries. Adjust the table size to fit.
2012 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
2013 stop reasons including the new "library" event.
2014 (General Query Packets): Adjust table widths for qSupported. Mention
2015 qXfer:libraries:read reply to qSupported and document the new packet.
2016 (Library List Format): New section.
2020 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
2022 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
2024 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
2028 * gdbint.texinfo (Register and Memory Data): Break sections
2029 into nodes and add a menu.
2033 * gdb.texinfo (Examining Memory): Document the new behaviour.
2037 * gdb.texinfo (Standard Target Features): Document
2042 * gdb.texinfo (General Query Packets): Document qOffsets changes.
2046 * gdb.texinfo (Target Description Format): Add version attribute
2051 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
2055 * gdb.texinfo (MIPS Features): New subsection.
2060 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
2061 and qXfer:spu:write packets and mention them under qSupported.
2066 * gdb.texinfo (Architectures): Add new SPU section to document
2067 Cell Broadband Engine SPU architecture specific commands.
2071 * gdb.texinfo (GDB/MI Variable Objects): Editorial
2076 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
2080 * gdb.texinfo (Overview): Doc fix.
2084 * gdb.texinfo (Remote Configuration): Document "set/show
2089 * gdb.texinfo (MIPS): Remove documentation for set mips
2090 saved-gpreg-size, show mips saved-gpreg-size, and set mips
2095 * all-cfg.texi (GDBTUI): New.
2096 * gdb.texinfo (Mode Options): Use GDBTUI variable.
2097 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
2098 (TUI Configuration): Edit to improve clarity and fix problems of
2099 both style and content.
2103 * observer.texi (GDB Observers): New observer "new_objfile".
2107 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
2111 * gdb.texinfo (GDB/MI Variable Objects): Document
2112 frozen variables objects.
2116 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
2117 (Character Sets, Caching Data of Remote Targets): Likewise.
2118 (Targets): Delete Remote node. Move its text...
2119 (Debugging Remote Programs): ...to here. Delete description
2120 of the "remote" command.
2121 (Remote configuration): Delete description of "set remotedevice"
2122 and "show remotedevice".
2123 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
2127 * gdb.texinfo (Contributors, Continuing and Stepping)
2128 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
2129 (General Query Packets, File-I/O Remote Protocol Extension)
2130 (Protocol Basics, The F Reply Packet, Write)
2131 (Protocol-specific Representation of Datatypes, Memory Transfer):
2132 Fix hyphenation, punctuation and grammar problems.
2133 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
2134 'section' instead of 'subsection' in the text.
2135 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
2136 (i386): Remove period from section name.
2137 (Installing GDB, Requirements, Running Configure, Separate Objdir)
2138 (Config Names, Configure Options): Use @file{configure}.
2142 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
2147 * gdbint.texinfo (SOM): Correct location of the SOM reader.
2151 * gdb.texinfo: Consistently capitalize all significant words in
2152 node names, chapter titles, section titles, and headings. Update
2153 cross references to match.
2154 (Starting and Stopping Trace Experiment): Make node name plural.
2155 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
2159 * gdb.texinfo (WinCE): Delete obsolete subsection.
2163 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
2164 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
2169 * gdb.texinfo (Startup): Delete references to some alternate
2171 (Thread): Remove LynxOS reference.
2172 (Tandem ST2000): Delete target-specific documentation.
2173 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
2174 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
2175 and GDB_OSABI_LYNXOS.
2179 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
2183 * gdbint.texinfo (Target Conditionals): Remove mention of
2184 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
2185 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
2189 * Makefile.in: Add "pdfdir" installation
2190 directory, PDFTEX macro, support for "install-pdf" target,
2191 and rules for making a pdf version of refcard.texi.
2192 * refcard.tex: Specify paper size for PDF output.
2196 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
2200 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
2201 (Source Path, Character Sets, Macros, Define)
2202 (GDB/MI Result Records, GDB/MI Simple Examples)
2203 (GDB/MI Program Execution, GDB/MI File Commands)
2204 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
2205 (Bug Reporting): Use @value{GCC}.
2209 * gdb.texinfo (Help): Fix formatting of examples.
2210 (Variables): Use @ifnotinfo instead of @iftex.
2211 (Non-debug DLL symbols): Use @ref instead of @pxref.
2212 (Sparclet File): Use @samp instead of quotes.
2216 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
2220 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
2221 the order of the nodes.
2222 (C Operators, C Constants, Debugging C): Remove extra menus.
2223 (Method Names in Commands): Do not specify next/prev/up nodes.
2227 * gdb.texinfo (File Options): Add missing parenthesis.
2228 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
2232 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
2236 * gdb.texinfo (Standard Target Features): Mention
2238 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
2242 * gdb.texinfo (Top): Put Appendix A after numbered sections.
2243 (Files): Add section name to argument list for pxref.
2244 (Non-debug DLL symbols): Don't use `see' for pxref.
2245 (Embedded Processors): Fix typo.
2246 (GDB/MI Breakpoint Commands): Execution commands generate
2251 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
2252 values for in_scope. Mention that only root variables can be
2254 (GDB/MI Development and Front Ends): Explain new values may be
2255 added to existing fields.
2259 * gdb.texinfo (-target-disconnect): Use @smallexample.
2260 (Requirements): Add anchor for Expat. Update description.
2261 (Target Descriptions): Mention Expat.
2262 (Target Description Format): Document new elements. Use
2264 (Predefined Target Types, Standard Target Features): New sections.
2265 * gdbint.texinfo (Target Descriptions): New section.
2269 * gdb.texinfo (Target Description Format): Add section on XInclude.
2273 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
2274 command -enable-timings.
2278 * gdbint.texinfo (Operation System ABI Variant Handling): Update
2279 descriptions for new/deleted elements in gdb_osabi. Add missing
2280 description for function generic_elf_osabi_sniff_abi_tag_sections.
2284 * gdb.texinfo (Maintenance Commands): Add documentation for
2285 the new "maint print target-stack" command.
2290 * gdb.texinfo: Describe CHAR array vs. string identification rules.
2294 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
2295 Use @value{NGCC} instead of @value{GCC}.
2299 * agentexpr.texi: Fix typos.
2300 * annotate.texinfo: Likewise.
2301 * gdb.texinfo: Likewise.
2302 * gdbint.texinfo: Likewise.
2303 * observer.texi: Likewise.
2304 * stabs.texinfo: Likewise.
2308 * gdbint.texinfo (Support Libraries): Remove mmalloc
2309 entry. Describe readline library.
2313 * gdb.texinfo (Target Descriptions): New section.
2314 (General Query Packets): Add QPassSignals anchor. Mention
2315 qXfer:features:read under qSupported. Expand mentions of
2316 qXfer:memory-map:read and QPassSignals. Document
2317 qXfer:features:read.
2321 * gdb.texinfo (Commands to specify files): Describe
2322 "set sysroot" and "show sysroot".
2323 (Using the `gdbserver' program): Lowercase argument
2324 to @var. Expand description of setting up GDB on the
2329 * gdb.texinfo (Set Catchpoints): Add documentation for the new
2330 catch exception, catch exception unhandled, and catch assert
2335 * gdb.texinfo (Debugging Output): Document "set debug xml"
2336 and "show debug xml".
2340 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
2344 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
2348 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
2349 note in @ignore, to be removed later if nobody complains.
2353 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
2358 * gdb.texinfo (Setting breakpoints): Document
2359 automatic software/hardware breakpoint usage and
2360 the "set breakpoint auto-hw" command.
2364 * gdb.texinfo (Memory Access Checking): New.
2368 * gdb.texinfo (Remote configuration): Mention
2369 "pass-signals-packet".
2370 (General Query Packets): Document QPassSignals. Fix
2375 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
2379 * gdb.texinfo (Remote configuration): Rewrite documentation for
2380 packet configuration commands.
2381 (OS Information): Adjust reference to qXfer:auxv:read.
2382 (General Query Packets): Remove references to read-aux-vector-packet
2383 and set remote get-thread-local-storage-address.
2387 * gdbint.texinfo (Target Architecture Definition): Add new
2388 Initializing a New Architecture section.
2392 * stabs.texinfo (Macro define and undefine): New node describing
2393 stabs for #define and #undef.
2397 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
2401 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
2402 clarify on the possible meanings of ``expression'' watched by
2403 watchpoints. Add indexing.
2404 (Prompting, Errors, Invalidation, Annotations for Running)
2405 (Source Annotations): Fix index entries by adding "annotation" to
2406 them, to discriminate from index entries that point to the more
2407 general topic descriptions.
2411 * gdbint.texinfo (Target Vector Definition): Move most
2412 content into Existing Targets. Add a menu.
2413 (Existing Targets): New section, moved from Target Vector
2414 Definition. Use @subsection.
2415 (Managing Execution State): New section.
2419 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
2423 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
2424 (Command Syntax, Signals, Backtrace, Connecting)
2425 (Remote configuration, Renesas Boards, Console I/O): Fix last
2426 change: use Ctrl- instead of C-, except wrt Emacs.
2427 (File-I/O Examples): Put Ctrl-c in @kbd.
2428 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
2429 (Console I/O): Use @samp with Ctrl-.
2430 (Signals, Set Breaks, Set Watchpoints): Document optional
2431 arguments to `info signals' `handle', `info breakpoints', and
2436 * gdb.texinfo (Backtrace): Fix last change.
2440 * gdb.texinfo (Backtrace): Order correctly and add other cases.
2444 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
2445 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
2446 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
2451 * gdb.texinfo (Packets): Document vFlashErase,
2452 vFlashWrite and vFlashDone packets.
2453 (General Query Packets): Document qXfer:memory-map:read.
2454 Add a new feature for qXfer:memory-map:read.
2455 (Memory map format): New section.
2456 (Target Commands): Mention that gdb can write flash.
2461 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
2462 memory regions and "mem auto".
2466 * gdbint.texinfo (Array Containers): New section.
2470 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
2471 -stack-list-arguments HIGH_FRAME argument can be larger then the
2472 actual number of frames.
2476 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
2477 -stack-list-locals HIGH_FRAME argument can be larger then the
2478 actual number of frames.
2482 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
2483 Register Packet Format, Tracepoint Packets): Fix spelling errors.
2487 * gdbint.texinfo (Overall Structure): New section "Source Tree
2492 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
2497 * gdb.texinfo (Source Path): Add documentation for new
2498 substitute-path commands.
2502 * gdb.texinfo (Installing GDB): Update menu. Move text to...
2503 (Running Configure): ...here.
2504 (Requirements): New node. Mention expat.
2508 * gdb.texinfo (Target Commands): Remove
2509 'set download-write-size' and 'show download-write-size'.
2513 * stabs.texinfo (Member Type Descriptor): Correct example for
2514 pointer to member types.
2518 * gdb.texinfo (Optional warnings and messages): Add
2519 'set/show trace-commands'.
2520 (Command files): Add '-v' to source command.
2524 * gdb.texinfo (OS Information): Update qPart reference to
2526 (Remote configuration): Likewise.
2527 (Overview): Move @cindex to the start of a paragraph. Talk
2528 about binary data encoding.
2529 (Packets): Refer to the overview for the details of the X
2531 (General Query Packets): Remove qPart description. Add qXfer
2532 description. Add an anchor to qSupported. Correct feature
2533 table title. Add a new feature for qXfer:auxv:read.
2534 (Interrupts): Add a missing parenthesis.
2538 * gdb.texinfo (KOD): Remove node.
2539 (GDB/MI Kod Commands): Remove commented out node.
2543 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
2544 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
2545 (GDB/MI Thread Commands, GDB/MI Program Execution)
2546 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
2547 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
2548 (GDB/MI File Commands, GDB/MI Target Manipulation)
2549 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
2550 since the MI prompt is hard-wired into the code.
2554 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
2555 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
2556 (GDB/MI Data Manipulation): Remove description of unimplemented
2557 display related commands as variable objects perform this function
2558 and are superior: -display-delete, -display-disable,
2559 -display-enable, -display-insert and -display-list. Move
2560 -environment-cd, -environment-directory, -environment-path
2561 and -environment-pwd to "Program Context".
2562 (GDB/MI Program Control): Rename to "Program Execution". Move
2563 -exec-arguments -exec-abort to...
2564 (GDB/MI Program Context): ...here. New node split from "Data
2569 * gdb.texinfo (Remote configuration): Document set / show
2570 remote supported-packets.
2571 (General Query Packets): Document qSupported packet.
2575 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
2577 (Protocol basics): Likewise.
2578 (The F request packet): Likewise.
2579 (The F reply packet): Likewise.
2580 (Memory transfer): Move this node to be a subsubsection of
2581 "Protocol specific representation of datatypes".
2582 (The Ctrl-C message): More copy editing.
2583 (Console I/O): Likewise.
2584 (The isatty call): Delete this node, and merge its content into
2585 the "isatty" node. Fixed references elsewhere.
2586 (The system call): Delete this node, and merge its content into
2587 the "system" node. Fixed references elsewhere.
2588 (open): Reformat to use @table, and add appropriate font markup.
2595 (stat/fstat): Likewise.
2596 (gettimeofday): Likewise.
2598 (system): Likewise, plus minor changes to fix confusing wording.
2599 (Integral datatypes): Fix font markup.
2600 (Pointer values): Likewise.
2601 (struct stat): Fix markup to use @table, plus minor copy editing.
2602 (struct timeval): Fix font markup, plus minor copy editing.
2603 (Constants): Minor copy editing.
2604 (Errno values): Add font markup.
2605 (File-I/O Examples): Likewise.
2609 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
2610 (GDB/MI Simple Examples): Move node up one level. Use real
2612 (GDB/MI Compatibility with CLI): Update.
2613 (GDB/MI Result Records): Add "connected" and "exit" result
2615 (GDB/MI Stream Records): Clarify target output.
2616 (GDB/MI Command Description Format): Modify example description.
2617 (GDB/MI Breakpoint Table Commands): Rename to...
2618 (GDB/MI Breakpoint Commands): ...this
2619 (GDB/MI Breakpoint Commands): Add optional thread field.
2620 (GDB/MI Program Control): Add an introduction. Move "Program
2621 termination" examples into exec-run description.
2622 (GDB/MI File Commands): Mention similar CLI commands.
2623 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
2624 is similar to "-gdb-version".
2628 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
2632 * gdb.texinfo (GDB/MI Development and Front Ends): Use
2633 sourceware.org for mailing lists.
2634 (GDB/MI File Commands): New node split from Program Control.
2638 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
2642 * gdb.texinfo (Cygwin Native): Fix last change.
2646 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
2650 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
2651 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
2655 * gdb.texinfo (General Query Packets): Recommend not starting
2656 new packets with qC and clarify.
2660 * gdb.texinfo (M2 Types): New section.
2664 * agentexpr.texi: Add a copyright and license notice.
2665 * observer.texi: Likewise, with GPL clause for function prototypes.
2666 Remove trailing whitespace.
2670 * gdb.texinfo (General Query Packets): Document conventions for
2671 terminating packet names, and their violations.
2675 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
2676 * gdb.texinfo: Likewise.
2680 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
2681 and "show remotedebug".
2682 (Debugging Output): Add additional index entries.
2686 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
2690 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
2691 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
2695 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
2696 and remove breakpoint prototypes.
2697 (Watchpoints): Move description of target_insert_hw_breakpoint and
2698 target_remove_hw_breakpoint ...
2699 (Breakpoints): ... to here. Document target_insert_breakpoint and
2700 target_remove_breakpoint.
2704 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
2705 and C packets are optional.
2709 * gdb.texinfo (Specifying source directories): Update the description
2710 of the source file search to reflect the fact that the source path
2711 always contains at least $cdir and $cwd.
2715 * gdb.texinfo: Update copyright dates.
2719 * gdb.texinfo (Overview): Add an index entry to "empty response".
2723 * gdbint.texinfo (Prologue Analysis): New section.
2727 * gdb.texinfo (Connecting): Document 'target remote pipe'.
2729 * gdb.texinfo (Target Commands): Update text describing how to
2730 specify a target. Refer to the detailed section on remote
2731 debugging, not the brief mention.
2733 * gdb.texinfo (Connecting): Organize the different 'target remote'
2734 connection methods into a table. Add a 'target remote' index
2739 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
2740 'ptype' commands to reflect the fact that the only significant
2741 difference between them is that ptype prints the complete type
2742 description instead of just the name.
2746 * gdbint.texinfo (Watchpoints): Delete
2747 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
2751 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
2752 times fields where needed. Fix typos. Update general form given
2753 for output of -break-insert.
2754 (GDB/MI): Abbreviate some unnecessarily long fullnames.
2758 * gdbint.texinfo (Symbol Handling): Add a section
2759 on memory management.
2763 * gdb.texinfo (Breakpoint table commands): Document the fullname
2764 field in -break-list output.
2768 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
2769 debugging information produced by the various "set debug..."
2774 * gdb.texinfo (Files): Remove obsolete bits from the description
2779 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
2783 * gdbint.texinfo (Frames): Document the basics of GDB's register
2784 unwinding model, and explain the existence of the "sentinel" frame.
2788 * gdb.texinfo (Choosing files): Mention that -directory is used
2790 (Specifying source directories): Likewise.
2791 (Command files): Explain how script files are found.
2795 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
2796 the threads in a multi-threaded program.
2797 (Threads): The threadno argument of "thread apply" can be a range
2802 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
2807 * gdb.texinfo (Sequences): Improve menu annotations.
2808 (Define): Add index entries for arguments of user-defined
2809 commands. Move the description of flow-control commands...
2810 (Command Files): ...to here. Document loop_break and
2812 (Define, Command Files): Document `end' and add index entries for
2817 * gdb.texinfo: Add documentation for linux-fork.
2818 * gdbint.texinfo: Add internal documentation for checkpoints.
2822 * gdb.texinfo (Omissions from Ada): Document that there is now
2823 limited aggregate support.
2827 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
2828 registers and the likes.
2832 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
2833 (Symbols): Fix usage of "e.g.".
2834 (Memory Region Attributes): Fix usage of "etc."
2836 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
2837 (Coding): Fix usage of "e.g.".
2850 * Makefile.in: Add (C) after Copyright. Update the FSF
2855 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
2856 extend GDB with commands for external monitor.
2860 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
2864 * gdbint.texinfo (Start of New Year Procedure): New chapter.
2868 * gdb.texinfo (Tracepoint Packets): Document restrictions on
2869 placement of 'R' actions in tracepoint action packets; document
2870 dependence of 'X' and 'M' actions on a preceding 'R' action for
2875 * gdb.texinfo (Tracepoint Packets): New node.
2876 (General Query Packets): Add entries for the tracepoint packets,
2877 referring to the "Tracepoint Packets" node.
2878 (Tracepoints): Add reference to "Tracepoint Packets".
2882 * gdb.texinfo (set remotebreak): Add anchor.
2883 (X packet): Likewise.
2884 (Remote Protocol): Add new section `Interrupts' and new index
2885 entry `interrupts (remote protocol)'.
2889 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
2890 entries into the General Query Packets section. Add a
2891 cross-reference to that section. Drop description of replies, as
2892 these are covered in the descriptions of each packet.
2893 (General Query Packets): Add introductory text. Explain naming
2894 conventions, and how the end of a name is recognized.
2898 * gdb.texinfo (Remote configuration): Fix typo in description of
2899 "set remotebreak" command.
2903 * gdb.texinfo (Packets, Stop Reply Packets)
2904 (General Query Packets): Various formatting cleanups.
2905 - Use @samp for packet contents.
2906 - Drop summaries from packet @item lines; the same information appears
2907 immediately below in the description.
2908 - Delete paragraph breaks after packet @item commands, so that the
2909 description appears directly to the right of the packet prototype
2910 in the printed manual, if it fits.
2911 - Place spaces in packet prototypes between @vars and non-@var
2912 letters, and explain that they're just for formatting.
2913 - Use @dots{} instead of '...'.
2914 - Fix uses of @code where @var was needed.
2915 - Replace "deprecated" markers with English text spelling out the
2916 packet's status and the preferred alternatives.
2917 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
2918 what this ever meant.
2919 - Remove "(draft)" markers on 'i' packets; nobody has commented on
2920 this for a long time.
2921 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
2922 implemented several times, and have been in use for years.
2926 * gdb.texinfo (Packets): Add index entries for 'm' packet
2929 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
2930 of stub when processing an 'm' packet.
2932 * gdb.texinfo (Packets): Mention that packets beginning with
2933 letters are reserved once, at the top, instead of actually listing
2934 them all and saying "reserved".
2938 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
2939 Change @var{$arg0 to @code{$arg0.
2943 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
2947 * gdb.texinfo (General Query Packets): Put packets in alphabetical
2948 order. Remove extraneous 'z'.
2952 * gdb.texinfo (Choosing files): Add --eval-command.
2956 * gdb.texinfo (Choosing modes): Add --return-child-result.
2961 * gdb.texinfo (Choosing modes): Add --batch-silent.
2965 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
2966 "The -var-update Command".
2970 * gdb.texinfo (Print Settings): Add documentation for set/show
2971 print array-indexes.
2975 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
2980 * gdb.texinfo (File Options): Don't document --mapped, it's gone
2983 (Variables, Symbols): Document the "<incomplete type>" message and
2988 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
2992 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
2993 option for -var-list-children and -var-update.
2994 (GDB/MI Stack Manipulation): Simplify description of
2995 print-values option for -stack-list-locals.
2996 (GDB/MI Command Description Format): Clarify.
2997 (Mode Options): Spelling of superseded.
3001 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
3002 corresponding GDB command comment.
3006 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
3007 and -inferior-tty-show.
3008 (Input/Output): Document "set/show inferior-tty" and tty alias.
3012 * gdb.texinfo (Packets): Change description of 'D' packet to note
3013 that GDB does wait for a response.
3017 * gdb.texinfo (History) Rename "Command History".
3018 (Command History): Move node "Server Prefix" from section on
3023 * gdb.texinfo (GDB/MI Stack Manipulation):
3024 Re-instate -stack-info-frame with example. Say that it gets
3025 info on selected frame, not current frame.
3029 * gdb.texinfo (Server): Clarify that `file' should be used before
3030 connecting to the server.
3031 (Files): Add an xref to the above description.
3032 (Output Formats): More detailed description of the `c' format.
3033 (Memory): List explicitly all the formats supported by `x'.
3034 (Threads): Add an @cindex entry for "thread apply".
3035 (Files): Document the possibility of loading unlinked object
3036 files. Add more indexing for solib-absolute-prefix and
3038 (Machine Code): Document possible problems with locations in
3040 (Backtrace): Document that free-standing environments do not need
3041 to have a `main' function.
3045 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
3050 * gdb.texinfo (Contributors): Note the original multi-arch
3055 * gdb.texinfo (Registers): Add index entries for the standard
3057 (Frames): Add cross-reference from frame pointer description to
3059 (Annotations Overview): Fix the reference to GDB name.
3063 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
3064 can-use-hw-watchpoints.
3068 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
3069 the possible reasons why an exec async record would be returned to FE.
3073 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
3074 Andrew Cagney implemented the original GDB/MI.
3078 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
3079 documentation. Add documentation for cris-mode.
3083 * gdb.texinfo (Numbers): Explain the example and make the wording
3089 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
3090 (GDB/MI Data Manipulation, GDB/MI Program Control)
3091 (GDB/MI Stack Manipulation): Update examples to include the fullname
3092 attribute in stack frames.
3096 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
3097 do with other non-standard names of init files.
3101 * gdb.texinfo (Command Files): Move the description of the startup
3103 (Startup): ...to this new subsection of the Invocation chapter.
3104 Rearrange the description of init files more logically and add a
3105 cross-reference to "Command Files". Document the special gdbinit
3106 name for CISCO 68k. Expand the description of what GDB does
3108 (History): Add index entry for HISTSIZE.
3112 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
3116 * gdb.texinfo (SVR4 Process Information, The isatty call)
3117 (The system call): Don't use foo(N) notation for man pages and
3119 (Compilation, DJGPP Native): Improve wording.
3123 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
3124 were optimized away.
3128 * gdb.texinfo (Remote configuration): Document "set/show
3129 get-thread-local-storage-address". Add cross-reference to the
3130 description of the qGetTLSAddr packet.
3131 (General Query Packets): Mention "set remote
3132 get-thread-local-storage-address" and add a reference to its
3137 * gdb.texinfo (Backtrace): Describe 'bt full'.
3141 * gdb.texinfo (Mode Options): Fix typo.
3142 (GDB/MI): Describe how to invoke GDB/MI.
3146 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
3147 references changed. Add description of "info udot".
3148 (Files): Document "set/show stop-on-solib-events".
3149 (M32R/D): Document "set/show download-path", "set/show
3150 board-address", "set/show server-address", "upload", "tload".
3151 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
3152 "use_mon_code", "use_ib_break", "use_dbt_break".
3153 (Maintenance Commands): Improve indexing.
3154 (Target Commands): Document "set/show hash", "set/show debug
3156 (SVR4 Process Information): Document "info pidlist" and "info
3157 meminfo". Document "set/show procfs-tarce" and "set/show
3158 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
3159 (Symbols, The Print Command with Objective-C): Improve indexing.
3160 (Objective-C): Add references to "info classes" and "info
3162 (Debugging Output): Improve wording. Document "set/show debug
3163 solib-frv". Fix "set/show debugvarobj".
3164 (Set Breaks): Add index entry for "hardware breakpoints".
3165 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
3166 and "set/show usehardbreakpoints".
3167 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
3168 monitor-prompt", "set/show monitor-warnings", "pmon".
3169 (ARM): Document "rdilogfile", "rdilogenable", "set/show
3170 rdiromatzero", "set/show rdiheartbeat".
3171 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
3173 (Embedded Processors): Document the "sim" command.
3174 (Remote): Document the "remote" command.
3175 (DJGPP Native): Document the "info serial" command.
3176 (Threads): Document "maint info sol-threads".
3177 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
3178 (Set Breaks): Improve indexing.
3179 (Command Syntax): Add a reference to dont-repeat.
3180 (Define): Document "dont-repeat".
3181 (TUI Commands): Document "tabset".
3182 (WinCE): New subsection. Document "set/show remotedirectory",
3183 "set/show remoteupload", "set/show remoteaddhost".
3187 * gdb.texinfo (Hurd Native): New subsection, documents
3188 Hurd-specific commands.
3189 (Maintenance Commands): Add cross-reference to "Debugging Output".
3190 (Debugging Output): Document "set/show debug lin-lwp".
3191 (MIPS): Improve documentation of heuristic-fence-post. Document
3192 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
3193 mips stack-arg-size", "set/show mips mask-address", "set/show mips
3194 remote-mips64-transfers-32bit-regs", "set/show debug mips".
3195 (ARM): Document ARM-specific commands.
3196 (AVR): New section. Document "info io_registers".
3197 (CRIS): New section. Document "set/show cris-version" and
3198 "set/show cris-dwarf2-cfi".
3199 (HPPA): New section. Document "set/show debug hppa" and "maint
3201 (Neutrino): New subsection. Document "set/show debug nto-debug".
3202 (Super-H): New section. Document the "regs" command.
3203 (Debugging Output): Document "set/show debug aix-thread".
3207 * gdb.texinfo (Print Settings): Document "set/show print
3208 pascal_static-members", "set print repeats", "show print
3209 null-stop". Improve indexing. Fix documentation of "set print
3211 (Pascal): New section.
3212 (Supported languages): Rename from "Support"; all references
3213 updated. Add a menu item for Pascal.
3214 (Numbers): Document "set radix.
3215 (Screen Size): Document "set/show pagination".
3216 (MIPS Embedded): Remove "set processor" documentation.
3217 (Remote configuration): Document "set/show X/P/Z-packet",
3218 "set/show read-aux-vector-packet", "set/show remote
3219 symbol-lookup-packet", "set/show remote verbose-resume-packet",
3220 "set/show remoteaddresssize", "set/show remotebaud", "set/show
3221 remotedebug", "set/show remotebreak", "set/show remotedevice",
3222 "set/show remotelogfile".
3223 (Auxiliary Vector): Add reference to the description of the
3224 read-aux-vector-packet setting.
3225 (Set Watchpoints): Add a cross-reference to "set remote
3226 hardware-breakpoint-limit".
3227 (General Query Packets): Add indexing of requests and
3228 cross-references to related commands in "Remote configuration".
3229 (File-I/O Overview, The system call): Fix wording and typos.
3230 (Thread Stops): Add index entries.
3231 (Continuing and Stepping): Document "show step-mode".
3232 (i386): New node. Document "set/show struct-convention".
3233 (Files): Document "show trust-readonly-sections".
3234 (Calling): Document "set/show unwindonsignal".
3235 (Messages/Warnings): Add index entries.
3236 (Maintenance Commands): Document "set/show watchdog".
3237 (Annotations Overview): Document "show annotate".
3238 (Set Watchpoints): Add index entries.
3239 (Symbols): Fix doc of case-sensitive.
3240 (ABI): Document "show coerce-float-to-double".
3241 (Convenience Vars, Help): Improve indexing.
3242 (Machine Code): Document "show disassembly-flavor".
3243 (Debugging C plus plus): Document "show overload-resolution".
3244 (Value History, Signaling): Add index entries.
3248 * gdb.texinfo (Show): Move @kindex entries to their proper places.
3249 (Processes): Fix wording.
3250 (History, List, Logging output, Define, Symbols, Print Settings):
3255 * gdb.texinfo (Targets): Document "set/show architecture". Remove
3256 redundant index entry for "target" command.
3257 (Backtrace): Add index entries.
3258 (Symbols, Fortran): Document the "set case-sensitive" command.
3259 (DJGPP Native): Document "set com1base", "set com1irq", etc.
3260 (Print Settings): Add index entry for "set demangle-style".
3261 (Target Commands): Document "set download-write-size".
3262 (Debugging Output): Document "set exec-done-display".
3266 * gdb.texinfo (Files): Fix the name and documentation of
3267 add-shared-symbol-files. Document its alias assf. Update the
3268 list of OSs where GDB supports shared libraries. Fix markup.
3269 (Continuing and Stepping): Add reference to @var{location} in the
3271 (Dump/Restore Files): Fix reference to @{filename}.
3272 (Help): Fix wording.
3274 (Set Watchpoints): Ditto.
3275 (Backtrace): Remove redundant index entries. Improve index
3277 (Delete Breaks): Fix wording.
3278 (Memory): Document the compare-sections command.
3279 (Memory Region Attributes): Improve wording.
3280 (Disabling): Improve wording.
3281 (Fortran): New subsection. Document the "info common" command.
3282 (Help): Document aliases "info copying" and "info warranty".
3283 (Caching Remote Data): New section. Document the "set/show
3284 remotecache" and "info dcache" commands.
3285 (Show): Fix wording of the documentation of the "set
3286 extension-language" command.
3287 (Signals): Add index entry for "info handle".
3288 (Memory Region Attributes): Fix punctuation.
3289 (Symbols): Change the arg name to "location" and refer to it in
3290 the text. Fix wording of "info types" doc.
3291 (Threads): Fix usage of @enumerate @item's.
3292 (Listing Tracepoints): Add index entry for "info tp".
3293 (Set Watchpoints): Add xref to "info break" description.
3294 (Macros): Add an index entry for "macro exp1". Document the
3295 "macro list" command.
3296 (Maintenance Commands): Document "flushregs", "maint agent",
3297 "maint check-symtabs", "maint cplus", "maint demangle", "maint
3298 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
3299 "maint print architecture", "maint print objfiles", "maint print
3300 statistics", "maint print type", "maint show-debug-regs", "maint
3301 space", "maint time", and "maint translate-address".
3302 (Connecting): Document the "monitor" command.
3303 (Annotations Overview): Describe the "set annotate" command.
3307 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
3308 Rearrange index entries and improve wording about support for
3309 hardware watchpoints.
3313 * gdb.texinfo: Update copyright
3317 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
3322 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
3326 * gdb.texinfo: Fix spelling, infinte -> infinite.
3330 * observer.texi (GDB Observers): Document "solib_loaded".
3334 * configure.ac: Rename configure.in, require autoconf 2.59.
3335 * configure: Re-generate.
3337 * configure.in: Replace configdirs with multiple references to
3339 * configure: Re-generate.
3343 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
3344 part of the version number.
3348 * gdbint.texinfo (Algorithms): Remove description of
3349 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
3353 * gdb.texinfo (General Query Packets): Specify that thread ID's in
3354 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
3359 * gdb.texinfo (Mode Options): Document -l option.
3363 * gdbint.texinfo (Algorithms): More accurate description of
3364 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
3365 is not needed unless data-read and data-access watchpoints are
3366 supported. Add a description of how GDB checks whether the
3367 inferior stopped because a watchpoint was hit.
3371 * gdb.texinfo (Files): Add cross-reference to description of
3372 -readnow command-line switch.
3376 * gdb.texinfo: Document set/show backtrace past-entry commands.
3377 Rearrange index entries for set/show backtrace past-main.
3382 * gdb.texinfo (Remote Serial Protocol): Further describe
3383 binary transfer escaping mechanism .
3387 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
3388 and "show debug infrun". Add index entries.
3392 * gdb.texinfo (SVR4 Process Information): Document subcommands of
3393 "info proc" that are already implemented. Add index entries.
3394 (Working Directory): Add a cross-reference to "info proc" command.
3395 (Files): Add a tip for decreasing memory used for symtabs from
3397 (Starting): Fix whitespace; make "elaboration" stand out where it
3398 is first used, and add an index entry for the term.
3399 (Calling): Expand and elaborate text. Add "print". Add the
3400 description of problems with weak aliases.
3401 (Core File Generation): New section.
3405 * gdbint.texinfo (Versions and Branches): New chapter.
3406 (Releasing GDB): Delete "Versions and Branches" section.
3407 (Top): Add "Versions and Branches".
3411 * gdb.texinfo (Editing, History): Add cross-references to the
3412 included Readline and History user documentation. Remove
3413 references to the symbol have-readline-appendices which is unused
3415 (History): Fix indexing.
3419 * gdbint.texinfo (target_stopped_data_address): Update to
3421 (i386_stopped_data_address): Update prototype and description.
3422 (i386_stopped_by_watchpoint): New function and description.
3426 * gdb.texinfo (Filenames): Add Ada suffixes.
3432 * gdb.texinfo (Packets): Document the "p" packet.
3436 * gdb.texinfo (Paths and Names of the Source Files): Document the
3437 meaning of values in the 'desc' field of a SO stab.
3441 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
3442 max-cache-age" and "maint show dwarf2 max-cache-age".
3446 * gdb.texinfo (Set Breaks): Add index entry for setting
3447 breakpoints on overloaded C++ functions that are not members of
3448 any classes. Add an example and an index entry for setting
3449 breakpoints on all program functions.
3450 (Character Sets, Macros, Overlay Commands)
3451 (Non-debug DLL symbols, GDB/MI Output Syntax)
3452 (Annotations Overview, Maintenance Commands, File-I/O Overview):
3453 Use "(@value{GDBP})" instead of a literal "(gdb)".
3457 * gdbint.texinfo (Native Debugging): Delete description of
3462 * gdbint.texinfo (User Interface): Change local_hex_string_custom
3463 to hex_string_custom (not historically correct, but more
3464 understandable, given the current code).
3468 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
3472 * observer.texi (solib_unloaded): New observer.
3476 * gdbint.texinfo (Target Architecture Definition): Add missing
3481 * (Using the Testsuite): build != host is supported,
3482 but some test scripts do not support build != host.
3486 * gdbint.texinfo (Host Definition): Delete description of
3487 FCLOSE_PROVIDED and GETENV_PROVIDED.
3491 * gdbint.texinfo (Host Definition): Delete description of
3493 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
3498 * gdbint.texinfo (Target Architecture Definition): Delete
3499 reference to deprecated_read_fp.
3503 * gdbint.texinfo (Target Architecture Definition): Delete
3504 description of DEPRECATED_REGISTER_BYTES.
3508 * gdb.texinfo (Source Path): Document the new behavior of
3509 searching for the source files.
3513 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
3514 (Search, Expressions, Arrays, Variables, Data, Machine Code)
3515 (Auto Display): Improve indexing.
3519 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
3524 * gdb.texinfo: Fix @kindex entries so that multiple commands that
3525 have the same prefix have only their prefix in the index.
3529 * gdb.texinfo (BSD libkvm Interface): New node (section)
3530 (Native): Add it to the menu.
3534 * gdbint.texinfo (Target Architecture Definition): Remove
3539 * gdbint.texinfo (Target Architecture Definition): Remove
3540 SUN_FIXED_LBRAC_BUG.
3544 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
3548 * gdbint.texinfo (Target Architecture Definition): Deprecate
3549 USE_STRUCT_CONVENTION.
3553 gdb.texinfo (Bug Reporting): Mention session recording,
3554 with the script command or Emacs.
3558 * gdbint.texinfo (Target Architecture Definition): Deprecate
3559 FUNCTION_START_OFFSET.
3563 Based on changes from Karl Berry.
3564 * gdb.texinfo: Do not use @sc in a direntry.
3565 * stabs.texinfo: Change @dircateogry to "Software development".
3566 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
3570 * gdbint.texinfo (Target Architecture Definition): Delete
3571 description of RETURN_VALUE_ON_STACK.
3575 * gdbint.texinfo (Native Debugging): Restore "@table @code"
3576 deleted by previous patch.
3580 * gdbint.texinfo (Native Debugging): Delete documentation on
3585 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
3589 * gdb.texinfo (push_dummy_call): Update argument list to match
3590 the new push_dummy_call method signature. Describe the function
3595 * gdb.texinfo (Starting): Document new start command.
3599 * observer.texi (GDB Observers): Document "inferior_created".
3603 * gdbint.texinfo (Target Architecture Definition): Delete
3604 description of DO_DEFERRED_STORES.
3606 * gdbint.texinfo (Target Architecture Definition): Delete
3607 references to DEPRECATED_FIX_CALL_DUMMY.
3609 * gdbint.texinfo (Target Architecture Definition): Delete
3610 description of DEPRECATED_CALL_DUMMY_WORDS,
3611 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
3613 * gdbint.texinfo (Target Architecture Definition): Delete
3614 description of DEPRECATED_PUSH_DUMMY_FRAME.
3616 * gdbint.texinfo (Target Architecture Definition): Delete
3617 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
3621 * observer.texi (GDB Observers): Add "Debugging" section. Include
3622 cross reference to "set/show debug observer".
3623 * gdb.texinfo (Debugging Output): Document "set/show debug
3628 * gdbint.texinfo (Target Architecture Definition): Delete
3629 description of DEPRECATED_PC_IN_SIGTRAMP.
3633 * gdbint.texinfo (Target Architecture Definition): Delete
3634 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
3638 * observer.texi (GDB Observers): Correct spelling.
3642 * observer.texi (GDB Observers): Add target_changed event.
3646 * observer.texi (GDB Observers): Rework, provide generic observer
3647 definitions and then a list of observable events.
3651 * gdbint.texinfo (Host Definition): Delete reference to
3656 * gdbint.texinfo (Target Architecture Definition): Delete
3657 reference to DEPRECATED_CALL_DUMMY_LENGTH.
3661 * gdb.texinfo (TUI Commands): Document tui reg commands.
3665 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
3667 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
3668 (Contributors): Mention both Text and Terminal User Interface.
3672 * gdbint.texinfo (Target Architecture Definition): Deprecate
3673 references to SIGTRAMP_START and SIGTRAMP_END.
3677 * gdbint.texinfo (Target Architecture Definition): Deprecate
3678 references to PC_IN_SIGTRAMP.
3682 * gdbint.texinfo (Target Architecture Definition): Delete
3683 reference to GDB_TARGET_IS_HPPA.
3687 * gdbint.texinfo (Coding): Update section on gdbarch_data,
3688 describe pre_init and post_init.
3692 * gdb.texinfo (Debugging Output): Document values for "set debug
3697 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
3701 * gdb.texinfo (breakpoints): Add information about the
3702 new "set breakpoint pending" and "show breakpoint pending"
3707 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
3708 in Per-architecture module data section.
3712 * gdb.texinfo (General Query Packets): Document qPart:... packets.
3716 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
3717 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
3718 * fdl.texi: Import Version 1.2, November 2002.
3722 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
3726 * gdbint.texinfo (Target Architecture Definition): Deprecate
3727 FRAMELESS_FUNCTION_INVOCATION.
3731 * gdbint.texinfo (Coding): Mention -Wunused-function.
3735 * gdbint.texinfo (Target Architecture Definition): Delete
3736 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
3740 * gdb.texinfo: Properly quote the name "C++".
3741 * gdbint.texinfo: Ditto.
3742 * stabs.texinfo: Ditto.
3746 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
3747 minimal information about libiberty.
3751 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
3755 * gdb.texinfo (Auxiliary Vector): New node (section).
3756 (Data): Add it to the menu.
3760 * gdb.texinfo (Breakpoints): Add information about pending
3765 * gdb.texinfo (Overview): Delete references to the cisco protocol
3766 including the "N" response.
3770 * gdbint.texinfo (Target Architecture Definition): Rename
3771 EXTRACT_STRUCT_VALUE_ADDRESS to
3772 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3776 * gdb.texinfo (KOD): Document "show os". Add index entries for
3777 "set/show os" and "info cisco" commands.
3781 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
3785 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
3786 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
3790 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
3792 (GDB/MI Variable Objects): Describe extension to
3797 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
3801 * gdbint.texinfo (Target Architecture Definition): Delete
3802 documentation on DEPRECATED_NPC_REGNUM.
3806 * gdb.texinfo: Update copyright year. Mention that set
3807 follow-fork-mode is supported on GNU/Linux. Remove documentation of
3808 "set follow-fork-mode ask".
3812 * gdbint.texinfo: Update copyright year.
3813 (Coding): Add -Wunused-label to list of -Werror warnings.
3818 * gdb.texinfo: Update copyright.
3819 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
3820 around names, as appropriate. Minor syntax cleanup of
3821 _NSPrintForDebugger explanation. Two spaces after periods.
3822 GDBN used instead of lit. "gdb". Index entries added for
3823 print-object and _NSPrintForDebugger. @noindent added in one spot.
3827 * stabs.texinfo: Add dircategory and direntry commands.
3828 * annotate.texinfo: Ditto.
3832 * gdbint.texinfo (Target Architecture Definition): Replace the
3833 return_value method's "inval" and "outval" parameters with
3834 "readbuf" and "writebuf".
3838 * gdb.texinfo (The F request packet, The F reply packet): Renamed
3839 from "The `F' request packet" and "The `F' reply packet", to make
3841 (File-I/O remote protocol extension): Update menu entries, too.
3845 * gdb.texinfo (Thread Stops): Document the issue with
3846 premature return from system calls in multi-threaded programs.
3850 * annotate.texinfo: Fix "fortunatly"[sic].
3854 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
3855 with "Hitachi" and "Mitsubishi".
3859 * gdbint.texinfo (Target Architecture Definition): Document
3860 gdbarch_return_value. Add cross references from
3861 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
3862 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
3866 * gdbint.texinfo (Target Architecture Definition): Document
3867 regset_from_core_section.
3871 * gdb.texinfo (M32R/D): Mention m32rsdi target.
3876 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
3880 * gdb.texinfo (Breakpoint related warnings): New node.
3881 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
3885 * gdb.texinfo (Remote Protocol): Document v and vCont.
3889 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
3890 * gdbint.texinfo: Ditto.
3895 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
3900 * gdbint.texinfo (Target Architecture Definition): Deprecate
3901 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
3906 * gdbint.texinfo (Target Architecture Definition): Rename
3907 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
3908 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
3909 * gdbint.texinfo (Target Architecture Definition): Rename
3913 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
3914 (Target Architecture Definition):
3916 * gdbint.texinfo (Target Architecture Definition): Rename
3917 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
3921 * gdbint.texinfo (Target Architecture Definition): Delete
3922 documentation for NEED_TEXT_START_END.
3924 * gdbint.texinfo (Target Architecture Definition): Rename
3925 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
3930 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
3934 * gdbint.texinfo (Target Architecture Definition): Fix typos.
3938 * gdbint.texinfo (Target Architecture Definition): Document
3939 stabs_argument_has_addr.
3943 * gdbint.texinfo (Target Architecture Definition): Delete
3944 documentation on REGISTER_NAMES.
3948 * gdbint.texinfo (Target Architecture Definition): Replace
3949 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
3953 * gdbint.texinfo (Target Architecture Definition): Replace
3954 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
3958 * gdbint.texinfo (Target Architecture Definition): Document
3959 "frame_red_zone_size".
3963 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
3964 with "set/show backtrace past-main" and "set/show backtrace
3969 * Makefile.in (install-info): Support DESTDIR.
3970 (install-html): Likewise.
3974 Patch from Nick Roberts.
3975 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
3976 bindings. Remove description of send-gdb-command.
3980 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
3985 * gdb.texinfo (Mode Options): Mention that level three is the
3986 highest available and that level 2 is deprecated.
3987 (Annotations Overview): Mention annotation levels. Cross reference
3988 to "Limitations of the Annotation Interface" in annotate.texi.
3989 (TODO, Value Annotations, Frame Annotations): Delete section.
3990 (Displays, Breakpoint Info): Delete.
3994 * agentexpr.texi: Delete @bye.
3995 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
3996 (stabs.info): Add $(srcdir) to include search path.
3997 (html): Depend on "annotate_toc.html", and not "annotate.html".
3998 * stabs.texinfo: Ditto. Include "fdl.texi".
3999 * gdbint.texinfo: Update copyright statement's list of invariant
4004 * Makefile.in (INFO_DEPS): Add annotate.info.
4005 (dvi, ps, html, pdf): Add annotate.
4006 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
4007 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
4008 (ANNOTATE_DOC_FILES): New macro.
4009 (ANNOTATE_TEX_TMPS): New macro.
4010 (annotate.info, annotate_toc.html): Specify dependencies.
4011 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
4012 * annotate.texinfo: Rename annotate.texi. Get building. Add
4013 "Migrating to GDB/MI" and "Limitations of the Annotation
4014 Interface" chapters. Mention why it is not part of the user
4015 guide. Update copyright notice. Include "fdl.texi".
4019 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
4023 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
4027 * gdb.texinfo (Server): Mention pidof.
4031 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
4036 * gdb.texinfo (Logging output): New chapter.
4040 * gdb.texinfo (Unsupported languages): New section.
4041 (Languages): Add link to new section.
4045 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
4049 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
4053 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
4054 * agentexpr.texi: Retitle section, and change it to an appendix.
4055 Comment out texinfo initialization. Factor a @var{} into two
4056 pieces to prevent makeinfo warnings.
4057 * gdb.texinfo: Add Agent Expressions appendix.
4061 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
4065 * gdb.texinfo (Remote Debugging): New section "Connecting to a
4066 remote target". Document the "detach" and "disconnect" commands.
4067 (Server, Netware, Debug Session): Reference "Connecting to a
4069 (GDB/MI Target Manipulation): Document "-target-disconnect".
4073 * gdbint.texinfo (Target Architecture Definition): Deprecate
4074 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
4075 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
4079 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
4083 * gdbint.texinfo (Target Architecture Definition): Delete
4084 documentation on FRAME_ARGS_ADDRESS_CORRECT.
4088 * gdbint.texinfo (Target Architecture Definition): Document
4089 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
4093 * gdb.texinfo: Add Objective-C documentation.
4097 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
4098 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
4102 * gdbint.texinfo (Target Architecture Definition): Delete
4103 references to "extract_address" and "store_address".
4107 * gdbint.texinfo (Target Architecture Definition): Replace
4108 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
4109 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
4113 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
4117 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
4118 (gdb.dvi): Likewise.
4119 (gdb.pdf): Likewise.
4120 (links2roff): Likewise.
4124 * gdb.texinfo (Dump/Restore Files): Update documentation for
4125 'dump', 'append', and 'restore': note that format argument is
4126 optional; simplify presentation of the command variants; and be
4127 more precise about the formats.
4131 * gdb.texinfo (Symbols): Update documentation: 'maint list
4132 symtabs' and 'maint list psymtabs' have been renamed 'maint info
4133 symtabs' and 'maint info psymtabs'.
4137 * gdbint.texinfo (Target Architecture Definition): Make
4138 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
4139 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
4140 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
4144 * gdb.texinfo (Maintenance Commands): Document "maint print
4149 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
4154 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
4159 * gdbint.texinfo (Target Architecture Definition): Document
4160 push_dummy_code. Add cross references.
4164 * gdb.texinfo (Character Sets): Update to reflect new behavior of
4165 set/show charsets commands.
4169 * gdbint.texinfo (Target Architecture Definition): Replace
4170 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
4171 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
4175 * gdbint.texinfo (Target Architecture Definition): Rename
4176 "tm_print_insn" to "deprecated_tm_print_insn".
4180 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
4185 * gdbint.texinfo (Target Architecture Definition): Delete
4186 references to EXTRA_FRAME_INFO.
4190 * gdbint.texinfo (Target Architecture Definition): Delete
4191 PRINT_TYPELESS_INTEGER.
4195 * observer.texi (GDB Observers): Adjust the documentation for the
4196 normal_stop notification to better describe reality. Fix a couple
4201 * gdb.texinfo (GDB/MI Program Control): Add
4202 '-file-list-exec-source-file'
4206 * gdbint.texinfo (Target Architecture Definition): Delete
4207 references to CALL_DUMMY_P.
4211 * gdbint.texinfo (Target Architecture Definition): Remove
4212 reference to TARGET_WRITE_SP.
4216 * gdbint.texinfo (Target Architecture Definition): Remove
4217 references to write_sp.
4221 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
4222 chapter body. Use @smallexample instead of @example.
4223 (Annotations): Ditto.
4224 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
4229 * gdbint.texinfo (Target Architecture Definition): Replace
4230 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
4231 dummy_addr parameters.
4235 * gdbint.texinfo (Target Architecture Definition): Delete
4236 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
4237 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
4238 Add reference to PUSH_ARGUMENTS.
4242 * gdbint.texinfo (Algorithms, Target Architecture Definition):
4243 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
4247 * gdbint.texinfo (Algorithms): Add new section describing the
4249 (Top): Add menu entry to new observer appendix.
4250 * observer.texi: New file.
4251 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
4252 new observer.texi file.
4256 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
4257 that GNU Press update the manual version number.
4261 * gdbint.texinfo (Target Architecture Definition): Delete
4262 references to get_saved_register. Rename GET_SAVED_REGISTER to
4263 DEPRECATED_GET_SAVED_REGISTER.
4267 * gdbint.texinfo (Target Architecture Definition): Replace
4268 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
4272 * gdbint.texinfo (Target Architecture Definition): Rename
4273 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
4277 * gdb.texinfo: Add File-I/O documentation.
4281 * gdbint.texinfo (Target Architecture Definition): Cross reference
4282 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
4286 * gdb.texinfo (Debugging Output): Mention the "set/show debug
4291 * gdbint.texinfo (Target Architecture Definition): Document
4292 unwind_dummy_id. Cross reference unwind_dummy_id and
4293 SAVE_DUMMY_FRAME_TOS.
4298 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
4303 * gdbint.texinfo (Target Architecture Definition): Document
4308 * stabs.texinfo (Structures): Use @samp and separate @var's
4309 instead of a single @var containing a comma separated list.
4314 * Makefile.in (distclean): Remove config.log.
4318 * gdbint.texinfo (Target Architecture Definition): Rename
4319 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
4323 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
4324 DEPRECATED_INIT_EXTRA_FRAME_INFO.
4328 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
4329 (Non-debug DLL symbols): New node, describing the minimal symbols
4330 loaded from DLLs without real debugging symbols.
4334 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
4335 hardware-breakpoint-limit".
4336 (Set Watchpoints): Add cross reference to "set remote
4337 hardware-watchpoint-limit".
4338 (Remote configuration options): New section.
4342 * gdbint.texinfo (Target Architecture Definition): Delete
4343 descrption of IS_TRAPPED_INTERNALVAR.
4346 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
4347 option "-i"/"--interpreter" to this chapter. Include index
4352 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
4353 (Variables): Recommend stabs+ and DWARF 2.
4354 (C plus plus expressions): Correct info about
4355 compiler versions, debug formats.
4356 (Contributors): Change 'DWARF2' to 'DWARF 2'.
4361 * gdbint.texinfo (Target Architecture Definition): Delete
4362 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
4363 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
4364 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
4365 references to nindy and i960.
4366 * gdb.texinfo (i960): Delete all references to i960 and nindy.
4370 * gdbint.texinfo (Target Architecture Definition): Delete
4375 * stabs.texinfo (Member Type Descriptor): Clarify description of
4376 `@'. Suggested by Ben Hutchings.
4380 * gdb.texinfo (M68K): Delete reference to es1800.
4384 * gdb.texinfo (Maintenance Commands): Document `maint print
4385 reggroups' and `maint print register-groups'.
4386 * gdbint.texinfo (Target Architecture Definition): Document
4387 register_reggroup_p.
4391 * gdb.texinfo (Separate Debug Files): New section.
4395 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
4396 and "maint show profile".
4400 * gdb.texinfo (Installing GDB): Warn against
4401 ".../gdb-VERSION/gdb/configure".
4402 (Separate Objdir): Likewise.
4406 * gdbint.texinfo (Target Architecture Definition): Delete
4407 definition of PRINT_REGISTER_HOOK.
4411 (OpenRISC 1000): Fix formatting of command names.
4415 * gdb.texinfo (Continuing and Stepping): Add new command
4416 'advance'. Clarify behavior of 'until'.
4420 * gdb.texinfo (Files): Document solib-absolute-prefix and
4425 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
4426 (Create a Release): Add new instructions for new @file{src-release}.
4427 Document existing instructions for @file{Makefile.in} as
4428 being for @value{GDBN} 5.3.1 or earlier.
4432 * gdbint.texinfo (Target Architecture Definition): Mention
4433 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
4438 * gdb.texinfo (Controlling GDB): Add @kindex for
4440 (Backtraces): Add @kindex's for backtrace-below-main.
4444 * gdb.texinfo (Controlling GDB): Document "set osabi".
4448 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
4449 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
4453 * gdb.texinfo (Controlling GDB): Add ABI section. Document
4454 "set coerce-float-to-double".
4455 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
4459 * stabs.texinfo: Remove obsolete text.
4460 * gdbint.texinfo: Ditto.
4461 * gdb.texinfo: Ditto.
4465 * gdbint.texinfo (Target Architecture Definition): Update
4466 description of gdbarch_register_osabi.
4470 * agentexpr.texi: Fix typos.
4471 * annotate.texi: Likewise.
4472 * fdl.texi: Likewise.
4476 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
4477 DEPRECATED_INIT_FRAME_PC.
4481 * gdbint.texinfo (Target Architecture Definition): Delete
4486 * gdbint.texinfo (Host Definition): Delete documentation on
4487 USE_GENERIC_DUMMY_FRAMES.
4491 Fix PR gdb/723 and PR gdb/245.
4492 * Makefile.in (install-info): Run the install-info command as part
4493 of the post install steps only.
4494 (uninstall-info): New target.
4495 (uninstall): New target.
4499 * Makefile.in (install): Make install do some real work.
4503 Fix POSIX problem reported by Paul Eggert.
4504 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
4509 * gdbint.texinfo (Target Architecture Definition): Delete
4510 definition of DO_REGISTERS_INFO.
4514 * gdbint.texinfo (Address Classes): Fix problems with insertion
4515 of ``{'' and ``}'' in example.
4519 * gdbint.texinfo (Address Classes): New section.
4520 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
4521 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
4522 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
4523 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
4527 * gdb.texinfo (Registers): Mention vector registers as well as
4528 floating registers in the documentation for 'info registers' and
4529 'info all-registers'.
4533 * gdbint.texinfo (CPLUS_MARKER): Remove item.
4537 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
4538 interface definition.
4542 * gdb.texinfo (Target Commands): Add or1k target specific
4544 * gdb.texinfo (Contributors): Add myself to the contributors list.
4548 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
4549 and "mi1" instead of "mi1" and "mi0".
4553 * gdb.texinfo (Packets): Fix typos "alligned".
4554 Correct z3/Z3 description. Correct z4/Z4 title.
4558 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
4562 * gdb.texinfo: Use GNU/Linux instead of Linux.
4566 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
4570 * gdb.texinfo: Replace @example with @smallexample.
4575 * gdb.texinfo (Character Sets): Use @smallexample instead of
4576 @example. Use GNU/Linux instead of Linux.
4580 * gdb.texinfo: Add character set documentation.
4584 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
4585 (Packets): Add cross reference from `b' packet to `z' packets.
4589 * gdb.texinfo (Maintenance Commands): Document ``maint
4590 internal-error'' and ``maint internal-warning''.
4592 * gdbint.texinfo (Target Architecture Definition): Revise
4593 description of STACK_ALIGN. Add description of FRAME_ALIGN.
4597 * gdbint.texinfo (Target Conditionals): Document the new
4598 NAME_OF_MALLOC macro.
4602 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
4607 * gdb.texinfo (TUI Overview): Document status line fields.
4611 * gdb.texinfo (TUI Commands): Document info win command.
4615 * gdb.texinfo (TUI Overview): Document breakpoint markers.
4619 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
4620 (TUI Keys): Likewise.
4624 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
4625 for a packet receive.
4629 * Makefile.in (clean): Move to end of file.
4630 (distclean, maintainer-clean, realclean): Ditto.
4631 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
4632 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
4633 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
4634 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
4638 * Makefile.in (GDBINT_TEX_TMPS): Define.
4639 (gdbint.dvi, gdbint.pdf): Use
4640 (GDB_TEX_TMPS): Define.
4641 (gdb.dvi, gdb.pdf): Use.
4642 (STABS_TEX_TMPS): Define.
4643 (stabs.dvi, stabs.pdf): Use.
4644 (GDB_DOC_SOURCE_INCLUDES): New macros.
4645 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
4646 (GDBINT_DOC_FILES_INCLUDES): New macros.
4647 (GDBINT_DOC_BUILD_INCLUDES): New macros.
4648 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
4649 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
4650 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
4651 (links2roff): Replace SFILES_INCLUDED with
4652 GDB_DOC_SOURCE_INCLUDES.
4653 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
4654 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
4655 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
4657 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
4659 (gdbmi.texinfo): Delete rule.
4660 (inc-hist.texinfo): Delete rule.
4661 (rluser.texinfo): Delete rule.
4665 * gdbint.texinfo (Target Architecture Definition): Update
4666 STORE_RETURN_VALUE, mention regcache.
4670 * gdbint.texinfo (Target Architecture Definition): Document
4671 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
4675 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
4676 Fix minor typos. Add index entries.
4680 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
4684 * gdbint.texinfo (Target Architecture Definition): Document
4686 * gdb.texinfo (Vector Unit): Document "info vectors" command.
4690 * gdb.texinfo (Maintenance Commands): Document "maint print
4691 registers", "maint print raw-registers" and "maint print
4697 * gdb.texinfo (Protocol): Document T packet extension to
4698 allow watchpoint address reporting.
4702 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
4706 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
4711 * gdbint.texinfo (Coding): Revise section "Include Files".
4715 * gdbint.texinfo: Obsolete references to m88k.
4716 * gdb.texinfo: Ditto.
4720 * gdbint.texinfo (Create a release candiate): Add the location
4721 where the proper version of autoconf can be retrieved.
4725 * gdb.texinfo (Command Files): Further describe the behavior of
4726 sourced command files.
4730 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
4731 (Coding): Clarify ISO C version that GDB assumes.
4735 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
4736 add_setshow_cmd_full.
4740 * gdb.texinfo (Memory Region Attributes): Document new behavior
4745 * gdb.texinfo (Symbols): Update documentation for `info source'
4748 * gdb.texinfo (Macros): Call the command `info macro', not
4753 * gdbint.texinfo (Coding): Add section ``Per-architecture module
4758 * gdbint.texinfo (Target Architecture Definition): Document
4759 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
4763 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
4768 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
4773 * gdbint.texinfo (Target Architecture Definition): Add section
4774 ``Converting an existing Target Architecture to Multi-arch''.
4778 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
4779 to ``Obsoleting code''. Revise.
4783 * gdb.texinfo (C Preprocessor Macros): New chapter.
4784 Include it in the main menu.
4785 (Contributors): Credit Jim Blandy with macro support.
4786 (Compilation): Explain how to get macro information into the
4788 (Expressions): Note that preprocessor macros are expanded.
4792 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
4793 options for `target remote'.
4797 * gdbint.texinfo (Target Architecture Definition): Delete
4798 documentation on NNPC_REGNUM.
4802 * gdbint.texinfo (Target Architecture Definition): Document
4803 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
4804 (Target Architecture Definition): Revise section `Using Different
4805 Register and Memory Data Representations'. Add section `Raw and
4806 Virtual Register Representations'.
4810 * gdbint.texinfo (Target Architecture Definition): Mention
4811 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
4812 (Target Architecture Definition): Mention same. Add references to
4817 * stabs.texinfo (Attributes): Document new "vector" attribute.
4821 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
4825 * gdb.texinfo: Delete obsolete references to a29k.
4829 * gdbint.texinfo (Target Architecture Definition): Replace
4830 IN_SIGTRAMP with PC_IN_SIGTRAMP.
4834 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
4838 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
4842 * gdbint.texinfo (Target Architecture Definition): Delete
4843 definition of HAVE_REGISTER_WINDOWS.
4847 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
4853 * gdb.texinfo (show max-user-call-depth): Correct formatting.
4854 Provide a better explaination of this feature.
4858 * gdbint.texinfo (Target Architecture Definition): Remove
4859 FRAME_CHAIN_COMBINE.
4863 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
4868 * gdbint.texinfo (Obsolete Conditionals): Remove references to
4873 * gdb.texinfo (Bug Reporting): Document that the web is the
4874 prefered way of submitting bug reports.
4875 (Bug Reporting): Delete the s-mail address as the last resort.
4879 * gdbint.texinfo (Target Architecture Definition): Delete
4880 references to TARGET_WRITE_FP and write_fp.
4884 * gdb.texinfo: Document new commands dump, append, and restore.
4888 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
4893 * gdb.texinfo: Change all examples to @smallexample.
4894 * gdbint.texinfo: Ditto.
4898 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
4903 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
4908 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
4909 expresson, suports, dependant, trhe, perhaphs, situtations,
4910 explictily, taged, oportunity, unfortunatly).
4914 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
4915 Remove reference to 3.12.
4919 * gdbint.texinfo: Include fdl.texi.
4920 (Top): Add GNU Free Documentation License.
4921 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
4922 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
4923 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
4924 (gdbint.info): Add srcdir to include path.
4925 * gdb.texinfo: Include gpl.texi.
4927 * gpl.texi: New file.
4931 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
4935 * gdb.texinfo: Document Cygwin native specific commands.
4939 * gdb.texinfo: Document gdbserver ``--attach'' command.
4943 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
4944 to @code(_ovly_debug_event).
4948 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
4952 * gdb.texinfo (overlays): Mention new magic symbol
4953 '_ovly_debug_event', which allows GDB to keep better track
4958 * gdb.texinfo (Memory Region Attributes): Fix the wording.
4959 Suggested by Dmitry Sivachenko.
4961 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
4965 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
4969 * gdb.texinfo: (remote protocol): Gramatical fix-up.
4970 (set trust-readonly-sections): Document.
4974 * gdbint.texinfo (Releasing GDB): Revise and update.
4978 * gdbint.texinfo (Target Architecture Definition): Delete
4979 description of TARGET_BYTE_ORDER_DEFAULT.
4983 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
4988 * libgdb.texinfo: Delete file.
4992 * gdb.texinfo: Remove makeinfo 3.12 hacks.
4993 * gdbint.texinfo: Ditto.
4997 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
5001 * Makefile.in: Update copyright.
5003 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
5004 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
5006 (TEXINDEX, PDFTEX): Delete makefile variables.
5010 * gdb.texinfo (Protocol): Move section to appendix.
5014 * gdb.texinfo (Remote Debugging): Create a menu.
5015 (Top): Add ``Remote Debugging'' to menu.
5019 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
5020 serial protocol'' from here.
5021 (Remote Debugging): To here. New chapter.
5025 * gdbint.texinfo (Target Architecture Definition): Delete
5026 description of TARGET_BYTE_ORDER_SELECTABLE_P.
5030 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
5031 are no longer needed.
5032 (Porting GDB): Add maintainer note about configure.host.
5036 * gdbint.texinfo (Target Architecture Definition): Remove
5037 definition of IEEE_FLOAT.
5041 * gdb.texinfo: Beautify copyright years; fix a typo.
5042 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
5047 * gdbint.texinfo (Host Definition): Remove references to
5048 MALLOC_INCOMPATIBLE.
5052 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
5057 * gdb.texinfo (Maintenance Commands): Add appendix.
5058 (Set Breaks): Copy ``maint info breakpoint'' doco to
5059 ``Maintenance Commands'' appendix. Add reference.
5063 * fdl.texi: Remove next/prev from @node.
5067 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
5068 for monstrous @multitable (from Brian Youmans).
5070 * fdl.texi: New file.
5072 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
5076 * gdbint.texinfo (Releasing GDB): New chapter.
5080 * gdb.texinfo (Embedded Processors, Calling program functions):
5081 Obsolete references to a29k.
5085 * gdbint.texinfo (Coding): Review Cleanups section. Examples
5086 examples. Document that a code-block should do or discard its
5087 cleanups before exit.
5091 * gdb.texinfo (Choosing files): Change @samp to @file.
5095 * gdb.texinfo (--pid): Document new command line option (attach).
5099 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
5104 * gdbint.texinfo (Target Architecture Definition): Replace
5105 BIG_ENDIAN with BFD_ENDIAN_BIG.
5109 * gdbint.texinfo (Target Architecture Definition): Replace
5110 value_ptr with struct value pointer.
5114 * gdb.texinfo (Free Software): Fix wording.
5118 * gdb.texinfo (Free Software): New section ``Free Software Needs
5119 Free Documentation''.
5127 * annotate.texi: Fix the application of GFDL in the Copyright notice.
5131 * gdb.texinfo (maint info sections): Fix typo.
5135 * gdb.texinfo (maint info sections): Document.
5137 * gdb.texinfo (info proc): Comment out documentation for
5138 'info proc' sub-options that are currently not implemented.
5142 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
5146 * gdbint.texinfo (Target Architecture Definition): Replace
5147 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
5151 * gdbint.texinfo (Host Definition): Delete documentation on
5156 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5157 overlay support. Add to top-level menu.
5161 * gdb.texinfo (Command Syntax): Document C-o binding.
5165 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
5166 use since it is described in the referenced section.
5169 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
5170 clearer when using DJGPP.
5174 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
5175 specifically refer to MS-DOS.
5176 (command files): Mention gdb.ini is only used on MS-DOS.
5180 * gdb.texinfo (Invoking GDB): Document --args.
5181 (Mode Options): Likewise.
5185 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
5186 Delete documentation; this macro has been removed from the
5191 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
5195 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
5199 * gdb.texinfo (info functions): Document use of backslash to
5200 quote regexp chars in function names such as "operator*()".
5204 * gdbint.texinfo (SOLIB_ADD): Document additional new
5209 * gdb.texinfo: (Command Files) Added documentation for the
5210 behavior of gdb with input redirected from a file.
5214 * gdb.texinfo (auto-solib-add): Change docs to match
5215 implementation change.
5216 (auto-solib-limit): Add docs for new variable.
5220 * gdbint.texinfo (Target Architecture Definition): Function
5221 value_as_pointer renamed to value_as_address.
5225 * gdbint.texinfo (Target Architecture Definition): Default
5226 POINTER_TO_ADDRESS functions assume unsigned addresses.
5227 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
5228 posting by Jim Blandy.
5232 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
5233 version of texi2html (1.64) doesn't support this flag any more.
5237 * gdbint.texinfo (Host Definition): Remove description of
5240 * gdbint.texinfo (Host Definition): Remove description of R_OK.
5242 * gdbint.texinfo (Host Definition): Remove description of
5247 * gdbint.texinfo (Target Architecture Definition): Add
5248 explanation of TARGET_PRINT_INSN macro.
5252 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
5253 Explain what it means to load relocatable files.
5257 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
5262 * gdbint.texinfo: Add a cautionary note about macro use.
5266 * gdb.texinfo: Explain omitting the hostname in the
5267 `target remote' command.
5271 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
5272 and END-INFO-DIR-ENTRY.
5276 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
5280 * gdbint.texinfo (libgdb): Rewrite.
5284 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
5288 * gdb.texinfo (TUI): New chapter, document the TUI.
5289 (Mode Options): Document the -tui option.
5293 * gdbint.texinfo (Host Definition): Remove description of
5298 * gdb.tex (DJGPP Native): New node, with descriptions of
5299 DJGPP-specific commands.
5303 * gdbint.texinfo: Three misspellings.
5307 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
5308 `test` expressions on bash. Problem reported by Colin Walters.
5312 * gdbint.texinfo (User Interface): Update ui-out documentation to
5313 refelect recent UI/MI updates.
5317 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
5322 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
5323 structure and not macros.
5324 (Host Definition): Document that much of this chapter is obsolete.
5325 (Target Architecture Definition): Update list of files that make
5326 up a target architecture.
5331 * gdbint.texinfo (Target Architecture Definition): Update
5332 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
5333 The latter has been changed to a true predicate.
5337 * annotate.texi: Add @noindent where needed. From Dmitry
5339 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
5343 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
5347 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
5348 returns ``OK''. Document that the ``R'' packet does not reply.
5352 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
5356 * gdb.texinfo (Signals): Clarify the default setting of signal
5361 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
5362 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
5366 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
5370 * gdbint.texinfo (Clean Design and Portable Implementation):
5371 Renamed from "Clean Design".
5372 (Clean Design and Portable Implementation): Document portable
5373 methods of handling file names, and the associated macros.
5377 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
5378 command and provide a cross-reference to its description.
5379 (Symbols): Note that "info scope" is useful for trace experiments.
5383 * gdb.texinfo (Symbols): Document "info scope".
5384 (Tracepoints): New chapter.
5385 (Contributors): Update for v5.1.
5386 <All nodes>: Change "C++" to "C@t{++}".
5388 * gdbint.texinfo (User Interface): A new section about ui_out
5389 functions, based on text written by Fernando Nasser.
5391 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
5395 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
5397 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
5399 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
5400 Replace "GDB" with "@value{GDBN}". Fix markup.
5402 * annotate.texi: Change Permissions to GFDL. Update Copyright.
5404 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
5405 a cross-reference to its description.
5406 (Symbols): Document "info symbol".
5410 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
5411 subsection "x86 Watchpoints".
5412 (Target Architecture Definition): Document the macros
5413 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
5414 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
5418 * gdbint.texinfo (Target Architecture Definition): Update
5419 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
5424 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
5425 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
5429 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
5433 * gdb.texinfo (Environment): Document that `path' does not change
5434 the value of PATH in GDB's own environment (it did in the past,
5435 but that was changed on March 15, 1994). Reported by Doug Evans
5438 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
5439 its line. Fix markup of commands and macros. Add an Index node
5444 * gdb.texinfo (Memory region attributes): New manual section.
5448 * gdbint.texinfo (POP_FRAME): Document use by return_command.
5452 * refcard.tex: Version and copyright fixed. From Phil Edwards
5457 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
5458 DWARF2_REG_TO_REGNUM): Document.
5462 * gdbint.texinfo (Coding): Update current value of
5463 --enable-build-warnings. Mention --enable-gdb-build-warnings.
5467 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
5472 * gdb.texinfo: Document new 'set step-mode' command.
5476 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
5481 * gdb.texinfo (Hooks): Document the new post-hook functionality.
5486 * gdbint.texinfo (Overall Structure): Spelling fix.
5490 * gdbint.texinfo (Target Architecture Definition): Document that
5491 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
5492 for which REGISTER_CONVERTIBLE returns a zero value.
5496 * Makefile.in (install-info): Find files to install in either the
5497 build or source directories (adapted from Makefile.am).
5501 * stabs.texinfo: Fix spelling errors.
5502 (String Field): FILE-NUMBER starts from 0, not 1.
5506 * refcard.tex: Remove \centerline from the blurb. Patch from
5511 * Makefile.in (install-info): Support installation from outside of
5512 the source directory. Reported by Mark Harig
5517 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
5521 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
5522 Generate using pdftex.
5524 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
5525 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
5526 @contents at the start.
5530 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5536 * gdb.texinfo: Fix ``et al.''.
5540 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
5545 * configure: Regenerate.
5549 * Makefile.in (install-info): Run install-info on installed Info
5554 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
5559 * gdb.texinfo: Proofreading changes from Brian Youmans.
5563 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
5564 startup sequence, minor edits.
5568 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
5571 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
5572 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
5573 like `n' and `s' which look weird. Convert some of the @kindex to
5574 @vindex, when they refer to variables, not commands.
5578 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
5582 * Makefile.in (GDBMI_DIR): New variable.
5583 (SET_TEXINPUTS): Add $(GDBMI_DIR).
5584 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
5585 (gdbmi.texinfo): New target, for texi2roff.
5586 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
5587 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
5589 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
5591 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
5596 * gdb.texinfo (Files): Update description of add-symbol-file
5601 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
5602 prevents the build (and is generally a Bad Idea).
5606 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
5607 a comma inside @var.
5608 (Command Files): Index markup changes from Dmitry Sivachenko
5613 * Makefile.in (LN_S): Define.
5614 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
5615 invoke "ln -s" unless it is known to work.
5617 * configure.in (AC_PROG_LN_S): Add.
5621 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
5623 (Target Conditionals): Document ADDRESS_TO_POINTER,
5628 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
5629 gdb-cfg.texi to get the value.
5633 * gdbint.texinfo (Target Architecture Definition): Fix
5638 * gdbint.texinfo (Using Different Register and Memory Data
5639 Representations): New section.
5640 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
5641 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
5642 REGISTER_CONVERT_TO_RAW): Document.
5646 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
5647 for acknowledgments.
5651 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
5656 * gdb.texinfo: Clarify which remote debug protocol commands are
5657 required and which are optional.
5661 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
5663 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
5664 * annotate.texi: Update.
5668 * gdb.texinfo: Update dates, bump to Eighth Edition (note
5669 expectation of additional changes before release), update
5670 ISBN, add copy of top-level menu for @ifhtml, remove explicit
5671 node links, rephrase and/or shorten lines to fix formatting
5672 problem in both regular and @smallbook formats.
5673 * annotate.texi: Shorten lines in example, use smallexample
5674 consistently everywhere.
5675 * Makefile.in: Add comment about texinfo 4.0 html generation.
5676 (SFILES_INCLUDED): Add annotate.texi.
5680 * gdb.texinfo (Debugging Output): Added new section, documenting
5681 the "set/show debug" commands.
5685 * annotate.texi (Annotations): When GDBN omit @chapter and @node
5688 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
5689 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
5690 @chapter and @node entries.
5692 * gdb.texinfo: Link all top-level nodes.
5696 * Makefile.in (install-info): Create $(infodir) before installing
5702 * gdbint.texinfo : Added paragraphs about command deprecation.
5706 * gdb.texinfo: Add documentation for the apropos command.
5710 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
5714 * gdb.texinfo: Add white space to prevent overprinting in
5719 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
5725 * gdb.texinfo (main menu): Add Annotations.
5726 (File Options): Add @cindex entries for each command-line option.
5727 Document --epoch, --annotate, --async, --interpreter, --write,
5728 --statistics, and --version.
5730 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
5735 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
5739 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
5743 * Makefile.in (diststuff): New target.
5747 * agentexpr.texi: Fix wording regarding Intel's IA-64
5748 architecture. [From Jim Wilson.]
5752 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
5753 (Delete Breaks): Mention range arguments.
5754 (Disabling): Likewise.
5758 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
5762 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
5767 * gdb.texinfo: Clarify regular expressions used in rbreak.
5771 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
5772 MEMORY_REMOVE_BREAKPOINT): Document.
5776 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
5777 offset re-using the DATA offset instead.
5781 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
5786 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
5789 * gdb.texinfo: Various minor wording and formatting improvements,
5790 mentions of additional command-line options.
5794 * gdb.texinfo: Document additional forms of specifying section
5795 names and addresses for the add-symbol-file command.
5799 * gdbint.texinfo: Fix typo, add the word "have".
5803 * gdbint.texinfo (Target Architecture Definition): Document the
5804 SKIP_PERMANENT_BREAKPOINT macro.
5808 * gdb.texinfo: Fiks speling errers.
5810 * gdb.texinfo: Fix uses of @multitable.
5813 * gdb.texinfo: Include details specific to DOS host, clarify
5814 some confusing language, fix @ref/@xref/@pxref usages, add
5815 comments about using with optimization, add more indexing,
5816 fix info about disassembly-flavor.
5820 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
5821 SKIP_SOLIB_RESOLVER): Define.
5825 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
5830 * gdb.texinfo: Create a new "Configurations" chapter with
5831 platform-specific info, inline remote.texi and move sections of it
5832 into the new chapter, move bits about info proc, heuristic search,
5833 and register stack into the new chapter.
5834 * remote.texi: Remove, now part of gdb.texinfo.
5835 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
5839 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
5840 GDB_TARGET_IS_MACH386): These kludges have gone away.
5844 * gdbint.texinfo (Target Architecture Definition): Mention
5849 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
5850 surrounding text to fit HP-UX bits into general info.
5851 (HPPA-cfg.texi): Remove, no longer useful.
5853 * gdb.texinfo: Remove explicit links from @node lines, remove
5854 HP-added "Detailed Node Listing" from main menu which confuses
5858 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
5859 in description of `set environment'.
5863 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
5867 * gdbint.texinfo (Breakpoint Handling): Add missing words.
5871 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
5872 watch, awatch, and rwatch. Explain why the latter two cannot be
5873 set as software watchpoints. Document that watchpoints for local
5874 variables are deleted when the debuggee terminates.
5878 * remote.texi (Protocol): Further clarification of the "qRcmd"
5879 packet. Allow E.. response packet. "qRcmd" packet is no longer
5884 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
5885 * gdb.texinfo: Ditto.
5889 * gdb.texinfo (KOD): New node.
5893 * remote.texi (Rcmd): Fix minor formatting typos.
5897 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
5902 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
5907 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
5911 * remote.texi (Communication Protocol): ``v'' is in use. Fix
5912 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
5913 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
5914 packets that are not supported on all hosts. Expand examples.
5919 * Makefile.in: Recognize html, install-html. Add targets
5920 to build HTML versions of documentation via texi2html.
5924 * gdbint.texinfo (Testsuite): New chapter, information about the
5929 * remote.texi (Communication Protocol): Rewrite.
5933 * stabs.texinfo: Fix uses of xref.
5937 * gdbint.texinfo: Add an anti-printf exhortation, and update the
5938 info about patch submission.
5943 * gdb.texinfo: Document Chill support.
5947 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
5948 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
5949 Document that the value should be greater-than or equal-to zero.
5950 (NO_STD_REGS): Document. Deprecate.
5954 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
5955 Document that these are not used.
5959 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
5963 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
5964 numargs was dropped.
5968 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
5972 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
5977 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
5978 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
5982 * gdbint.texinfo: Fix typos: $ -> @.
5986 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
5987 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
5988 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
5993 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
5994 CALL_DUMMY_STACK_ADJUST): Document.
5998 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
5999 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
6003 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
6008 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
6009 nearly all @ifset/@ifclear conditionals; nobody uses them, and
6010 they make the manual source incomprehensible.
6011 * h8-cfg.texi: Remove, hasn't been used in years.
6015 * gdb.texinfo: Update the credits.
6019 * gdb.texinfo: Fix mistakes noticed in printout of last
6020 draft, add Alpha to discussion of heuristic fence post.
6024 * gdb.texinfo, remote.texi: Many changes; update to Seventh
6025 Edition, merge some HP changes into mainline, describe some
6026 previously undocumented features, describe more of the target
6027 commands available, eliminate obsolete section on renamed
6029 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
6033 * gdb.texinfo: Make many HPPA conditionals unconditional,
6034 including catchpoint description, since now on for all configs.
6035 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
6040 * Makefile.in (GDBvn.texi): Fix match expression to work with
6041 current format of VERSION in gdb/Makefile.in.
6042 * gdb.texinfo: Fix node ref to match new readline.
6046 * gdb.texinfo: Changes made as part of a project to merge in
6047 changes made by HP. Documentation makes extensive use of
6048 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
6049 on remote debugging. There are differences in documentation
6050 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
6051 the HP manual discusses catchpoints, hardware watchpoints, and
6052 some HPUX specific limitations for shared library support.
6054 There are also a number of @node changes.
6058 * gdbint.texinfo (Formatting): Disambiguate a sentence.
6063 The following changes were made by Edith Epstein
6067 * HPPA-cfg.texi: new file.
6069 * all-cfg.texi: set HPPA for HP PA-RISC targets.
6071 * refcard.tex: change documentation about catch.
6076 * gdbint.texinfo: Expand on GDB's coding standards,
6077 specify the use of arg names with prototypes.
6081 * gdb.texinfo: Fix tipo.
6085 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
6086 TARGET_BYTE_ORDER_SELECTABLE_P.
6090 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
6094 * agentexpr.texi: New file.
6096 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
6098 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
6102 * remote.texi: Changed wording that implied that the GDB remote
6103 protocol caches register values instead of GDB itself.
6107 * gdbint.texinfo: Add some info about symbol readers.
6108 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
6109 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
6110 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
6111 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
6113 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
6115 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
6119 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
6121 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
6123 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
6124 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
6128 * gdbint.texinfo: Fix minor typos.
6132 * gdbint.texinfo: Complete overhaul. Group descriptions more
6133 logically, add more info on generic algorithms, remove much
6134 obsolete and/or wrong material.
6138 * stabs.texinfo (Method Type Descriptor): Expand and correct.
6142 * refcard.tex: Copyright, address updates.
6146 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
6147 for the edition instead of confusing GDB-version-like numbers.
6151 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
6155 * LRS: Reformat a bit to keep text under 80 columns.
6159 * gdb.texinfo: Add some credits, mention bug monitor.
6160 * remote.texi: Mention mips monitor targets.
6161 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
6165 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
6166 files, finish sorting of host vs target vs native macros, describe
6171 * gdbint.texinfo (Host Conditionals): Document change from
6172 using NO_MMALLOC to it's inverse, USE_MMALLOC.
6176 * gdbint.texinfo (Host Conditionals): Document
6177 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
6181 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
6182 Document LSEEK_NOT_LINEAR.
6186 * stabs.texinfo (Stab Section Basics): Make it clear that only
6187 some versions of the GNU linker remove the leading N_UNDF symbol.
6191 * stabs.texinfo (String Field): Document type number pairs here,
6192 instead of in the Sun specific section.
6193 (Include Files): The GNU linker supports the N_BINCL
6194 optimization. Clarify the N_BINCL value, and what it is used
6196 (Procedures): Document N_FUN with an empty string to mark the end
6198 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
6199 (Sun Differences): Remove this node, as the information is now
6200 elsewhere in the main document.
6201 (Stab Section Basics): Mention that the GNU linker may optimize
6202 stabs and remove the leading N_UNDF symbol.
6206 * gdb.texinfo, refcard.tex: Restore author credit
6210 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
6211 documentation to account for START and END macros taking
6217 * gdb.texinfo (Frames): Fix typo.
6221 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
6222 a target_signal as arg type, not a pid.
6226 * gdb.texinfo: Document `set assembly-language'.
6230 * remote.texi: Update list of stubs in the GDB distribution.
6234 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
6235 Also document that some systems can use mmalloc but must define
6236 this if their C runtime allocates memory that is later freed.
6237 (MMCHECK_FORCE): Document new macro.
6241 * remote.texi: Add documentation for target Sparclet.
6245 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
6246 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
6247 * configure.in: Rewritten for autoconf.
6252 * Makefile.in (DVIPS): New define, set to dvips.
6253 (dvi): Add stabs.dvi.
6255 (all-doc): Depend on info, dvi, and ps targets.
6256 (STAGESTUFF): Add *.ps and *.dvi files.
6257 (clean-info, clean-dvi): Remove.
6258 (mostlyclean): Does not depend upon clean-info or clean-dvi,
6259 rules completely rewritten.
6260 (maintainer-clean): Remove clean-info and clean-dvi
6261 dependencies and put their actions in the rules.
6262 (gdb.ps): New target
6263 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
6264 intermediate TeX files, whether they have 2 or 3 character
6266 (gdbint.ps): Add target and rules.
6267 (gdb-internals): Delete unused target.
6268 (Makefile): Depends upon config.status also.
6272 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
6278 * gdb.texinfo (Expressions): Fix erroneous array constant example.
6282 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
6286 * gdb.texinfo (Print settings): Document
6287 `set/show print static-members' commands.
6291 * gdbint.texinfo (Native): Document name change, coredep.c to
6296 * stabs.texinfo (Include Files): Document the values the SunOS4
6297 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
6301 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
6306 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
6311 * Makefile.in (maintainer-clean): New target, synonym for
6316 * Update all FSF addresses except those in COPYING* files.
6321 * gdb.texinfo (convenience variables): Document $_exitcode.
6322 (quit): Document optional expression to use as exit code.
6326 * gdb.texinfo, remote.texi: Brought up to date with various
6331 * gdb.texinfo: Update dates and versions, fix comments about
6332 hardware watchpoints in future releases and about the
6333 sharedlibrary command.
6337 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
6338 C_FUN stab. Other cleanups.
6342 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
6347 * annotate.texi: Clarify which addresses have differing formats
6348 depending on the language and which do not.
6352 * remote.texi (NetWare): Changed example to use BOARD= instead of
6353 NODE= argument to reflect correspoding change to gdbserve.nlm.
6357 * stabs.texinfo (Negative Type Numbers): Mention the fact that
6358 GDB, as well as AIX dbx, supports the size type attribute.
6362 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
6366 * gdb.texinfo (Define): Document $arg0... arguments to commands,
6367 and new 'if' and 'while' commands.
6371 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
6375 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
6376 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
6377 NetWare targets. Mostly stolen from the Server node.
6381 * gdb.texinfo (Setting): Talk about the language of a source file
6382 versus the working language. The old documentation did not match
6387 * stabs.texinfo (Source Files): Document N_SO used to mark the end
6392 * gdb.texinfo (Processes): New node.
6396 * remote.texi: Update documentation of set/show mipsfpu.
6400 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
6401 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
6405 * gdbint.texinfo: Removed mentions of some incorrectly placed and
6406 obsolete conditionals, described some others.
6410 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
6411 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
6415 * gdbint.texinfo: Put regex conditionals in their own table.
6419 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
6420 described or fixed the descriptions of many others.
6424 * gdb.texinfo: Add some more credits.
6425 * gdbint.texinfo: Capitalize GDB consistently, describe some
6426 macros and remove some.
6430 * gdbint.texinfo: Removed mentions of many incorrectly placed and
6431 obsolete conditionals, described some others.
6435 * gdb.texinfo (help targets): Changed to `help target', which
6436 is the correct gdb command.
6440 * annotate.texi (TODO): New node, for keeping track of annotations
6441 suggested but not yet implemented.
6445 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
6446 another symbol, it is not the address itself.
6450 * stabs.texinfo (Stab Section Basics): Add comment about alignment
6451 of stabs-in-coff sections.
6455 * annotate.texi: Change edition to 0.5 and date to May 1994.
6457 (Frames): New node, for frame annotation.
6458 (Displays): New node, for display annotation.
6460 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
6461 when waiting for your program to stop.
6465 * annotate.texi (Breakpoint Info): Document annotation of header
6466 fields and record annotation.
6470 * annotate.texi: New file, to document annotations.
6474 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
6475 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
6479 * stabs.texinfo (Stab Section Basics): Say what is in .stab
6480 section, and say n_strx field is compilation unit relative.
6481 * stabs.texinfo: Don't use @code for a.out when it is the name of
6482 an object file format.
6486 * gdb.texinfo: Refer to file names, not path names, per rms
6488 (Arguments): Fix typo.
6492 * stabs.texinfo (Global Variables): Talk about stabs in files
6493 where variables are referenced, but not defined.
6497 * stabs.texinfo: Move stuff on @ and # type descriptors from node
6498 Cplusplus to new nodes Member Type Descriptor and Method Type
6499 Descriptor. Re-write stuff for #.
6503 * gdb.texinfo (Print Settings): Don't document "set print
6504 fast-symbolic-addr off". The bug which it worked around was fixed
6505 on 25 Feb 94 in coffread.c, so I'm nuking the command.
6507 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
6510 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
6514 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
6515 references to ieee-float.c.
6519 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
6520 match what the code actually does.
6524 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
6528 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
6533 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
6534 well as for ELF and SOM. Unify the descriptions of ELF and SOM
6535 as "stabs in sections" rather than just saying "ELF and SOM".
6536 Also make that stuff apply to COFF.
6540 * gdb.texinfo (Formatting Documentation): Change GhostScript to
6545 * gdb.texinfo (Continuing and Stepping): When talking about "step"
6546 versus functions without line numbers, also mention stepping into
6547 them as well as "step" when you are in them. Tell the user how to
6548 deal with the situation. Add comment about "debugging information".
6552 * stabs.texinfo (Enumerations): Document restriction on where
6553 enumeration types can appear and still win with GDB.
6557 * stabs.texinfo (Negative Type Numbers): Document format for type
6562 * gdb.texinfo (Selection, Frame Info): Update information about
6563 arbitrary frame specficiations.
6567 * gdb.texinfo, remote.texi: general editing pass prior to Net release
6571 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
6575 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
6579 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
6580 Differences node to Statics node.
6581 (Statics): Discuss XCOFF use of V symbol descriptor.
6583 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
6588 * gdb.texinfo (Print Settings): Document `set print
6589 fast-symbolic-addr' and improve the doc for some other
6594 * stabs.texinfo (String Field): Talk about defining several type
6596 Fix lint regarding changing node ELF Transformations to
6597 ELF and SOM Transformations.
6601 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
6605 * stabs.texinfo (Cross-References): `::' is for nested types only
6607 (Structures): Document static members.
6611 * stabs.texinfo: Document S type attribute.
6615 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
6619 * gdbint.texinfo: Fix a few typos.
6623 * gdb.texinfo, remote.texi: formatting improvements
6625 * gdb.texinfo (New Features): mention threads.
6626 (Summary, C): fix xrefs in newly contributed text.
6627 (Threads): index entries, clarifications, example
6628 (passim): minor typos fixed, phrasing improvements
6630 * remote.texi (Bootstrapping): rephrase text on ^C and add index
6631 entries; (Server): explain use of gdbserver w/real-time systems,
6632 add example of conflicting TCP port; (MIPS Remote) break up
6633 running text into table, highlighting commands, and add example.
6637 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
6641 * stabs.texinfo (Nested Symbols): New node.
6642 (String Field, Symbol Descriptors, Cross-References): Refer to it.
6646 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
6647 to picking which Bbss.bss symbol to use, and (because there seems to
6648 be no good way of doing it) re-write some of the text to make it
6649 sound like Bbss.bss isn't such a great idea after all (as currently
6652 * gdb.texinfo (C): In addition to saying people have to use g++ for
6653 good results, say they have to use stabs. Specifically say cfront
6655 (Summary): Merge in information on Modula-2, Pascal, and Chill from
6656 the gdb README. Add xrefs to places where the support for the various
6657 languages is described in detail.
6661 * stabs.texinfo: Clean up stuff about visibility and virtual
6664 * stabs.texinfo (N_M2C): Cite Sun doc.
6668 * gdb.texinfo: updates re threads.
6669 * remote.texinfo: avoid index entries starting with digits.
6673 * stabs.texinfo (Enumerations): Talk about large, negative and
6674 octal values. Clean up cross reference to type attributes.
6675 (String Field): Say that GDB 4.11 supports size attribute.
6679 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
6680 is a mandatory step. Make the stuff about that more concise.
6684 * stabs.texinfo (Class Names): New node.
6686 * gdb.texinfo (Command Files): Explain order of init file reading.
6688 * remote.texi (Bootstrapping): Talk about getting the serial driver
6689 to deal with ^C sent by gdb to stop the remote system.
6693 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
6695 * libgdb.texinfo (Defining Commands): made the DOC arg
6696 to gdb_define_app_command a char * instead of char **
6697 per a suggestion from kingdon.
6699 * libgdb.texinfo: total rewrite from a different starting
6704 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
6705 floats passed as doubles (to improve clarity).
6709 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
6711 * a4rc.sed: update to work with Andreas Vogel papersize params
6713 * refcard.tex: use Andreas Vogel simplifications of papersize
6714 params; remove useless version info; update copyright date.
6718 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
6722 * gdb.texinfo (Files): Say what address the load command loads it at.
6724 * stabs.texinfo (Common Blocks): Minor cleanups.
6726 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
6727 that Sun has backed away from the linker kludge and thus the relevant
6728 issue is changes to the SunPRO tools, not the Solaris linker.
6730 * stabs.texinfo (Traditional Integer Types): Clean up description
6731 of octal bounds a little bit. Document extra leading zeroes.
6735 * gdb.texinfo (Signaling): Update for symbolic symbol names
6736 and add a section explaining the difference between the GDB
6737 signal command and the shell kill utility.
6741 * libgdb.texinfo: added `@' to braces that were unescaped.
6745 * libgdb.texinfo: new file. Spec for the gdb library.
6749 * stabs.texinfo (Include Files): Fix typo (start -> end).
6753 * gdb.texinfo, remote.texi: assorted small improvements, mostly
6754 from Melissa at FSF's editing pass.
6758 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
6759 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
6760 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
6764 * remote.texi (Bootstrapping): Discuss 386 call gates.
6768 * stabs.texinfo (Based Variables): New node.
6772 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
6773 names, sizes, and formats to suggest how not to lose.
6777 * stabs.texinfo (Methods): Fix typo.
6781 * gdb.texinfo: Fix a few typos.
6785 * gdb.texinfo: Clarify how well it works with Fortran.
6787 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
6788 More on relocating stabs in ELF files.
6792 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
6796 * stabs.texinfo (Local Variable Parameters): Talk about nameless
6801 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
6805 * stabs.texinfo: Make info author notice match the TeX author notice.
6809 * stabs.texinfo: Initial-caps all words in node names and
6810 non-trivial words in section names.
6814 * stabs.texinfo: Many minor cleanups.
6816 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
6820 * stabs.texinfo: Remove full description of big example.
6821 It's not really helpful; just use pieces of it where appropriate.
6822 Add more Texinfo formatting directives (@samp, etc.).
6823 Use @deffn to define stab types.
6824 Eliminate some wordiness. Break up some nodes.
6825 Add an (alphabetized) index of symbol types.
6826 Use consistent capitalization style in node and section names.
6830 * gdb.texinfo: Change typo "Two two" to "The two".
6834 * stabs.texinfo (XCOFF-differences): Remove references to
6835 non-existent types N_DECL and N_RPSYM.
6837 * stabs.texinfo (String Field): Say that type attributes bug is
6838 fixed in GDB 4.10, since it is.
6840 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
6844 * stabs.texinfo: Formatting cleanups.
6848 * stabs.texinfo: When explaining the n_type of a stab, standardize
6849 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
6851 (Global Variables): Clean up.
6855 * stabs.texinfo (Stack Variables): Re-write.
6859 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
6860 addresses of a source file. Also revise formatting.
6861 Change "object module" or "object file" to "source file".
6862 Various: Miscellaneous cleanups.
6866 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
6870 * gdbint.texinfo: Removed many nonsensical machine-collected
6871 host and target conditionals, described some of the remainder.
6875 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
6877 * gdbint.texinfo (Top): Add name to @top line, and re-write the
6878 paragraph which follows.
6880 * gdbint.texinfo (Host): Use @code not @samp for Makefile
6881 variables. Looks better and avoids overful hbox.
6885 * stabs.texinfo (Procedures): Improve stuff on nested functions.
6889 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
6894 * gdbint.texinfo: Update statement about `some ancient Unix
6895 systems, like Ultrix 4.0' to Ultrix 4.2.
6897 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
6899 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
6901 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
6903 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
6904 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
6906 * remote.texi: new name for former gdbinv-s.texi
6908 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
6912 * gdbinv-s.texi: Documented timeout and retransmit-timeout
6913 variables for MIPS remote debugging protocol.
6917 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
6921 * Makefile.in (refcard.dvi): Use srcdir where necessary.
6925 * gdb.texinfo: repair conditional bugs in text markup
6929 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
6930 to select Modula-2 material.
6934 * stabs.texinfo: Cleanups regarding statics.
6936 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
6937 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
6941 * stabs.texinfo: N_MAIN is sometimes used for C.
6945 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
6949 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
6950 removed from the code by Kingdon.
6954 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
6955 input when evaluating breakpoint conditions; the bug has been fixed.
6957 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
6958 sets the ignore count to N-1, not to N.
6962 * refcard.tex (\hoffset): correct longstanding error to match
6963 intended offset; avoids cutting off edge on some printers
6967 * stabs.texinfo (Parameters): Say that order of stabs is significant.
6971 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
6975 * Makefile.in: (REFEDITS) new var to control whether PS or CM
6976 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
6977 collect sed edits if any, apply to refcard before formatting;
6978 (refcard.ps) stop implying PS fonts if PS output requested;
6979 (lrefcard.ps) delete extra target for variant PS fonts
6981 * refcard.tex: parametrize papersize dependent info, collect
6982 in easily replaced spot
6984 * a4rc.sed: new file, edits to refcard for A4 paper
6988 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
6992 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
6996 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
6997 politely rather than rudely.
7001 * stabs.texinfo: Document common blocks.
7005 * stabs.texinfo: Add some basic info about stabs-in-elf.
7009 * stabs.texinfo (Top): Minor cleanup.
7011 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
7013 * Makefile.in (install-info): remove parentdir support
7017 * gdb.texinfo (Copying): delete this node and references to it;
7018 RMS says this manual need not carry GPL. (passim): Improvements
7019 from last round at FSF, largely due to Ian Taylor review, and
7020 minor formatting improvements.
7022 * gdbinv-s.texi (passim): Improvements from last round at FSF,
7023 largely due to Ian Taylor review. (Debug Session): minor edits to
7028 * Makefile.in (realclean): Remove info and dvi files too.
7032 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
7033 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
7034 * gdb.texinfo: Change accordingly.
7036 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
7037 N_{L,R}BRAC,N_SLINE are relative to.
7041 * Makefile.in (GDBvn.texi): Update atomically.
7045 * gdbinv-s.texi (Debug Session): Document exceptionHook.
7049 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
7050 addresses together. Also motivate the set print symbol-filename
7051 command and suggest other solutions.
7055 * gdb.texinfo (set print elements): Note that the number of
7056 elements is set to unlimited by "set print elements 0".
7060 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
7062 (Stab Types): Include Solaris stab types.
7063 (Procedures): Document Solaris extensions.
7067 * gdb.texinfo: Add `set print symbol-filename' doc.
7071 * stabs.texinfo (Arrays): Talk about type definition vs. type
7074 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
7075 the trailing semicolon.
7079 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
7080 and merge in other parts of the document addressing these subjects.
7081 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
7083 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
7084 at the end of a range type.
7086 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
7091 * stabs.texinfo (Stabs Format): Misc fixes.
7095 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
7096 (Traditional builtin types): Document convex convention for long long.
7097 (Negative builtin types): Discuss type names, and misc fixes.
7101 * stabs.texinfo (Builtin Type Descriptors): Document the floating
7102 point types used with @samp{R} type descriptor.
7103 (Symbol Descriptors): Describe how to handle conflict between
7104 different meanings of @samp{P} symbol descriptor.
7108 * stabs.texinfo: Remove node Quick Reference and put its children
7109 directly under the main menu.
7111 * stabs.texinfo: Many more changes to bring it into line with
7112 AIX documentation and reality. I think it now has all the
7113 information from the AIX documentation, except that I burned
7114 out when I got to variant records (Pascal and Modula-2) and
7115 all the COBOL types. Oh well, we can add them later when we're
7116 worrying more about those languages.
7118 * stabs.texinfo (Automatic variables): Talk about what it means
7119 to omit the symbol descriptor.
7123 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
7124 gcc2 behavior with promoted args.
7128 * gdb.texinfo: include readline appendices in info version of manual
7132 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
7135 * gdb.texinfo (Machine Code): more index entries for disassemble
7139 * Clarify the intended use of the gdb-testers and gdb-patches
7140 mailing lists, and shrink gzip comment.
7144 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
7145 DOSHOST configuration of manual.
7147 * gdb.texinfo (MIPS Stack): new node.
7149 * all-config.texi (MIPS) new switch.
7151 * gdbinv-s.texi (Nindy Options) Remove two instances of future
7152 tense; (MIPS Remote) new node.
7154 * gdb.texinfo (passim) rephrases to work around makeinfo @value
7155 bug; (Environment) less passive, other small cleanups in text about
7156 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
7157 (Remote) new MIPS Remote menu entry.
7161 * stabs.texinfo: Many changes to include information from the
7164 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
7168 * gdbint.texinfo (new node Debugging GDB, elsewhere):
7169 Move a bunch of information from ../README.
7170 (Getting Started): New node.
7174 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
7176 * gdb.texinfo: advance manual revision dates to present
7178 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
7179 stop using silly Roman numerals in @set variable names
7183 * stabs.texinfo (Parameters): Keep trying to get this right.
7187 * stabs.texinfo (Parameters): More on "local parameters".
7191 * stabs.texinfo (Parameters): Re-do "local parameters" section.
7195 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
7196 (Parameters): Rewrite.
7197 (xcoff-differences, Sun-differences): Minor changes.
7201 * stabs.texinfo: Minor cleanup.
7205 * gdbint.texinfo: Minor xcoff stuff.
7209 * gdbint.texinfo: Update for new config directory structure.
7210 Add info about internal type data structures.
7214 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
7216 (gdb-config.texi): Depend on file in $(srcdir).
7220 * stabs.texinfo: Fixes about N_SO.
7224 * gdb.texinfo: include list of nonstandard init file names
7226 * *-config.texi: new switch GENERIC for text that applies *only*
7227 to (usual) multiple-target version of manual
7229 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
7232 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
7233 in menus (rather than conditionally selected multiple alternative
7236 * Makefile.in: define and use DOC_CONFIG var to select
7237 configuration for GDB user manual.
7239 * gdb-config.texi: delete from repository, generate from Makefile.
7241 * all-config.texi: normal `generic' configuration file, formerly
7242 stored as gdb-config.texi
7244 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
7246 * Makefile.in: add dvi target to build all .dvi files
7250 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
7254 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
7256 * stabs.texinfo: More array fixes inspired by Jim's.
7260 * stabs.texinfo: Fixes re arrays and continuations.
7262 * gdbint.texinfo: Add XCOFF node.
7266 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
7270 * stabs.texinfo: Fix for array types to mention lower bounds.
7274 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
7278 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
7282 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
7287 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
7291 * gdb.texinfo, gdbinv-s.texi: misc updates
7295 * gdbint.texinfo: Brief documentation for longjmp support,
7296 from an email msg by Stu.
7300 * stabs.texinfo: Fix description of floating point "range"
7301 types (which really define basic types). Reported by Jim Meehan,
7304 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
7308 * gdbint.texinfo: Slightly expand section on supporting a new
7313 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
7318 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
7322 * gdbinv-s.texi: z8000 simulator target name is just "sim"
7324 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
7329 * gdbint.texinfo: Add sections on clean design and on how to send
7334 * gdbint.texinfo: Add how to declare the result of make_cleanup.
7338 * gdb.texinfo: Fix typo, reported by Karl Berry.
7342 * gdb.texinfo: Add opcodes dir to GDB distribution description.
7344 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7346 * gdbint.texinfo: fixed a stray email address (needs @@),
7347 added @table @code to node "Native Conditionals"
7351 * gdbint.texinfo: Describe coding style of GDB.
7355 * stabs.texinfo: Minor wording changes.
7359 * gdbint.texinfo: Improve release doc slightly.
7363 * gdbint.texinfo: Improve doc of GDB config macros.
7367 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
7368 These will be reinserted when examined.
7372 * gdbint.texinfo: Make a start at documenting all the #if macros
7373 in GDB. At least list them all, and start separating them into
7374 host-specific and target-specific.
7378 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
7379 examples (not consistent w others).
7380 gdb.texinfo: issue disclaimer paragraph on cmdline options only
7381 for generic vn of doc
7385 * Makefile.in: always create installation directories.
7389 * gdb.texinfo: in h8 config, do not describe searching commands.
7393 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
7394 conditionals; introduce a few generic switches that may be
7395 useful for other cross-dev or dos-hosted configs.
7397 * gdb.texinfo: fix typo in "info reg" description
7401 * stabs.texinfo: Minor updates from running TeX over it.
7402 * Makefile.in (stabs.dvi, stabs.ps): Add.
7406 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
7407 First pass at converting it to texinfo.
7411 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
7412 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
7416 * gdbint.texinfo: Add section on partial symbol tables.
7418 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
7420 * gdb.texinfo: document `set remotedebug' and `set
7421 rstack_high_address'.
7425 * gdb.texinfo: slight expansion of new text on reading info files
7426 * gdbinv-s.m4.in: correct and expand info on cross-debugging
7429 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
7431 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
7433 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
7435 * gdb.texinfo: Say how to read the `info' files.
7439 * Makefile.in: gm4 -> m4.
7441 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
7443 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
7444 Documentation' ahead of `Installing GDB' to match README.
7445 Update shared library doc, -readnow and -mapped, and directory
7446 structure (add glob and mmalloc). Update configure doc.
7450 * Makefile.in: remove $(srcdir) from gdb.info rule.
7454 * Makefile.in: commented out gdb-all.texinfo rule. This is
7459 * Makefile.in, configure.in: removed traces of namesubdir,
7460 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
7461 copyrights to '92, changed some from Cygnus to FSF.
7463 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
7465 * gdb.texinfo: Improve how we ask for bug reports.
7467 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
7469 * Makefile.in: infodir belongs in datadir.
7471 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
7473 * Makefile.in: remove spaces following hyphens, bsd make can't
7474 cope. install using INSTALL_DATA. added clean-info. added
7475 standards.text support.
7477 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
7479 * Makefile.in: idestdir and ddestdir go away. Added copyrights
7480 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
7481 and mandir now keyed off datadir by default.
7488 version-control: never