3 * gdb.texinfo (Files): Document basenames-may-differ.
7 * gdb.texinfo (Shell Commands): Document "!".
12 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
13 needed to get shorter fast tracepoints.
14 (Tracepoint Packets): Document new qTMinFTPILen packet.
18 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
19 behavior of tracepoint.
20 (General Query Packets): New feature InstallInTrace.
21 (Remote Configuration): Document "set remote
22 install-in-trace-packet".
26 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
27 Add arguments to info macro.
31 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
33 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
34 (Macros): Add a footnote.
35 (C): Remove paragraph about compiler options.
36 (C Constants): Mention wide character and string constants.
37 (C Plus Plus Expressions): Update compiler option advice. Mention
38 using declarations. Mention ADL. Remove old HP compiler
44 * gdb.texinfo (Print Settings): Add an extra note about the need
49 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
50 "set mips abi" documentation.
54 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
58 * gdb.texinfo (Stopping): Add menu entry.
59 (Continuing and Stepping): Restore @node. Use @section, not
64 * gdb.texinfo (Skipping Over Functions and Files): Remove node
65 designation. Fix "Specify Location" cross-reference.
69 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
70 (General Query Packets): Describe tracenz feature.
71 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
75 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
79 * gdb.texinfo ((Frames In Python): Document
80 gdb.FRAME_UNWIND_FIRST_ERROR contant.
84 * gdb.texinfo (gdb.types): Document new deepitems function.
90 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
97 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
98 global_block, static_block function.
102 * gdb.texinfo (Commands In Python): Add missing "@"s.
106 PR python/13285 Document named constants for frame unwind stop reasons
107 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
112 Fix compatibility with texinfo versions older than 4.12.
113 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
114 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
115 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
116 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
117 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
118 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
119 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
123 * gdb.texinfo (Extending GDB): Document alias command.
127 Support @entry in input expressions.
128 * gdb.texinfo (Variables): Describe @entry names suffix.
129 (Print Settings): Add anchor for `set print entry-values'.
134 Display @entry parameter values (without references).
135 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
137 (Print Settings): New description of set print entry-values and show
143 Recognize virtual tail call frames.
144 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
145 (Tail Call Frames): New node.
146 (Frames In Python): Add gdb.TAILCALL_FRAME.
150 * gdb.texinfo (gdb.printing): Document new `replace' arg to
151 register_pretty_printer.
158 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
163 * gdb.texinfo (Starting your Program): "set disable-randomization"
164 is no longer Linux-specific.
165 (Remote Configuration): Document "set remote
166 disable-randomization-packet".
167 (General Query Packets): Document "QDisableRandomization" packet
168 and add it to "qSupported" list.
172 Allow Python notification of new object-file loadings.
173 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
178 PR python/12691: Add the inferior to Python exited event
179 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
183 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
188 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
189 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
190 as possible feature returned by the `-list-features'
195 * gdb.texinfo (gdb.Type): Document field access by dictionary
200 * gdb.texinfo (Files): Update options for `add-symbol-file'.
201 Add one space after option `-s'. Remove @r{} markup.
205 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
209 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
210 to *(unsigned char *)$esp@300.
214 * gdb.texinfo: Make style of Python functions and methods match
215 the syntax of Python. Also put class and module names explicitly
216 on function, member, and variable names, matching Python
217 documentation conventions.
221 PR Python/12692 Add gdb.selected_inferior() to Python interface.
222 * gdb.texinfo (Inferiors In Python): Describe new
223 gdb.selected_inferior() function.
227 Handle multiple breakpoint hits in Python interface:
228 * gdb.texinfo (Events In Python): New function documentation:
229 gdb.BreakpointEvent.breakpoints. Indicate that
230 gdb.BreakpointEvent.breakpoint is now deprecated.
234 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
238 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
242 * gdb.texinfo (Prompt): Add set/show extended-prompt
244 (Basic Python): Add prompt_hook anchor.
245 (Python modules): Reword module text to reflect multiple modules.
246 (gdb.prompt): Document gdb.prompt module.
250 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
254 * gdb.texinfo (Standard Target Features): Document C6x features.
255 (TIC6x Features): New node.
259 * gdb.texinfo (Symbols In Python): Document symbol.type.
263 * gdb.texinfo (Python): Document command and function
269 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
270 typedefs unrolling. Extend the sample code by an inner typedef and
271 outer typedefs unrolling.
275 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
281 * gdb.texinfo (Macros): Add info definitions and info macros commands.
282 Update text and cindex entries for info macro command.
286 * observer.texi (GDB Observers): Add before_prompt observer.
287 * gdb.texinfo (Basic Python): Add documentation for prompt
293 * gdb.texinfo (Python Commands): Add deprecate note to maint
294 set/show python print-stack. Document set/show python
297 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
299 * gdb.texinfo: Fix typos.
303 * gdb.texinfo (Debugging Output): Document set debug
308 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
309 breakpoint-notifications feature.
313 * gdb.texinfo (Target Description): Remove warning about
314 possibly unstable format.
318 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
319 (Events In Python): Note that exit_code is optional.
323 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
324 required for multi-threading support.
325 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
326 Hc are deprecated for multi-threading debugging. Point readers at
331 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
335 * gdb.texinfo (Threads): Document $sdir,$pdir.
336 (Server): Document $pdir exception.
338 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
340 * gdb.texinfo (Threads): Clarify default value for
341 libthread-db-search-path.
343 * gdb.texinfo (Completion): Update example.
344 (Debugging Output): Delete `set/show debug lin-lwp-async'.
348 * gdb.texinfo: Document change in the behaviour of the enable and
349 disable GDB commands when applied to tracepoints.
350 Document the EnableDisableTracepoints remote stub feature.
351 Document QTEnable and QTDisable in the list of tracepoint packets.
355 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
357 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
358 comment to hsuser.texi. Change rluser.texi name in the comment.
362 * gdb.texinfo (Threads): If an empty path is provided for
363 libthread-db-search-path it is reset to its default value.
368 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
373 Implement support for PowerPC BookE masked watchpoints.
374 * gdb.texinfo (Set Watchpoints): Document mask parameter.
375 (PowerPC Embedded): Mention support of masked watchpoints.
379 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
384 * gdb.texinfo (titlepage): Remove dedication.
385 (In Memoriam): New appendix.
390 * gdb.texinfo (Index Section Format): Change the version to 5.
391 Describe the different formula.
396 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
397 for disconnected tracing.
398 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
399 extended-remote relationship. Mention --once.
400 (TCP port allocation lifecycle of @code{gdbserver}): New.
404 * gdb.texinfo (Server): Improve indexing. Index all optional
405 switches to gdbserver.
409 * gdb.texinfo (Index Section Format): New node.
410 (Top): Add new node to menu.
414 * gdb.texinfo (Maintenance Commands): Document `maint print
419 * gdb.texinfo (Trace File Format): Move node later.
423 * gdbint.texinfo (Register Information Functions): Remove
425 * gdb.texinfo (Emacs): Remove duplicate "to".
426 (GDB/MI Variable Objects): Remove duplicate "the".
427 (General Query Packets): Likewise.
431 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
432 "GDB/MI Ada Exception Information" node.
436 * gdb.texinfo (GDB/MI Ada Exception Information): Document
437 the "exception-name" field in the *stopped async record.
442 Implement support for PowerPC BookE ranged breakpoints.
443 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
447 * gdb.texinfo (Set Tracepoints): Fix typo.
451 * gdb.texinfo (Specify Location): Document `function:label'
458 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
462 * gdb.texinfo (Blocks In Python): Add is_valid method description.
463 (Inferiors In Python): Likewise.
464 (Threads In Python): Likewise.
465 (Symbols In Python): Likewise.
466 (Objfiles In Python): Likewise.
467 (Symbol Tables In Python): Likewise.
471 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
472 display>: Explain that the commands accept number ranges.
476 * gdb.texinfo (Breakpoints In Python): Add description and example
477 of Python stop function operation.
481 * gdb.texinfo (Parameters In Python): Document get_set_string and
482 get_show_string methods.
486 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
488 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
489 circular-trace-buffer name.
493 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
494 in the previous change.
498 * gdb.texinfo (Inferiors and Programs): Update commands to show
499 that they can accept multiple arguments.
503 Revert the following patch (code patch was not approved):
505 * agentexpr.texi (bytecode descriptions): add printf.
506 * gdb.texinfo (tracepoint action lists): add printf.
510 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
514 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
515 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
516 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
520 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
521 Clarify behaviour of lookup_symbol when `block' argument is omitted,
522 add description of result, fix @defun formatting.
526 * agentexpr.texi (Bytecode Descriptions): Add printf.
527 * gdb.texinfo (Tracepoint Action Lists): Add printf.
531 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
535 * gdb.texinfo (threads): Document argument for "info threads" cmd.
536 Document new command "thread find".
540 * gdb.texinfo (Threads): Update example of new thread message.
544 * gdb.texinfo (Remote Configuration): Mention set/show remote
546 (Tools/Packages Optional for Building GDB): Mention that expat is
547 used for traceframe info.
548 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
549 (General Query Packets) <qSupported>: Describe the
550 qXfer:traceframe-info:read feature.
551 (qXfer::read): Describe qXfer:traceframe-info:read.
552 (Traceframe Info Format): New section.
556 * gdbint.texinfo (Formatting): Mention some formatting guidelines
557 for casts and unary operators.
561 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
566 * gdb.texinfo: s/value optimized out/optimized out/g
570 * gdb.texinfo (Other Misc Settings): Rework part of the
571 documentation of the "set interactive mode" command.
575 * gdb.texinfo (Threads): Document thread name output and `thread
577 (Threads In Python): Document Thread.name attribute.
578 (GDB/MI Thread Commands): Document thread attributes.
582 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
583 changes in mi/mi-cmd-disas.c
587 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
588 Fix "thread apply" text.
593 Implement support for PowerPC BookE ranged watchpoints.
594 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
595 the "set powerpc exact-watchpoints" flag.
599 * gdb.texinfo (Python API): Add descriptions to @menu items.
603 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
607 * gdb.texinfo (Debugging Output): Document "set debug jit".
612 * gdb.texinfo (Frames In Python): Document various frame
617 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
618 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
619 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
623 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
624 (clean): Add GDBvn.texi.
628 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
629 occasional case where the debugger prints an array address
630 instead of the array itself.
634 * gdb.texinfo (Packets) <read registers packet>: Document support
635 for registers that were not collected.
639 * gdb.texinfo (Startup): Document auto-loading of scripts during
641 (Auto-loading): Delete "maint set python auto-load on|off".
642 Add "set auto-load-scripts on|off".
646 * gdb.texinfo (Mode Options): Document -data-directory.
647 (Data Files): Add reference to -data-directory.
651 * gdb.texinfo (Pretty-Printer Introduction): Change
652 printer-name:subprinter-name to printer-name;subprinter-name.
658 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
662 * gdb.texinfo (Top): Check SYSTEM_READLINE.
664 (Command History): Likewise.
665 (TUI Keys): Likewise.
666 (Bug Reporting): Conditionally include rluser.texi and
668 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
669 (GDB_DOC_SOURCE_INCLUDES): Add comment.
670 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
671 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
673 (gdb.info): Likewise.
674 (gdb/index.html): Likewise.
678 * Makefile.in (Makefile): Run ../config.status.
681 * configure.ac: Remove.
685 * gdb.texinfo (Basic Python): Update. Add xref.
686 (Exception Handling): Document new exception classes.
687 (Types In Python): Update.
688 (Frames In Python): Update.
692 * gdb.texinfo (Breakpoints In Python): Document "internal"
693 parameter, and visible attribute.
697 * gdb.texinfo (Source Path): Document "set directories".
701 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
702 (OpenCL C): New node.
706 * gdb.texinfo (Pretty Printing): Expand into three sections,
707 introduction, example, and commands.
708 (Python API): Delete section Disabling Pretty-Printers, merge into
709 Selecting Pretty-Printers.
710 (Writing a Pretty-Printer): New section. Move the pretty-printer
711 example here, and reformat to match python coding style. Add a second
712 example using the gdb.printing module.
713 (Python modules): Add gdb.printing.
717 * gdb.texinfo (Python): Fix long line.
721 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
722 All references updated. Correct sections marked as subsections.
723 (Coding Standards): New chapter. Move the coding standard related
724 subsections here. Add section on Python coding standards.
728 * gdb.texinfo (Python): Add "Python modules".
729 (Types in Python): Add reference to gdb.types section.
730 (Python modules): New node.
734 * gdb.texinfo (Values From Inferior): Add reference to "Types in
735 Python" from gdb.Value.type description.
739 * gdb.texinfo (Ravenscar Profile): New node.
743 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
747 * gdb.texinfo (Values From Inferior): Clarify that
748 value.dynamic_type works only in C++ programs with RTTI.
752 * gdb.texinfo (Character Sets): Correctly reference host-charset
757 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
758 Document "fullname" and "from".
762 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
763 feature `reverse' output by -list-target-features.
767 * gdb.texinfo (i386 Features): Remove an extra "@item".
772 * gdb.texinfo (Values From Inferior): Document dynamic_type.
776 * gdb.texinfo (ARM Features): Document
777 org.gnu.gdb.arm.m-profile.
782 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
783 reinterpret_cast methods.
788 * gdb.texinfo (Types In Python): Document array method.
792 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
796 * gdb.texinfo (Set Watchpoints): Document -location option.
800 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
804 * gdb.texinfo (GDB/MI Data Manipulation): Document
805 -data-read-memory-raw and -data-write-memory-raw.
810 * gdb.texinfo (Basic Python): Describe post_event API.
814 * gdb.texinfo (Basic Python): Describe solib_address and
815 decode_line Python APIs
819 * gdb.texinfo (Pretty Printing API): Document
820 gdb.default_visualizer.
824 Revert gdb-add-index addition:
825 * gdb.texinfo (Index Files): Don't document gdb-add-index.
830 * gdb.texinfo (Mode Options) <-batch>
831 (Basic Python) <gdb.execute>: Describe setting width and height.
835 * gdb.texinfo (Threads): Document 'debug libthread-db'.
839 * gdb.texinfo (Index Files): Mention gdb-add-index.
843 * gdb.texinfo (Inferiors and Programs): Update the introduce of
844 "detach inferior" and "kill inferior".
848 * gdb.texinfo (Machine Code): Update description of two forms of
849 arguments, and add new example to demonstrate the new form.
853 * gdb.texinfo (Values From Inferior): Add value inferior function
858 * gdb.texinfo (Active Targets): Fix wrong comma placement.
863 Make core files the process_stratum.
864 * gdb.texinfo (Active Targets): Remove core_stratum. Include
865 record_stratum example.
869 * gdb.texinfo (Index Files): New node.
873 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
877 * gdb.texinfo (Specify Location): Document labels.
881 * gdb.texinfo (Create and Delete Tracepoints): Add more index
882 entries for fast tracepoints and static tracepoints.
886 * gdb.texinfo (General Query Packets) <qfThreadInfo,
887 qsThreadInfo>: Spell out `l' as ell.
891 * gdb.texinfo (Convenience Variables): Document $_sdata.
892 (Commands to Set Tracepoints): Describe static tracepoints. Add
893 `Listing Static Tracepoint Markers' menu entry. Document
895 (Tracepoint Action Lists): Document collecting $_sdata.
896 (Listing Static Tracepoint Markers): New subsection.
897 (Tracepoints support in gdbserver): Mention static tracepoints.
898 (remote packets, enabling and disabling): Mention
900 (General Query Packets) <qSupported>: Document qXfer:sdata:read
901 and StaticTracepoint.
902 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
903 Document qXfer:sdata:read.
904 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
908 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
914 * gdb.texinfo (Inferiors In Python): New node.
915 * gdb.texinfo (Threads In Python): New node.
919 * gdb.texinfo (Python): Document what the python directory is
920 and what its location is.
921 (Basic Python): Document the gdb.PYTHONDIR constant.
926 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
930 * gdb.texinfo: (Commands for Controlled Output): Add
931 documentation for command "eval".
935 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
936 * annotate.texinfo: Ditto.
937 * gdbint.texinfo: Ditto.
938 * stabs.texinfo: Ditto.
942 * gdb.texinfo: (Process Record and Replay): Add documentation
943 for command "set record memory-query".
947 * gdb.texinfo: Relicense under GFDL version 1.3.
948 * annotate.texinfo: Relicense under GFDL version 1.3.
949 * gdbint.texinfo: Relicense under GFDL version 1.3.
950 * stabs.texinfo: Relicense under GFDL version 1.3.
951 * fdl.texi: Update to version 1.3.
955 * gdb.texinfo (Operating System Auxiliary Information): Describe
956 "info os" when no arguments given.
958 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
963 * gdb.texinfo: (Process Record and Replay): Add documentation
964 for commands "record save" and "record restore".
968 * gdb.texinfo: Include information about the correct use
969 of addresses in the `watch' command.
973 * gdb.texinfo (Observer Mode): New section.
974 (General Query Packets): Document QAllow.
978 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
982 * gdbint.texinfo (Coding): Add subsection on command names.
986 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
991 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
992 gdbserver, and add cross reference.
993 (Tracepoints support in gdbserver): New subsection.
997 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
998 `qRelocInsn' feature.
999 (Relocate instruction reply packet): New subsection
1000 of `Tracepoint Packets'.
1001 (Tracepoint Packets): Mention that packets QTDP and QTStart
1002 support the qRelocInsn request, and add cross reference to new
1007 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
1008 (Commands In Python): Document gdb.string_to_argv.
1012 * gdbint.texinfo (Host Definition): Remove items NORETURN and
1019 * gdb.texinfo (Parameters In Python): New Node.
1023 * gdb.texinfo: (Summary) Add mention about D language support.
1024 (Filenames): Add D suffixes.
1029 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
1030 of macro deleted from GDB code.
1034 * gdb.texinfo (Commands to specify files): Describe what how GDB
1035 looks up DOS-based filesystem paths on the system root. Document
1036 the new `set/show target-file-system-kind' commands.
1040 * gdb.texinfo (Python): Move Auto-loading section here ...
1041 (Python API): from here.
1042 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
1043 (Maintenance Commands): Add docs for "maint print section-scripts".
1047 * gdb.texinfo (Setting Breakpoints): Added description of
1048 filename-qualified rbreak.
1049 * refcard.tex (Breakpoints and Watchpoints): Added brief
1050 description of filename-qualified rbreak.
1054 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
1055 (Python API): Change the reference to Pretty Printing API.
1056 (Pretty Printing): Move the user part under the Data node. Reformat
1057 the sample output to 72 columns. Create a new reference to Pretty
1058 Printing API. Rename the API part ...
1059 (Pretty Printing API): To a new node name.
1060 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
1061 (GDB/MI Variable Objects): Change references to Pretty Printing API.
1065 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
1067 (Listing Tracepoints): Update to reflect current behavior.
1071 * gdb.texinfo (Examining memory): Update for change in string
1072 display with explicit size.
1076 PR breakpoints/8554.
1078 * gdb.texinfo (Save Breakpoints): New node.
1079 (save-tracepoints): Rename to ...
1080 (save tracepoints): ... this. Mention that `save-tracepoints' is
1081 a deprecated alias to `save tracepoints'.
1085 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
1086 (info w32 thread-information-block): Document new command.
1087 (qGetTIBAddress): Document new gdbserver query.
1088 (maint set/show show-all-tib): Document new command.
1092 * gdb.texinfo (Python API): Add progspaces section.
1093 (Selecting Pretty-Printers): Progspace pretty-printers are
1095 (Progspaces In Python): New section.
1097 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
1101 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
1106 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1107 Describe the `frames-created' field, tweak grammar.
1111 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1112 Describe the `circular' and `disconnected' fields.
1116 * gdb.texinfo (maint print registers): Mention unavailable and
1117 invisible registers.
1123 * gdb.texinfo (Breakpoints In Python): New Node.
1127 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
1128 trace status fields.
1132 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
1133 optional. Make org.gnu.gdb.i386.avx requires
1134 org.gnu.gdb.i386.avx.
1138 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
1139 search path, and document that gdb only scans the search path if
1140 the script's path doesn't specify a directory.
1144 * gdb.texinfo (maint show python auto-load): Fix typo.
1148 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
1149 (Setting Watchpoints): Update description of "info watch".
1150 (Disabling Breakpoints): Only "info break" lists all.
1152 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
1153 (tdump): Explain how tdump works.
1157 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
1158 add cross reference.
1162 * gdb.texinfo (TUI Commands): Mention that in some cases, these
1167 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
1171 * gdb.texinfo (General Query Packets): Add xmlRegisters.
1176 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
1178 (Set Tracepoints): Remove mention that conditional tracepoints
1180 (Tracepoint Actions): Clarify when while-stepping collection
1181 happens, note that while-stepping does not automatically collect
1186 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
1187 (General Query Packets): Describe TracepointSource.
1191 * gdb.texinfo (ARM): Document arguments to "target sim".
1192 (Set Catchpoints): Use @dots{} instead of @r{...}.
1196 * gdb.texinfo (Tracepoint Packets): Remove mention that
1197 terror:string may be plain text, and drop mention of X prefix.
1201 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
1205 * gdb.texinfo (Tracepoint Packets): Document trace error status.
1209 PR breakpoints/9352:
1210 * gdb.texinfo (Break Commands): Update.
1214 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
1219 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
1220 circular-trace-buffer.
1221 (Tracepoint Packets): Describe QTBuffer, and details of the
1227 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
1228 doing instruction stepping.
1229 (Tracepoint Restrictions): New node.
1233 * gdbint.texinfo (Symbol Handling): Update.
1238 * gdb.texinfo (Mode Options): Mention lack of pagination and
1239 confirmation with --batch.
1240 (Screen Size): Mention --batch.
1241 (Messages/Warnings): Likewise.
1245 * gdb.texinfo (Basic Python): Document target_charset and
1246 target_wide_charset.
1250 * gdb.texinfo (Data): Link to pretty-printing.
1251 (Output Formats): Likewise. Correct text.
1255 * gdb.texinfo (Types): Describe <struct> and <flags>.
1259 * gdb.texinfo (Frames In Python): Add block parameter and
1260 description to read_var text.
1265 * gdb.texinfo (Types In Python): Describe block argument in
1266 template_argument and gdb.lookup_type.
1270 * gdb.texinfo (Cygwin Native): Fix typo.
1274 * gdb.texinfo (Frames In Python): Add block, find_sal, function
1275 and select method descriptions.
1276 (Python API): Add Blocks In Python, Symbols in Python and Symbol
1277 Tables in Python to menu.
1278 (Blocks In Python): New node.
1279 (Symbols In Python): New node.
1280 (Symbol Tables in Python): New node.
1287 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
1290 * gdb.texinfo (GDB/MI Command Syntax): Document notification
1292 (GDB/MI Program Execution): Document current behaviour of
1293 --all and --thread-group.
1294 (GDB/MI Miscellaneous Commands): Document -add-inferior and
1296 * observer.texi (inferior_added, inferior_removed): New
1301 * gdbint.texinfo (Getting Started): Fix @node.
1302 (Debugging GDB): Likewise.
1306 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
1307 documenting the gdb_test_timeout variable.
1311 * gdb.texinfo (MI commands): Added documentation of --reverse
1312 option to a set of MI commands. Restructured documentation of MI
1313 commands --exec-continue to reflect the complexity of reverse
1318 * gdb.texinfo (Using the Collected Data): Specify that the address
1319 range of `tfind outsize' is exclusive, and that the address range
1320 of `tfind range' is inclusive.
1321 (Tracepoint Packets): Specify that the address range of
1322 `QTFrame:range' is inclusive, and that the address range of
1323 `QTFrame:outside' is exclusive
1327 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
1331 * gdb.texinfo (Debugging Output): Document set debug parser and
1336 * gdb.texinfo (Predefined Target Types): Add i387_ext,
1337 i386_eflags and i386_mxcsr.
1341 * gdb.texinfo: Document i386 target features.
1345 * gdbint.texinfo (Testsuite): Add a new section to document the
1346 various DejaGnu variables that may be overridden.
1347 Document INTERNAL_GDBFLAGS.
1352 * gdb.texinfo (Files): -readnow comes before the filename for file
1357 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
1358 Document ARM breakpoint types.
1359 (Register Packet Format): Move into the new section.
1360 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
1364 * gdb.texinfo (File Options): Adjust the documentation of this
1365 switch to refer to the "source" command rather than partially
1366 duplicating some of the relevant information.
1367 (Extending GDB): Introduce and document the set/show script-extension
1369 (Command Files): Add note explaining that the "source" command
1370 is also used to evalute scripts written in other languages.
1371 Remove the short slightly incorrect reference to sourcing Python
1373 (Python Commands): Document how to execute a Python script from GDB.
1377 * gdb.texinfo (Command Files): Fix typo.
1381 * gdb.texinfo (File Options): Document -x on .py files.
1382 (Command Files): Document handling of Python scripts.
1386 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
1390 * gdb.texinfo (Trace Files): New section.
1391 (Tracepoint Packets): Document QTSave and qTBuffer.
1392 (Trace File Format): New appendix.
1396 * gdb.texinfo (Values From Inferior): Document lazy_string value
1398 (Python API): Add Lazy strings menu item.
1399 (Lazy Strings In Python): New node.
1403 * gdb.texinfo (GDB/MI Thread Information): New.
1404 (GDB/MI Async Records): Document the core field in *stopped.
1405 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
1407 (Process list): Document that osdata document may contain
1409 (Remote Serial Protocol): Document qXfer:threads.
1413 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1414 disconnected tracing.
1415 (Tracepoint Packets): Document new protocol.
1419 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
1421 (Tracepoint Packets): Describe remote protocol for fast
1426 Update the "Start of New Year Procedure".
1427 * gdbint.texinfo: Add the list of files that need to be updated
1428 manually. Minor reformatting.
1432 * refcard.tex: Update copyright year in header and text.
1436 * agentexpr.texi: Add 2010 to the list of copyright years.
1437 * annotate.texinfo: Likewise.
1438 * gdb.texinfo: Likewise.
1439 * gdbint.texinfo: Likewise.
1440 * observer.texi: Likewise.
1441 * stabs.texinfo: Likewise.
1445 * gdb.texinfo (Tracepoint Actions): Describe teval.
1449 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
1453 * gdb.texinfo (Trace State Variables): New section.
1454 (Tracepoint Packets): Describe trace state variable packets.
1455 * agentexpr.texi (Bytecode Descriptions): Describe trace state
1460 * gdb.texinfo (Symbols): "info variables" prints definitions, not
1465 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
1466 -gdb-exit behaviour.
1470 * gpl.texi: Update to version 3 of the GPL.
1474 * Makefile.in: Update copyright header.
1475 * observer.texi: Fix the copyright header of the generated files.
1479 * gdb.texinfo (Types In Python): Describe range function.
1483 * gdb.texinfo (Types In Python): Describe "is_base_class".
1487 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
1491 * observer.texi: New memory_changed observer.
1495 * gdb.texinfo (Reverse Execution): Fix typo.
1501 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
1502 are allowed after the breakpoint condition.
1507 * gdb.texinfo (Types In Python): Document Type.pointer.
1511 * gdb.texinfo (Machine Code): Adjust.
1515 * agentexpr.texi (Tracing On Symmetrix): Delete section.
1516 (Using Agent Expressions): Delete cross reference.
1520 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
1521 and @settitle directives up to help makeinfo find them.
1525 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
1526 (Auto-loading): Use plural and note one can use multiple components now.
1530 * gdb.texinfo (GDB/MI Stack Manipulation): Make
1531 -stack-list-arguments have the same documentation for parameter
1532 as -stack-list-locals. Add comas.
1539 * gdb.texinfo (Values From Inferior): Document cast method.
1543 * gdb.texinfo (Machine Code): Mention function name in disasssembly
1548 * gdb.texinfo (Process Record and Replay): Document new form of
1549 info record command. Also document the new save and restore
1554 * gdb.texinfo (Machine Code): Mention current pc marker.
1560 * observer.texi (new_inferior): Rename to...
1561 (inferior_appeared): ... this.
1563 * gdb.texinfo (Inferiors): Rename node to ...
1564 (Inferiors and Programs): ... this. Mention running multiple
1565 programs in the same debug session.
1566 <info inferiors>: Mention the new 'Executable' column if "info
1567 inferiors". Update examples. Document the "add-inferior",
1568 "clone-inferior", "remove-inferior" and "maint info
1569 program-spaces" commands.
1570 (Process): Rename node to...
1571 (Forks): ... this. Document "set|show follow-exec-mode".
1575 * gdb.texinfo (ReverseStep): Show default as "unsupported".
1576 (ReverseContinue): Ditto.
1580 * gdb.texinfo (Server): Document libthread-db-search-path.
1584 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
1588 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
1589 (Embedded Processors): Add MicroBlaze.
1590 (MicroBlaze): New. Describe Xilinx MicroBlaze
1594 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
1598 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
1602 * observer.texi (solib_unloaded): Document explicitly the fact that
1603 this observer is called before the associated symbols are unloaded.
1607 * gdb.texinfo (GDB/MI Stack Manipulation): Document
1608 -stack-list-variables.
1612 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
1617 * gdb.texinfo (convenince variables): Mention
1618 $_siginfo could be empty.
1622 * gdb.texinfo (GDB/MI Variable Objects): Document
1623 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
1624 Expand -var-update documentation.
1628 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
1633 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
1637 * gdb.texinfo (qSupported): Mention new ReverseContinue and
1638 ReverseStep replies to the qSupported query.
1642 Add documentation for set/show interactive-mode.
1643 * gdb.texinfo (Other Misc Settings): New node.
1647 * gdb.texinfo (Caching Data of Remote Targets): Add note on
1648 non-stop mode's affect on remote caching.
1653 * gdb.texinfo (Caching Data of Remote Targets): Update text.
1654 Mark `set/show remotecache' options as obsolete.
1655 Document new `set/show stack-cache' option.
1656 Update text for `info dcache'.
1660 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
1661 (Files): Add note on new optional regex arg to `info sharedlibrary'.
1665 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
1670 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
1671 small example, and describe its columns. Replace "inferior-id" by
1676 * gdbint.texinfo (Releasing GDB): Point to
1677 README-maintainer-mode file for required autoconf version.
1678 * configure.ac: Do not substitute datarootdir, htmldir,
1679 pdfdir, docdir. Do not process --with-datarootdir,
1680 --with-htmldir, --with-pdfdir, --with-docdir.
1681 * configure: Regenerate.
1683 * configure: Regenerate.
1687 * gdb.texinfo: Add chapter on JIT interface.
1691 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
1692 confirmation request.
1696 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
1701 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
1706 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1707 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
1711 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1712 "set spu stop-on-load" and "show spu stop-on-load" commands.
1716 * gdb.texinfo (Target Descriptions): Document <compatible> element.
1720 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
1721 org.gnu.gdb.arm.neon.
1725 * gdb.texinfo (Target Description Format): Mention the new <osabi>
1727 (subsection OS ABI): New subsection.
1731 * gdb.texinfo (Tracepoint Conditions): New section.
1732 (General Query Packets): Describe ConditionalTracepoints.
1733 (Tracepoint Packets): Describe condition field.
1734 (Maintenance Commands): Describe maint agent-eval.
1735 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
1739 * gdb.texinfo (disassemble): Add a new modifier /r
1740 to "disassemble" command to make it print the raw instructions
1741 in hex as well as in symbolic form.
1745 * gdbint.texinfo (Testsuite): Document parallel make check.
1749 * gdbint.texinfo (Testsuite): Document test transcripts.
1753 * gdb.texinfo (Values From Inferior): Add length parameter
1758 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
1759 in -var-list-children. Fix example according to what the code
1764 * gdb.texinfo (Debugging multiple inferiors): Document the
1765 "inferior", "detach inferior" and "kill inferior" commands.
1766 (Debugging Programs with Multiple Processes): Adjust to mention
1767 generic "inferior" commands. Delete mention of "detach fork" and
1768 "delete fork". Cross reference to "Debugging multiple inferiors"
1773 * gdbint.texinfo (Item Output Functions): Update signature
1774 for ui_out_field_core_addr.
1778 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
1779 Update example code extrated from breakpoint.c.
1783 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
1785 (GDB/MI Symbol Query): Likewise.
1786 (GDB/MI File Commands): Likewise.
1787 (GDB/MI File Transfer Commands): Likewise.
1788 (GDB/MI Target Manipulation): Likewise.
1789 (GDB/MI Miscellaneous Commands): Likewise.
1793 * gdb.texinfo (Debugging Optimized Code): New chapter.
1794 (Compiling for Debugging): Reference it. Move some
1795 text to the new section.
1799 * doc/gdb.texinfo (Calling): Document
1800 set-unwind-on-terminating-exception usage.
1804 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
1809 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
1814 * gdbint.texinfo: Rename formal parameters to gdbarch function
1815 protoypes from "current_gdbarch" to "gdbarch".
1819 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
1823 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1825 (GDB/MI Variable Objects): Document -var-set-visualizer.
1829 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1831 (GDB/MI Variable Objects): Document -var-set-visualizer.
1837 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
1838 (Pretty Printing): New node.
1839 (Selecting Pretty-Printers): Likewise.
1840 (Python API): Update.
1841 (Output Formats): Document /r format.
1846 * gdb.texinfo (Types In Python): New node.
1847 (Values From Inferior): "type" is now an attribute.
1848 (Python API): Update.
1854 * gdb.texinfo: Add @syncodeindex for `tp'.
1855 (Python API): Update.
1856 (Auto-loading): New node.
1857 (Objfiles In Python): New node.
1861 * gdb.texinfo (Threads): Document libthread-db-search-path.
1865 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
1869 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
1870 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
1871 show show-debug-regs' docs.
1875 * gdb.texinfo (Process Record and Replay): Add description of
1880 * gdbint.texinfo (Adding support for debugging core files): New node.
1881 (Native Debugging): Remove the ``Native core file Support'' section.
1885 * gdb.texinfo (Process Record and Replay): Improve and clarify.
1891 * gdb.texinfo: (Process Record and Replay): Add documentation for
1892 process record and replay.
1896 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
1897 a new part on command-line defined macros.
1901 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
1902 clarify the wording.
1906 * gdb.texinfo (Data Files): New node.
1907 (GDB Files): Update menu.
1911 * gdbint.texinfo (Defining Other Architecture Features): Remove
1912 entry for PROCESS_LINENUMBER_HOOK.
1916 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
1920 * gdb.texinfo (disassemble-next-line): Set the default of
1921 disassemble-next-line to off.
1925 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
1926 --with-htmldir): New.
1927 * configure: Regenerate.
1928 * Makefile.in (datarootdir, docdir): Define.
1929 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
1930 instead of $(SET_TEXINPUTS).
1931 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
1932 gdbint.info instead of $(SET_TEXINPUTS).
1933 (gdbint/index.html): Use same -I options as for building
1935 (stabs.dvi, stabs.pdf): Use same -I options as for building
1936 stabs.info instead of $(SET_TEXINPUTS).
1937 (stabs/index.html): Use same -I options as for building
1939 (annotate.dvi, annotate.pdf): Use same -I options as for building
1940 annotate.info instead of $(SET_TEXINPUTS).
1941 (annotate/index.html): Use same -I options as for building
1946 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
1950 * gdb.texinfo (Source Path): Document --with-relocated-sources.
1955 * Makefile.in (MAKEHTML): Set to makeinfo --html.
1956 (MAKEHTMLFLAGS): Set to empty.
1957 (html__strip_dir): Define.
1958 (HTMLFILES): Define.
1959 (HTMLFILES_INSTALL): Define.
1960 (install-html): Copy new automake rule.
1961 (html): Depend on $(HTMLFILES).
1962 (gdb_toc.html): Rename to gdb/index.html.
1963 (gdbint_toc.html): Rename to gdbint/index.html.
1964 (stabs_toc.html): Rename to stabs/index.html.
1965 (annotate_toc.html): Rename to annotate/index.html.
1969 * Makefile.in: Set pdfdir and htmldir from configure
1971 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
1972 * configure: Regenerate.
1976 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
1977 This macro is no longer used.
1981 * gdb.texinfo (Character Sets): Document default character set.
1985 * gdbint.texinfo: Change server name from sources.redhat.com to
1986 sourceware.org throughout.
1990 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
1991 about a missing dot or coma after @xref.
1995 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
1996 example, and add a small explanation about it.
1997 (Print Settings): Change the documentation of the "set print
1998 frame-arguments" to reflect the fact that the default is now "scalars".
2002 * gdb.texinfo (Print Settings): Add kindex for command "set
2003 print frame-arguments".
2007 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
2009 (Set Breaks): Add reference to thread-specific and task-specific
2014 * gdb.texinfo (Ada Tasks): Remove the documentation about
2015 the "Running" state, as this state has been eliminated.
2016 Now all runnable tasks are shown as "Runnable".
2020 * gdb.texinfo (Tracepoints): Describe tracepoints as a
2021 special case of breakpoints.
2022 (Enable and Disable Tracepoints): Mention deprecation.
2023 (Listing Tracepoints): Update description and example.
2027 * gdb.texinfo (Frames in Python): New node.
2028 (Python API): Update.
2032 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
2033 from a method to an attribute.
2037 * gdb.texinfo (Values From Inferior): Document is_optimized_out
2042 * observer.texi (thread_exit): Add "silent" parameter.
2046 * observer.texi (about_to_proceed): New.
2050 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
2051 field throughout to handle types with spaces in them. Fix typos
2053 (Summary, Requirements, Contributors): New first chapter,
2054 "Summary" added, old Requirements section moved there, and new
2055 section, "Contributors" added.
2056 (Initializing a New Architecture, Register Representation)
2057 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
2058 (Porting gdb): These sections extended and updated.
2059 (Compiler Characteristics): This section (empty) deleted.
2060 (Defining Other Architecture Features): This section renamed and
2061 duplicate material removed from (formerly "Target Conditionals").
2062 Use braces {} in @deftypeXX type field throughout to handle types
2063 with spaces in them. Typos found by aspell fixed.
2065 * stack_frame.svg: New file, source of image for gdbint.texinfo.
2066 * stack_frame.pdf: Version of image for PDF output.
2067 * stack_frame.png: Version of image for HTML output and for Emacs.
2068 * stack_frame.txt: Version of image for Info output.
2069 * stack_frame.eps: Version of image for TeX DVI output.
2073 * gdb.texinfo (Character Sets): Fix last change.
2077 * gdb.texinfo (Values From Inferior): Fix optional arguments
2079 (Commands In Python): Adjust argument names of gdb.Command.__init__
2080 to what the function accepts as keywords.
2084 * gdb.texinfo (Convenience Vars): Document convenience functions.
2085 (Functions In Python): New node.
2086 (Python API): Update.
2090 * gdb.texinfo (Character Sets): Remove obsolete text. Document
2091 set target-wide-charset.
2092 (Requirements): Mention iconv.
2096 * gdb.texinfo: Change the introduce of "disassemble-next-line".
2100 * gdb.texinfo: Add documentation for disassemble-next-line.
2104 * gdb.texinfo (Commands In Python): Remove tindex entries.
2108 * gdb.texinfo (Returning): New description for missing debug info.
2112 * gdb.texinfo (Remote Configuration): Document query-attached.
2113 (General Query Packets): Document qAttached.
2117 * gdb.texinfo (Background Execution): Better describe the set
2118 target-async command.
2119 (Maintenance Commands): Delete description of the `maint set/show
2120 linux-async' and `maint set/show remote-async' commands.
2124 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
2129 * gdb.texinfo (GDB/MI Async Records): Document the
2130 =library-loaded and =library-unloaded notifications.
2134 * observer.texi (test_notification): New observer.
2138 * observer.texi: Add parameter 'print_frame' to normal_stop
2143 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
2144 (Commands In Python): Fix COMMAND_* constants in last change. Use
2145 @kbd for interactive input. Add cross-references and index
2150 * gdb.texinfo (Signals): Document $_siginfo.
2151 (Convenience Variables): Mention $_siginfo.
2152 (Remote Configuration): Document qXfer:siginfo:read,
2153 qXfer:siginfo:write packets, and the read-siginfo-object,
2154 write-siginfo-object commands.
2158 * gdbint.texinfo (Values): New chapter.
2162 * gdb.texinfo (Python API): Add entry for Commands In Python.
2163 (Commands In Python): New node.
2167 * gdb.texinfo (Values From Inferior): Document Value.string.
2171 * gdb.texinfo (Basic Python): Document execute's from_tty
2176 * gdb.texinfo (Basic Python): Document gdb.history.
2180 * gdb.texinfo (GDB/MI Thread Commands): Document the
2181 'current-thread-id' field. Remove the example with zero threads,
2182 since current GDB won't ever report that if there's inferior.
2186 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
2187 option to -break-insert.
2192 * gdb.texinfo (Startup): Document --with-system-gdbinit.
2193 (System-wide configuration): New section.
2198 * gdb.texinfo (Maintenance Commands): Document "maint set|show
2199 internal-error|internal-warning quit|corefile ask|yes|no".
2203 * gdb.texinfo (Using the `gdbserver' Program): Document
2208 * gdb.texinfo: Add nexti to list of commands that support
2209 background execution.
2213 * gdb.texinfo (Define, Hooks): Document prefix command support.
2218 Fixes for makeinfo --html.
2220 * annotate.texinfo: Use @copying and @insertcopying. Use
2221 @ifnottex in place of @ifinfo.
2222 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
2223 place of @ifinfo. Use @ifnotinfo for one index entry.
2224 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
2225 in place of @ifinfo.
2226 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
2227 in place of @ifinfo. Include contents at start unconditionally.
2231 * gdb.texinfo (General Query Packets): Remove @var{} around the
2232 "spu" literal string.
2236 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
2237 program may be running in another process" errors.
2238 * gdbint.texinfo (Native Conditionals): Delete
2239 ONE_PROCESS_WRITETEXT description.
2243 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
2244 emacs local variable to be placed at the end of the ChangeLog.
2245 Add server.c and gdbreplay.c to the list of files where the
2246 copyright year needs to be updated.
2250 * gdb.texinfo (Remote Configuration): Document new
2251 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
2256 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
2257 FETCH_INFERIOR_REGISTERS.
2258 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
2259 FETCH_INFERIOR_REGISTERS descriptions. Remove
2260 gdbarch_get_longjmp_target descrition, since already described in
2261 Target Conditionals. Move gdbarch_fp0_regnum description to ...
2262 (Target Conditionals): ... here.
2266 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
2268 (Additions to Ada): Likewise. Add the missing opening and closing
2269 parenthesis of the GDB prompt in one of the examples.
2273 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
2274 about the result of 'Address not being of type System.Address.
2275 This problem has been fixed a while ago.
2279 MI non-stop and multiprocess docs.
2281 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
2282 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
2283 Adjust documentation for *stopped, document =thread-created,
2284 =thread-exited, =thread-group-created and =thread-group-exited.
2285 (GDB/MI Thread Commands): Document the 'state' field in
2286 -thread-info output.
2287 (GDB/MI Program Execution): Mention --all and --thread-group
2289 (GDB/MI Variable Objects): Describe floating and fixed variable
2291 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
2295 * gdb.texinfo (Operating System Information): New appendix.
2296 (Operating System Auxiliary Information): Document 'info os processes'
2297 (Remote Configuration): Document 'osdata'
2298 (General Query Packets): Document qXfer:osdata:read.
2302 * gdb.texinfo (Darwin): Document Darwin specific features.
2306 * gdbint.texinfo (Target Conditionals): Extend the
2307 gdbarch_breakpoint_from_pc description.
2311 * gdb.texinfo (M68K Features): Fix typo.
2315 * gdb.texinfo (Symbols): Mention printing containing
2316 image name in "info symbol".
2317 (Maint translate-address): Likewise.
2321 * gdb.texinfo (Set Catchpoints): Remove the documentation of
2322 commands "catch load" and "catch unload".
2326 * gdb.texinfo (GDB/MI Async Records): Document
2331 * observer.texi (new_inferior, inferior_exit): New observers.
2335 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
2336 .mt files, TM_CLIBS or TM_CDEPS.
2337 (x86 Watchpoints): Don't mention TDEPFILES.
2341 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
2342 (Overview): Mention notifications and non-stop mode behavior.
2343 (Packets): Update documentation of ?, vAttach, vCont, and vRun
2344 with non-stop mode behavior. Add vStopped description.
2345 (Stop Reply Packets): Update list of packets that return
2346 stop replies. Mention non-stop behavior.
2347 (General Query Packets): Document QNonStop packet and associated
2348 qSupported query response.
2349 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
2351 (Notification Packets): New section.
2352 (Remote Non-Stop): New section.
2353 (File-I/O Overview): Mention non-stop behavior.
2358 * gdb.texinfo (displaced-stepping): Describe the auto mode
2359 setting, and say it's the default. This is now a mainstream
2360 setting instead of a maintenance setting.
2364 * observer.texi (thread_stop_requested): New.
2368 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
2369 (Patching): Replace incorrect usage of @samp by @kbd.
2373 * gdb.texinfo: Add documentation for reverse execution.
2378 * gdb.texinfo. (Values From Inferior): New subsubsection.
2382 * gdb.texinfo (set debug dwarf2-die): Document it.
2386 * gdb.texinfo (catch) [exception]: Document how to insert
2387 a breakpoint on user-defined exceptions when the exception
2388 name is identical to one of the language-defined ones.
2392 * gdb.texinfo (Macros): Remove text about stringification,
2393 varargs, and splicing.
2397 * gdbint.texinfo (Language Support): Remove text about omitting
2398 support for a language.
2402 * gdb.texinfo (info dcache): Update.
2406 * gdb.texinfo (Packets): Add info on thread-id syntax and
2407 multiprocess extensions.
2408 <D>: Document multiprocess form of packet.
2409 <H>: Use thread-id syntax.
2411 <vCont>: Likewise. Note this is required for multiprocess.
2412 <vKill>: New packet.
2413 (Stop Reply Packets) <T>: Use thread-id syntax.
2414 <W>: Document multiprocess form of reply.
2416 (General Query Packets) <qC>: Use thread-id syntax.
2417 <qfThreadInfo>: Likewise.
2418 <qGetTLSAddr>: Likewise.
2420 <qSupported>: Add "multiprocess" feature.
2421 <qThreadExtraInfo>: Use thread-id syntax.
2425 * gdb.texinfo (Inferiors): New section.
2429 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
2433 * gdbint.texinfo (Target Conditionals): Remove documentation
2434 for gdbarch_name_of_malloc.
2438 * gdb.texinfo (Interrupts): Mention TCP interface for
2443 * gdb.texinfo (Commands to Specify Files): Document "remote:"
2444 argument prefix to "set sysroot".
2448 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
2453 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
2454 for possible features of -list-features.
2458 * gdb.texinfo (Background execution): Adjust example
2459 (GDB/MI Miscellaneous Commands): Document -list-target-features.
2463 * doc/gdb.texinfo (PowerPC): Fix typo.
2464 (PowerPC features): Fix typo.
2468 * observer.texi (thread_ptid_changed): New.
2472 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
2473 (PowerPC features): Mention feature set for VSX registers.
2477 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
2478 the direct visibility of all names in user-written packages.
2482 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
2483 setting, and make it the default.
2484 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
2485 non-stop script example.
2489 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
2490 reference to the "Using Different Register and Memory Data
2491 Representation" section.
2495 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
2496 (Remote Protocol): Add Packet Acknowledgment to menu.
2497 (Overview): Mention +/- can be disabled, and point to new section
2498 where this is discussed in detail.
2499 (General Query Packets): Document QStartNoAckMode packet, and
2500 corresponding qSupported reply.
2501 (Packet Acknowledgment): New section.
2506 * gdb.texinfo (Threads): Move paragraph about automatic thread
2507 selection to All-Stop Mode subsection.
2508 (Thread Stops): Reorganize existing material into subsections.
2509 Add introductory blurb and menu.
2510 (Non-Stop Mode): New subsection.
2511 (Background Execution): New subsection.
2512 (Maintenance Commands): Add cross-references from async mode
2513 commands to the new Background Execution section.
2517 * gdb.texinfo (Extending GDB): New chapter.
2518 (Sequences): Demoted chapter, now a section under the new
2519 Extending GDB chapter.
2520 (Python): New section.
2524 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
2528 * gdbint.texinfo: General round of cleanup and minor
2530 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
2531 (Longjmp Support): Update description to reflect how it is done
2532 for targets without using native header.
2533 (Symbol Handling): Add a little more general explanation.
2534 (COFF, ELF): Mention stabs encapsulation.
2535 (DWARF 3): New section.
2536 (Adding a New Host): Scrub out some obsolete bits.
2537 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
2538 (Host Conditionals): Remove descriptions of NO_STD_REGS,
2539 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
2540 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
2541 SEEK_SET, STOP_SIGNAL, USG.
2542 (Raw and Virtual Register Representations): Ditto for
2543 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
2544 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
2545 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
2546 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
2547 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
2548 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
2549 DEPRECATED_REGISTER_VIRTUAL_SIZE,
2550 DEPRECATED_REGISTER_VIRTUAL_TYPE,
2551 DEPRECATED_USE_STRUCT_CONVENTION.
2552 Describe gdbarch_deprecated_fp_regnum.
2553 Update description of gdbarch_print_insn.
2554 (Adding a New Target): Scrub out obsolete bits.
2555 (Obsolete Conditionals): Remove entire section.
2559 * observer.texi (GDB Observers): Document new observers:
2560 breakpoint_created, breakpoint_deleted, breakpoint_modified,
2561 tracepoint_created, tracepoint_deleted, tracepoint_modified,
2562 architecture_changed.
2566 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
2567 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
2571 * observer.texi (GDB Observers): Remove obsolete comment.
2572 <executable_changed>: Remove argument.
2576 * gdb.texinfo (Macros): Update. Use @code rather than @command.
2580 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
2584 * gdb.texinfo (Starting): Document "set disable-randomization".
2588 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
2592 * gdb.texinfo (GDB/MI Target Manipulation): Add
2593 example of -target-attach.
2597 * observer.texi (target_resumed): New observer.
2598 * gdb.texinfo (GDB/MI Output Records): Document *running.
2602 * gdb.texinfo (Completion): Add field name example.
2606 * gdb.texinfo (GDB/MI Program Context): Added example
2611 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
2618 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
2620 * configure: Regenerate.
2621 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
2622 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
2623 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
2624 mailing-list-specific text about bug reporting unless
2629 * gdb.texinfo (-target-select): Remove reference to target async.
2630 (Maintenance Commands): Document "maint set/show remote-async".
2634 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
2635 in -target-file-get section.
2639 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
2640 killing the inferior when it is already debugging a process.
2644 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
2645 abbreviation for "finish".
2649 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
2653 * gdbint.texinfo (Target Conditionals): Delete entry for
2654 gdbarch_dwarf_reg_to_regnum.
2658 * gdb.texinfo: Document "find" command, qSearch:memory packet.
2662 * gdb.texinfo (disassemble): Document /m modifier.
2666 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
2667 will not report the time of commands that run the target.
2671 * gdb.texinfo (GDB/MI Output Records): Add
2676 * gdb.texinfo (GDB/MI Output Records):
2677 Document =thread-create and =thread-exited.
2681 * gdb.texinfo (GDB/MI Development and Front Ends):
2682 Remove mention of dmi-discuss.
2686 * observer.texi (thread_exit): New.
2690 * gdb.texinfo (Debugging Output): Document "set/show debug
2692 (Maintenance Commands): Document "maint set/show
2693 can-use-displaced-stepping".
2697 * gdb.texinfo (ARM): Document set/show arm fallback-mode
2698 and set/show arm force-mode.
2702 * gdbint.texinfo (Algorithms): Describe
2703 target_watchpoint_addr_within_range.
2707 * gdbint.texinfo (Stack Frames): New chapter.
2708 (Algorithms): Move Frames text to the new chapter.
2709 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
2710 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
2714 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
2715 output does not necessary include any tokens.
2719 * gdb.texinfo (Set SH Calling convention): New @item.
2720 (Show SH Calling convention): Ditto.
2724 * gdb.texinfo (Fortran Operators): Describe '%' operator.
2728 * gdb.texinfo (Set Breaks): Mention that multiple location
2729 breakpoints need line number info. Add index entries.
2733 * gdb.texinfo (Requirements): Add an optional requirement on
2735 * gdbint.texinfo (Debugging File Formats): Add new subsection for
2740 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
2741 sample output for 'stopped,reason="breakpoint-hit"' message.
2742 (GDB/MI Program Execution): Likewise.
2746 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
2747 -var-set-format. Add -f option to -var-evaluate-expression.
2751 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
2752 new node "Ambiguous Expressions". Replace references to this
2753 node by references to "Ambiguous Expressions" throughout.
2754 (Ambiguous Expressions): New node.
2758 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
2762 * gdb.texinfo (Debugging Output): Document
2763 "set/show debug lin-lwp-async".
2764 (Maintenance Commands): Document "maint set/show linux-async".
2768 * gdb.texinfo (Expressions): Update description of malloced arrays.
2772 * gdb.texinfo (Thread Commands): Document
2773 -thread-info. Remove -thread-list-all-threads.
2778 * gdb.texinfo (Library List Format): Update to mention the
2779 possibility to pass section addresses instead of segment
2784 * gdb.texinfo (Starting): Document "set exec-wrapper".
2785 (Server): Document gdbserver --wrapper.
2789 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
2790 unreadable memory. Delete obsolete SPARClite reference.
2794 * gdb.texinfo (Starting): Mention always-running targets.
2795 (Target Commands): Add an anchor for load.
2796 (Connecting): Explain continue instead of run.
2800 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
2804 * gdb.texinfo (Set Breaks): Revert description of Enb column of
2809 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
2810 killing the inferior when it is already debugging a process.
2814 * gdbint.texinfo (Build Script): New section. Mention new build script
2819 * gdb.texinfo (Help): Summarize 'info args' correctly.
2823 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
2824 available in PowerPC architecture.
2825 (Embedded Processors): Change node name of PowerPC item in menu.
2826 (PowerPC): Rename to...
2827 (PowerPC Embedded): this.
2828 (Architectures): Add new PowerPC item in menu.
2829 (PowerPC): New node.
2833 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
2838 * gdb.texinfo (Setting Catchpoints): Mention features
2839 supported on GNU/Linux.
2843 * gdb.texinfo (GDB/MI File Commands): Describe new output
2844 field for MI command -file-list-exec-source-file.
2848 * gdb.texinfo (Using the `gdbserver' Program): Add security
2849 warning. Rearrange into subsections and subsubsections. Document
2850 --multi and --debug. Correct --with-sysroot typo. Update --attach
2851 usage. Make load reference clearer. Document monitor exit.
2852 (Remote Configuration): Document set remote exec-file, attach-packet,
2854 (Packets): Document vAttach and vRun.
2858 * gdb.texinfo (Processes): Mention process command.
2859 detach-on-follow -> detach-on-fork.
2863 * gdbint.texinfo (Native Conditionals): Remove
2864 SHELL_COMMAND_CONCAT and SHELL_FILE.
2868 * gdb.texinfo (Specify Location): Improve wording.
2872 * gdb.texinfo (Threads): Document new "set print thread-events"
2873 and "show print thread-events" commands.
2877 * gdb.texinfo (Specify Location): New section.
2878 (Delete Breaks, Edit, Set Breaks): Remove description of
2879 locations. Instead, add a reference to "Specify Location".
2880 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
2881 (Symbols): Refer to "Specify Location" for the valid forms of
2882 linespecs and locations.
2886 * gdbint.texinfo (Target Conditionals): Replace the description of
2887 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
2891 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
2892 about &&var, which is rejected by the expression parser.
2896 * gdb.texinfo (Output): Update documentation on using printf with DFP
2901 * gdb.texinfo (C and C++): Add Decimal Floating Point format
2903 (Decimal Floating Point format): New subsubsection.
2907 * gdb.texinfo (File Options): Remove mention of the attempt to
2908 open a core file with the -p option. Don't list -c as a valid
2909 option to attach to a process.
2913 * gdbint.texinfo (Host Conditionals): Remove mention of
2914 ALIGN_STACK_ON_ENTRY.
2918 * gdbint.texinfo (Start of New Year Procedure): Add item
2919 describing how to update the source and documentation copyright
2924 * gdb.texinfo (Set Watchpoints): Integrate per-thread
2925 watchpoint explanation into the main description of the watchpoint
2926 command; update synopses of 'watch', 'rwatch', and 'awatch'
2931 * gdb.texinfo (Miscellaneous gdb/mi Commands):
2932 Document 'pending-breakpoints' feature of
2937 * gdb.texinfo: Add new parameter's description.
2941 * gdb.texinfo (Overview): Clarify run-length encoding
2942 example. Remove the restriction on "+" and "-" characters.
2946 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
2950 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
2951 the -f option for -break-insert, remove -r option,
2952 and clarify specification of location.
2956 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
2958 (Remote Debugging): Add File Transfer section.
2959 (Remote Configuration): Document Host I/O packets.
2960 (GDB/MI): Add GDB/MI File Transfer Commands section.
2961 (Host I/O Packets): New section in "Remote Protocol".
2962 (Packets): Add vFile.
2966 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
2967 breakpoints with multiple locations.
2968 (Breakpoint Menus): Improve wording.
2969 (Output): Fix last change.
2973 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
2977 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
2981 * gdbint.texinfo (Native Conditionals): Remove
2982 mention of CLEAR_SOLIB.
2986 * gdb.texinfo (Print Settings): Add documentation for "set/show
2987 print frame-arguments".
2991 * gdb.texinfo (Output): Update printf command's description.
2995 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
2996 powerpc soft-float".
3000 * gdb.texinfo (Files): Correct formatting. Mention Expat
3002 (Requirements for Building GDB): Expand the list of Expat
3004 (Library List Format, Memory Map Format): Mention Expat.
3005 (Target Descriptions): Update Expat wording.
3009 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
3010 Document that gdbarch_convert_register_p should return zero for no-op
3015 * gdbint.texi (Compiler Characteristics): Move documentation
3016 of set_gdbarch_sofun_address_maybe_missing back to ...
3017 (Target Conditionals): ... here to fix build break.
3021 * gdbint.texi (Target Conditionals): Remove documentation of
3022 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
3023 (Compiler Characteristics): ... documentation of
3024 set_gdbarch_sofun_address_maybe_missing.
3028 * gdbint.texinfo (Target Conditionals): Use
3029 frame_unwind_register_unsigned in examples instead of
3030 frame_unwind_unsigned_register.
3034 * gdb.texinfo (Predefined Target Types): Add int128
3036 (Standard Target Features): Add PowerPC features.
3040 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
3044 * gdbint.texi (Target Conditionals): Remove documentation
3045 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
3046 gdbarch_extract_return_value, and gdbarch_store_return_value.
3050 * gdbint.texi (Target Conditionals): Remove documentation of
3051 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
3055 * gdb.texinfo: Mention that inaccessible-by-default is on by
3060 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
3064 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
3065 multi-threaded watchpoints.
3066 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
3067 checked. Describe sticky notification. Expand description
3068 of steppable and continuable watchpoints.
3069 (Watchpoints and Threads): New subsection.
3073 * gdb.texinfo (Setting Breakpoints): Revise
3074 documentation for pending breakpoints. Document
3075 breakpoints with multiple locations.
3079 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3080 Document -list-features.
3084 * gdb.texinfo (Output): Spell out which features of C's printf are
3085 not supported by GDB's printf.
3086 (Separate Debug Files): More accurate wording regarding build ID
3087 and a reference to the ld manual rather than the Fedora wiki.
3092 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
3093 (Examining Memory): Update mentions of the 's' format.
3094 (Automatic Display): Likewise.
3098 * gdb.texinfo: Update the FSF's Back-Cover Text.
3103 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
3104 Fixed the ``build ID'' name. New binaries build instructions for the
3105 build ID inclusion. Explain how the commands are specific to the build
3110 * gdb.texinfo (Separate Debug Files): Fix last change. Add
3111 indexing for ``build ID'' support.
3115 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
3116 Enlisted BUILD ID to the debug file searching example.
3117 Included a BUILD ID `.note.gnu.build-id' section description.
3118 Updated/added the debug files splitting instructions for OBJCOPY.
3122 * gdb.texinfo (Variable Objects): Adjust docs
3123 for -var-info-expression and document
3124 -var-info-path-expression.
3128 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
3129 (title page): Include the dedication in the printed manual, as a
3130 separate page after the copyright notice.
3132 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
3133 don't break a @var across a line.
3137 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
3142 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
3143 in annotate.texinfo.
3144 (Command History): Link to new node.
3148 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
3152 * gdbint.texinfo (Target Conditionals): Fix last change.
3156 * gdb.texinfo: Replace following macros by their appropriate gdbarch
3158 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
3159 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
3160 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
3161 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
3162 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
3163 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
3164 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
3165 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
3166 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
3167 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3168 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
3169 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
3170 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3171 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
3172 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
3173 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
3174 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
3175 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
3176 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
3177 (SOFTWARE_SINGLE_STEP_P)
3179 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
3180 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
3182 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
3183 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
3184 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
3185 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
3186 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
3187 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
3188 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
3189 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
3190 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
3191 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
3193 (Converting an existing Target Architecture to Multi-arch): Remove
3196 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
3197 (gdbarch_addr_bits_remove): Add code example.
3199 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
3203 * gdb.texinfo (Remote Configuration): Document library-info-packet.
3204 Add other missing entries. Adjust the table size to fit.
3205 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
3206 stop reasons including the new "library" event.
3207 (General Query Packets): Adjust table widths for qSupported. Mention
3208 qXfer:libraries:read reply to qSupported and document the new packet.
3209 (Library List Format): New section.
3213 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
3215 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
3217 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
3221 * gdbint.texinfo (Register and Memory Data): Break sections
3222 into nodes and add a menu.
3226 * gdb.texinfo (Examining Memory): Document the new behaviour.
3230 * gdb.texinfo (Standard Target Features): Document
3235 * gdb.texinfo (General Query Packets): Document qOffsets changes.
3239 * gdb.texinfo (Target Description Format): Add version attribute
3244 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
3248 * gdb.texinfo (MIPS Features): New subsection.
3253 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
3254 and qXfer:spu:write packets and mention them under qSupported.
3259 * gdb.texinfo (Architectures): Add new SPU section to document
3260 Cell Broadband Engine SPU architecture specific commands.
3264 * gdb.texinfo (GDB/MI Variable Objects): Editorial
3269 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
3273 * gdb.texinfo (Overview): Doc fix.
3277 * gdb.texinfo (Remote Configuration): Document "set/show
3282 * gdb.texinfo (MIPS): Remove documentation for set mips
3283 saved-gpreg-size, show mips saved-gpreg-size, and set mips
3288 * all-cfg.texi (GDBTUI): New.
3289 * gdb.texinfo (Mode Options): Use GDBTUI variable.
3290 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
3291 (TUI Configuration): Edit to improve clarity and fix problems of
3292 both style and content.
3296 * observer.texi (GDB Observers): New observer "new_objfile".
3300 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
3304 * gdb.texinfo (GDB/MI Variable Objects): Document
3305 frozen variables objects.
3309 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
3310 (Character Sets, Caching Data of Remote Targets): Likewise.
3311 (Targets): Delete Remote node. Move its text...
3312 (Debugging Remote Programs): ...to here. Delete description
3313 of the "remote" command.
3314 (Remote configuration): Delete description of "set remotedevice"
3315 and "show remotedevice".
3316 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
3320 * gdb.texinfo (Contributors, Continuing and Stepping)
3321 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
3322 (General Query Packets, File-I/O Remote Protocol Extension)
3323 (Protocol Basics, The F Reply Packet, Write)
3324 (Protocol-specific Representation of Datatypes, Memory Transfer):
3325 Fix hyphenation, punctuation and grammar problems.
3326 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
3327 'section' instead of 'subsection' in the text.
3328 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
3329 (i386): Remove period from section name.
3330 (Installing GDB, Requirements, Running Configure, Separate Objdir)
3331 (Config Names, Configure Options): Use @file{configure}.
3335 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
3340 * gdbint.texinfo (SOM): Correct location of the SOM reader.
3344 * gdb.texinfo: Consistently capitalize all significant words in
3345 node names, chapter titles, section titles, and headings. Update
3346 cross references to match.
3347 (Starting and Stopping Trace Experiment): Make node name plural.
3348 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
3352 * gdb.texinfo (WinCE): Delete obsolete subsection.
3356 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
3357 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
3362 * gdb.texinfo (Startup): Delete references to some alternate
3364 (Thread): Remove LynxOS reference.
3365 (Tandem ST2000): Delete target-specific documentation.
3366 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
3367 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
3368 and GDB_OSABI_LYNXOS.
3372 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
3376 * gdbint.texinfo (Target Conditionals): Remove mention of
3377 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
3378 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
3382 * Makefile.in: Add "pdfdir" installation
3383 directory, PDFTEX macro, support for "install-pdf" target,
3384 and rules for making a pdf version of refcard.texi.
3385 * refcard.tex: Specify paper size for PDF output.
3389 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
3393 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
3394 (Source Path, Character Sets, Macros, Define)
3395 (GDB/MI Result Records, GDB/MI Simple Examples)
3396 (GDB/MI Program Execution, GDB/MI File Commands)
3397 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
3398 (Bug Reporting): Use @value{GCC}.
3402 * gdb.texinfo (Help): Fix formatting of examples.
3403 (Variables): Use @ifnotinfo instead of @iftex.
3404 (Non-debug DLL symbols): Use @ref instead of @pxref.
3405 (Sparclet File): Use @samp instead of quotes.
3409 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
3413 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
3414 the order of the nodes.
3415 (C Operators, C Constants, Debugging C): Remove extra menus.
3416 (Method Names in Commands): Do not specify next/prev/up nodes.
3420 * gdb.texinfo (File Options): Add missing parenthesis.
3421 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
3425 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
3429 * gdb.texinfo (Standard Target Features): Mention
3431 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
3435 * gdb.texinfo (Top): Put Appendix A after numbered sections.
3436 (Files): Add section name to argument list for pxref.
3437 (Non-debug DLL symbols): Don't use `see' for pxref.
3438 (Embedded Processors): Fix typo.
3439 (GDB/MI Breakpoint Commands): Execution commands generate
3444 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
3445 values for in_scope. Mention that only root variables can be
3447 (GDB/MI Development and Front Ends): Explain new values may be
3448 added to existing fields.
3452 * gdb.texinfo (-target-disconnect): Use @smallexample.
3453 (Requirements): Add anchor for Expat. Update description.
3454 (Target Descriptions): Mention Expat.
3455 (Target Description Format): Document new elements. Use
3457 (Predefined Target Types, Standard Target Features): New sections.
3458 * gdbint.texinfo (Target Descriptions): New section.
3462 * gdb.texinfo (Target Description Format): Add section on XInclude.
3466 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
3467 command -enable-timings.
3471 * gdbint.texinfo (Operation System ABI Variant Handling): Update
3472 descriptions for new/deleted elements in gdb_osabi. Add missing
3473 description for function generic_elf_osabi_sniff_abi_tag_sections.
3477 * gdb.texinfo (Maintenance Commands): Add documentation for
3478 the new "maint print target-stack" command.
3483 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3487 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
3488 Use @value{NGCC} instead of @value{GCC}.
3492 * agentexpr.texi: Fix typos.
3493 * annotate.texinfo: Likewise.
3494 * gdb.texinfo: Likewise.
3495 * gdbint.texinfo: Likewise.
3496 * observer.texi: Likewise.
3497 * stabs.texinfo: Likewise.
3501 * gdbint.texinfo (Support Libraries): Remove mmalloc
3502 entry. Describe readline library.
3506 * gdb.texinfo (Target Descriptions): New section.
3507 (General Query Packets): Add QPassSignals anchor. Mention
3508 qXfer:features:read under qSupported. Expand mentions of
3509 qXfer:memory-map:read and QPassSignals. Document
3510 qXfer:features:read.
3514 * gdb.texinfo (Commands to specify files): Describe
3515 "set sysroot" and "show sysroot".
3516 (Using the `gdbserver' program): Lowercase argument
3517 to @var. Expand description of setting up GDB on the
3522 * gdb.texinfo (Set Catchpoints): Add documentation for the new
3523 catch exception, catch exception unhandled, and catch assert
3528 * gdb.texinfo (Debugging Output): Document "set debug xml"
3529 and "show debug xml".
3533 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
3537 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
3541 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
3542 note in @ignore, to be removed later if nobody complains.
3546 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
3551 * gdb.texinfo (Setting breakpoints): Document
3552 automatic software/hardware breakpoint usage and
3553 the "set breakpoint auto-hw" command.
3557 * gdb.texinfo (Memory Access Checking): New.
3561 * gdb.texinfo (Remote configuration): Mention
3562 "pass-signals-packet".
3563 (General Query Packets): Document QPassSignals. Fix
3568 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
3572 * gdb.texinfo (Remote configuration): Rewrite documentation for
3573 packet configuration commands.
3574 (OS Information): Adjust reference to qXfer:auxv:read.
3575 (General Query Packets): Remove references to read-aux-vector-packet
3576 and set remote get-thread-local-storage-address.
3580 * gdbint.texinfo (Target Architecture Definition): Add new
3581 Initializing a New Architecture section.
3585 * stabs.texinfo (Macro define and undefine): New node describing
3586 stabs for #define and #undef.
3590 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
3594 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
3595 clarify on the possible meanings of ``expression'' watched by
3596 watchpoints. Add indexing.
3597 (Prompting, Errors, Invalidation, Annotations for Running)
3598 (Source Annotations): Fix index entries by adding "annotation" to
3599 them, to discriminate from index entries that point to the more
3600 general topic descriptions.
3604 * gdbint.texinfo (Target Vector Definition): Move most
3605 content into Existing Targets. Add a menu.
3606 (Existing Targets): New section, moved from Target Vector
3607 Definition. Use @subsection.
3608 (Managing Execution State): New section.
3612 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
3616 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
3617 (Command Syntax, Signals, Backtrace, Connecting)
3618 (Remote configuration, Renesas Boards, Console I/O): Fix last
3619 change: use Ctrl- instead of C-, except wrt Emacs.
3620 (File-I/O Examples): Put Ctrl-c in @kbd.
3621 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
3622 (Console I/O): Use @samp with Ctrl-.
3623 (Signals, Set Breaks, Set Watchpoints): Document optional
3624 arguments to `info signals' `handle', `info breakpoints', and
3629 * gdb.texinfo (Backtrace): Fix last change.
3633 * gdb.texinfo (Backtrace): Order correctly and add other cases.
3637 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
3638 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
3639 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
3644 * gdb.texinfo (Packets): Document vFlashErase,
3645 vFlashWrite and vFlashDone packets.
3646 (General Query Packets): Document qXfer:memory-map:read.
3647 Add a new feature for qXfer:memory-map:read.
3648 (Memory map format): New section.
3649 (Target Commands): Mention that gdb can write flash.
3654 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
3655 memory regions and "mem auto".
3659 * gdbint.texinfo (Array Containers): New section.
3663 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
3664 -stack-list-arguments HIGH_FRAME argument can be larger then the
3665 actual number of frames.
3669 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
3670 -stack-list-locals HIGH_FRAME argument can be larger then the
3671 actual number of frames.
3675 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
3676 Register Packet Format, Tracepoint Packets): Fix spelling errors.
3680 * gdbint.texinfo (Overall Structure): New section "Source Tree
3685 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
3690 * gdb.texinfo (Source Path): Add documentation for new
3691 substitute-path commands.
3695 * gdb.texinfo (Installing GDB): Update menu. Move text to...
3696 (Running Configure): ...here.
3697 (Requirements): New node. Mention expat.
3701 * gdb.texinfo (Target Commands): Remove
3702 'set download-write-size' and 'show download-write-size'.
3706 * stabs.texinfo (Member Type Descriptor): Correct example for
3707 pointer to member types.
3711 * gdb.texinfo (Optional warnings and messages): Add
3712 'set/show trace-commands'.
3713 (Command files): Add '-v' to source command.
3717 * gdb.texinfo (OS Information): Update qPart reference to
3719 (Remote configuration): Likewise.
3720 (Overview): Move @cindex to the start of a paragraph. Talk
3721 about binary data encoding.
3722 (Packets): Refer to the overview for the details of the X
3724 (General Query Packets): Remove qPart description. Add qXfer
3725 description. Add an anchor to qSupported. Correct feature
3726 table title. Add a new feature for qXfer:auxv:read.
3727 (Interrupts): Add a missing parenthesis.
3731 * gdb.texinfo (KOD): Remove node.
3732 (GDB/MI Kod Commands): Remove commented out node.
3736 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
3737 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
3738 (GDB/MI Thread Commands, GDB/MI Program Execution)
3739 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
3740 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
3741 (GDB/MI File Commands, GDB/MI Target Manipulation)
3742 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
3743 since the MI prompt is hard-wired into the code.
3747 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
3748 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
3749 (GDB/MI Data Manipulation): Remove description of unimplemented
3750 display related commands as variable objects perform this function
3751 and are superior: -display-delete, -display-disable,
3752 -display-enable, -display-insert and -display-list. Move
3753 -environment-cd, -environment-directory, -environment-path
3754 and -environment-pwd to "Program Context".
3755 (GDB/MI Program Control): Rename to "Program Execution". Move
3756 -exec-arguments -exec-abort to...
3757 (GDB/MI Program Context): ...here. New node split from "Data
3762 * gdb.texinfo (Remote configuration): Document set / show
3763 remote supported-packets.
3764 (General Query Packets): Document qSupported packet.
3768 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
3770 (Protocol basics): Likewise.
3771 (The F request packet): Likewise.
3772 (The F reply packet): Likewise.
3773 (Memory transfer): Move this node to be a subsubsection of
3774 "Protocol specific representation of datatypes".
3775 (The Ctrl-C message): More copy editing.
3776 (Console I/O): Likewise.
3777 (The isatty call): Delete this node, and merge its content into
3778 the "isatty" node. Fixed references elsewhere.
3779 (The system call): Delete this node, and merge its content into
3780 the "system" node. Fixed references elsewhere.
3781 (open): Reformat to use @table, and add appropriate font markup.
3788 (stat/fstat): Likewise.
3789 (gettimeofday): Likewise.
3791 (system): Likewise, plus minor changes to fix confusing wording.
3792 (Integral datatypes): Fix font markup.
3793 (Pointer values): Likewise.
3794 (struct stat): Fix markup to use @table, plus minor copy editing.
3795 (struct timeval): Fix font markup, plus minor copy editing.
3796 (Constants): Minor copy editing.
3797 (Errno values): Add font markup.
3798 (File-I/O Examples): Likewise.
3802 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
3803 (GDB/MI Simple Examples): Move node up one level. Use real
3805 (GDB/MI Compatibility with CLI): Update.
3806 (GDB/MI Result Records): Add "connected" and "exit" result
3808 (GDB/MI Stream Records): Clarify target output.
3809 (GDB/MI Command Description Format): Modify example description.
3810 (GDB/MI Breakpoint Table Commands): Rename to...
3811 (GDB/MI Breakpoint Commands): ...this
3812 (GDB/MI Breakpoint Commands): Add optional thread field.
3813 (GDB/MI Program Control): Add an introduction. Move "Program
3814 termination" examples into exec-run description.
3815 (GDB/MI File Commands): Mention similar CLI commands.
3816 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
3817 is similar to "-gdb-version".
3821 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
3825 * gdb.texinfo (GDB/MI Development and Front Ends): Use
3826 sourceware.org for mailing lists.
3827 (GDB/MI File Commands): New node split from Program Control.
3831 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
3835 * gdb.texinfo (Cygwin Native): Fix last change.
3839 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
3843 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
3844 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
3848 * gdb.texinfo (General Query Packets): Recommend not starting
3849 new packets with qC and clarify.
3853 * gdb.texinfo (M2 Types): New section.
3857 * agentexpr.texi: Add a copyright and license notice.
3858 * observer.texi: Likewise, with GPL clause for function prototypes.
3859 Remove trailing whitespace.
3863 * gdb.texinfo (General Query Packets): Document conventions for
3864 terminating packet names, and their violations.
3868 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
3869 * gdb.texinfo: Likewise.
3873 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
3874 and "show remotedebug".
3875 (Debugging Output): Add additional index entries.
3879 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
3883 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
3884 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
3888 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
3889 and remove breakpoint prototypes.
3890 (Watchpoints): Move description of target_insert_hw_breakpoint and
3891 target_remove_hw_breakpoint ...
3892 (Breakpoints): ... to here. Document target_insert_breakpoint and
3893 target_remove_breakpoint.
3897 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
3898 and C packets are optional.
3902 * gdb.texinfo (Specifying source directories): Update the description
3903 of the source file search to reflect the fact that the source path
3904 always contains at least $cdir and $cwd.
3908 * gdb.texinfo: Update copyright dates.
3912 * gdb.texinfo (Overview): Add an index entry to "empty response".
3916 * gdbint.texinfo (Prologue Analysis): New section.
3920 * gdb.texinfo (Connecting): Document 'target remote pipe'.
3922 * gdb.texinfo (Target Commands): Update text describing how to
3923 specify a target. Refer to the detailed section on remote
3924 debugging, not the brief mention.
3926 * gdb.texinfo (Connecting): Organize the different 'target remote'
3927 connection methods into a table. Add a 'target remote' index
3932 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
3933 'ptype' commands to reflect the fact that the only significant
3934 difference between them is that ptype prints the complete type
3935 description instead of just the name.
3939 * gdbint.texinfo (Watchpoints): Delete
3940 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
3944 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
3945 times fields where needed. Fix typos. Update general form given
3946 for output of -break-insert.
3947 (GDB/MI): Abbreviate some unnecessarily long fullnames.
3951 * gdbint.texinfo (Symbol Handling): Add a section
3952 on memory management.
3956 * gdb.texinfo (Breakpoint table commands): Document the fullname
3957 field in -break-list output.
3961 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
3962 debugging information produced by the various "set debug..."
3967 * gdb.texinfo (Files): Remove obsolete bits from the description
3972 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
3976 * gdbint.texinfo (Frames): Document the basics of GDB's register
3977 unwinding model, and explain the existence of the "sentinel" frame.
3981 * gdb.texinfo (Choosing files): Mention that -directory is used
3983 (Specifying source directories): Likewise.
3984 (Command files): Explain how script files are found.
3988 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
3989 the threads in a multi-threaded program.
3990 (Threads): The threadno argument of "thread apply" can be a range
3995 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
4000 * gdb.texinfo (Sequences): Improve menu annotations.
4001 (Define): Add index entries for arguments of user-defined
4002 commands. Move the description of flow-control commands...
4003 (Command Files): ...to here. Document loop_break and
4005 (Define, Command Files): Document `end' and add index entries for
4010 * gdb.texinfo: Add documentation for linux-fork.
4011 * gdbint.texinfo: Add internal documentation for checkpoints.
4015 * gdb.texinfo (Omissions from Ada): Document that there is now
4016 limited aggregate support.
4020 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
4021 registers and the likes.
4025 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
4026 (Symbols): Fix usage of "e.g.".
4027 (Memory Region Attributes): Fix usage of "etc."
4029 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
4030 (Coding): Fix usage of "e.g.".
4043 * Makefile.in: Add (C) after Copyright. Update the FSF
4048 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
4049 extend GDB with commands for external monitor.
4053 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
4057 * gdbint.texinfo (Start of New Year Procedure): New chapter.
4061 * gdb.texinfo (Tracepoint Packets): Document restrictions on
4062 placement of 'R' actions in tracepoint action packets; document
4063 dependence of 'X' and 'M' actions on a preceding 'R' action for
4068 * gdb.texinfo (Tracepoint Packets): New node.
4069 (General Query Packets): Add entries for the tracepoint packets,
4070 referring to the "Tracepoint Packets" node.
4071 (Tracepoints): Add reference to "Tracepoint Packets".
4075 * gdb.texinfo (set remotebreak): Add anchor.
4076 (X packet): Likewise.
4077 (Remote Protocol): Add new section `Interrupts' and new index
4078 entry `interrupts (remote protocol)'.
4082 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
4083 entries into the General Query Packets section. Add a
4084 cross-reference to that section. Drop description of replies, as
4085 these are covered in the descriptions of each packet.
4086 (General Query Packets): Add introductory text. Explain naming
4087 conventions, and how the end of a name is recognized.
4091 * gdb.texinfo (Remote configuration): Fix typo in description of
4092 "set remotebreak" command.
4096 * gdb.texinfo (Packets, Stop Reply Packets)
4097 (General Query Packets): Various formatting cleanups.
4098 - Use @samp for packet contents.
4099 - Drop summaries from packet @item lines; the same information appears
4100 immediately below in the description.
4101 - Delete paragraph breaks after packet @item commands, so that the
4102 description appears directly to the right of the packet prototype
4103 in the printed manual, if it fits.
4104 - Place spaces in packet prototypes between @vars and non-@var
4105 letters, and explain that they're just for formatting.
4106 - Use @dots{} instead of '...'.
4107 - Fix uses of @code where @var was needed.
4108 - Replace "deprecated" markers with English text spelling out the
4109 packet's status and the preferred alternatives.
4110 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
4111 what this ever meant.
4112 - Remove "(draft)" markers on 'i' packets; nobody has commented on
4113 this for a long time.
4114 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
4115 implemented several times, and have been in use for years.
4119 * gdb.texinfo (Packets): Add index entries for 'm' packet
4122 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
4123 of stub when processing an 'm' packet.
4125 * gdb.texinfo (Packets): Mention that packets beginning with
4126 letters are reserved once, at the top, instead of actually listing
4127 them all and saying "reserved".
4131 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
4132 Change @var{$arg0 to @code{$arg0.
4136 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
4140 * gdb.texinfo (General Query Packets): Put packets in alphabetical
4141 order. Remove extraneous 'z'.
4145 * gdb.texinfo (Choosing files): Add --eval-command.
4149 * gdb.texinfo (Choosing modes): Add --return-child-result.
4154 * gdb.texinfo (Choosing modes): Add --batch-silent.
4158 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
4159 "The -var-update Command".
4163 * gdb.texinfo (Print Settings): Add documentation for set/show
4164 print array-indexes.
4168 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
4173 * gdb.texinfo (File Options): Don't document --mapped, it's gone
4176 (Variables, Symbols): Document the "<incomplete type>" message and
4181 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
4185 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
4186 option for -var-list-children and -var-update.
4187 (GDB/MI Stack Manipulation): Simplify description of
4188 print-values option for -stack-list-locals.
4189 (GDB/MI Command Description Format): Clarify.
4190 (Mode Options): Spelling of superseded.
4194 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
4195 corresponding GDB command comment.
4199 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
4200 and -inferior-tty-show.
4201 (Input/Output): Document "set/show inferior-tty" and tty alias.
4205 * gdb.texinfo (Packets): Change description of 'D' packet to note
4206 that GDB does wait for a response.
4210 * gdb.texinfo (History) Rename "Command History".
4211 (Command History): Move node "Server Prefix" from section on
4216 * gdb.texinfo (GDB/MI Stack Manipulation):
4217 Re-instate -stack-info-frame with example. Say that it gets
4218 info on selected frame, not current frame.
4222 * gdb.texinfo (Server): Clarify that `file' should be used before
4223 connecting to the server.
4224 (Files): Add an xref to the above description.
4225 (Output Formats): More detailed description of the `c' format.
4226 (Memory): List explicitly all the formats supported by `x'.
4227 (Threads): Add an @cindex entry for "thread apply".
4228 (Files): Document the possibility of loading unlinked object
4229 files. Add more indexing for solib-absolute-prefix and
4231 (Machine Code): Document possible problems with locations in
4233 (Backtrace): Document that free-standing environments do not need
4234 to have a `main' function.
4238 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
4243 * gdb.texinfo (Contributors): Note the original multi-arch
4248 * gdb.texinfo (Registers): Add index entries for the standard
4250 (Frames): Add cross-reference from frame pointer description to
4252 (Annotations Overview): Fix the reference to GDB name.
4256 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
4257 can-use-hw-watchpoints.
4261 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
4262 the possible reasons why an exec async record would be returned to FE.
4266 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
4267 Andrew Cagney implemented the original GDB/MI.
4271 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
4272 documentation. Add documentation for cris-mode.
4276 * gdb.texinfo (Numbers): Explain the example and make the wording
4282 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
4283 (GDB/MI Data Manipulation, GDB/MI Program Control)
4284 (GDB/MI Stack Manipulation): Update examples to include the fullname
4285 attribute in stack frames.
4289 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
4290 do with other non-standard names of init files.
4294 * gdb.texinfo (Command Files): Move the description of the startup
4296 (Startup): ...to this new subsection of the Invocation chapter.
4297 Rearrange the description of init files more logically and add a
4298 cross-reference to "Command Files". Document the special gdbinit
4299 name for CISCO 68k. Expand the description of what GDB does
4301 (History): Add index entry for HISTSIZE.
4305 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
4309 * gdb.texinfo (SVR4 Process Information, The isatty call)
4310 (The system call): Don't use foo(N) notation for man pages and
4312 (Compilation, DJGPP Native): Improve wording.
4316 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
4317 were optimized away.
4321 * gdb.texinfo (Remote configuration): Document "set/show
4322 get-thread-local-storage-address". Add cross-reference to the
4323 description of the qGetTLSAddr packet.
4324 (General Query Packets): Mention "set remote
4325 get-thread-local-storage-address" and add a reference to its
4330 * gdb.texinfo (Backtrace): Describe 'bt full'.
4334 * gdb.texinfo (Mode Options): Fix typo.
4335 (GDB/MI): Describe how to invoke GDB/MI.
4339 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
4340 references changed. Add description of "info udot".
4341 (Files): Document "set/show stop-on-solib-events".
4342 (M32R/D): Document "set/show download-path", "set/show
4343 board-address", "set/show server-address", "upload", "tload".
4344 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
4345 "use_mon_code", "use_ib_break", "use_dbt_break".
4346 (Maintenance Commands): Improve indexing.
4347 (Target Commands): Document "set/show hash", "set/show debug
4349 (SVR4 Process Information): Document "info pidlist" and "info
4350 meminfo". Document "set/show procfs-tarce" and "set/show
4351 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
4352 (Symbols, The Print Command with Objective-C): Improve indexing.
4353 (Objective-C): Add references to "info classes" and "info
4355 (Debugging Output): Improve wording. Document "set/show debug
4356 solib-frv". Fix "set/show debugvarobj".
4357 (Set Breaks): Add index entry for "hardware breakpoints".
4358 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
4359 and "set/show usehardbreakpoints".
4360 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
4361 monitor-prompt", "set/show monitor-warnings", "pmon".
4362 (ARM): Document "rdilogfile", "rdilogenable", "set/show
4363 rdiromatzero", "set/show rdiheartbeat".
4364 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
4366 (Embedded Processors): Document the "sim" command.
4367 (Remote): Document the "remote" command.
4368 (DJGPP Native): Document the "info serial" command.
4369 (Threads): Document "maint info sol-threads".
4370 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
4371 (Set Breaks): Improve indexing.
4372 (Command Syntax): Add a reference to dont-repeat.
4373 (Define): Document "dont-repeat".
4374 (TUI Commands): Document "tabset".
4375 (WinCE): New subsection. Document "set/show remotedirectory",
4376 "set/show remoteupload", "set/show remoteaddhost".
4380 * gdb.texinfo (Hurd Native): New subsection, documents
4381 Hurd-specific commands.
4382 (Maintenance Commands): Add cross-reference to "Debugging Output".
4383 (Debugging Output): Document "set/show debug lin-lwp".
4384 (MIPS): Improve documentation of heuristic-fence-post. Document
4385 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
4386 mips stack-arg-size", "set/show mips mask-address", "set/show mips
4387 remote-mips64-transfers-32bit-regs", "set/show debug mips".
4388 (ARM): Document ARM-specific commands.
4389 (AVR): New section. Document "info io_registers".
4390 (CRIS): New section. Document "set/show cris-version" and
4391 "set/show cris-dwarf2-cfi".
4392 (HPPA): New section. Document "set/show debug hppa" and "maint
4394 (Neutrino): New subsection. Document "set/show debug nto-debug".
4395 (Super-H): New section. Document the "regs" command.
4396 (Debugging Output): Document "set/show debug aix-thread".
4400 * gdb.texinfo (Print Settings): Document "set/show print
4401 pascal_static-members", "set print repeats", "show print
4402 null-stop". Improve indexing. Fix documentation of "set print
4404 (Pascal): New section.
4405 (Supported languages): Rename from "Support"; all references
4406 updated. Add a menu item for Pascal.
4407 (Numbers): Document "set radix.
4408 (Screen Size): Document "set/show pagination".
4409 (MIPS Embedded): Remove "set processor" documentation.
4410 (Remote configuration): Document "set/show X/P/Z-packet",
4411 "set/show read-aux-vector-packet", "set/show remote
4412 symbol-lookup-packet", "set/show remote verbose-resume-packet",
4413 "set/show remoteaddresssize", "set/show remotebaud", "set/show
4414 remotedebug", "set/show remotebreak", "set/show remotedevice",
4415 "set/show remotelogfile".
4416 (Auxiliary Vector): Add reference to the description of the
4417 read-aux-vector-packet setting.
4418 (Set Watchpoints): Add a cross-reference to "set remote
4419 hardware-breakpoint-limit".
4420 (General Query Packets): Add indexing of requests and
4421 cross-references to related commands in "Remote configuration".
4422 (File-I/O Overview, The system call): Fix wording and typos.
4423 (Thread Stops): Add index entries.
4424 (Continuing and Stepping): Document "show step-mode".
4425 (i386): New node. Document "set/show struct-convention".
4426 (Files): Document "show trust-readonly-sections".
4427 (Calling): Document "set/show unwindonsignal".
4428 (Messages/Warnings): Add index entries.
4429 (Maintenance Commands): Document "set/show watchdog".
4430 (Annotations Overview): Document "show annotate".
4431 (Set Watchpoints): Add index entries.
4432 (Symbols): Fix doc of case-sensitive.
4433 (ABI): Document "show coerce-float-to-double".
4434 (Convenience Vars, Help): Improve indexing.
4435 (Machine Code): Document "show disassembly-flavor".
4436 (Debugging C plus plus): Document "show overload-resolution".
4437 (Value History, Signaling): Add index entries.
4441 * gdb.texinfo (Show): Move @kindex entries to their proper places.
4442 (Processes): Fix wording.
4443 (History, List, Logging output, Define, Symbols, Print Settings):
4448 * gdb.texinfo (Targets): Document "set/show architecture". Remove
4449 redundant index entry for "target" command.
4450 (Backtrace): Add index entries.
4451 (Symbols, Fortran): Document the "set case-sensitive" command.
4452 (DJGPP Native): Document "set com1base", "set com1irq", etc.
4453 (Print Settings): Add index entry for "set demangle-style".
4454 (Target Commands): Document "set download-write-size".
4455 (Debugging Output): Document "set exec-done-display".
4459 * gdb.texinfo (Files): Fix the name and documentation of
4460 add-shared-symbol-files. Document its alias assf. Update the
4461 list of OSs where GDB supports shared libraries. Fix markup.
4462 (Continuing and Stepping): Add reference to @var{location} in the
4464 (Dump/Restore Files): Fix reference to @{filename}.
4465 (Help): Fix wording.
4467 (Set Watchpoints): Ditto.
4468 (Backtrace): Remove redundant index entries. Improve index
4470 (Delete Breaks): Fix wording.
4471 (Memory): Document the compare-sections command.
4472 (Memory Region Attributes): Improve wording.
4473 (Disabling): Improve wording.
4474 (Fortran): New subsection. Document the "info common" command.
4475 (Help): Document aliases "info copying" and "info warranty".
4476 (Caching Remote Data): New section. Document the "set/show
4477 remotecache" and "info dcache" commands.
4478 (Show): Fix wording of the documentation of the "set
4479 extension-language" command.
4480 (Signals): Add index entry for "info handle".
4481 (Memory Region Attributes): Fix punctuation.
4482 (Symbols): Change the arg name to "location" and refer to it in
4483 the text. Fix wording of "info types" doc.
4484 (Threads): Fix usage of @enumerate @item's.
4485 (Listing Tracepoints): Add index entry for "info tp".
4486 (Set Watchpoints): Add xref to "info break" description.
4487 (Macros): Add an index entry for "macro exp1". Document the
4488 "macro list" command.
4489 (Maintenance Commands): Document "flushregs", "maint agent",
4490 "maint check-symtabs", "maint cplus", "maint demangle", "maint
4491 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
4492 "maint print architecture", "maint print objfiles", "maint print
4493 statistics", "maint print type", "maint show-debug-regs", "maint
4494 space", "maint time", and "maint translate-address".
4495 (Connecting): Document the "monitor" command.
4496 (Annotations Overview): Describe the "set annotate" command.
4500 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
4501 Rearrange index entries and improve wording about support for
4502 hardware watchpoints.
4506 * gdb.texinfo: Update copyright
4510 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
4515 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
4519 * gdb.texinfo: Fix spelling, infinte -> infinite.
4523 * observer.texi (GDB Observers): Document "solib_loaded".
4527 * configure.ac: Rename configure.in, require autoconf 2.59.
4528 * configure: Re-generate.
4530 * configure.in: Replace configdirs with multiple references to
4532 * configure: Re-generate.
4536 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
4537 part of the version number.
4541 * gdbint.texinfo (Algorithms): Remove description of
4542 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
4546 * gdb.texinfo (General Query Packets): Specify that thread ID's in
4547 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
4552 * gdb.texinfo (Mode Options): Document -l option.
4556 * gdbint.texinfo (Algorithms): More accurate description of
4557 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
4558 is not needed unless data-read and data-access watchpoints are
4559 supported. Add a description of how GDB checks whether the
4560 inferior stopped because a watchpoint was hit.
4564 * gdb.texinfo (Files): Add cross-reference to description of
4565 -readnow command-line switch.
4569 * gdb.texinfo: Document set/show backtrace past-entry commands.
4570 Rearrange index entries for set/show backtrace past-main.
4575 * gdb.texinfo (Remote Serial Protocol): Further describe
4576 binary transfer escaping mechanism .
4580 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
4581 and "show debug infrun". Add index entries.
4585 * gdb.texinfo (SVR4 Process Information): Document subcommands of
4586 "info proc" that are already implemented. Add index entries.
4587 (Working Directory): Add a cross-reference to "info proc" command.
4588 (Files): Add a tip for decreasing memory used for symtabs from
4590 (Starting): Fix whitespace; make "elaboration" stand out where it
4591 is first used, and add an index entry for the term.
4592 (Calling): Expand and elaborate text. Add "print". Add the
4593 description of problems with weak aliases.
4594 (Core File Generation): New section.
4598 * gdbint.texinfo (Versions and Branches): New chapter.
4599 (Releasing GDB): Delete "Versions and Branches" section.
4600 (Top): Add "Versions and Branches".
4604 * gdb.texinfo (Editing, History): Add cross-references to the
4605 included Readline and History user documentation. Remove
4606 references to the symbol have-readline-appendices which is unused
4608 (History): Fix indexing.
4612 * gdbint.texinfo (target_stopped_data_address): Update to
4614 (i386_stopped_data_address): Update prototype and description.
4615 (i386_stopped_by_watchpoint): New function and description.
4619 * gdb.texinfo (Filenames): Add Ada suffixes.
4625 * gdb.texinfo (Packets): Document the "p" packet.
4629 * gdb.texinfo (Paths and Names of the Source Files): Document the
4630 meaning of values in the 'desc' field of a SO stab.
4634 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
4635 max-cache-age" and "maint show dwarf2 max-cache-age".
4639 * gdb.texinfo (Set Breaks): Add index entry for setting
4640 breakpoints on overloaded C++ functions that are not members of
4641 any classes. Add an example and an index entry for setting
4642 breakpoints on all program functions.
4643 (Character Sets, Macros, Overlay Commands)
4644 (Non-debug DLL symbols, GDB/MI Output Syntax)
4645 (Annotations Overview, Maintenance Commands, File-I/O Overview):
4646 Use "(@value{GDBP})" instead of a literal "(gdb)".
4650 * gdbint.texinfo (Native Debugging): Delete description of
4655 * gdbint.texinfo (User Interface): Change local_hex_string_custom
4656 to hex_string_custom (not historically correct, but more
4657 understandable, given the current code).
4661 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
4665 * observer.texi (solib_unloaded): New observer.
4669 * gdbint.texinfo (Target Architecture Definition): Add missing
4674 * (Using the Testsuite): build != host is supported,
4675 but some test scripts do not support build != host.
4679 * gdbint.texinfo (Host Definition): Delete description of
4680 FCLOSE_PROVIDED and GETENV_PROVIDED.
4684 * gdbint.texinfo (Host Definition): Delete description of
4686 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
4691 * gdbint.texinfo (Target Architecture Definition): Delete
4692 reference to deprecated_read_fp.
4696 * gdbint.texinfo (Target Architecture Definition): Delete
4697 description of DEPRECATED_REGISTER_BYTES.
4701 * gdb.texinfo (Source Path): Document the new behavior of
4702 searching for the source files.
4706 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
4707 (Search, Expressions, Arrays, Variables, Data, Machine Code)
4708 (Auto Display): Improve indexing.
4712 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
4717 * gdb.texinfo: Fix @kindex entries so that multiple commands that
4718 have the same prefix have only their prefix in the index.
4722 * gdb.texinfo (BSD libkvm Interface): New node (section)
4723 (Native): Add it to the menu.
4727 * gdbint.texinfo (Target Architecture Definition): Remove
4732 * gdbint.texinfo (Target Architecture Definition): Remove
4733 SUN_FIXED_LBRAC_BUG.
4737 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
4741 * gdbint.texinfo (Target Architecture Definition): Deprecate
4742 USE_STRUCT_CONVENTION.
4746 gdb.texinfo (Bug Reporting): Mention session recording,
4747 with the script command or Emacs.
4751 * gdbint.texinfo (Target Architecture Definition): Deprecate
4752 FUNCTION_START_OFFSET.
4756 Based on changes from Karl Berry.
4757 * gdb.texinfo: Do not use @sc in a direntry.
4758 * stabs.texinfo: Change @dircateogry to "Software development".
4759 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
4763 * gdbint.texinfo (Target Architecture Definition): Delete
4764 description of RETURN_VALUE_ON_STACK.
4768 * gdbint.texinfo (Native Debugging): Restore "@table @code"
4769 deleted by previous patch.
4773 * gdbint.texinfo (Native Debugging): Delete documentation on
4778 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
4782 * gdb.texinfo (push_dummy_call): Update argument list to match
4783 the new push_dummy_call method signature. Describe the function
4788 * gdb.texinfo (Starting): Document new start command.
4792 * observer.texi (GDB Observers): Document "inferior_created".
4796 * gdbint.texinfo (Target Architecture Definition): Delete
4797 description of DO_DEFERRED_STORES.
4799 * gdbint.texinfo (Target Architecture Definition): Delete
4800 references to DEPRECATED_FIX_CALL_DUMMY.
4802 * gdbint.texinfo (Target Architecture Definition): Delete
4803 description of DEPRECATED_CALL_DUMMY_WORDS,
4804 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
4806 * gdbint.texinfo (Target Architecture Definition): Delete
4807 description of DEPRECATED_PUSH_DUMMY_FRAME.
4809 * gdbint.texinfo (Target Architecture Definition): Delete
4810 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
4814 * observer.texi (GDB Observers): Add "Debugging" section. Include
4815 cross reference to "set/show debug observer".
4816 * gdb.texinfo (Debugging Output): Document "set/show debug
4821 * gdbint.texinfo (Target Architecture Definition): Delete
4822 description of DEPRECATED_PC_IN_SIGTRAMP.
4826 * gdbint.texinfo (Target Architecture Definition): Delete
4827 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
4831 * observer.texi (GDB Observers): Correct spelling.
4835 * observer.texi (GDB Observers): Add target_changed event.
4839 * observer.texi (GDB Observers): Rework, provide generic observer
4840 definitions and then a list of observable events.
4844 * gdbint.texinfo (Host Definition): Delete reference to
4849 * gdbint.texinfo (Target Architecture Definition): Delete
4850 reference to DEPRECATED_CALL_DUMMY_LENGTH.
4854 * gdb.texinfo (TUI Commands): Document tui reg commands.
4858 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
4860 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
4861 (Contributors): Mention both Text and Terminal User Interface.
4865 * gdbint.texinfo (Target Architecture Definition): Deprecate
4866 references to SIGTRAMP_START and SIGTRAMP_END.
4870 * gdbint.texinfo (Target Architecture Definition): Deprecate
4871 references to PC_IN_SIGTRAMP.
4875 * gdbint.texinfo (Target Architecture Definition): Delete
4876 reference to GDB_TARGET_IS_HPPA.
4880 * gdbint.texinfo (Coding): Update section on gdbarch_data,
4881 describe pre_init and post_init.
4885 * gdb.texinfo (Debugging Output): Document values for "set debug
4890 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
4894 * gdb.texinfo (breakpoints): Add information about the
4895 new "set breakpoint pending" and "show breakpoint pending"
4900 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
4901 in Per-architecture module data section.
4905 * gdb.texinfo (General Query Packets): Document qPart:... packets.
4909 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
4910 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
4911 * fdl.texi: Import Version 1.2, November 2002.
4915 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
4919 * gdbint.texinfo (Target Architecture Definition): Deprecate
4920 FRAMELESS_FUNCTION_INVOCATION.
4924 * gdbint.texinfo (Coding): Mention -Wunused-function.
4928 * gdbint.texinfo (Target Architecture Definition): Delete
4929 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
4933 * gdb.texinfo: Properly quote the name "C++".
4934 * gdbint.texinfo: Ditto.
4935 * stabs.texinfo: Ditto.
4939 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
4940 minimal information about libiberty.
4944 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
4948 * gdb.texinfo (Auxiliary Vector): New node (section).
4949 (Data): Add it to the menu.
4953 * gdb.texinfo (Breakpoints): Add information about pending
4958 * gdb.texinfo (Overview): Delete references to the cisco protocol
4959 including the "N" response.
4963 * gdbint.texinfo (Target Architecture Definition): Rename
4964 EXTRACT_STRUCT_VALUE_ADDRESS to
4965 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4969 * gdb.texinfo (KOD): Document "show os". Add index entries for
4970 "set/show os" and "info cisco" commands.
4974 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
4978 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
4979 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
4983 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
4985 (GDB/MI Variable Objects): Describe extension to
4990 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
4994 * gdbint.texinfo (Target Architecture Definition): Delete
4995 documentation on DEPRECATED_NPC_REGNUM.
4999 * gdb.texinfo: Update copyright year. Mention that set
5000 follow-fork-mode is supported on GNU/Linux. Remove documentation of
5001 "set follow-fork-mode ask".
5005 * gdbint.texinfo: Update copyright year.
5006 (Coding): Add -Wunused-label to list of -Werror warnings.
5011 * gdb.texinfo: Update copyright.
5012 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
5013 around names, as appropriate. Minor syntax cleanup of
5014 _NSPrintForDebugger explanation. Two spaces after periods.
5015 GDBN used instead of lit. "gdb". Index entries added for
5016 print-object and _NSPrintForDebugger. @noindent added in one spot.
5020 * stabs.texinfo: Add dircategory and direntry commands.
5021 * annotate.texinfo: Ditto.
5025 * gdbint.texinfo (Target Architecture Definition): Replace the
5026 return_value method's "inval" and "outval" parameters with
5027 "readbuf" and "writebuf".
5031 * gdb.texinfo (The F request packet, The F reply packet): Renamed
5032 from "The `F' request packet" and "The `F' reply packet", to make
5034 (File-I/O remote protocol extension): Update menu entries, too.
5038 * gdb.texinfo (Thread Stops): Document the issue with
5039 premature return from system calls in multi-threaded programs.
5043 * annotate.texinfo: Fix "fortunatly"[sic].
5047 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
5048 with "Hitachi" and "Mitsubishi".
5052 * gdbint.texinfo (Target Architecture Definition): Document
5053 gdbarch_return_value. Add cross references from
5054 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
5055 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
5059 * gdbint.texinfo (Target Architecture Definition): Document
5060 regset_from_core_section.
5064 * gdb.texinfo (M32R/D): Mention m32rsdi target.
5069 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
5073 * gdb.texinfo (Breakpoint related warnings): New node.
5074 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
5078 * gdb.texinfo (Remote Protocol): Document v and vCont.
5082 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
5083 * gdbint.texinfo: Ditto.
5088 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
5093 * gdbint.texinfo (Target Architecture Definition): Deprecate
5094 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
5099 * gdbint.texinfo (Target Architecture Definition): Rename
5100 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
5101 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
5102 * gdbint.texinfo (Target Architecture Definition): Rename
5106 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
5107 (Target Architecture Definition):
5109 * gdbint.texinfo (Target Architecture Definition): Rename
5110 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
5114 * gdbint.texinfo (Target Architecture Definition): Delete
5115 documentation for NEED_TEXT_START_END.
5117 * gdbint.texinfo (Target Architecture Definition): Rename
5118 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
5123 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
5127 * gdbint.texinfo (Target Architecture Definition): Fix typos.
5131 * gdbint.texinfo (Target Architecture Definition): Document
5132 stabs_argument_has_addr.
5136 * gdbint.texinfo (Target Architecture Definition): Delete
5137 documentation on REGISTER_NAMES.
5141 * gdbint.texinfo (Target Architecture Definition): Replace
5142 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
5146 * gdbint.texinfo (Target Architecture Definition): Replace
5147 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
5151 * gdbint.texinfo (Target Architecture Definition): Document
5152 "frame_red_zone_size".
5156 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
5157 with "set/show backtrace past-main" and "set/show backtrace
5162 * Makefile.in (install-info): Support DESTDIR.
5163 (install-html): Likewise.
5167 Patch from Nick Roberts.
5168 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
5169 bindings. Remove description of send-gdb-command.
5173 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
5178 * gdb.texinfo (Mode Options): Mention that level three is the
5179 highest available and that level 2 is deprecated.
5180 (Annotations Overview): Mention annotation levels. Cross reference
5181 to "Limitations of the Annotation Interface" in annotate.texi.
5182 (TODO, Value Annotations, Frame Annotations): Delete section.
5183 (Displays, Breakpoint Info): Delete.
5187 * agentexpr.texi: Delete @bye.
5188 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
5189 (stabs.info): Add $(srcdir) to include search path.
5190 (html): Depend on "annotate_toc.html", and not "annotate.html".
5191 * stabs.texinfo: Ditto. Include "fdl.texi".
5192 * gdbint.texinfo: Update copyright statement's list of invariant
5197 * Makefile.in (INFO_DEPS): Add annotate.info.
5198 (dvi, ps, html, pdf): Add annotate.
5199 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
5200 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
5201 (ANNOTATE_DOC_FILES): New macro.
5202 (ANNOTATE_TEX_TMPS): New macro.
5203 (annotate.info, annotate_toc.html): Specify dependencies.
5204 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
5205 * annotate.texinfo: Rename annotate.texi. Get building. Add
5206 "Migrating to GDB/MI" and "Limitations of the Annotation
5207 Interface" chapters. Mention why it is not part of the user
5208 guide. Update copyright notice. Include "fdl.texi".
5212 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
5216 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
5220 * gdb.texinfo (Server): Mention pidof.
5224 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
5229 * gdb.texinfo (Logging output): New chapter.
5233 * gdb.texinfo (Unsupported languages): New section.
5234 (Languages): Add link to new section.
5238 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
5242 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
5246 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
5247 * agentexpr.texi: Retitle section, and change it to an appendix.
5248 Comment out texinfo initialization. Factor a @var{} into two
5249 pieces to prevent makeinfo warnings.
5250 * gdb.texinfo: Add Agent Expressions appendix.
5254 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
5258 * gdb.texinfo (Remote Debugging): New section "Connecting to a
5259 remote target". Document the "detach" and "disconnect" commands.
5260 (Server, Netware, Debug Session): Reference "Connecting to a
5262 (GDB/MI Target Manipulation): Document "-target-disconnect".
5266 * gdbint.texinfo (Target Architecture Definition): Deprecate
5267 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
5268 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
5272 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
5276 * gdbint.texinfo (Target Architecture Definition): Delete
5277 documentation on FRAME_ARGS_ADDRESS_CORRECT.
5281 * gdbint.texinfo (Target Architecture Definition): Document
5282 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
5286 * gdb.texinfo: Add Objective-C documentation.
5290 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
5291 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
5295 * gdbint.texinfo (Target Architecture Definition): Delete
5296 references to "extract_address" and "store_address".
5300 * gdbint.texinfo (Target Architecture Definition): Replace
5301 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
5302 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
5306 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
5310 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
5311 (gdb.dvi): Likewise.
5312 (gdb.pdf): Likewise.
5313 (links2roff): Likewise.
5317 * gdb.texinfo (Dump/Restore Files): Update documentation for
5318 'dump', 'append', and 'restore': note that format argument is
5319 optional; simplify presentation of the command variants; and be
5320 more precise about the formats.
5324 * gdb.texinfo (Symbols): Update documentation: 'maint list
5325 symtabs' and 'maint list psymtabs' have been renamed 'maint info
5326 symtabs' and 'maint info psymtabs'.
5330 * gdbint.texinfo (Target Architecture Definition): Make
5331 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
5332 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
5333 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
5337 * gdb.texinfo (Maintenance Commands): Document "maint print
5342 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
5347 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
5352 * gdbint.texinfo (Target Architecture Definition): Document
5353 push_dummy_code. Add cross references.
5357 * gdb.texinfo (Character Sets): Update to reflect new behavior of
5358 set/show charsets commands.
5362 * gdbint.texinfo (Target Architecture Definition): Replace
5363 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
5364 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
5368 * gdbint.texinfo (Target Architecture Definition): Rename
5369 "tm_print_insn" to "deprecated_tm_print_insn".
5373 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
5378 * gdbint.texinfo (Target Architecture Definition): Delete
5379 references to EXTRA_FRAME_INFO.
5383 * gdbint.texinfo (Target Architecture Definition): Delete
5384 PRINT_TYPELESS_INTEGER.
5388 * observer.texi (GDB Observers): Adjust the documentation for the
5389 normal_stop notification to better describe reality. Fix a couple
5394 * gdb.texinfo (GDB/MI Program Control): Add
5395 '-file-list-exec-source-file'
5399 * gdbint.texinfo (Target Architecture Definition): Delete
5400 references to CALL_DUMMY_P.
5404 * gdbint.texinfo (Target Architecture Definition): Remove
5405 reference to TARGET_WRITE_SP.
5409 * gdbint.texinfo (Target Architecture Definition): Remove
5410 references to write_sp.
5414 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
5415 chapter body. Use @smallexample instead of @example.
5416 (Annotations): Ditto.
5417 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
5422 * gdbint.texinfo (Target Architecture Definition): Replace
5423 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
5424 dummy_addr parameters.
5428 * gdbint.texinfo (Target Architecture Definition): Delete
5429 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
5430 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5431 Add reference to PUSH_ARGUMENTS.
5435 * gdbint.texinfo (Algorithms, Target Architecture Definition):
5436 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
5440 * gdbint.texinfo (Algorithms): Add new section describing the
5442 (Top): Add menu entry to new observer appendix.
5443 * observer.texi: New file.
5444 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
5445 new observer.texi file.
5449 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
5450 that GNU Press update the manual version number.
5454 * gdbint.texinfo (Target Architecture Definition): Delete
5455 references to get_saved_register. Rename GET_SAVED_REGISTER to
5456 DEPRECATED_GET_SAVED_REGISTER.
5460 * gdbint.texinfo (Target Architecture Definition): Replace
5461 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
5465 * gdbint.texinfo (Target Architecture Definition): Rename
5466 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
5470 * gdb.texinfo: Add File-I/O documentation.
5474 * gdbint.texinfo (Target Architecture Definition): Cross reference
5475 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
5479 * gdb.texinfo (Debugging Output): Mention the "set/show debug
5484 * gdbint.texinfo (Target Architecture Definition): Document
5485 unwind_dummy_id. Cross reference unwind_dummy_id and
5486 SAVE_DUMMY_FRAME_TOS.
5491 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
5496 * gdbint.texinfo (Target Architecture Definition): Document
5501 * stabs.texinfo (Structures): Use @samp and separate @var's
5502 instead of a single @var containing a comma separated list.
5507 * Makefile.in (distclean): Remove config.log.
5511 * gdbint.texinfo (Target Architecture Definition): Rename
5512 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
5516 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
5517 DEPRECATED_INIT_EXTRA_FRAME_INFO.
5521 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
5522 (Non-debug DLL symbols): New node, describing the minimal symbols
5523 loaded from DLLs without real debugging symbols.
5527 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
5528 hardware-breakpoint-limit".
5529 (Set Watchpoints): Add cross reference to "set remote
5530 hardware-watchpoint-limit".
5531 (Remote configuration options): New section.
5535 * gdbint.texinfo (Target Architecture Definition): Delete
5536 descrption of IS_TRAPPED_INTERNALVAR.
5539 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
5540 option "-i"/"--interpreter" to this chapter. Include index
5545 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
5546 (Variables): Recommend stabs+ and DWARF 2.
5547 (C plus plus expressions): Correct info about
5548 compiler versions, debug formats.
5549 (Contributors): Change 'DWARF2' to 'DWARF 2'.
5554 * gdbint.texinfo (Target Architecture Definition): Delete
5555 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
5556 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
5557 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
5558 references to nindy and i960.
5559 * gdb.texinfo (i960): Delete all references to i960 and nindy.
5563 * gdbint.texinfo (Target Architecture Definition): Delete
5568 * stabs.texinfo (Member Type Descriptor): Clarify description of
5569 `@'. Suggested by Ben Hutchings.
5573 * gdb.texinfo (M68K): Delete reference to es1800.
5577 * gdb.texinfo (Maintenance Commands): Document `maint print
5578 reggroups' and `maint print register-groups'.
5579 * gdbint.texinfo (Target Architecture Definition): Document
5580 register_reggroup_p.
5584 * gdb.texinfo (Separate Debug Files): New section.
5588 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
5589 and "maint show profile".
5593 * gdb.texinfo (Installing GDB): Warn against
5594 ".../gdb-VERSION/gdb/configure".
5595 (Separate Objdir): Likewise.
5599 * gdbint.texinfo (Target Architecture Definition): Delete
5600 definition of PRINT_REGISTER_HOOK.
5604 (OpenRISC 1000): Fix formatting of command names.
5608 * gdb.texinfo (Continuing and Stepping): Add new command
5609 'advance'. Clarify behavior of 'until'.
5613 * gdb.texinfo (Files): Document solib-absolute-prefix and
5618 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
5619 (Create a Release): Add new instructions for new @file{src-release}.
5620 Document existing instructions for @file{Makefile.in} as
5621 being for @value{GDBN} 5.3.1 or earlier.
5625 * gdbint.texinfo (Target Architecture Definition): Mention
5626 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
5631 * gdb.texinfo (Controlling GDB): Add @kindex for
5633 (Backtraces): Add @kindex's for backtrace-below-main.
5637 * gdb.texinfo (Controlling GDB): Document "set osabi".
5641 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
5642 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
5646 * gdb.texinfo (Controlling GDB): Add ABI section. Document
5647 "set coerce-float-to-double".
5648 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
5652 * stabs.texinfo: Remove obsolete text.
5653 * gdbint.texinfo: Ditto.
5654 * gdb.texinfo: Ditto.
5658 * gdbint.texinfo (Target Architecture Definition): Update
5659 description of gdbarch_register_osabi.
5663 * agentexpr.texi: Fix typos.
5664 * annotate.texi: Likewise.
5665 * fdl.texi: Likewise.
5669 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
5670 DEPRECATED_INIT_FRAME_PC.
5674 * gdbint.texinfo (Target Architecture Definition): Delete
5679 * gdbint.texinfo (Host Definition): Delete documentation on
5680 USE_GENERIC_DUMMY_FRAMES.
5684 Fix PR gdb/723 and PR gdb/245.
5685 * Makefile.in (install-info): Run the install-info command as part
5686 of the post install steps only.
5687 (uninstall-info): New target.
5688 (uninstall): New target.
5692 * Makefile.in (install): Make install do some real work.
5696 Fix POSIX problem reported by Paul Eggert.
5697 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
5702 * gdbint.texinfo (Target Architecture Definition): Delete
5703 definition of DO_REGISTERS_INFO.
5707 * gdbint.texinfo (Address Classes): Fix problems with insertion
5708 of ``{'' and ``}'' in example.
5712 * gdbint.texinfo (Address Classes): New section.
5713 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
5714 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
5715 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
5716 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
5720 * gdb.texinfo (Registers): Mention vector registers as well as
5721 floating registers in the documentation for 'info registers' and
5722 'info all-registers'.
5726 * gdbint.texinfo (CPLUS_MARKER): Remove item.
5730 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
5731 interface definition.
5735 * gdb.texinfo (Target Commands): Add or1k target specific
5737 * gdb.texinfo (Contributors): Add myself to the contributors list.
5741 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
5742 and "mi1" instead of "mi1" and "mi0".
5746 * gdb.texinfo (Packets): Fix typos "alligned".
5747 Correct z3/Z3 description. Correct z4/Z4 title.
5751 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
5755 * gdb.texinfo: Use GNU/Linux instead of Linux.
5759 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
5763 * gdb.texinfo: Replace @example with @smallexample.
5768 * gdb.texinfo (Character Sets): Use @smallexample instead of
5769 @example. Use GNU/Linux instead of Linux.
5773 * gdb.texinfo: Add character set documentation.
5777 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
5778 (Packets): Add cross reference from `b' packet to `z' packets.
5782 * gdb.texinfo (Maintenance Commands): Document ``maint
5783 internal-error'' and ``maint internal-warning''.
5785 * gdbint.texinfo (Target Architecture Definition): Revise
5786 description of STACK_ALIGN. Add description of FRAME_ALIGN.
5790 * gdbint.texinfo (Target Conditionals): Document the new
5791 NAME_OF_MALLOC macro.
5795 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
5800 * gdb.texinfo (TUI Overview): Document status line fields.
5804 * gdb.texinfo (TUI Commands): Document info win command.
5808 * gdb.texinfo (TUI Overview): Document breakpoint markers.
5812 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
5813 (TUI Keys): Likewise.
5817 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
5818 for a packet receive.
5822 * Makefile.in (clean): Move to end of file.
5823 (distclean, maintainer-clean, realclean): Ditto.
5824 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
5825 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
5826 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
5827 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
5831 * Makefile.in (GDBINT_TEX_TMPS): Define.
5832 (gdbint.dvi, gdbint.pdf): Use
5833 (GDB_TEX_TMPS): Define.
5834 (gdb.dvi, gdb.pdf): Use.
5835 (STABS_TEX_TMPS): Define.
5836 (stabs.dvi, stabs.pdf): Use.
5837 (GDB_DOC_SOURCE_INCLUDES): New macros.
5838 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
5839 (GDBINT_DOC_FILES_INCLUDES): New macros.
5840 (GDBINT_DOC_BUILD_INCLUDES): New macros.
5841 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
5842 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
5843 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
5844 (links2roff): Replace SFILES_INCLUDED with
5845 GDB_DOC_SOURCE_INCLUDES.
5846 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
5847 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
5848 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
5850 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
5852 (gdbmi.texinfo): Delete rule.
5853 (inc-hist.texinfo): Delete rule.
5854 (rluser.texinfo): Delete rule.
5858 * gdbint.texinfo (Target Architecture Definition): Update
5859 STORE_RETURN_VALUE, mention regcache.
5863 * gdbint.texinfo (Target Architecture Definition): Document
5864 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
5868 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
5869 Fix minor typos. Add index entries.
5873 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
5877 * gdbint.texinfo (Target Architecture Definition): Document
5879 * gdb.texinfo (Vector Unit): Document "info vectors" command.
5883 * gdb.texinfo (Maintenance Commands): Document "maint print
5884 registers", "maint print raw-registers" and "maint print
5890 * gdb.texinfo (Protocol): Document T packet extension to
5891 allow watchpoint address reporting.
5895 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
5899 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
5904 * gdbint.texinfo (Coding): Revise section "Include Files".
5908 * gdbint.texinfo: Obsolete references to m88k.
5909 * gdb.texinfo: Ditto.
5913 * gdbint.texinfo (Create a release candiate): Add the location
5914 where the proper version of autoconf can be retrieved.
5918 * gdb.texinfo (Command Files): Further describe the behavior of
5919 sourced command files.
5923 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
5924 (Coding): Clarify ISO C version that GDB assumes.
5928 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
5929 add_setshow_cmd_full.
5933 * gdb.texinfo (Memory Region Attributes): Document new behavior
5938 * gdb.texinfo (Symbols): Update documentation for `info source'
5941 * gdb.texinfo (Macros): Call the command `info macro', not
5946 * gdbint.texinfo (Coding): Add section ``Per-architecture module
5951 * gdbint.texinfo (Target Architecture Definition): Document
5952 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5956 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
5961 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
5966 * gdbint.texinfo (Target Architecture Definition): Add section
5967 ``Converting an existing Target Architecture to Multi-arch''.
5971 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
5972 to ``Obsoleting code''. Revise.
5976 * gdb.texinfo (C Preprocessor Macros): New chapter.
5977 Include it in the main menu.
5978 (Contributors): Credit Jim Blandy with macro support.
5979 (Compilation): Explain how to get macro information into the
5981 (Expressions): Note that preprocessor macros are expanded.
5985 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
5986 options for `target remote'.
5990 * gdbint.texinfo (Target Architecture Definition): Delete
5991 documentation on NNPC_REGNUM.
5995 * gdbint.texinfo (Target Architecture Definition): Document
5996 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
5997 (Target Architecture Definition): Revise section `Using Different
5998 Register and Memory Data Representations'. Add section `Raw and
5999 Virtual Register Representations'.
6003 * gdbint.texinfo (Target Architecture Definition): Mention
6004 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
6005 (Target Architecture Definition): Mention same. Add references to
6010 * stabs.texinfo (Attributes): Document new "vector" attribute.
6014 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
6018 * gdb.texinfo: Delete obsolete references to a29k.
6022 * gdbint.texinfo (Target Architecture Definition): Replace
6023 IN_SIGTRAMP with PC_IN_SIGTRAMP.
6027 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
6031 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
6035 * gdbint.texinfo (Target Architecture Definition): Delete
6036 definition of HAVE_REGISTER_WINDOWS.
6040 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
6046 * gdb.texinfo (show max-user-call-depth): Correct formatting.
6047 Provide a better explaination of this feature.
6051 * gdbint.texinfo (Target Architecture Definition): Remove
6052 FRAME_CHAIN_COMBINE.
6056 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
6061 * gdbint.texinfo (Obsolete Conditionals): Remove references to
6066 * gdb.texinfo (Bug Reporting): Document that the web is the
6067 prefered way of submitting bug reports.
6068 (Bug Reporting): Delete the s-mail address as the last resort.
6072 * gdbint.texinfo (Target Architecture Definition): Delete
6073 references to TARGET_WRITE_FP and write_fp.
6077 * gdb.texinfo: Document new commands dump, append, and restore.
6081 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
6086 * gdb.texinfo: Change all examples to @smallexample.
6087 * gdbint.texinfo: Ditto.
6091 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
6096 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
6101 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
6102 expresson, suports, dependant, trhe, perhaphs, situtations,
6103 explictily, taged, oportunity, unfortunatly).
6107 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
6108 Remove reference to 3.12.
6112 * gdbint.texinfo: Include fdl.texi.
6113 (Top): Add GNU Free Documentation License.
6114 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
6115 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
6116 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
6117 (gdbint.info): Add srcdir to include path.
6118 * gdb.texinfo: Include gpl.texi.
6120 * gpl.texi: New file.
6124 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
6128 * gdb.texinfo: Document Cygwin native specific commands.
6132 * gdb.texinfo: Document gdbserver ``--attach'' command.
6136 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
6137 to @code(_ovly_debug_event).
6141 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
6145 * gdb.texinfo (overlays): Mention new magic symbol
6146 '_ovly_debug_event', which allows GDB to keep better track
6151 * gdb.texinfo (Memory Region Attributes): Fix the wording.
6152 Suggested by Dmitry Sivachenko.
6154 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
6158 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
6162 * gdb.texinfo: (remote protocol): Gramatical fix-up.
6163 (set trust-readonly-sections): Document.
6167 * gdbint.texinfo (Releasing GDB): Revise and update.
6171 * gdbint.texinfo (Target Architecture Definition): Delete
6172 description of TARGET_BYTE_ORDER_DEFAULT.
6176 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
6181 * libgdb.texinfo: Delete file.
6185 * gdb.texinfo: Remove makeinfo 3.12 hacks.
6186 * gdbint.texinfo: Ditto.
6190 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
6194 * Makefile.in: Update copyright.
6196 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
6197 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
6199 (TEXINDEX, PDFTEX): Delete makefile variables.
6203 * gdb.texinfo (Protocol): Move section to appendix.
6207 * gdb.texinfo (Remote Debugging): Create a menu.
6208 (Top): Add ``Remote Debugging'' to menu.
6212 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
6213 serial protocol'' from here.
6214 (Remote Debugging): To here. New chapter.
6218 * gdbint.texinfo (Target Architecture Definition): Delete
6219 description of TARGET_BYTE_ORDER_SELECTABLE_P.
6223 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
6224 are no longer needed.
6225 (Porting GDB): Add maintainer note about configure.host.
6229 * gdbint.texinfo (Target Architecture Definition): Remove
6230 definition of IEEE_FLOAT.
6234 * gdb.texinfo: Beautify copyright years; fix a typo.
6235 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
6240 * gdbint.texinfo (Host Definition): Remove references to
6241 MALLOC_INCOMPATIBLE.
6245 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
6250 * gdb.texinfo (Maintenance Commands): Add appendix.
6251 (Set Breaks): Copy ``maint info breakpoint'' doco to
6252 ``Maintenance Commands'' appendix. Add reference.
6256 * fdl.texi: Remove next/prev from @node.
6260 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
6261 for monstrous @multitable (from Brian Youmans).
6263 * fdl.texi: New file.
6265 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
6269 * gdbint.texinfo (Releasing GDB): New chapter.
6273 * gdb.texinfo (Embedded Processors, Calling program functions):
6274 Obsolete references to a29k.
6278 * gdbint.texinfo (Coding): Review Cleanups section. Examples
6279 examples. Document that a code-block should do or discard its
6280 cleanups before exit.
6284 * gdb.texinfo (Choosing files): Change @samp to @file.
6288 * gdb.texinfo (--pid): Document new command line option (attach).
6292 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
6297 * gdbint.texinfo (Target Architecture Definition): Replace
6298 BIG_ENDIAN with BFD_ENDIAN_BIG.
6302 * gdbint.texinfo (Target Architecture Definition): Replace
6303 value_ptr with struct value pointer.
6307 * gdb.texinfo (Free Software): Fix wording.
6311 * gdb.texinfo (Free Software): New section ``Free Software Needs
6312 Free Documentation''.
6320 * annotate.texi: Fix the application of GFDL in the Copyright notice.
6324 * gdb.texinfo (maint info sections): Fix typo.
6328 * gdb.texinfo (maint info sections): Document.
6330 * gdb.texinfo (info proc): Comment out documentation for
6331 'info proc' sub-options that are currently not implemented.
6335 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
6339 * gdbint.texinfo (Target Architecture Definition): Replace
6340 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
6344 * gdbint.texinfo (Host Definition): Delete documentation on
6349 * gdb.texinfo (Overlays): New chapter, documenting GDB's
6350 overlay support. Add to top-level menu.
6354 * gdb.texinfo (Command Syntax): Document C-o binding.
6358 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
6359 use since it is described in the referenced section.
6362 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
6363 clearer when using DJGPP.
6367 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
6368 specifically refer to MS-DOS.
6369 (command files): Mention gdb.ini is only used on MS-DOS.
6373 * gdb.texinfo (Invoking GDB): Document --args.
6374 (Mode Options): Likewise.
6378 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
6379 Delete documentation; this macro has been removed from the
6384 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
6388 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
6392 * gdb.texinfo (info functions): Document use of backslash to
6393 quote regexp chars in function names such as "operator*()".
6397 * gdbint.texinfo (SOLIB_ADD): Document additional new
6402 * gdb.texinfo: (Command Files) Added documentation for the
6403 behavior of gdb with input redirected from a file.
6407 * gdb.texinfo (auto-solib-add): Change docs to match
6408 implementation change.
6409 (auto-solib-limit): Add docs for new variable.
6413 * gdbint.texinfo (Target Architecture Definition): Function
6414 value_as_pointer renamed to value_as_address.
6418 * gdbint.texinfo (Target Architecture Definition): Default
6419 POINTER_TO_ADDRESS functions assume unsigned addresses.
6420 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
6421 posting by Jim Blandy.
6425 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
6426 version of texi2html (1.64) doesn't support this flag any more.
6430 * gdbint.texinfo (Host Definition): Remove description of
6433 * gdbint.texinfo (Host Definition): Remove description of R_OK.
6435 * gdbint.texinfo (Host Definition): Remove description of
6440 * gdbint.texinfo (Target Architecture Definition): Add
6441 explanation of TARGET_PRINT_INSN macro.
6445 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
6446 Explain what it means to load relocatable files.
6450 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
6455 * gdbint.texinfo: Add a cautionary note about macro use.
6459 * gdb.texinfo: Explain omitting the hostname in the
6460 `target remote' command.
6464 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
6465 and END-INFO-DIR-ENTRY.
6469 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
6473 * gdbint.texinfo (libgdb): Rewrite.
6477 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
6481 * gdb.texinfo (TUI): New chapter, document the TUI.
6482 (Mode Options): Document the -tui option.
6486 * gdbint.texinfo (Host Definition): Remove description of
6491 * gdb.tex (DJGPP Native): New node, with descriptions of
6492 DJGPP-specific commands.
6496 * gdbint.texinfo: Three misspellings.
6500 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
6501 `test` expressions on bash. Problem reported by Colin Walters.
6505 * gdbint.texinfo (User Interface): Update ui-out documentation to
6506 refelect recent UI/MI updates.
6510 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
6515 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
6516 structure and not macros.
6517 (Host Definition): Document that much of this chapter is obsolete.
6518 (Target Architecture Definition): Update list of files that make
6519 up a target architecture.
6524 * gdbint.texinfo (Target Architecture Definition): Update
6525 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
6526 The latter has been changed to a true predicate.
6530 * annotate.texi: Add @noindent where needed. From Dmitry
6532 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
6536 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
6540 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
6541 returns ``OK''. Document that the ``R'' packet does not reply.
6545 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
6549 * gdb.texinfo (Signals): Clarify the default setting of signal
6554 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
6555 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
6559 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
6563 * gdbint.texinfo (Clean Design and Portable Implementation):
6564 Renamed from "Clean Design".
6565 (Clean Design and Portable Implementation): Document portable
6566 methods of handling file names, and the associated macros.
6570 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
6571 command and provide a cross-reference to its description.
6572 (Symbols): Note that "info scope" is useful for trace experiments.
6576 * gdb.texinfo (Symbols): Document "info scope".
6577 (Tracepoints): New chapter.
6578 (Contributors): Update for v5.1.
6579 <All nodes>: Change "C++" to "C@t{++}".
6581 * gdbint.texinfo (User Interface): A new section about ui_out
6582 functions, based on text written by Fernando Nasser.
6584 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
6588 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
6590 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
6592 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
6593 Replace "GDB" with "@value{GDBN}". Fix markup.
6595 * annotate.texi: Change Permissions to GFDL. Update Copyright.
6597 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
6598 a cross-reference to its description.
6599 (Symbols): Document "info symbol".
6603 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
6604 subsection "x86 Watchpoints".
6605 (Target Architecture Definition): Document the macros
6606 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
6607 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
6611 * gdbint.texinfo (Target Architecture Definition): Update
6612 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
6617 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
6618 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
6622 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
6626 * gdb.texinfo (Environment): Document that `path' does not change
6627 the value of PATH in GDB's own environment (it did in the past,
6628 but that was changed on March 15, 1994). Reported by Doug Evans
6631 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
6632 its line. Fix markup of commands and macros. Add an Index node
6637 * gdb.texinfo (Memory region attributes): New manual section.
6641 * gdbint.texinfo (POP_FRAME): Document use by return_command.
6645 * refcard.tex: Version and copyright fixed. From Phil Edwards
6650 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
6651 DWARF2_REG_TO_REGNUM): Document.
6655 * gdbint.texinfo (Coding): Update current value of
6656 --enable-build-warnings. Mention --enable-gdb-build-warnings.
6660 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
6665 * gdb.texinfo: Document new 'set step-mode' command.
6669 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
6674 * gdb.texinfo (Hooks): Document the new post-hook functionality.
6679 * gdbint.texinfo (Overall Structure): Spelling fix.
6683 * gdbint.texinfo (Target Architecture Definition): Document that
6684 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
6685 for which REGISTER_CONVERTIBLE returns a zero value.
6689 * Makefile.in (install-info): Find files to install in either the
6690 build or source directories (adapted from Makefile.am).
6694 * stabs.texinfo: Fix spelling errors.
6695 (String Field): FILE-NUMBER starts from 0, not 1.
6699 * refcard.tex: Remove \centerline from the blurb. Patch from
6704 * Makefile.in (install-info): Support installation from outside of
6705 the source directory. Reported by Mark Harig
6710 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
6714 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
6715 Generate using pdftex.
6717 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
6718 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
6719 @contents at the start.
6723 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
6729 * gdb.texinfo: Fix ``et al.''.
6733 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
6738 * configure: Regenerate.
6742 * Makefile.in (install-info): Run install-info on installed Info
6747 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
6752 * gdb.texinfo: Proofreading changes from Brian Youmans.
6756 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
6757 startup sequence, minor edits.
6761 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
6764 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
6765 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
6766 like `n' and `s' which look weird. Convert some of the @kindex to
6767 @vindex, when they refer to variables, not commands.
6771 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
6775 * Makefile.in (GDBMI_DIR): New variable.
6776 (SET_TEXINPUTS): Add $(GDBMI_DIR).
6777 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
6778 (gdbmi.texinfo): New target, for texi2roff.
6779 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
6780 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
6782 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
6784 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
6789 * gdb.texinfo (Files): Update description of add-symbol-file
6794 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
6795 prevents the build (and is generally a Bad Idea).
6799 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
6800 a comma inside @var.
6801 (Command Files): Index markup changes from Dmitry Sivachenko
6806 * Makefile.in (LN_S): Define.
6807 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
6808 invoke "ln -s" unless it is known to work.
6810 * configure.in (AC_PROG_LN_S): Add.
6814 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
6816 (Target Conditionals): Document ADDRESS_TO_POINTER,
6821 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
6822 gdb-cfg.texi to get the value.
6826 * gdbint.texinfo (Target Architecture Definition): Fix
6831 * gdbint.texinfo (Using Different Register and Memory Data
6832 Representations): New section.
6833 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
6834 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
6835 REGISTER_CONVERT_TO_RAW): Document.
6839 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
6840 for acknowledgments.
6844 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
6849 * gdb.texinfo: Clarify which remote debug protocol commands are
6850 required and which are optional.
6854 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
6856 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
6857 * annotate.texi: Update.
6861 * gdb.texinfo: Update dates, bump to Eighth Edition (note
6862 expectation of additional changes before release), update
6863 ISBN, add copy of top-level menu for @ifhtml, remove explicit
6864 node links, rephrase and/or shorten lines to fix formatting
6865 problem in both regular and @smallbook formats.
6866 * annotate.texi: Shorten lines in example, use smallexample
6867 consistently everywhere.
6868 * Makefile.in: Add comment about texinfo 4.0 html generation.
6869 (SFILES_INCLUDED): Add annotate.texi.
6873 * gdb.texinfo (Debugging Output): Added new section, documenting
6874 the "set/show debug" commands.
6878 * annotate.texi (Annotations): When GDBN omit @chapter and @node
6881 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
6882 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
6883 @chapter and @node entries.
6885 * gdb.texinfo: Link all top-level nodes.
6889 * Makefile.in (install-info): Create $(infodir) before installing
6895 * gdbint.texinfo : Added paragraphs about command deprecation.
6899 * gdb.texinfo: Add documentation for the apropos command.
6903 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
6907 * gdb.texinfo: Add white space to prevent overprinting in
6912 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
6918 * gdb.texinfo (main menu): Add Annotations.
6919 (File Options): Add @cindex entries for each command-line option.
6920 Document --epoch, --annotate, --async, --interpreter, --write,
6921 --statistics, and --version.
6923 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
6928 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
6932 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
6936 * Makefile.in (diststuff): New target.
6940 * agentexpr.texi: Fix wording regarding Intel's IA-64
6941 architecture. [From Jim Wilson.]
6945 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
6946 (Delete Breaks): Mention range arguments.
6947 (Disabling): Likewise.
6951 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
6955 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
6960 * gdb.texinfo: Clarify regular expressions used in rbreak.
6964 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
6965 MEMORY_REMOVE_BREAKPOINT): Document.
6969 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
6970 offset re-using the DATA offset instead.
6974 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
6979 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
6982 * gdb.texinfo: Various minor wording and formatting improvements,
6983 mentions of additional command-line options.
6987 * gdb.texinfo: Document additional forms of specifying section
6988 names and addresses for the add-symbol-file command.
6992 * gdbint.texinfo: Fix typo, add the word "have".
6996 * gdbint.texinfo (Target Architecture Definition): Document the
6997 SKIP_PERMANENT_BREAKPOINT macro.
7001 * gdb.texinfo: Fiks speling errers.
7003 * gdb.texinfo: Fix uses of @multitable.
7006 * gdb.texinfo: Include details specific to DOS host, clarify
7007 some confusing language, fix @ref/@xref/@pxref usages, add
7008 comments about using with optimization, add more indexing,
7009 fix info about disassembly-flavor.
7013 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
7014 SKIP_SOLIB_RESOLVER): Define.
7018 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
7023 * gdb.texinfo: Create a new "Configurations" chapter with
7024 platform-specific info, inline remote.texi and move sections of it
7025 into the new chapter, move bits about info proc, heuristic search,
7026 and register stack into the new chapter.
7027 * remote.texi: Remove, now part of gdb.texinfo.
7028 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
7032 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
7033 GDB_TARGET_IS_MACH386): These kludges have gone away.
7037 * gdbint.texinfo (Target Architecture Definition): Mention
7042 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
7043 surrounding text to fit HP-UX bits into general info.
7044 (HPPA-cfg.texi): Remove, no longer useful.
7046 * gdb.texinfo: Remove explicit links from @node lines, remove
7047 HP-added "Detailed Node Listing" from main menu which confuses
7051 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
7052 in description of `set environment'.
7056 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
7060 * gdbint.texinfo (Breakpoint Handling): Add missing words.
7064 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
7065 watch, awatch, and rwatch. Explain why the latter two cannot be
7066 set as software watchpoints. Document that watchpoints for local
7067 variables are deleted when the debuggee terminates.
7071 * remote.texi (Protocol): Further clarification of the "qRcmd"
7072 packet. Allow E.. response packet. "qRcmd" packet is no longer
7077 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
7078 * gdb.texinfo: Ditto.
7082 * gdb.texinfo (KOD): New node.
7086 * remote.texi (Rcmd): Fix minor formatting typos.
7090 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
7095 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
7100 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
7104 * remote.texi (Communication Protocol): ``v'' is in use. Fix
7105 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
7106 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
7107 packets that are not supported on all hosts. Expand examples.
7112 * Makefile.in: Recognize html, install-html. Add targets
7113 to build HTML versions of documentation via texi2html.
7117 * gdbint.texinfo (Testsuite): New chapter, information about the
7122 * remote.texi (Communication Protocol): Rewrite.
7126 * stabs.texinfo: Fix uses of xref.
7130 * gdbint.texinfo: Add an anti-printf exhortation, and update the
7131 info about patch submission.
7136 * gdb.texinfo: Document Chill support.
7140 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
7141 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
7142 Document that the value should be greater-than or equal-to zero.
7143 (NO_STD_REGS): Document. Deprecate.
7147 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
7148 Document that these are not used.
7152 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
7156 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
7157 numargs was dropped.
7161 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
7165 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
7170 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
7171 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
7175 * gdbint.texinfo: Fix typos: $ -> @.
7179 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
7180 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
7181 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
7186 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
7187 CALL_DUMMY_STACK_ADJUST): Document.
7191 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
7192 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7196 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
7201 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
7202 nearly all @ifset/@ifclear conditionals; nobody uses them, and
7203 they make the manual source incomprehensible.
7204 * h8-cfg.texi: Remove, hasn't been used in years.
7208 * gdb.texinfo: Update the credits.
7212 * gdb.texinfo: Fix mistakes noticed in printout of last
7213 draft, add Alpha to discussion of heuristic fence post.
7217 * gdb.texinfo, remote.texi: Many changes; update to Seventh
7218 Edition, merge some HP changes into mainline, describe some
7219 previously undocumented features, describe more of the target
7220 commands available, eliminate obsolete section on renamed
7222 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
7226 * gdb.texinfo: Make many HPPA conditionals unconditional,
7227 including catchpoint description, since now on for all configs.
7228 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
7233 * Makefile.in (GDBvn.texi): Fix match expression to work with
7234 current format of VERSION in gdb/Makefile.in.
7235 * gdb.texinfo: Fix node ref to match new readline.
7239 * gdb.texinfo: Changes made as part of a project to merge in
7240 changes made by HP. Documentation makes extensive use of
7241 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
7242 on remote debugging. There are differences in documentation
7243 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
7244 the HP manual discusses catchpoints, hardware watchpoints, and
7245 some HPUX specific limitations for shared library support.
7247 There are also a number of @node changes.
7251 * gdbint.texinfo (Formatting): Disambiguate a sentence.
7256 The following changes were made by Edith Epstein
7260 * HPPA-cfg.texi: new file.
7262 * all-cfg.texi: set HPPA for HP PA-RISC targets.
7264 * refcard.tex: change documentation about catch.
7269 * gdbint.texinfo: Expand on GDB's coding standards,
7270 specify the use of arg names with prototypes.
7274 * gdb.texinfo: Fix tipo.
7278 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
7279 TARGET_BYTE_ORDER_SELECTABLE_P.
7283 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
7287 * agentexpr.texi: New file.
7289 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
7291 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
7295 * remote.texi: Changed wording that implied that the GDB remote
7296 protocol caches register values instead of GDB itself.
7300 * gdbint.texinfo: Add some info about symbol readers.
7301 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
7302 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
7303 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
7304 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
7306 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
7308 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
7312 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
7314 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
7316 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
7317 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
7321 * gdbint.texinfo: Fix minor typos.
7325 * gdbint.texinfo: Complete overhaul. Group descriptions more
7326 logically, add more info on generic algorithms, remove much
7327 obsolete and/or wrong material.
7331 * stabs.texinfo (Method Type Descriptor): Expand and correct.
7335 * refcard.tex: Copyright, address updates.
7339 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
7340 for the edition instead of confusing GDB-version-like numbers.
7344 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
7348 * LRS: Reformat a bit to keep text under 80 columns.
7352 * gdb.texinfo: Add some credits, mention bug monitor.
7353 * remote.texi: Mention mips monitor targets.
7354 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
7358 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
7359 files, finish sorting of host vs target vs native macros, describe
7364 * gdbint.texinfo (Host Conditionals): Document change from
7365 using NO_MMALLOC to it's inverse, USE_MMALLOC.
7369 * gdbint.texinfo (Host Conditionals): Document
7370 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
7374 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
7375 Document LSEEK_NOT_LINEAR.
7379 * stabs.texinfo (Stab Section Basics): Make it clear that only
7380 some versions of the GNU linker remove the leading N_UNDF symbol.
7384 * stabs.texinfo (String Field): Document type number pairs here,
7385 instead of in the Sun specific section.
7386 (Include Files): The GNU linker supports the N_BINCL
7387 optimization. Clarify the N_BINCL value, and what it is used
7389 (Procedures): Document N_FUN with an empty string to mark the end
7391 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
7392 (Sun Differences): Remove this node, as the information is now
7393 elsewhere in the main document.
7394 (Stab Section Basics): Mention that the GNU linker may optimize
7395 stabs and remove the leading N_UNDF symbol.
7399 * gdb.texinfo, refcard.tex: Restore author credit
7403 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
7404 documentation to account for START and END macros taking
7410 * gdb.texinfo (Frames): Fix typo.
7414 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
7415 a target_signal as arg type, not a pid.
7419 * gdb.texinfo: Document `set assembly-language'.
7423 * remote.texi: Update list of stubs in the GDB distribution.
7427 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
7428 Also document that some systems can use mmalloc but must define
7429 this if their C runtime allocates memory that is later freed.
7430 (MMCHECK_FORCE): Document new macro.
7434 * remote.texi: Add documentation for target Sparclet.
7438 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
7439 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
7440 * configure.in: Rewritten for autoconf.
7445 * Makefile.in (DVIPS): New define, set to dvips.
7446 (dvi): Add stabs.dvi.
7448 (all-doc): Depend on info, dvi, and ps targets.
7449 (STAGESTUFF): Add *.ps and *.dvi files.
7450 (clean-info, clean-dvi): Remove.
7451 (mostlyclean): Does not depend upon clean-info or clean-dvi,
7452 rules completely rewritten.
7453 (maintainer-clean): Remove clean-info and clean-dvi
7454 dependencies and put their actions in the rules.
7455 (gdb.ps): New target
7456 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
7457 intermediate TeX files, whether they have 2 or 3 character
7459 (gdbint.ps): Add target and rules.
7460 (gdb-internals): Delete unused target.
7461 (Makefile): Depends upon config.status also.
7465 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
7471 * gdb.texinfo (Expressions): Fix erroneous array constant example.
7475 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
7479 * gdb.texinfo (Print settings): Document
7480 `set/show print static-members' commands.
7484 * gdbint.texinfo (Native): Document name change, coredep.c to
7489 * stabs.texinfo (Include Files): Document the values the SunOS4
7490 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
7494 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
7499 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
7504 * Makefile.in (maintainer-clean): New target, synonym for
7509 * Update all FSF addresses except those in COPYING* files.
7514 * gdb.texinfo (convenience variables): Document $_exitcode.
7515 (quit): Document optional expression to use as exit code.
7519 * gdb.texinfo, remote.texi: Brought up to date with various
7524 * gdb.texinfo: Update dates and versions, fix comments about
7525 hardware watchpoints in future releases and about the
7526 sharedlibrary command.
7530 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
7531 C_FUN stab. Other cleanups.
7535 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
7540 * annotate.texi: Clarify which addresses have differing formats
7541 depending on the language and which do not.
7545 * remote.texi (NetWare): Changed example to use BOARD= instead of
7546 NODE= argument to reflect correspoding change to gdbserve.nlm.
7550 * stabs.texinfo (Negative Type Numbers): Mention the fact that
7551 GDB, as well as AIX dbx, supports the size type attribute.
7555 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
7559 * gdb.texinfo (Define): Document $arg0... arguments to commands,
7560 and new 'if' and 'while' commands.
7564 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
7568 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
7569 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
7570 NetWare targets. Mostly stolen from the Server node.
7574 * gdb.texinfo (Setting): Talk about the language of a source file
7575 versus the working language. The old documentation did not match
7580 * stabs.texinfo (Source Files): Document N_SO used to mark the end
7585 * gdb.texinfo (Processes): New node.
7589 * remote.texi: Update documentation of set/show mipsfpu.
7593 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
7594 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
7598 * gdbint.texinfo: Removed mentions of some incorrectly placed and
7599 obsolete conditionals, described some others.
7603 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
7604 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
7608 * gdbint.texinfo: Put regex conditionals in their own table.
7612 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
7613 described or fixed the descriptions of many others.
7617 * gdb.texinfo: Add some more credits.
7618 * gdbint.texinfo: Capitalize GDB consistently, describe some
7619 macros and remove some.
7623 * gdbint.texinfo: Removed mentions of many incorrectly placed and
7624 obsolete conditionals, described some others.
7628 * gdb.texinfo (help targets): Changed to `help target', which
7629 is the correct gdb command.
7633 * annotate.texi (TODO): New node, for keeping track of annotations
7634 suggested but not yet implemented.
7638 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
7639 another symbol, it is not the address itself.
7643 * stabs.texinfo (Stab Section Basics): Add comment about alignment
7644 of stabs-in-coff sections.
7648 * annotate.texi: Change edition to 0.5 and date to May 1994.
7650 (Frames): New node, for frame annotation.
7651 (Displays): New node, for display annotation.
7653 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
7654 when waiting for your program to stop.
7658 * annotate.texi (Breakpoint Info): Document annotation of header
7659 fields and record annotation.
7663 * annotate.texi: New file, to document annotations.
7667 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
7668 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
7672 * stabs.texinfo (Stab Section Basics): Say what is in .stab
7673 section, and say n_strx field is compilation unit relative.
7674 * stabs.texinfo: Don't use @code for a.out when it is the name of
7675 an object file format.
7679 * gdb.texinfo: Refer to file names, not path names, per rms
7681 (Arguments): Fix typo.
7685 * stabs.texinfo (Global Variables): Talk about stabs in files
7686 where variables are referenced, but not defined.
7690 * stabs.texinfo: Move stuff on @ and # type descriptors from node
7691 Cplusplus to new nodes Member Type Descriptor and Method Type
7692 Descriptor. Re-write stuff for #.
7696 * gdb.texinfo (Print Settings): Don't document "set print
7697 fast-symbolic-addr off". The bug which it worked around was fixed
7698 on 25 Feb 94 in coffread.c, so I'm nuking the command.
7700 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
7703 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
7707 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
7708 references to ieee-float.c.
7712 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
7713 match what the code actually does.
7717 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
7721 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
7726 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
7727 well as for ELF and SOM. Unify the descriptions of ELF and SOM
7728 as "stabs in sections" rather than just saying "ELF and SOM".
7729 Also make that stuff apply to COFF.
7733 * gdb.texinfo (Formatting Documentation): Change GhostScript to
7738 * gdb.texinfo (Continuing and Stepping): When talking about "step"
7739 versus functions without line numbers, also mention stepping into
7740 them as well as "step" when you are in them. Tell the user how to
7741 deal with the situation. Add comment about "debugging information".
7745 * stabs.texinfo (Enumerations): Document restriction on where
7746 enumeration types can appear and still win with GDB.
7750 * stabs.texinfo (Negative Type Numbers): Document format for type
7755 * gdb.texinfo (Selection, Frame Info): Update information about
7756 arbitrary frame specficiations.
7760 * gdb.texinfo, remote.texi: general editing pass prior to Net release
7764 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
7768 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
7772 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
7773 Differences node to Statics node.
7774 (Statics): Discuss XCOFF use of V symbol descriptor.
7776 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
7781 * gdb.texinfo (Print Settings): Document `set print
7782 fast-symbolic-addr' and improve the doc for some other
7787 * stabs.texinfo (String Field): Talk about defining several type
7789 Fix lint regarding changing node ELF Transformations to
7790 ELF and SOM Transformations.
7794 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
7798 * stabs.texinfo (Cross-References): `::' is for nested types only
7800 (Structures): Document static members.
7804 * stabs.texinfo: Document S type attribute.
7808 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
7812 * gdbint.texinfo: Fix a few typos.
7816 * gdb.texinfo, remote.texi: formatting improvements
7818 * gdb.texinfo (New Features): mention threads.
7819 (Summary, C): fix xrefs in newly contributed text.
7820 (Threads): index entries, clarifications, example
7821 (passim): minor typos fixed, phrasing improvements
7823 * remote.texi (Bootstrapping): rephrase text on ^C and add index
7824 entries; (Server): explain use of gdbserver w/real-time systems,
7825 add example of conflicting TCP port; (MIPS Remote) break up
7826 running text into table, highlighting commands, and add example.
7830 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
7834 * stabs.texinfo (Nested Symbols): New node.
7835 (String Field, Symbol Descriptors, Cross-References): Refer to it.
7839 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
7840 to picking which Bbss.bss symbol to use, and (because there seems to
7841 be no good way of doing it) re-write some of the text to make it
7842 sound like Bbss.bss isn't such a great idea after all (as currently
7845 * gdb.texinfo (C): In addition to saying people have to use g++ for
7846 good results, say they have to use stabs. Specifically say cfront
7848 (Summary): Merge in information on Modula-2, Pascal, and Chill from
7849 the gdb README. Add xrefs to places where the support for the various
7850 languages is described in detail.
7854 * stabs.texinfo: Clean up stuff about visibility and virtual
7857 * stabs.texinfo (N_M2C): Cite Sun doc.
7861 * gdb.texinfo: updates re threads.
7862 * remote.texinfo: avoid index entries starting with digits.
7866 * stabs.texinfo (Enumerations): Talk about large, negative and
7867 octal values. Clean up cross reference to type attributes.
7868 (String Field): Say that GDB 4.11 supports size attribute.
7872 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
7873 is a mandatory step. Make the stuff about that more concise.
7877 * stabs.texinfo (Class Names): New node.
7879 * gdb.texinfo (Command Files): Explain order of init file reading.
7881 * remote.texi (Bootstrapping): Talk about getting the serial driver
7882 to deal with ^C sent by gdb to stop the remote system.
7886 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
7888 * libgdb.texinfo (Defining Commands): made the DOC arg
7889 to gdb_define_app_command a char * instead of char **
7890 per a suggestion from kingdon.
7892 * libgdb.texinfo: total rewrite from a different starting
7897 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
7898 floats passed as doubles (to improve clarity).
7902 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
7904 * a4rc.sed: update to work with Andreas Vogel papersize params
7906 * refcard.tex: use Andreas Vogel simplifications of papersize
7907 params; remove useless version info; update copyright date.
7911 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
7915 * gdb.texinfo (Files): Say what address the load command loads it at.
7917 * stabs.texinfo (Common Blocks): Minor cleanups.
7919 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
7920 that Sun has backed away from the linker kludge and thus the relevant
7921 issue is changes to the SunPRO tools, not the Solaris linker.
7923 * stabs.texinfo (Traditional Integer Types): Clean up description
7924 of octal bounds a little bit. Document extra leading zeroes.
7928 * gdb.texinfo (Signaling): Update for symbolic symbol names
7929 and add a section explaining the difference between the GDB
7930 signal command and the shell kill utility.
7934 * libgdb.texinfo: added `@' to braces that were unescaped.
7938 * libgdb.texinfo: new file. Spec for the gdb library.
7942 * stabs.texinfo (Include Files): Fix typo (start -> end).
7946 * gdb.texinfo, remote.texi: assorted small improvements, mostly
7947 from Melissa at FSF's editing pass.
7951 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
7952 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
7953 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
7957 * remote.texi (Bootstrapping): Discuss 386 call gates.
7961 * stabs.texinfo (Based Variables): New node.
7965 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
7966 names, sizes, and formats to suggest how not to lose.
7970 * stabs.texinfo (Methods): Fix typo.
7974 * gdb.texinfo: Fix a few typos.
7978 * gdb.texinfo: Clarify how well it works with Fortran.
7980 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
7981 More on relocating stabs in ELF files.
7985 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
7989 * stabs.texinfo (Local Variable Parameters): Talk about nameless
7994 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
7998 * stabs.texinfo: Make info author notice match the TeX author notice.
8002 * stabs.texinfo: Initial-caps all words in node names and
8003 non-trivial words in section names.
8007 * stabs.texinfo: Many minor cleanups.
8009 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
8013 * stabs.texinfo: Remove full description of big example.
8014 It's not really helpful; just use pieces of it where appropriate.
8015 Add more Texinfo formatting directives (@samp, etc.).
8016 Use @deffn to define stab types.
8017 Eliminate some wordiness. Break up some nodes.
8018 Add an (alphabetized) index of symbol types.
8019 Use consistent capitalization style in node and section names.
8023 * gdb.texinfo: Change typo "Two two" to "The two".
8027 * stabs.texinfo (XCOFF-differences): Remove references to
8028 non-existent types N_DECL and N_RPSYM.
8030 * stabs.texinfo (String Field): Say that type attributes bug is
8031 fixed in GDB 4.10, since it is.
8033 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
8037 * stabs.texinfo: Formatting cleanups.
8041 * stabs.texinfo: When explaining the n_type of a stab, standardize
8042 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
8044 (Global Variables): Clean up.
8048 * stabs.texinfo (Stack Variables): Re-write.
8052 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
8053 addresses of a source file. Also revise formatting.
8054 Change "object module" or "object file" to "source file".
8055 Various: Miscellaneous cleanups.
8059 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
8063 * gdbint.texinfo: Removed many nonsensical machine-collected
8064 host and target conditionals, described some of the remainder.
8068 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
8070 * gdbint.texinfo (Top): Add name to @top line, and re-write the
8071 paragraph which follows.
8073 * gdbint.texinfo (Host): Use @code not @samp for Makefile
8074 variables. Looks better and avoids overful hbox.
8078 * stabs.texinfo (Procedures): Improve stuff on nested functions.
8082 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
8087 * gdbint.texinfo: Update statement about `some ancient Unix
8088 systems, like Ultrix 4.0' to Ultrix 4.2.
8090 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
8092 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
8094 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
8096 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
8097 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
8099 * remote.texi: new name for former gdbinv-s.texi
8101 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
8105 * gdbinv-s.texi: Documented timeout and retransmit-timeout
8106 variables for MIPS remote debugging protocol.
8110 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
8114 * Makefile.in (refcard.dvi): Use srcdir where necessary.
8118 * gdb.texinfo: repair conditional bugs in text markup
8122 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
8123 to select Modula-2 material.
8127 * stabs.texinfo: Cleanups regarding statics.
8129 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
8130 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
8134 * stabs.texinfo: N_MAIN is sometimes used for C.
8138 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
8142 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
8143 removed from the code by Kingdon.
8147 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
8148 input when evaluating breakpoint conditions; the bug has been fixed.
8150 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
8151 sets the ignore count to N-1, not to N.
8155 * refcard.tex (\hoffset): correct longstanding error to match
8156 intended offset; avoids cutting off edge on some printers
8160 * stabs.texinfo (Parameters): Say that order of stabs is significant.
8164 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
8168 * Makefile.in: (REFEDITS) new var to control whether PS or CM
8169 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
8170 collect sed edits if any, apply to refcard before formatting;
8171 (refcard.ps) stop implying PS fonts if PS output requested;
8172 (lrefcard.ps) delete extra target for variant PS fonts
8174 * refcard.tex: parametrize papersize dependent info, collect
8175 in easily replaced spot
8177 * a4rc.sed: new file, edits to refcard for A4 paper
8181 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
8185 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
8189 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
8190 politely rather than rudely.
8194 * stabs.texinfo: Document common blocks.
8198 * stabs.texinfo: Add some basic info about stabs-in-elf.
8202 * stabs.texinfo (Top): Minor cleanup.
8204 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
8206 * Makefile.in (install-info): remove parentdir support
8210 * gdb.texinfo (Copying): delete this node and references to it;
8211 RMS says this manual need not carry GPL. (passim): Improvements
8212 from last round at FSF, largely due to Ian Taylor review, and
8213 minor formatting improvements.
8215 * gdbinv-s.texi (passim): Improvements from last round at FSF,
8216 largely due to Ian Taylor review. (Debug Session): minor edits to
8221 * Makefile.in (realclean): Remove info and dvi files too.
8225 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
8226 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
8227 * gdb.texinfo: Change accordingly.
8229 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
8230 N_{L,R}BRAC,N_SLINE are relative to.
8234 * Makefile.in (GDBvn.texi): Update atomically.
8238 * gdbinv-s.texi (Debug Session): Document exceptionHook.
8242 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
8243 addresses together. Also motivate the set print symbol-filename
8244 command and suggest other solutions.
8248 * gdb.texinfo (set print elements): Note that the number of
8249 elements is set to unlimited by "set print elements 0".
8253 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
8255 (Stab Types): Include Solaris stab types.
8256 (Procedures): Document Solaris extensions.
8260 * gdb.texinfo: Add `set print symbol-filename' doc.
8264 * stabs.texinfo (Arrays): Talk about type definition vs. type
8267 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
8268 the trailing semicolon.
8272 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
8273 and merge in other parts of the document addressing these subjects.
8274 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
8276 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
8277 at the end of a range type.
8279 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
8284 * stabs.texinfo (Stabs Format): Misc fixes.
8288 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
8289 (Traditional builtin types): Document convex convention for long long.
8290 (Negative builtin types): Discuss type names, and misc fixes.
8294 * stabs.texinfo (Builtin Type Descriptors): Document the floating
8295 point types used with @samp{R} type descriptor.
8296 (Symbol Descriptors): Describe how to handle conflict between
8297 different meanings of @samp{P} symbol descriptor.
8301 * stabs.texinfo: Remove node Quick Reference and put its children
8302 directly under the main menu.
8304 * stabs.texinfo: Many more changes to bring it into line with
8305 AIX documentation and reality. I think it now has all the
8306 information from the AIX documentation, except that I burned
8307 out when I got to variant records (Pascal and Modula-2) and
8308 all the COBOL types. Oh well, we can add them later when we're
8309 worrying more about those languages.
8311 * stabs.texinfo (Automatic variables): Talk about what it means
8312 to omit the symbol descriptor.
8316 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
8317 gcc2 behavior with promoted args.
8321 * gdb.texinfo: include readline appendices in info version of manual
8325 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
8328 * gdb.texinfo (Machine Code): more index entries for disassemble
8332 * Clarify the intended use of the gdb-testers and gdb-patches
8333 mailing lists, and shrink gzip comment.
8337 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
8338 DOSHOST configuration of manual.
8340 * gdb.texinfo (MIPS Stack): new node.
8342 * all-config.texi (MIPS) new switch.
8344 * gdbinv-s.texi (Nindy Options) Remove two instances of future
8345 tense; (MIPS Remote) new node.
8347 * gdb.texinfo (passim) rephrases to work around makeinfo @value
8348 bug; (Environment) less passive, other small cleanups in text about
8349 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
8350 (Remote) new MIPS Remote menu entry.
8354 * stabs.texinfo: Many changes to include information from the
8357 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
8361 * gdbint.texinfo (new node Debugging GDB, elsewhere):
8362 Move a bunch of information from ../README.
8363 (Getting Started): New node.
8367 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
8369 * gdb.texinfo: advance manual revision dates to present
8371 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
8372 stop using silly Roman numerals in @set variable names
8376 * stabs.texinfo (Parameters): Keep trying to get this right.
8380 * stabs.texinfo (Parameters): More on "local parameters".
8384 * stabs.texinfo (Parameters): Re-do "local parameters" section.
8388 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
8389 (Parameters): Rewrite.
8390 (xcoff-differences, Sun-differences): Minor changes.
8394 * stabs.texinfo: Minor cleanup.
8398 * gdbint.texinfo: Minor xcoff stuff.
8402 * gdbint.texinfo: Update for new config directory structure.
8403 Add info about internal type data structures.
8407 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
8409 (gdb-config.texi): Depend on file in $(srcdir).
8413 * stabs.texinfo: Fixes about N_SO.
8417 * gdb.texinfo: include list of nonstandard init file names
8419 * *-config.texi: new switch GENERIC for text that applies *only*
8420 to (usual) multiple-target version of manual
8422 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
8425 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
8426 in menus (rather than conditionally selected multiple alternative
8429 * Makefile.in: define and use DOC_CONFIG var to select
8430 configuration for GDB user manual.
8432 * gdb-config.texi: delete from repository, generate from Makefile.
8434 * all-config.texi: normal `generic' configuration file, formerly
8435 stored as gdb-config.texi
8437 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
8439 * Makefile.in: add dvi target to build all .dvi files
8443 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
8447 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
8449 * stabs.texinfo: More array fixes inspired by Jim's.
8453 * stabs.texinfo: Fixes re arrays and continuations.
8455 * gdbint.texinfo: Add XCOFF node.
8459 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
8463 * stabs.texinfo: Fix for array types to mention lower bounds.
8467 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
8471 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
8475 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
8480 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
8484 * gdb.texinfo, gdbinv-s.texi: misc updates
8488 * gdbint.texinfo: Brief documentation for longjmp support,
8489 from an email msg by Stu.
8493 * stabs.texinfo: Fix description of floating point "range"
8494 types (which really define basic types). Reported by Jim Meehan,
8497 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
8501 * gdbint.texinfo: Slightly expand section on supporting a new
8506 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
8511 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
8515 * gdbinv-s.texi: z8000 simulator target name is just "sim"
8517 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
8522 * gdbint.texinfo: Add sections on clean design and on how to send
8527 * gdbint.texinfo: Add how to declare the result of make_cleanup.
8531 * gdb.texinfo: Fix typo, reported by Karl Berry.
8535 * gdb.texinfo: Add opcodes dir to GDB distribution description.
8537 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8539 * gdbint.texinfo: fixed a stray email address (needs @@),
8540 added @table @code to node "Native Conditionals"
8544 * gdbint.texinfo: Describe coding style of GDB.
8548 * stabs.texinfo: Minor wording changes.
8552 * gdbint.texinfo: Improve release doc slightly.
8556 * gdbint.texinfo: Improve doc of GDB config macros.
8560 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
8561 These will be reinserted when examined.
8565 * gdbint.texinfo: Make a start at documenting all the #if macros
8566 in GDB. At least list them all, and start separating them into
8567 host-specific and target-specific.
8571 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
8572 examples (not consistent w others).
8573 gdb.texinfo: issue disclaimer paragraph on cmdline options only
8574 for generic vn of doc
8578 * Makefile.in: always create installation directories.
8582 * gdb.texinfo: in h8 config, do not describe searching commands.
8586 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
8587 conditionals; introduce a few generic switches that may be
8588 useful for other cross-dev or dos-hosted configs.
8590 * gdb.texinfo: fix typo in "info reg" description
8594 * stabs.texinfo: Minor updates from running TeX over it.
8595 * Makefile.in (stabs.dvi, stabs.ps): Add.
8599 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
8600 First pass at converting it to texinfo.
8604 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
8605 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
8609 * gdbint.texinfo: Add section on partial symbol tables.
8611 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
8613 * gdb.texinfo: document `set remotedebug' and `set
8614 rstack_high_address'.
8618 * gdb.texinfo: slight expansion of new text on reading info files
8619 * gdbinv-s.m4.in: correct and expand info on cross-debugging
8622 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
8624 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
8626 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
8628 * gdb.texinfo: Say how to read the `info' files.
8632 * Makefile.in: gm4 -> m4.
8634 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
8636 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
8637 Documentation' ahead of `Installing GDB' to match README.
8638 Update shared library doc, -readnow and -mapped, and directory
8639 structure (add glob and mmalloc). Update configure doc.
8643 * Makefile.in: remove $(srcdir) from gdb.info rule.
8647 * Makefile.in: commented out gdb-all.texinfo rule. This is
8652 * Makefile.in, configure.in: removed traces of namesubdir,
8653 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
8654 copyrights to '92, changed some from Cygnus to FSF.
8656 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
8658 * gdb.texinfo: Improve how we ask for bug reports.
8660 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8662 * Makefile.in: infodir belongs in datadir.
8664 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8666 * Makefile.in: remove spaces following hyphens, bsd make can't
8667 cope. install using INSTALL_DATA. added clean-info. added
8668 standards.text support.
8670 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8672 * Makefile.in: idestdir and ddestdir go away. Added copyrights
8673 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
8674 and mandir now keyed off datadir by default.
8681 version-control: never