3 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4 should transfer control to the stub in the startup code instead of
5 in main. Mention the need to get past the initial breakpoint.
9 * gdb.texinfo (Set Breaks): Update for new behavior.
13 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
14 List Format for SVR4 Targets'.
15 (General Query Packets): New item qXfer:libraries-svr4:read.
16 (Library List Format for SVR4 Targets): New node.
20 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
25 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
30 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
31 note-related options and variables.
32 (Tracepoint Packets): Document packet changes.
36 * gdb.texinfo (JIT Interface): Add documentation on writing and
37 usind JIT debug info readers.
38 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
39 Debug Info Readers): New nodes.
43 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
48 * gdb.texinfo (Files): Document basenames-may-differ.
52 * gdb.texinfo (Shell Commands): Document "!".
57 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
58 needed to get shorter fast tracepoints.
59 (Tracepoint Packets): Document new qTMinFTPILen packet.
63 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
64 behavior of tracepoint.
65 (General Query Packets): New feature InstallInTrace.
66 (Remote Configuration): Document "set remote
67 install-in-trace-packet".
71 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
72 Add arguments to info macro.
76 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
78 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
79 (Macros): Add a footnote.
80 (C): Remove paragraph about compiler options.
81 (C Constants): Mention wide character and string constants.
82 (C Plus Plus Expressions): Update compiler option advice. Mention
83 using declarations. Mention ADL. Remove old HP compiler
89 * gdb.texinfo (Print Settings): Add an extra note about the need
94 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
95 "set mips abi" documentation.
99 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
103 * gdb.texinfo (Stopping): Add menu entry.
104 (Continuing and Stepping): Restore @node. Use @section, not
109 * gdb.texinfo (Skipping Over Functions and Files): Remove node
110 designation. Fix "Specify Location" cross-reference.
114 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
115 (General Query Packets): Describe tracenz feature.
116 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
120 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
124 * gdb.texinfo ((Frames In Python): Document
125 gdb.FRAME_UNWIND_FIRST_ERROR contant.
129 * gdb.texinfo (gdb.types): Document new deepitems function.
135 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
142 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
143 global_block, static_block function.
147 * gdb.texinfo (Commands In Python): Add missing "@"s.
151 PR python/13285 Document named constants for frame unwind stop reasons
152 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
157 Fix compatibility with texinfo versions older than 4.12.
158 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
159 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
160 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
161 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
162 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
163 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
164 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
168 * gdb.texinfo (Extending GDB): Document alias command.
172 Support @entry in input expressions.
173 * gdb.texinfo (Variables): Describe @entry names suffix.
174 (Print Settings): Add anchor for `set print entry-values'.
179 Display @entry parameter values (without references).
180 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
182 (Print Settings): New description of set print entry-values and show
188 Recognize virtual tail call frames.
189 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
190 (Tail Call Frames): New node.
191 (Frames In Python): Add gdb.TAILCALL_FRAME.
195 * gdb.texinfo (gdb.printing): Document new `replace' arg to
196 register_pretty_printer.
203 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
208 * gdb.texinfo (Starting your Program): "set disable-randomization"
209 is no longer Linux-specific.
210 (Remote Configuration): Document "set remote
211 disable-randomization-packet".
212 (General Query Packets): Document "QDisableRandomization" packet
213 and add it to "qSupported" list.
217 Allow Python notification of new object-file loadings.
218 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
223 PR python/12691: Add the inferior to Python exited event
224 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
228 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
233 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
234 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
235 as possible feature returned by the `-list-features'
240 * gdb.texinfo (gdb.Type): Document field access by dictionary
245 * gdb.texinfo (Files): Update options for `add-symbol-file'.
246 Add one space after option `-s'. Remove @r{} markup.
250 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
254 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
255 to *(unsigned char *)$esp@300.
259 * gdb.texinfo: Make style of Python functions and methods match
260 the syntax of Python. Also put class and module names explicitly
261 on function, member, and variable names, matching Python
262 documentation conventions.
266 PR Python/12692 Add gdb.selected_inferior() to Python interface.
267 * gdb.texinfo (Inferiors In Python): Describe new
268 gdb.selected_inferior() function.
272 Handle multiple breakpoint hits in Python interface:
273 * gdb.texinfo (Events In Python): New function documentation:
274 gdb.BreakpointEvent.breakpoints. Indicate that
275 gdb.BreakpointEvent.breakpoint is now deprecated.
279 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
283 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
287 * gdb.texinfo (Prompt): Add set/show extended-prompt
289 (Basic Python): Add prompt_hook anchor.
290 (Python modules): Reword module text to reflect multiple modules.
291 (gdb.prompt): Document gdb.prompt module.
295 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
299 * gdb.texinfo (Standard Target Features): Document C6x features.
300 (TIC6x Features): New node.
304 * gdb.texinfo (Symbols In Python): Document symbol.type.
308 * gdb.texinfo (Python): Document command and function
314 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
315 typedefs unrolling. Extend the sample code by an inner typedef and
316 outer typedefs unrolling.
320 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
326 * gdb.texinfo (Macros): Add info definitions and info macros commands.
327 Update text and cindex entries for info macro command.
331 * observer.texi (GDB Observers): Add before_prompt observer.
332 * gdb.texinfo (Basic Python): Add documentation for prompt
338 * gdb.texinfo (Python Commands): Add deprecate note to maint
339 set/show python print-stack. Document set/show python
342 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
344 * gdb.texinfo: Fix typos.
348 * gdb.texinfo (Debugging Output): Document set debug
353 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
354 breakpoint-notifications feature.
358 * gdb.texinfo (Target Description): Remove warning about
359 possibly unstable format.
363 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
364 (Events In Python): Note that exit_code is optional.
368 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
369 required for multi-threading support.
370 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
371 Hc are deprecated for multi-threading debugging. Point readers at
376 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
380 * gdb.texinfo (Threads): Document $sdir,$pdir.
381 (Server): Document $pdir exception.
383 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
385 * gdb.texinfo (Threads): Clarify default value for
386 libthread-db-search-path.
388 * gdb.texinfo (Completion): Update example.
389 (Debugging Output): Delete `set/show debug lin-lwp-async'.
393 * gdb.texinfo: Document change in the behaviour of the enable and
394 disable GDB commands when applied to tracepoints.
395 Document the EnableDisableTracepoints remote stub feature.
396 Document QTEnable and QTDisable in the list of tracepoint packets.
400 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
402 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
403 comment to hsuser.texi. Change rluser.texi name in the comment.
407 * gdb.texinfo (Threads): If an empty path is provided for
408 libthread-db-search-path it is reset to its default value.
413 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
418 Implement support for PowerPC BookE masked watchpoints.
419 * gdb.texinfo (Set Watchpoints): Document mask parameter.
420 (PowerPC Embedded): Mention support of masked watchpoints.
424 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
429 * gdb.texinfo (titlepage): Remove dedication.
430 (In Memoriam): New appendix.
435 * gdb.texinfo (Index Section Format): Change the version to 5.
436 Describe the different formula.
441 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
442 for disconnected tracing.
443 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
444 extended-remote relationship. Mention --once.
445 (TCP port allocation lifecycle of @code{gdbserver}): New.
449 * gdb.texinfo (Server): Improve indexing. Index all optional
450 switches to gdbserver.
454 * gdb.texinfo (Index Section Format): New node.
455 (Top): Add new node to menu.
459 * gdb.texinfo (Maintenance Commands): Document `maint print
464 * gdb.texinfo (Trace File Format): Move node later.
468 * gdbint.texinfo (Register Information Functions): Remove
470 * gdb.texinfo (Emacs): Remove duplicate "to".
471 (GDB/MI Variable Objects): Remove duplicate "the".
472 (General Query Packets): Likewise.
476 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
477 "GDB/MI Ada Exception Information" node.
481 * gdb.texinfo (GDB/MI Ada Exception Information): Document
482 the "exception-name" field in the *stopped async record.
487 Implement support for PowerPC BookE ranged breakpoints.
488 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
492 * gdb.texinfo (Set Tracepoints): Fix typo.
496 * gdb.texinfo (Specify Location): Document `function:label'
503 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
507 * gdb.texinfo (Blocks In Python): Add is_valid method description.
508 (Inferiors In Python): Likewise.
509 (Threads In Python): Likewise.
510 (Symbols In Python): Likewise.
511 (Objfiles In Python): Likewise.
512 (Symbol Tables In Python): Likewise.
516 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
517 display>: Explain that the commands accept number ranges.
521 * gdb.texinfo (Breakpoints In Python): Add description and example
522 of Python stop function operation.
526 * gdb.texinfo (Parameters In Python): Document get_set_string and
527 get_show_string methods.
531 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
533 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
534 circular-trace-buffer name.
538 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
539 in the previous change.
543 * gdb.texinfo (Inferiors and Programs): Update commands to show
544 that they can accept multiple arguments.
548 Revert the following patch (code patch was not approved):
550 * agentexpr.texi (bytecode descriptions): add printf.
551 * gdb.texinfo (tracepoint action lists): add printf.
555 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
559 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
560 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
561 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
565 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
566 Clarify behaviour of lookup_symbol when `block' argument is omitted,
567 add description of result, fix @defun formatting.
571 * agentexpr.texi (Bytecode Descriptions): Add printf.
572 * gdb.texinfo (Tracepoint Action Lists): Add printf.
576 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
580 * gdb.texinfo (threads): Document argument for "info threads" cmd.
581 Document new command "thread find".
585 * gdb.texinfo (Threads): Update example of new thread message.
589 * gdb.texinfo (Remote Configuration): Mention set/show remote
591 (Tools/Packages Optional for Building GDB): Mention that expat is
592 used for traceframe info.
593 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
594 (General Query Packets) <qSupported>: Describe the
595 qXfer:traceframe-info:read feature.
596 (qXfer::read): Describe qXfer:traceframe-info:read.
597 (Traceframe Info Format): New section.
601 * gdbint.texinfo (Formatting): Mention some formatting guidelines
602 for casts and unary operators.
606 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
611 * gdb.texinfo: s/value optimized out/optimized out/g
615 * gdb.texinfo (Other Misc Settings): Rework part of the
616 documentation of the "set interactive mode" command.
620 * gdb.texinfo (Threads): Document thread name output and `thread
622 (Threads In Python): Document Thread.name attribute.
623 (GDB/MI Thread Commands): Document thread attributes.
627 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
628 changes in mi/mi-cmd-disas.c
632 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
633 Fix "thread apply" text.
638 Implement support for PowerPC BookE ranged watchpoints.
639 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
640 the "set powerpc exact-watchpoints" flag.
644 * gdb.texinfo (Python API): Add descriptions to @menu items.
648 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
652 * gdb.texinfo (Debugging Output): Document "set debug jit".
657 * gdb.texinfo (Frames In Python): Document various frame
662 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
663 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
664 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
668 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
669 (clean): Add GDBvn.texi.
673 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
674 occasional case where the debugger prints an array address
675 instead of the array itself.
679 * gdb.texinfo (Packets) <read registers packet>: Document support
680 for registers that were not collected.
684 * gdb.texinfo (Startup): Document auto-loading of scripts during
686 (Auto-loading): Delete "maint set python auto-load on|off".
687 Add "set auto-load-scripts on|off".
691 * gdb.texinfo (Mode Options): Document -data-directory.
692 (Data Files): Add reference to -data-directory.
696 * gdb.texinfo (Pretty-Printer Introduction): Change
697 printer-name:subprinter-name to printer-name;subprinter-name.
703 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
707 * gdb.texinfo (Top): Check SYSTEM_READLINE.
709 (Command History): Likewise.
710 (TUI Keys): Likewise.
711 (Bug Reporting): Conditionally include rluser.texi and
713 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
714 (GDB_DOC_SOURCE_INCLUDES): Add comment.
715 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
716 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
718 (gdb.info): Likewise.
719 (gdb/index.html): Likewise.
723 * Makefile.in (Makefile): Run ../config.status.
726 * configure.ac: Remove.
730 * gdb.texinfo (Basic Python): Update. Add xref.
731 (Exception Handling): Document new exception classes.
732 (Types In Python): Update.
733 (Frames In Python): Update.
737 * gdb.texinfo (Breakpoints In Python): Document "internal"
738 parameter, and visible attribute.
742 * gdb.texinfo (Source Path): Document "set directories".
746 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
747 (OpenCL C): New node.
751 * gdb.texinfo (Pretty Printing): Expand into three sections,
752 introduction, example, and commands.
753 (Python API): Delete section Disabling Pretty-Printers, merge into
754 Selecting Pretty-Printers.
755 (Writing a Pretty-Printer): New section. Move the pretty-printer
756 example here, and reformat to match python coding style. Add a second
757 example using the gdb.printing module.
758 (Python modules): Add gdb.printing.
762 * gdb.texinfo (Python): Fix long line.
766 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
767 All references updated. Correct sections marked as subsections.
768 (Coding Standards): New chapter. Move the coding standard related
769 subsections here. Add section on Python coding standards.
773 * gdb.texinfo (Python): Add "Python modules".
774 (Types in Python): Add reference to gdb.types section.
775 (Python modules): New node.
779 * gdb.texinfo (Values From Inferior): Add reference to "Types in
780 Python" from gdb.Value.type description.
784 * gdb.texinfo (Ravenscar Profile): New node.
788 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
792 * gdb.texinfo (Values From Inferior): Clarify that
793 value.dynamic_type works only in C++ programs with RTTI.
797 * gdb.texinfo (Character Sets): Correctly reference host-charset
802 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
803 Document "fullname" and "from".
807 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
808 feature `reverse' output by -list-target-features.
812 * gdb.texinfo (i386 Features): Remove an extra "@item".
817 * gdb.texinfo (Values From Inferior): Document dynamic_type.
821 * gdb.texinfo (ARM Features): Document
822 org.gnu.gdb.arm.m-profile.
827 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
828 reinterpret_cast methods.
833 * gdb.texinfo (Types In Python): Document array method.
837 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
841 * gdb.texinfo (Set Watchpoints): Document -location option.
845 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
849 * gdb.texinfo (GDB/MI Data Manipulation): Document
850 -data-read-memory-raw and -data-write-memory-raw.
855 * gdb.texinfo (Basic Python): Describe post_event API.
859 * gdb.texinfo (Basic Python): Describe solib_address and
860 decode_line Python APIs
864 * gdb.texinfo (Pretty Printing API): Document
865 gdb.default_visualizer.
869 Revert gdb-add-index addition:
870 * gdb.texinfo (Index Files): Don't document gdb-add-index.
875 * gdb.texinfo (Mode Options) <-batch>
876 (Basic Python) <gdb.execute>: Describe setting width and height.
880 * gdb.texinfo (Threads): Document 'debug libthread-db'.
884 * gdb.texinfo (Index Files): Mention gdb-add-index.
888 * gdb.texinfo (Inferiors and Programs): Update the introduce of
889 "detach inferior" and "kill inferior".
893 * gdb.texinfo (Machine Code): Update description of two forms of
894 arguments, and add new example to demonstrate the new form.
898 * gdb.texinfo (Values From Inferior): Add value inferior function
903 * gdb.texinfo (Active Targets): Fix wrong comma placement.
908 Make core files the process_stratum.
909 * gdb.texinfo (Active Targets): Remove core_stratum. Include
910 record_stratum example.
914 * gdb.texinfo (Index Files): New node.
918 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
922 * gdb.texinfo (Specify Location): Document labels.
926 * gdb.texinfo (Create and Delete Tracepoints): Add more index
927 entries for fast tracepoints and static tracepoints.
931 * gdb.texinfo (General Query Packets) <qfThreadInfo,
932 qsThreadInfo>: Spell out `l' as ell.
936 * gdb.texinfo (Convenience Variables): Document $_sdata.
937 (Commands to Set Tracepoints): Describe static tracepoints. Add
938 `Listing Static Tracepoint Markers' menu entry. Document
940 (Tracepoint Action Lists): Document collecting $_sdata.
941 (Listing Static Tracepoint Markers): New subsection.
942 (Tracepoints support in gdbserver): Mention static tracepoints.
943 (remote packets, enabling and disabling): Mention
945 (General Query Packets) <qSupported>: Document qXfer:sdata:read
946 and StaticTracepoint.
947 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
948 Document qXfer:sdata:read.
949 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
953 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
959 * gdb.texinfo (Inferiors In Python): New node.
960 * gdb.texinfo (Threads In Python): New node.
964 * gdb.texinfo (Python): Document what the python directory is
965 and what its location is.
966 (Basic Python): Document the gdb.PYTHONDIR constant.
971 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
975 * gdb.texinfo: (Commands for Controlled Output): Add
976 documentation for command "eval".
980 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
981 * annotate.texinfo: Ditto.
982 * gdbint.texinfo: Ditto.
983 * stabs.texinfo: Ditto.
987 * gdb.texinfo: (Process Record and Replay): Add documentation
988 for command "set record memory-query".
992 * gdb.texinfo: Relicense under GFDL version 1.3.
993 * annotate.texinfo: Relicense under GFDL version 1.3.
994 * gdbint.texinfo: Relicense under GFDL version 1.3.
995 * stabs.texinfo: Relicense under GFDL version 1.3.
996 * fdl.texi: Update to version 1.3.
1000 * gdb.texinfo (Operating System Auxiliary Information): Describe
1001 "info os" when no arguments given.
1003 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
1008 * gdb.texinfo: (Process Record and Replay): Add documentation
1009 for commands "record save" and "record restore".
1013 * gdb.texinfo: Include information about the correct use
1014 of addresses in the `watch' command.
1018 * gdb.texinfo (Observer Mode): New section.
1019 (General Query Packets): Document QAllow.
1023 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
1027 * gdbint.texinfo (Coding): Add subsection on command names.
1031 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
1036 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
1037 gdbserver, and add cross reference.
1038 (Tracepoints support in gdbserver): New subsection.
1042 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
1043 `qRelocInsn' feature.
1044 (Relocate instruction reply packet): New subsection
1045 of `Tracepoint Packets'.
1046 (Tracepoint Packets): Mention that packets QTDP and QTStart
1047 support the qRelocInsn request, and add cross reference to new
1052 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
1053 (Commands In Python): Document gdb.string_to_argv.
1057 * gdbint.texinfo (Host Definition): Remove items NORETURN and
1064 * gdb.texinfo (Parameters In Python): New Node.
1068 * gdb.texinfo: (Summary) Add mention about D language support.
1069 (Filenames): Add D suffixes.
1074 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
1075 of macro deleted from GDB code.
1079 * gdb.texinfo (Commands to specify files): Describe what how GDB
1080 looks up DOS-based filesystem paths on the system root. Document
1081 the new `set/show target-file-system-kind' commands.
1085 * gdb.texinfo (Python): Move Auto-loading section here ...
1086 (Python API): from here.
1087 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
1088 (Maintenance Commands): Add docs for "maint print section-scripts".
1092 * gdb.texinfo (Setting Breakpoints): Added description of
1093 filename-qualified rbreak.
1094 * refcard.tex (Breakpoints and Watchpoints): Added brief
1095 description of filename-qualified rbreak.
1099 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
1100 (Python API): Change the reference to Pretty Printing API.
1101 (Pretty Printing): Move the user part under the Data node. Reformat
1102 the sample output to 72 columns. Create a new reference to Pretty
1103 Printing API. Rename the API part ...
1104 (Pretty Printing API): To a new node name.
1105 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
1106 (GDB/MI Variable Objects): Change references to Pretty Printing API.
1110 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
1112 (Listing Tracepoints): Update to reflect current behavior.
1116 * gdb.texinfo (Examining memory): Update for change in string
1117 display with explicit size.
1121 PR breakpoints/8554.
1123 * gdb.texinfo (Save Breakpoints): New node.
1124 (save-tracepoints): Rename to ...
1125 (save tracepoints): ... this. Mention that `save-tracepoints' is
1126 a deprecated alias to `save tracepoints'.
1130 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
1131 (info w32 thread-information-block): Document new command.
1132 (qGetTIBAddress): Document new gdbserver query.
1133 (maint set/show show-all-tib): Document new command.
1137 * gdb.texinfo (Python API): Add progspaces section.
1138 (Selecting Pretty-Printers): Progspace pretty-printers are
1140 (Progspaces In Python): New section.
1142 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
1146 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
1151 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1152 Describe the `frames-created' field, tweak grammar.
1156 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1157 Describe the `circular' and `disconnected' fields.
1161 * gdb.texinfo (maint print registers): Mention unavailable and
1162 invisible registers.
1168 * gdb.texinfo (Breakpoints In Python): New Node.
1172 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
1173 trace status fields.
1177 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
1178 optional. Make org.gnu.gdb.i386.avx requires
1179 org.gnu.gdb.i386.avx.
1183 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
1184 search path, and document that gdb only scans the search path if
1185 the script's path doesn't specify a directory.
1189 * gdb.texinfo (maint show python auto-load): Fix typo.
1193 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
1194 (Setting Watchpoints): Update description of "info watch".
1195 (Disabling Breakpoints): Only "info break" lists all.
1197 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
1198 (tdump): Explain how tdump works.
1202 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
1203 add cross reference.
1207 * gdb.texinfo (TUI Commands): Mention that in some cases, these
1212 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
1216 * gdb.texinfo (General Query Packets): Add xmlRegisters.
1221 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
1223 (Set Tracepoints): Remove mention that conditional tracepoints
1225 (Tracepoint Actions): Clarify when while-stepping collection
1226 happens, note that while-stepping does not automatically collect
1231 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
1232 (General Query Packets): Describe TracepointSource.
1236 * gdb.texinfo (ARM): Document arguments to "target sim".
1237 (Set Catchpoints): Use @dots{} instead of @r{...}.
1241 * gdb.texinfo (Tracepoint Packets): Remove mention that
1242 terror:string may be plain text, and drop mention of X prefix.
1246 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
1250 * gdb.texinfo (Tracepoint Packets): Document trace error status.
1254 PR breakpoints/9352:
1255 * gdb.texinfo (Break Commands): Update.
1259 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
1264 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
1265 circular-trace-buffer.
1266 (Tracepoint Packets): Describe QTBuffer, and details of the
1272 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
1273 doing instruction stepping.
1274 (Tracepoint Restrictions): New node.
1278 * gdbint.texinfo (Symbol Handling): Update.
1283 * gdb.texinfo (Mode Options): Mention lack of pagination and
1284 confirmation with --batch.
1285 (Screen Size): Mention --batch.
1286 (Messages/Warnings): Likewise.
1290 * gdb.texinfo (Basic Python): Document target_charset and
1291 target_wide_charset.
1295 * gdb.texinfo (Data): Link to pretty-printing.
1296 (Output Formats): Likewise. Correct text.
1300 * gdb.texinfo (Types): Describe <struct> and <flags>.
1304 * gdb.texinfo (Frames In Python): Add block parameter and
1305 description to read_var text.
1310 * gdb.texinfo (Types In Python): Describe block argument in
1311 template_argument and gdb.lookup_type.
1315 * gdb.texinfo (Cygwin Native): Fix typo.
1319 * gdb.texinfo (Frames In Python): Add block, find_sal, function
1320 and select method descriptions.
1321 (Python API): Add Blocks In Python, Symbols in Python and Symbol
1322 Tables in Python to menu.
1323 (Blocks In Python): New node.
1324 (Symbols In Python): New node.
1325 (Symbol Tables in Python): New node.
1332 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
1335 * gdb.texinfo (GDB/MI Command Syntax): Document notification
1337 (GDB/MI Program Execution): Document current behaviour of
1338 --all and --thread-group.
1339 (GDB/MI Miscellaneous Commands): Document -add-inferior and
1341 * observer.texi (inferior_added, inferior_removed): New
1346 * gdbint.texinfo (Getting Started): Fix @node.
1347 (Debugging GDB): Likewise.
1351 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
1352 documenting the gdb_test_timeout variable.
1356 * gdb.texinfo (MI commands): Added documentation of --reverse
1357 option to a set of MI commands. Restructured documentation of MI
1358 commands --exec-continue to reflect the complexity of reverse
1363 * gdb.texinfo (Using the Collected Data): Specify that the address
1364 range of `tfind outsize' is exclusive, and that the address range
1365 of `tfind range' is inclusive.
1366 (Tracepoint Packets): Specify that the address range of
1367 `QTFrame:range' is inclusive, and that the address range of
1368 `QTFrame:outside' is exclusive
1372 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
1376 * gdb.texinfo (Debugging Output): Document set debug parser and
1381 * gdb.texinfo (Predefined Target Types): Add i387_ext,
1382 i386_eflags and i386_mxcsr.
1386 * gdb.texinfo: Document i386 target features.
1390 * gdbint.texinfo (Testsuite): Add a new section to document the
1391 various DejaGnu variables that may be overridden.
1392 Document INTERNAL_GDBFLAGS.
1397 * gdb.texinfo (Files): -readnow comes before the filename for file
1402 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
1403 Document ARM breakpoint types.
1404 (Register Packet Format): Move into the new section.
1405 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
1409 * gdb.texinfo (File Options): Adjust the documentation of this
1410 switch to refer to the "source" command rather than partially
1411 duplicating some of the relevant information.
1412 (Extending GDB): Introduce and document the set/show script-extension
1414 (Command Files): Add note explaining that the "source" command
1415 is also used to evalute scripts written in other languages.
1416 Remove the short slightly incorrect reference to sourcing Python
1418 (Python Commands): Document how to execute a Python script from GDB.
1422 * gdb.texinfo (Command Files): Fix typo.
1426 * gdb.texinfo (File Options): Document -x on .py files.
1427 (Command Files): Document handling of Python scripts.
1431 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
1435 * gdb.texinfo (Trace Files): New section.
1436 (Tracepoint Packets): Document QTSave and qTBuffer.
1437 (Trace File Format): New appendix.
1441 * gdb.texinfo (Values From Inferior): Document lazy_string value
1443 (Python API): Add Lazy strings menu item.
1444 (Lazy Strings In Python): New node.
1448 * gdb.texinfo (GDB/MI Thread Information): New.
1449 (GDB/MI Async Records): Document the core field in *stopped.
1450 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
1452 (Process list): Document that osdata document may contain
1454 (Remote Serial Protocol): Document qXfer:threads.
1458 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1459 disconnected tracing.
1460 (Tracepoint Packets): Document new protocol.
1464 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
1466 (Tracepoint Packets): Describe remote protocol for fast
1471 Update the "Start of New Year Procedure".
1472 * gdbint.texinfo: Add the list of files that need to be updated
1473 manually. Minor reformatting.
1477 * refcard.tex: Update copyright year in header and text.
1481 * agentexpr.texi: Add 2010 to the list of copyright years.
1482 * annotate.texinfo: Likewise.
1483 * gdb.texinfo: Likewise.
1484 * gdbint.texinfo: Likewise.
1485 * observer.texi: Likewise.
1486 * stabs.texinfo: Likewise.
1490 * gdb.texinfo (Tracepoint Actions): Describe teval.
1494 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
1498 * gdb.texinfo (Trace State Variables): New section.
1499 (Tracepoint Packets): Describe trace state variable packets.
1500 * agentexpr.texi (Bytecode Descriptions): Describe trace state
1505 * gdb.texinfo (Symbols): "info variables" prints definitions, not
1510 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
1511 -gdb-exit behaviour.
1515 * gpl.texi: Update to version 3 of the GPL.
1519 * Makefile.in: Update copyright header.
1520 * observer.texi: Fix the copyright header of the generated files.
1524 * gdb.texinfo (Types In Python): Describe range function.
1528 * gdb.texinfo (Types In Python): Describe "is_base_class".
1532 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
1536 * observer.texi: New memory_changed observer.
1540 * gdb.texinfo (Reverse Execution): Fix typo.
1546 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
1547 are allowed after the breakpoint condition.
1552 * gdb.texinfo (Types In Python): Document Type.pointer.
1556 * gdb.texinfo (Machine Code): Adjust.
1560 * agentexpr.texi (Tracing On Symmetrix): Delete section.
1561 (Using Agent Expressions): Delete cross reference.
1565 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
1566 and @settitle directives up to help makeinfo find them.
1570 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
1571 (Auto-loading): Use plural and note one can use multiple components now.
1575 * gdb.texinfo (GDB/MI Stack Manipulation): Make
1576 -stack-list-arguments have the same documentation for parameter
1577 as -stack-list-locals. Add comas.
1584 * gdb.texinfo (Values From Inferior): Document cast method.
1588 * gdb.texinfo (Machine Code): Mention function name in disasssembly
1593 * gdb.texinfo (Process Record and Replay): Document new form of
1594 info record command. Also document the new save and restore
1599 * gdb.texinfo (Machine Code): Mention current pc marker.
1605 * observer.texi (new_inferior): Rename to...
1606 (inferior_appeared): ... this.
1608 * gdb.texinfo (Inferiors): Rename node to ...
1609 (Inferiors and Programs): ... this. Mention running multiple
1610 programs in the same debug session.
1611 <info inferiors>: Mention the new 'Executable' column if "info
1612 inferiors". Update examples. Document the "add-inferior",
1613 "clone-inferior", "remove-inferior" and "maint info
1614 program-spaces" commands.
1615 (Process): Rename node to...
1616 (Forks): ... this. Document "set|show follow-exec-mode".
1620 * gdb.texinfo (ReverseStep): Show default as "unsupported".
1621 (ReverseContinue): Ditto.
1625 * gdb.texinfo (Server): Document libthread-db-search-path.
1629 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
1633 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
1634 (Embedded Processors): Add MicroBlaze.
1635 (MicroBlaze): New. Describe Xilinx MicroBlaze
1639 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
1643 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
1647 * observer.texi (solib_unloaded): Document explicitly the fact that
1648 this observer is called before the associated symbols are unloaded.
1652 * gdb.texinfo (GDB/MI Stack Manipulation): Document
1653 -stack-list-variables.
1657 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
1662 * gdb.texinfo (convenince variables): Mention
1663 $_siginfo could be empty.
1667 * gdb.texinfo (GDB/MI Variable Objects): Document
1668 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
1669 Expand -var-update documentation.
1673 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
1678 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
1682 * gdb.texinfo (qSupported): Mention new ReverseContinue and
1683 ReverseStep replies to the qSupported query.
1687 Add documentation for set/show interactive-mode.
1688 * gdb.texinfo (Other Misc Settings): New node.
1692 * gdb.texinfo (Caching Data of Remote Targets): Add note on
1693 non-stop mode's affect on remote caching.
1698 * gdb.texinfo (Caching Data of Remote Targets): Update text.
1699 Mark `set/show remotecache' options as obsolete.
1700 Document new `set/show stack-cache' option.
1701 Update text for `info dcache'.
1705 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
1706 (Files): Add note on new optional regex arg to `info sharedlibrary'.
1710 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
1715 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
1716 small example, and describe its columns. Replace "inferior-id" by
1721 * gdbint.texinfo (Releasing GDB): Point to
1722 README-maintainer-mode file for required autoconf version.
1723 * configure.ac: Do not substitute datarootdir, htmldir,
1724 pdfdir, docdir. Do not process --with-datarootdir,
1725 --with-htmldir, --with-pdfdir, --with-docdir.
1726 * configure: Regenerate.
1728 * configure: Regenerate.
1732 * gdb.texinfo: Add chapter on JIT interface.
1736 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
1737 confirmation request.
1741 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
1746 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
1751 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1752 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
1756 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1757 "set spu stop-on-load" and "show spu stop-on-load" commands.
1761 * gdb.texinfo (Target Descriptions): Document <compatible> element.
1765 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
1766 org.gnu.gdb.arm.neon.
1770 * gdb.texinfo (Target Description Format): Mention the new <osabi>
1772 (subsection OS ABI): New subsection.
1776 * gdb.texinfo (Tracepoint Conditions): New section.
1777 (General Query Packets): Describe ConditionalTracepoints.
1778 (Tracepoint Packets): Describe condition field.
1779 (Maintenance Commands): Describe maint agent-eval.
1780 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
1784 * gdb.texinfo (disassemble): Add a new modifier /r
1785 to "disassemble" command to make it print the raw instructions
1786 in hex as well as in symbolic form.
1790 * gdbint.texinfo (Testsuite): Document parallel make check.
1794 * gdbint.texinfo (Testsuite): Document test transcripts.
1798 * gdb.texinfo (Values From Inferior): Add length parameter
1803 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
1804 in -var-list-children. Fix example according to what the code
1809 * gdb.texinfo (Debugging multiple inferiors): Document the
1810 "inferior", "detach inferior" and "kill inferior" commands.
1811 (Debugging Programs with Multiple Processes): Adjust to mention
1812 generic "inferior" commands. Delete mention of "detach fork" and
1813 "delete fork". Cross reference to "Debugging multiple inferiors"
1818 * gdbint.texinfo (Item Output Functions): Update signature
1819 for ui_out_field_core_addr.
1823 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
1824 Update example code extrated from breakpoint.c.
1828 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
1830 (GDB/MI Symbol Query): Likewise.
1831 (GDB/MI File Commands): Likewise.
1832 (GDB/MI File Transfer Commands): Likewise.
1833 (GDB/MI Target Manipulation): Likewise.
1834 (GDB/MI Miscellaneous Commands): Likewise.
1838 * gdb.texinfo (Debugging Optimized Code): New chapter.
1839 (Compiling for Debugging): Reference it. Move some
1840 text to the new section.
1844 * doc/gdb.texinfo (Calling): Document
1845 set-unwind-on-terminating-exception usage.
1849 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
1854 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
1859 * gdbint.texinfo: Rename formal parameters to gdbarch function
1860 protoypes from "current_gdbarch" to "gdbarch".
1864 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
1868 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1870 (GDB/MI Variable Objects): Document -var-set-visualizer.
1874 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1876 (GDB/MI Variable Objects): Document -var-set-visualizer.
1882 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
1883 (Pretty Printing): New node.
1884 (Selecting Pretty-Printers): Likewise.
1885 (Python API): Update.
1886 (Output Formats): Document /r format.
1891 * gdb.texinfo (Types In Python): New node.
1892 (Values From Inferior): "type" is now an attribute.
1893 (Python API): Update.
1899 * gdb.texinfo: Add @syncodeindex for `tp'.
1900 (Python API): Update.
1901 (Auto-loading): New node.
1902 (Objfiles In Python): New node.
1906 * gdb.texinfo (Threads): Document libthread-db-search-path.
1910 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
1914 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
1915 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
1916 show show-debug-regs' docs.
1920 * gdb.texinfo (Process Record and Replay): Add description of
1925 * gdbint.texinfo (Adding support for debugging core files): New node.
1926 (Native Debugging): Remove the ``Native core file Support'' section.
1930 * gdb.texinfo (Process Record and Replay): Improve and clarify.
1936 * gdb.texinfo: (Process Record and Replay): Add documentation for
1937 process record and replay.
1941 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
1942 a new part on command-line defined macros.
1946 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
1947 clarify the wording.
1951 * gdb.texinfo (Data Files): New node.
1952 (GDB Files): Update menu.
1956 * gdbint.texinfo (Defining Other Architecture Features): Remove
1957 entry for PROCESS_LINENUMBER_HOOK.
1961 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
1965 * gdb.texinfo (disassemble-next-line): Set the default of
1966 disassemble-next-line to off.
1970 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
1971 --with-htmldir): New.
1972 * configure: Regenerate.
1973 * Makefile.in (datarootdir, docdir): Define.
1974 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
1975 instead of $(SET_TEXINPUTS).
1976 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
1977 gdbint.info instead of $(SET_TEXINPUTS).
1978 (gdbint/index.html): Use same -I options as for building
1980 (stabs.dvi, stabs.pdf): Use same -I options as for building
1981 stabs.info instead of $(SET_TEXINPUTS).
1982 (stabs/index.html): Use same -I options as for building
1984 (annotate.dvi, annotate.pdf): Use same -I options as for building
1985 annotate.info instead of $(SET_TEXINPUTS).
1986 (annotate/index.html): Use same -I options as for building
1991 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
1995 * gdb.texinfo (Source Path): Document --with-relocated-sources.
2000 * Makefile.in (MAKEHTML): Set to makeinfo --html.
2001 (MAKEHTMLFLAGS): Set to empty.
2002 (html__strip_dir): Define.
2003 (HTMLFILES): Define.
2004 (HTMLFILES_INSTALL): Define.
2005 (install-html): Copy new automake rule.
2006 (html): Depend on $(HTMLFILES).
2007 (gdb_toc.html): Rename to gdb/index.html.
2008 (gdbint_toc.html): Rename to gdbint/index.html.
2009 (stabs_toc.html): Rename to stabs/index.html.
2010 (annotate_toc.html): Rename to annotate/index.html.
2014 * Makefile.in: Set pdfdir and htmldir from configure
2016 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
2017 * configure: Regenerate.
2021 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
2022 This macro is no longer used.
2026 * gdb.texinfo (Character Sets): Document default character set.
2030 * gdbint.texinfo: Change server name from sources.redhat.com to
2031 sourceware.org throughout.
2035 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
2036 about a missing dot or coma after @xref.
2040 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
2041 example, and add a small explanation about it.
2042 (Print Settings): Change the documentation of the "set print
2043 frame-arguments" to reflect the fact that the default is now "scalars".
2047 * gdb.texinfo (Print Settings): Add kindex for command "set
2048 print frame-arguments".
2052 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
2054 (Set Breaks): Add reference to thread-specific and task-specific
2059 * gdb.texinfo (Ada Tasks): Remove the documentation about
2060 the "Running" state, as this state has been eliminated.
2061 Now all runnable tasks are shown as "Runnable".
2065 * gdb.texinfo (Tracepoints): Describe tracepoints as a
2066 special case of breakpoints.
2067 (Enable and Disable Tracepoints): Mention deprecation.
2068 (Listing Tracepoints): Update description and example.
2072 * gdb.texinfo (Frames in Python): New node.
2073 (Python API): Update.
2077 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
2078 from a method to an attribute.
2082 * gdb.texinfo (Values From Inferior): Document is_optimized_out
2087 * observer.texi (thread_exit): Add "silent" parameter.
2091 * observer.texi (about_to_proceed): New.
2095 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
2096 field throughout to handle types with spaces in them. Fix typos
2098 (Summary, Requirements, Contributors): New first chapter,
2099 "Summary" added, old Requirements section moved there, and new
2100 section, "Contributors" added.
2101 (Initializing a New Architecture, Register Representation)
2102 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
2103 (Porting gdb): These sections extended and updated.
2104 (Compiler Characteristics): This section (empty) deleted.
2105 (Defining Other Architecture Features): This section renamed and
2106 duplicate material removed from (formerly "Target Conditionals").
2107 Use braces {} in @deftypeXX type field throughout to handle types
2108 with spaces in them. Typos found by aspell fixed.
2110 * stack_frame.svg: New file, source of image for gdbint.texinfo.
2111 * stack_frame.pdf: Version of image for PDF output.
2112 * stack_frame.png: Version of image for HTML output and for Emacs.
2113 * stack_frame.txt: Version of image for Info output.
2114 * stack_frame.eps: Version of image for TeX DVI output.
2118 * gdb.texinfo (Character Sets): Fix last change.
2122 * gdb.texinfo (Values From Inferior): Fix optional arguments
2124 (Commands In Python): Adjust argument names of gdb.Command.__init__
2125 to what the function accepts as keywords.
2129 * gdb.texinfo (Convenience Vars): Document convenience functions.
2130 (Functions In Python): New node.
2131 (Python API): Update.
2135 * gdb.texinfo (Character Sets): Remove obsolete text. Document
2136 set target-wide-charset.
2137 (Requirements): Mention iconv.
2141 * gdb.texinfo: Change the introduce of "disassemble-next-line".
2145 * gdb.texinfo: Add documentation for disassemble-next-line.
2149 * gdb.texinfo (Commands In Python): Remove tindex entries.
2153 * gdb.texinfo (Returning): New description for missing debug info.
2157 * gdb.texinfo (Remote Configuration): Document query-attached.
2158 (General Query Packets): Document qAttached.
2162 * gdb.texinfo (Background Execution): Better describe the set
2163 target-async command.
2164 (Maintenance Commands): Delete description of the `maint set/show
2165 linux-async' and `maint set/show remote-async' commands.
2169 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
2174 * gdb.texinfo (GDB/MI Async Records): Document the
2175 =library-loaded and =library-unloaded notifications.
2179 * observer.texi (test_notification): New observer.
2183 * observer.texi: Add parameter 'print_frame' to normal_stop
2188 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
2189 (Commands In Python): Fix COMMAND_* constants in last change. Use
2190 @kbd for interactive input. Add cross-references and index
2195 * gdb.texinfo (Signals): Document $_siginfo.
2196 (Convenience Variables): Mention $_siginfo.
2197 (Remote Configuration): Document qXfer:siginfo:read,
2198 qXfer:siginfo:write packets, and the read-siginfo-object,
2199 write-siginfo-object commands.
2203 * gdbint.texinfo (Values): New chapter.
2207 * gdb.texinfo (Python API): Add entry for Commands In Python.
2208 (Commands In Python): New node.
2212 * gdb.texinfo (Values From Inferior): Document Value.string.
2216 * gdb.texinfo (Basic Python): Document execute's from_tty
2221 * gdb.texinfo (Basic Python): Document gdb.history.
2225 * gdb.texinfo (GDB/MI Thread Commands): Document the
2226 'current-thread-id' field. Remove the example with zero threads,
2227 since current GDB won't ever report that if there's inferior.
2231 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
2232 option to -break-insert.
2237 * gdb.texinfo (Startup): Document --with-system-gdbinit.
2238 (System-wide configuration): New section.
2243 * gdb.texinfo (Maintenance Commands): Document "maint set|show
2244 internal-error|internal-warning quit|corefile ask|yes|no".
2248 * gdb.texinfo (Using the `gdbserver' Program): Document
2253 * gdb.texinfo: Add nexti to list of commands that support
2254 background execution.
2258 * gdb.texinfo (Define, Hooks): Document prefix command support.
2263 Fixes for makeinfo --html.
2265 * annotate.texinfo: Use @copying and @insertcopying. Use
2266 @ifnottex in place of @ifinfo.
2267 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
2268 place of @ifinfo. Use @ifnotinfo for one index entry.
2269 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
2270 in place of @ifinfo.
2271 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
2272 in place of @ifinfo. Include contents at start unconditionally.
2276 * gdb.texinfo (General Query Packets): Remove @var{} around the
2277 "spu" literal string.
2281 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
2282 program may be running in another process" errors.
2283 * gdbint.texinfo (Native Conditionals): Delete
2284 ONE_PROCESS_WRITETEXT description.
2288 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
2289 emacs local variable to be placed at the end of the ChangeLog.
2290 Add server.c and gdbreplay.c to the list of files where the
2291 copyright year needs to be updated.
2295 * gdb.texinfo (Remote Configuration): Document new
2296 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
2301 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
2302 FETCH_INFERIOR_REGISTERS.
2303 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
2304 FETCH_INFERIOR_REGISTERS descriptions. Remove
2305 gdbarch_get_longjmp_target descrition, since already described in
2306 Target Conditionals. Move gdbarch_fp0_regnum description to ...
2307 (Target Conditionals): ... here.
2311 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
2313 (Additions to Ada): Likewise. Add the missing opening and closing
2314 parenthesis of the GDB prompt in one of the examples.
2318 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
2319 about the result of 'Address not being of type System.Address.
2320 This problem has been fixed a while ago.
2324 MI non-stop and multiprocess docs.
2326 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
2327 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
2328 Adjust documentation for *stopped, document =thread-created,
2329 =thread-exited, =thread-group-created and =thread-group-exited.
2330 (GDB/MI Thread Commands): Document the 'state' field in
2331 -thread-info output.
2332 (GDB/MI Program Execution): Mention --all and --thread-group
2334 (GDB/MI Variable Objects): Describe floating and fixed variable
2336 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
2340 * gdb.texinfo (Operating System Information): New appendix.
2341 (Operating System Auxiliary Information): Document 'info os processes'
2342 (Remote Configuration): Document 'osdata'
2343 (General Query Packets): Document qXfer:osdata:read.
2347 * gdb.texinfo (Darwin): Document Darwin specific features.
2351 * gdbint.texinfo (Target Conditionals): Extend the
2352 gdbarch_breakpoint_from_pc description.
2356 * gdb.texinfo (M68K Features): Fix typo.
2360 * gdb.texinfo (Symbols): Mention printing containing
2361 image name in "info symbol".
2362 (Maint translate-address): Likewise.
2366 * gdb.texinfo (Set Catchpoints): Remove the documentation of
2367 commands "catch load" and "catch unload".
2371 * gdb.texinfo (GDB/MI Async Records): Document
2376 * observer.texi (new_inferior, inferior_exit): New observers.
2380 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
2381 .mt files, TM_CLIBS or TM_CDEPS.
2382 (x86 Watchpoints): Don't mention TDEPFILES.
2386 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
2387 (Overview): Mention notifications and non-stop mode behavior.
2388 (Packets): Update documentation of ?, vAttach, vCont, and vRun
2389 with non-stop mode behavior. Add vStopped description.
2390 (Stop Reply Packets): Update list of packets that return
2391 stop replies. Mention non-stop behavior.
2392 (General Query Packets): Document QNonStop packet and associated
2393 qSupported query response.
2394 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
2396 (Notification Packets): New section.
2397 (Remote Non-Stop): New section.
2398 (File-I/O Overview): Mention non-stop behavior.
2403 * gdb.texinfo (displaced-stepping): Describe the auto mode
2404 setting, and say it's the default. This is now a mainstream
2405 setting instead of a maintenance setting.
2409 * observer.texi (thread_stop_requested): New.
2413 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
2414 (Patching): Replace incorrect usage of @samp by @kbd.
2418 * gdb.texinfo: Add documentation for reverse execution.
2423 * gdb.texinfo. (Values From Inferior): New subsubsection.
2427 * gdb.texinfo (set debug dwarf2-die): Document it.
2431 * gdb.texinfo (catch) [exception]: Document how to insert
2432 a breakpoint on user-defined exceptions when the exception
2433 name is identical to one of the language-defined ones.
2437 * gdb.texinfo (Macros): Remove text about stringification,
2438 varargs, and splicing.
2442 * gdbint.texinfo (Language Support): Remove text about omitting
2443 support for a language.
2447 * gdb.texinfo (info dcache): Update.
2451 * gdb.texinfo (Packets): Add info on thread-id syntax and
2452 multiprocess extensions.
2453 <D>: Document multiprocess form of packet.
2454 <H>: Use thread-id syntax.
2456 <vCont>: Likewise. Note this is required for multiprocess.
2457 <vKill>: New packet.
2458 (Stop Reply Packets) <T>: Use thread-id syntax.
2459 <W>: Document multiprocess form of reply.
2461 (General Query Packets) <qC>: Use thread-id syntax.
2462 <qfThreadInfo>: Likewise.
2463 <qGetTLSAddr>: Likewise.
2465 <qSupported>: Add "multiprocess" feature.
2466 <qThreadExtraInfo>: Use thread-id syntax.
2470 * gdb.texinfo (Inferiors): New section.
2474 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
2478 * gdbint.texinfo (Target Conditionals): Remove documentation
2479 for gdbarch_name_of_malloc.
2483 * gdb.texinfo (Interrupts): Mention TCP interface for
2488 * gdb.texinfo (Commands to Specify Files): Document "remote:"
2489 argument prefix to "set sysroot".
2493 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
2498 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
2499 for possible features of -list-features.
2503 * gdb.texinfo (Background execution): Adjust example
2504 (GDB/MI Miscellaneous Commands): Document -list-target-features.
2508 * doc/gdb.texinfo (PowerPC): Fix typo.
2509 (PowerPC features): Fix typo.
2513 * observer.texi (thread_ptid_changed): New.
2517 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
2518 (PowerPC features): Mention feature set for VSX registers.
2522 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
2523 the direct visibility of all names in user-written packages.
2527 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
2528 setting, and make it the default.
2529 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
2530 non-stop script example.
2534 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
2535 reference to the "Using Different Register and Memory Data
2536 Representation" section.
2540 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
2541 (Remote Protocol): Add Packet Acknowledgment to menu.
2542 (Overview): Mention +/- can be disabled, and point to new section
2543 where this is discussed in detail.
2544 (General Query Packets): Document QStartNoAckMode packet, and
2545 corresponding qSupported reply.
2546 (Packet Acknowledgment): New section.
2551 * gdb.texinfo (Threads): Move paragraph about automatic thread
2552 selection to All-Stop Mode subsection.
2553 (Thread Stops): Reorganize existing material into subsections.
2554 Add introductory blurb and menu.
2555 (Non-Stop Mode): New subsection.
2556 (Background Execution): New subsection.
2557 (Maintenance Commands): Add cross-references from async mode
2558 commands to the new Background Execution section.
2562 * gdb.texinfo (Extending GDB): New chapter.
2563 (Sequences): Demoted chapter, now a section under the new
2564 Extending GDB chapter.
2565 (Python): New section.
2569 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
2573 * gdbint.texinfo: General round of cleanup and minor
2575 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
2576 (Longjmp Support): Update description to reflect how it is done
2577 for targets without using native header.
2578 (Symbol Handling): Add a little more general explanation.
2579 (COFF, ELF): Mention stabs encapsulation.
2580 (DWARF 3): New section.
2581 (Adding a New Host): Scrub out some obsolete bits.
2582 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
2583 (Host Conditionals): Remove descriptions of NO_STD_REGS,
2584 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
2585 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
2586 SEEK_SET, STOP_SIGNAL, USG.
2587 (Raw and Virtual Register Representations): Ditto for
2588 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
2589 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
2590 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
2591 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
2592 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
2593 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
2594 DEPRECATED_REGISTER_VIRTUAL_SIZE,
2595 DEPRECATED_REGISTER_VIRTUAL_TYPE,
2596 DEPRECATED_USE_STRUCT_CONVENTION.
2597 Describe gdbarch_deprecated_fp_regnum.
2598 Update description of gdbarch_print_insn.
2599 (Adding a New Target): Scrub out obsolete bits.
2600 (Obsolete Conditionals): Remove entire section.
2604 * observer.texi (GDB Observers): Document new observers:
2605 breakpoint_created, breakpoint_deleted, breakpoint_modified,
2606 tracepoint_created, tracepoint_deleted, tracepoint_modified,
2607 architecture_changed.
2611 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
2612 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
2616 * observer.texi (GDB Observers): Remove obsolete comment.
2617 <executable_changed>: Remove argument.
2621 * gdb.texinfo (Macros): Update. Use @code rather than @command.
2625 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
2629 * gdb.texinfo (Starting): Document "set disable-randomization".
2633 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
2637 * gdb.texinfo (GDB/MI Target Manipulation): Add
2638 example of -target-attach.
2642 * observer.texi (target_resumed): New observer.
2643 * gdb.texinfo (GDB/MI Output Records): Document *running.
2647 * gdb.texinfo (Completion): Add field name example.
2651 * gdb.texinfo (GDB/MI Program Context): Added example
2656 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
2663 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
2665 * configure: Regenerate.
2666 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
2667 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
2668 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
2669 mailing-list-specific text about bug reporting unless
2674 * gdb.texinfo (-target-select): Remove reference to target async.
2675 (Maintenance Commands): Document "maint set/show remote-async".
2679 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
2680 in -target-file-get section.
2684 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
2685 killing the inferior when it is already debugging a process.
2689 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
2690 abbreviation for "finish".
2694 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
2698 * gdbint.texinfo (Target Conditionals): Delete entry for
2699 gdbarch_dwarf_reg_to_regnum.
2703 * gdb.texinfo: Document "find" command, qSearch:memory packet.
2707 * gdb.texinfo (disassemble): Document /m modifier.
2711 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
2712 will not report the time of commands that run the target.
2716 * gdb.texinfo (GDB/MI Output Records): Add
2721 * gdb.texinfo (GDB/MI Output Records):
2722 Document =thread-create and =thread-exited.
2726 * gdb.texinfo (GDB/MI Development and Front Ends):
2727 Remove mention of dmi-discuss.
2731 * observer.texi (thread_exit): New.
2735 * gdb.texinfo (Debugging Output): Document "set/show debug
2737 (Maintenance Commands): Document "maint set/show
2738 can-use-displaced-stepping".
2742 * gdb.texinfo (ARM): Document set/show arm fallback-mode
2743 and set/show arm force-mode.
2747 * gdbint.texinfo (Algorithms): Describe
2748 target_watchpoint_addr_within_range.
2752 * gdbint.texinfo (Stack Frames): New chapter.
2753 (Algorithms): Move Frames text to the new chapter.
2754 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
2755 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
2759 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
2760 output does not necessary include any tokens.
2764 * gdb.texinfo (Set SH Calling convention): New @item.
2765 (Show SH Calling convention): Ditto.
2769 * gdb.texinfo (Fortran Operators): Describe '%' operator.
2773 * gdb.texinfo (Set Breaks): Mention that multiple location
2774 breakpoints need line number info. Add index entries.
2778 * gdb.texinfo (Requirements): Add an optional requirement on
2780 * gdbint.texinfo (Debugging File Formats): Add new subsection for
2785 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
2786 sample output for 'stopped,reason="breakpoint-hit"' message.
2787 (GDB/MI Program Execution): Likewise.
2791 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
2792 -var-set-format. Add -f option to -var-evaluate-expression.
2796 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
2797 new node "Ambiguous Expressions". Replace references to this
2798 node by references to "Ambiguous Expressions" throughout.
2799 (Ambiguous Expressions): New node.
2803 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
2807 * gdb.texinfo (Debugging Output): Document
2808 "set/show debug lin-lwp-async".
2809 (Maintenance Commands): Document "maint set/show linux-async".
2813 * gdb.texinfo (Expressions): Update description of malloced arrays.
2817 * gdb.texinfo (Thread Commands): Document
2818 -thread-info. Remove -thread-list-all-threads.
2823 * gdb.texinfo (Library List Format): Update to mention the
2824 possibility to pass section addresses instead of segment
2829 * gdb.texinfo (Starting): Document "set exec-wrapper".
2830 (Server): Document gdbserver --wrapper.
2834 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
2835 unreadable memory. Delete obsolete SPARClite reference.
2839 * gdb.texinfo (Starting): Mention always-running targets.
2840 (Target Commands): Add an anchor for load.
2841 (Connecting): Explain continue instead of run.
2845 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
2849 * gdb.texinfo (Set Breaks): Revert description of Enb column of
2854 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
2855 killing the inferior when it is already debugging a process.
2859 * gdbint.texinfo (Build Script): New section. Mention new build script
2864 * gdb.texinfo (Help): Summarize 'info args' correctly.
2868 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
2869 available in PowerPC architecture.
2870 (Embedded Processors): Change node name of PowerPC item in menu.
2871 (PowerPC): Rename to...
2872 (PowerPC Embedded): this.
2873 (Architectures): Add new PowerPC item in menu.
2874 (PowerPC): New node.
2878 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
2883 * gdb.texinfo (Setting Catchpoints): Mention features
2884 supported on GNU/Linux.
2888 * gdb.texinfo (GDB/MI File Commands): Describe new output
2889 field for MI command -file-list-exec-source-file.
2893 * gdb.texinfo (Using the `gdbserver' Program): Add security
2894 warning. Rearrange into subsections and subsubsections. Document
2895 --multi and --debug. Correct --with-sysroot typo. Update --attach
2896 usage. Make load reference clearer. Document monitor exit.
2897 (Remote Configuration): Document set remote exec-file, attach-packet,
2899 (Packets): Document vAttach and vRun.
2903 * gdb.texinfo (Processes): Mention process command.
2904 detach-on-follow -> detach-on-fork.
2908 * gdbint.texinfo (Native Conditionals): Remove
2909 SHELL_COMMAND_CONCAT and SHELL_FILE.
2913 * gdb.texinfo (Specify Location): Improve wording.
2917 * gdb.texinfo (Threads): Document new "set print thread-events"
2918 and "show print thread-events" commands.
2922 * gdb.texinfo (Specify Location): New section.
2923 (Delete Breaks, Edit, Set Breaks): Remove description of
2924 locations. Instead, add a reference to "Specify Location".
2925 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
2926 (Symbols): Refer to "Specify Location" for the valid forms of
2927 linespecs and locations.
2931 * gdbint.texinfo (Target Conditionals): Replace the description of
2932 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
2936 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
2937 about &&var, which is rejected by the expression parser.
2941 * gdb.texinfo (Output): Update documentation on using printf with DFP
2946 * gdb.texinfo (C and C++): Add Decimal Floating Point format
2948 (Decimal Floating Point format): New subsubsection.
2952 * gdb.texinfo (File Options): Remove mention of the attempt to
2953 open a core file with the -p option. Don't list -c as a valid
2954 option to attach to a process.
2958 * gdbint.texinfo (Host Conditionals): Remove mention of
2959 ALIGN_STACK_ON_ENTRY.
2963 * gdbint.texinfo (Start of New Year Procedure): Add item
2964 describing how to update the source and documentation copyright
2969 * gdb.texinfo (Set Watchpoints): Integrate per-thread
2970 watchpoint explanation into the main description of the watchpoint
2971 command; update synopses of 'watch', 'rwatch', and 'awatch'
2976 * gdb.texinfo (Miscellaneous gdb/mi Commands):
2977 Document 'pending-breakpoints' feature of
2982 * gdb.texinfo: Add new parameter's description.
2986 * gdb.texinfo (Overview): Clarify run-length encoding
2987 example. Remove the restriction on "+" and "-" characters.
2991 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
2995 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
2996 the -f option for -break-insert, remove -r option,
2997 and clarify specification of location.
3001 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
3003 (Remote Debugging): Add File Transfer section.
3004 (Remote Configuration): Document Host I/O packets.
3005 (GDB/MI): Add GDB/MI File Transfer Commands section.
3006 (Host I/O Packets): New section in "Remote Protocol".
3007 (Packets): Add vFile.
3011 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
3012 breakpoints with multiple locations.
3013 (Breakpoint Menus): Improve wording.
3014 (Output): Fix last change.
3018 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
3022 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
3026 * gdbint.texinfo (Native Conditionals): Remove
3027 mention of CLEAR_SOLIB.
3031 * gdb.texinfo (Print Settings): Add documentation for "set/show
3032 print frame-arguments".
3036 * gdb.texinfo (Output): Update printf command's description.
3040 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
3041 powerpc soft-float".
3045 * gdb.texinfo (Files): Correct formatting. Mention Expat
3047 (Requirements for Building GDB): Expand the list of Expat
3049 (Library List Format, Memory Map Format): Mention Expat.
3050 (Target Descriptions): Update Expat wording.
3054 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
3055 Document that gdbarch_convert_register_p should return zero for no-op
3060 * gdbint.texi (Compiler Characteristics): Move documentation
3061 of set_gdbarch_sofun_address_maybe_missing back to ...
3062 (Target Conditionals): ... here to fix build break.
3066 * gdbint.texi (Target Conditionals): Remove documentation of
3067 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
3068 (Compiler Characteristics): ... documentation of
3069 set_gdbarch_sofun_address_maybe_missing.
3073 * gdbint.texinfo (Target Conditionals): Use
3074 frame_unwind_register_unsigned in examples instead of
3075 frame_unwind_unsigned_register.
3079 * gdb.texinfo (Predefined Target Types): Add int128
3081 (Standard Target Features): Add PowerPC features.
3085 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
3089 * gdbint.texi (Target Conditionals): Remove documentation
3090 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
3091 gdbarch_extract_return_value, and gdbarch_store_return_value.
3095 * gdbint.texi (Target Conditionals): Remove documentation of
3096 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
3100 * gdb.texinfo: Mention that inaccessible-by-default is on by
3105 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
3109 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
3110 multi-threaded watchpoints.
3111 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
3112 checked. Describe sticky notification. Expand description
3113 of steppable and continuable watchpoints.
3114 (Watchpoints and Threads): New subsection.
3118 * gdb.texinfo (Setting Breakpoints): Revise
3119 documentation for pending breakpoints. Document
3120 breakpoints with multiple locations.
3124 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3125 Document -list-features.
3129 * gdb.texinfo (Output): Spell out which features of C's printf are
3130 not supported by GDB's printf.
3131 (Separate Debug Files): More accurate wording regarding build ID
3132 and a reference to the ld manual rather than the Fedora wiki.
3137 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
3138 (Examining Memory): Update mentions of the 's' format.
3139 (Automatic Display): Likewise.
3143 * gdb.texinfo: Update the FSF's Back-Cover Text.
3148 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
3149 Fixed the ``build ID'' name. New binaries build instructions for the
3150 build ID inclusion. Explain how the commands are specific to the build
3155 * gdb.texinfo (Separate Debug Files): Fix last change. Add
3156 indexing for ``build ID'' support.
3160 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
3161 Enlisted BUILD ID to the debug file searching example.
3162 Included a BUILD ID `.note.gnu.build-id' section description.
3163 Updated/added the debug files splitting instructions for OBJCOPY.
3167 * gdb.texinfo (Variable Objects): Adjust docs
3168 for -var-info-expression and document
3169 -var-info-path-expression.
3173 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
3174 (title page): Include the dedication in the printed manual, as a
3175 separate page after the copyright notice.
3177 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
3178 don't break a @var across a line.
3182 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
3187 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
3188 in annotate.texinfo.
3189 (Command History): Link to new node.
3193 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
3197 * gdbint.texinfo (Target Conditionals): Fix last change.
3201 * gdb.texinfo: Replace following macros by their appropriate gdbarch
3203 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
3204 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
3205 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
3206 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
3207 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
3208 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
3209 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
3210 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
3211 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
3212 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3213 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
3214 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
3215 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3216 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
3217 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
3218 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
3219 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
3220 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
3221 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
3222 (SOFTWARE_SINGLE_STEP_P)
3224 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
3225 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
3227 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
3228 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
3229 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
3230 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
3231 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
3232 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
3233 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
3234 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
3235 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
3236 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
3238 (Converting an existing Target Architecture to Multi-arch): Remove
3241 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
3242 (gdbarch_addr_bits_remove): Add code example.
3244 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
3248 * gdb.texinfo (Remote Configuration): Document library-info-packet.
3249 Add other missing entries. Adjust the table size to fit.
3250 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
3251 stop reasons including the new "library" event.
3252 (General Query Packets): Adjust table widths for qSupported. Mention
3253 qXfer:libraries:read reply to qSupported and document the new packet.
3254 (Library List Format): New section.
3258 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
3260 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
3262 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
3266 * gdbint.texinfo (Register and Memory Data): Break sections
3267 into nodes and add a menu.
3271 * gdb.texinfo (Examining Memory): Document the new behaviour.
3275 * gdb.texinfo (Standard Target Features): Document
3280 * gdb.texinfo (General Query Packets): Document qOffsets changes.
3284 * gdb.texinfo (Target Description Format): Add version attribute
3289 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
3293 * gdb.texinfo (MIPS Features): New subsection.
3298 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
3299 and qXfer:spu:write packets and mention them under qSupported.
3304 * gdb.texinfo (Architectures): Add new SPU section to document
3305 Cell Broadband Engine SPU architecture specific commands.
3309 * gdb.texinfo (GDB/MI Variable Objects): Editorial
3314 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
3318 * gdb.texinfo (Overview): Doc fix.
3322 * gdb.texinfo (Remote Configuration): Document "set/show
3327 * gdb.texinfo (MIPS): Remove documentation for set mips
3328 saved-gpreg-size, show mips saved-gpreg-size, and set mips
3333 * all-cfg.texi (GDBTUI): New.
3334 * gdb.texinfo (Mode Options): Use GDBTUI variable.
3335 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
3336 (TUI Configuration): Edit to improve clarity and fix problems of
3337 both style and content.
3341 * observer.texi (GDB Observers): New observer "new_objfile".
3345 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
3349 * gdb.texinfo (GDB/MI Variable Objects): Document
3350 frozen variables objects.
3354 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
3355 (Character Sets, Caching Data of Remote Targets): Likewise.
3356 (Targets): Delete Remote node. Move its text...
3357 (Debugging Remote Programs): ...to here. Delete description
3358 of the "remote" command.
3359 (Remote configuration): Delete description of "set remotedevice"
3360 and "show remotedevice".
3361 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
3365 * gdb.texinfo (Contributors, Continuing and Stepping)
3366 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
3367 (General Query Packets, File-I/O Remote Protocol Extension)
3368 (Protocol Basics, The F Reply Packet, Write)
3369 (Protocol-specific Representation of Datatypes, Memory Transfer):
3370 Fix hyphenation, punctuation and grammar problems.
3371 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
3372 'section' instead of 'subsection' in the text.
3373 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
3374 (i386): Remove period from section name.
3375 (Installing GDB, Requirements, Running Configure, Separate Objdir)
3376 (Config Names, Configure Options): Use @file{configure}.
3380 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
3385 * gdbint.texinfo (SOM): Correct location of the SOM reader.
3389 * gdb.texinfo: Consistently capitalize all significant words in
3390 node names, chapter titles, section titles, and headings. Update
3391 cross references to match.
3392 (Starting and Stopping Trace Experiment): Make node name plural.
3393 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
3397 * gdb.texinfo (WinCE): Delete obsolete subsection.
3401 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
3402 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
3407 * gdb.texinfo (Startup): Delete references to some alternate
3409 (Thread): Remove LynxOS reference.
3410 (Tandem ST2000): Delete target-specific documentation.
3411 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
3412 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
3413 and GDB_OSABI_LYNXOS.
3417 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
3421 * gdbint.texinfo (Target Conditionals): Remove mention of
3422 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
3423 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
3427 * Makefile.in: Add "pdfdir" installation
3428 directory, PDFTEX macro, support for "install-pdf" target,
3429 and rules for making a pdf version of refcard.texi.
3430 * refcard.tex: Specify paper size for PDF output.
3434 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
3438 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
3439 (Source Path, Character Sets, Macros, Define)
3440 (GDB/MI Result Records, GDB/MI Simple Examples)
3441 (GDB/MI Program Execution, GDB/MI File Commands)
3442 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
3443 (Bug Reporting): Use @value{GCC}.
3447 * gdb.texinfo (Help): Fix formatting of examples.
3448 (Variables): Use @ifnotinfo instead of @iftex.
3449 (Non-debug DLL symbols): Use @ref instead of @pxref.
3450 (Sparclet File): Use @samp instead of quotes.
3454 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
3458 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
3459 the order of the nodes.
3460 (C Operators, C Constants, Debugging C): Remove extra menus.
3461 (Method Names in Commands): Do not specify next/prev/up nodes.
3465 * gdb.texinfo (File Options): Add missing parenthesis.
3466 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
3470 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
3474 * gdb.texinfo (Standard Target Features): Mention
3476 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
3480 * gdb.texinfo (Top): Put Appendix A after numbered sections.
3481 (Files): Add section name to argument list for pxref.
3482 (Non-debug DLL symbols): Don't use `see' for pxref.
3483 (Embedded Processors): Fix typo.
3484 (GDB/MI Breakpoint Commands): Execution commands generate
3489 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
3490 values for in_scope. Mention that only root variables can be
3492 (GDB/MI Development and Front Ends): Explain new values may be
3493 added to existing fields.
3497 * gdb.texinfo (-target-disconnect): Use @smallexample.
3498 (Requirements): Add anchor for Expat. Update description.
3499 (Target Descriptions): Mention Expat.
3500 (Target Description Format): Document new elements. Use
3502 (Predefined Target Types, Standard Target Features): New sections.
3503 * gdbint.texinfo (Target Descriptions): New section.
3507 * gdb.texinfo (Target Description Format): Add section on XInclude.
3511 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
3512 command -enable-timings.
3516 * gdbint.texinfo (Operation System ABI Variant Handling): Update
3517 descriptions for new/deleted elements in gdb_osabi. Add missing
3518 description for function generic_elf_osabi_sniff_abi_tag_sections.
3522 * gdb.texinfo (Maintenance Commands): Add documentation for
3523 the new "maint print target-stack" command.
3528 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3532 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
3533 Use @value{NGCC} instead of @value{GCC}.
3537 * agentexpr.texi: Fix typos.
3538 * annotate.texinfo: Likewise.
3539 * gdb.texinfo: Likewise.
3540 * gdbint.texinfo: Likewise.
3541 * observer.texi: Likewise.
3542 * stabs.texinfo: Likewise.
3546 * gdbint.texinfo (Support Libraries): Remove mmalloc
3547 entry. Describe readline library.
3551 * gdb.texinfo (Target Descriptions): New section.
3552 (General Query Packets): Add QPassSignals anchor. Mention
3553 qXfer:features:read under qSupported. Expand mentions of
3554 qXfer:memory-map:read and QPassSignals. Document
3555 qXfer:features:read.
3559 * gdb.texinfo (Commands to specify files): Describe
3560 "set sysroot" and "show sysroot".
3561 (Using the `gdbserver' program): Lowercase argument
3562 to @var. Expand description of setting up GDB on the
3567 * gdb.texinfo (Set Catchpoints): Add documentation for the new
3568 catch exception, catch exception unhandled, and catch assert
3573 * gdb.texinfo (Debugging Output): Document "set debug xml"
3574 and "show debug xml".
3578 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
3582 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
3586 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
3587 note in @ignore, to be removed later if nobody complains.
3591 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
3596 * gdb.texinfo (Setting breakpoints): Document
3597 automatic software/hardware breakpoint usage and
3598 the "set breakpoint auto-hw" command.
3602 * gdb.texinfo (Memory Access Checking): New.
3606 * gdb.texinfo (Remote configuration): Mention
3607 "pass-signals-packet".
3608 (General Query Packets): Document QPassSignals. Fix
3613 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
3617 * gdb.texinfo (Remote configuration): Rewrite documentation for
3618 packet configuration commands.
3619 (OS Information): Adjust reference to qXfer:auxv:read.
3620 (General Query Packets): Remove references to read-aux-vector-packet
3621 and set remote get-thread-local-storage-address.
3625 * gdbint.texinfo (Target Architecture Definition): Add new
3626 Initializing a New Architecture section.
3630 * stabs.texinfo (Macro define and undefine): New node describing
3631 stabs for #define and #undef.
3635 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
3639 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
3640 clarify on the possible meanings of ``expression'' watched by
3641 watchpoints. Add indexing.
3642 (Prompting, Errors, Invalidation, Annotations for Running)
3643 (Source Annotations): Fix index entries by adding "annotation" to
3644 them, to discriminate from index entries that point to the more
3645 general topic descriptions.
3649 * gdbint.texinfo (Target Vector Definition): Move most
3650 content into Existing Targets. Add a menu.
3651 (Existing Targets): New section, moved from Target Vector
3652 Definition. Use @subsection.
3653 (Managing Execution State): New section.
3657 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
3661 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
3662 (Command Syntax, Signals, Backtrace, Connecting)
3663 (Remote configuration, Renesas Boards, Console I/O): Fix last
3664 change: use Ctrl- instead of C-, except wrt Emacs.
3665 (File-I/O Examples): Put Ctrl-c in @kbd.
3666 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
3667 (Console I/O): Use @samp with Ctrl-.
3668 (Signals, Set Breaks, Set Watchpoints): Document optional
3669 arguments to `info signals' `handle', `info breakpoints', and
3674 * gdb.texinfo (Backtrace): Fix last change.
3678 * gdb.texinfo (Backtrace): Order correctly and add other cases.
3682 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
3683 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
3684 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
3689 * gdb.texinfo (Packets): Document vFlashErase,
3690 vFlashWrite and vFlashDone packets.
3691 (General Query Packets): Document qXfer:memory-map:read.
3692 Add a new feature for qXfer:memory-map:read.
3693 (Memory map format): New section.
3694 (Target Commands): Mention that gdb can write flash.
3699 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
3700 memory regions and "mem auto".
3704 * gdbint.texinfo (Array Containers): New section.
3708 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
3709 -stack-list-arguments HIGH_FRAME argument can be larger then the
3710 actual number of frames.
3714 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
3715 -stack-list-locals HIGH_FRAME argument can be larger then the
3716 actual number of frames.
3720 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
3721 Register Packet Format, Tracepoint Packets): Fix spelling errors.
3725 * gdbint.texinfo (Overall Structure): New section "Source Tree
3730 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
3735 * gdb.texinfo (Source Path): Add documentation for new
3736 substitute-path commands.
3740 * gdb.texinfo (Installing GDB): Update menu. Move text to...
3741 (Running Configure): ...here.
3742 (Requirements): New node. Mention expat.
3746 * gdb.texinfo (Target Commands): Remove
3747 'set download-write-size' and 'show download-write-size'.
3751 * stabs.texinfo (Member Type Descriptor): Correct example for
3752 pointer to member types.
3756 * gdb.texinfo (Optional warnings and messages): Add
3757 'set/show trace-commands'.
3758 (Command files): Add '-v' to source command.
3762 * gdb.texinfo (OS Information): Update qPart reference to
3764 (Remote configuration): Likewise.
3765 (Overview): Move @cindex to the start of a paragraph. Talk
3766 about binary data encoding.
3767 (Packets): Refer to the overview for the details of the X
3769 (General Query Packets): Remove qPart description. Add qXfer
3770 description. Add an anchor to qSupported. Correct feature
3771 table title. Add a new feature for qXfer:auxv:read.
3772 (Interrupts): Add a missing parenthesis.
3776 * gdb.texinfo (KOD): Remove node.
3777 (GDB/MI Kod Commands): Remove commented out node.
3781 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
3782 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
3783 (GDB/MI Thread Commands, GDB/MI Program Execution)
3784 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
3785 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
3786 (GDB/MI File Commands, GDB/MI Target Manipulation)
3787 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
3788 since the MI prompt is hard-wired into the code.
3792 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
3793 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
3794 (GDB/MI Data Manipulation): Remove description of unimplemented
3795 display related commands as variable objects perform this function
3796 and are superior: -display-delete, -display-disable,
3797 -display-enable, -display-insert and -display-list. Move
3798 -environment-cd, -environment-directory, -environment-path
3799 and -environment-pwd to "Program Context".
3800 (GDB/MI Program Control): Rename to "Program Execution". Move
3801 -exec-arguments -exec-abort to...
3802 (GDB/MI Program Context): ...here. New node split from "Data
3807 * gdb.texinfo (Remote configuration): Document set / show
3808 remote supported-packets.
3809 (General Query Packets): Document qSupported packet.
3813 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
3815 (Protocol basics): Likewise.
3816 (The F request packet): Likewise.
3817 (The F reply packet): Likewise.
3818 (Memory transfer): Move this node to be a subsubsection of
3819 "Protocol specific representation of datatypes".
3820 (The Ctrl-C message): More copy editing.
3821 (Console I/O): Likewise.
3822 (The isatty call): Delete this node, and merge its content into
3823 the "isatty" node. Fixed references elsewhere.
3824 (The system call): Delete this node, and merge its content into
3825 the "system" node. Fixed references elsewhere.
3826 (open): Reformat to use @table, and add appropriate font markup.
3833 (stat/fstat): Likewise.
3834 (gettimeofday): Likewise.
3836 (system): Likewise, plus minor changes to fix confusing wording.
3837 (Integral datatypes): Fix font markup.
3838 (Pointer values): Likewise.
3839 (struct stat): Fix markup to use @table, plus minor copy editing.
3840 (struct timeval): Fix font markup, plus minor copy editing.
3841 (Constants): Minor copy editing.
3842 (Errno values): Add font markup.
3843 (File-I/O Examples): Likewise.
3847 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
3848 (GDB/MI Simple Examples): Move node up one level. Use real
3850 (GDB/MI Compatibility with CLI): Update.
3851 (GDB/MI Result Records): Add "connected" and "exit" result
3853 (GDB/MI Stream Records): Clarify target output.
3854 (GDB/MI Command Description Format): Modify example description.
3855 (GDB/MI Breakpoint Table Commands): Rename to...
3856 (GDB/MI Breakpoint Commands): ...this
3857 (GDB/MI Breakpoint Commands): Add optional thread field.
3858 (GDB/MI Program Control): Add an introduction. Move "Program
3859 termination" examples into exec-run description.
3860 (GDB/MI File Commands): Mention similar CLI commands.
3861 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
3862 is similar to "-gdb-version".
3866 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
3870 * gdb.texinfo (GDB/MI Development and Front Ends): Use
3871 sourceware.org for mailing lists.
3872 (GDB/MI File Commands): New node split from Program Control.
3876 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
3880 * gdb.texinfo (Cygwin Native): Fix last change.
3884 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
3888 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
3889 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
3893 * gdb.texinfo (General Query Packets): Recommend not starting
3894 new packets with qC and clarify.
3898 * gdb.texinfo (M2 Types): New section.
3902 * agentexpr.texi: Add a copyright and license notice.
3903 * observer.texi: Likewise, with GPL clause for function prototypes.
3904 Remove trailing whitespace.
3908 * gdb.texinfo (General Query Packets): Document conventions for
3909 terminating packet names, and their violations.
3913 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
3914 * gdb.texinfo: Likewise.
3918 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
3919 and "show remotedebug".
3920 (Debugging Output): Add additional index entries.
3924 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
3928 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
3929 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
3933 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
3934 and remove breakpoint prototypes.
3935 (Watchpoints): Move description of target_insert_hw_breakpoint and
3936 target_remove_hw_breakpoint ...
3937 (Breakpoints): ... to here. Document target_insert_breakpoint and
3938 target_remove_breakpoint.
3942 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
3943 and C packets are optional.
3947 * gdb.texinfo (Specifying source directories): Update the description
3948 of the source file search to reflect the fact that the source path
3949 always contains at least $cdir and $cwd.
3953 * gdb.texinfo: Update copyright dates.
3957 * gdb.texinfo (Overview): Add an index entry to "empty response".
3961 * gdbint.texinfo (Prologue Analysis): New section.
3965 * gdb.texinfo (Connecting): Document 'target remote pipe'.
3967 * gdb.texinfo (Target Commands): Update text describing how to
3968 specify a target. Refer to the detailed section on remote
3969 debugging, not the brief mention.
3971 * gdb.texinfo (Connecting): Organize the different 'target remote'
3972 connection methods into a table. Add a 'target remote' index
3977 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
3978 'ptype' commands to reflect the fact that the only significant
3979 difference between them is that ptype prints the complete type
3980 description instead of just the name.
3984 * gdbint.texinfo (Watchpoints): Delete
3985 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
3989 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
3990 times fields where needed. Fix typos. Update general form given
3991 for output of -break-insert.
3992 (GDB/MI): Abbreviate some unnecessarily long fullnames.
3996 * gdbint.texinfo (Symbol Handling): Add a section
3997 on memory management.
4001 * gdb.texinfo (Breakpoint table commands): Document the fullname
4002 field in -break-list output.
4006 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
4007 debugging information produced by the various "set debug..."
4012 * gdb.texinfo (Files): Remove obsolete bits from the description
4017 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
4021 * gdbint.texinfo (Frames): Document the basics of GDB's register
4022 unwinding model, and explain the existence of the "sentinel" frame.
4026 * gdb.texinfo (Choosing files): Mention that -directory is used
4028 (Specifying source directories): Likewise.
4029 (Command files): Explain how script files are found.
4033 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
4034 the threads in a multi-threaded program.
4035 (Threads): The threadno argument of "thread apply" can be a range
4040 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
4045 * gdb.texinfo (Sequences): Improve menu annotations.
4046 (Define): Add index entries for arguments of user-defined
4047 commands. Move the description of flow-control commands...
4048 (Command Files): ...to here. Document loop_break and
4050 (Define, Command Files): Document `end' and add index entries for
4055 * gdb.texinfo: Add documentation for linux-fork.
4056 * gdbint.texinfo: Add internal documentation for checkpoints.
4060 * gdb.texinfo (Omissions from Ada): Document that there is now
4061 limited aggregate support.
4065 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
4066 registers and the likes.
4070 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
4071 (Symbols): Fix usage of "e.g.".
4072 (Memory Region Attributes): Fix usage of "etc."
4074 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
4075 (Coding): Fix usage of "e.g.".
4088 * Makefile.in: Add (C) after Copyright. Update the FSF
4093 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
4094 extend GDB with commands for external monitor.
4098 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
4102 * gdbint.texinfo (Start of New Year Procedure): New chapter.
4106 * gdb.texinfo (Tracepoint Packets): Document restrictions on
4107 placement of 'R' actions in tracepoint action packets; document
4108 dependence of 'X' and 'M' actions on a preceding 'R' action for
4113 * gdb.texinfo (Tracepoint Packets): New node.
4114 (General Query Packets): Add entries for the tracepoint packets,
4115 referring to the "Tracepoint Packets" node.
4116 (Tracepoints): Add reference to "Tracepoint Packets".
4120 * gdb.texinfo (set remotebreak): Add anchor.
4121 (X packet): Likewise.
4122 (Remote Protocol): Add new section `Interrupts' and new index
4123 entry `interrupts (remote protocol)'.
4127 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
4128 entries into the General Query Packets section. Add a
4129 cross-reference to that section. Drop description of replies, as
4130 these are covered in the descriptions of each packet.
4131 (General Query Packets): Add introductory text. Explain naming
4132 conventions, and how the end of a name is recognized.
4136 * gdb.texinfo (Remote configuration): Fix typo in description of
4137 "set remotebreak" command.
4141 * gdb.texinfo (Packets, Stop Reply Packets)
4142 (General Query Packets): Various formatting cleanups.
4143 - Use @samp for packet contents.
4144 - Drop summaries from packet @item lines; the same information appears
4145 immediately below in the description.
4146 - Delete paragraph breaks after packet @item commands, so that the
4147 description appears directly to the right of the packet prototype
4148 in the printed manual, if it fits.
4149 - Place spaces in packet prototypes between @vars and non-@var
4150 letters, and explain that they're just for formatting.
4151 - Use @dots{} instead of '...'.
4152 - Fix uses of @code where @var was needed.
4153 - Replace "deprecated" markers with English text spelling out the
4154 packet's status and the preferred alternatives.
4155 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
4156 what this ever meant.
4157 - Remove "(draft)" markers on 'i' packets; nobody has commented on
4158 this for a long time.
4159 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
4160 implemented several times, and have been in use for years.
4164 * gdb.texinfo (Packets): Add index entries for 'm' packet
4167 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
4168 of stub when processing an 'm' packet.
4170 * gdb.texinfo (Packets): Mention that packets beginning with
4171 letters are reserved once, at the top, instead of actually listing
4172 them all and saying "reserved".
4176 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
4177 Change @var{$arg0 to @code{$arg0.
4181 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
4185 * gdb.texinfo (General Query Packets): Put packets in alphabetical
4186 order. Remove extraneous 'z'.
4190 * gdb.texinfo (Choosing files): Add --eval-command.
4194 * gdb.texinfo (Choosing modes): Add --return-child-result.
4199 * gdb.texinfo (Choosing modes): Add --batch-silent.
4203 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
4204 "The -var-update Command".
4208 * gdb.texinfo (Print Settings): Add documentation for set/show
4209 print array-indexes.
4213 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
4218 * gdb.texinfo (File Options): Don't document --mapped, it's gone
4221 (Variables, Symbols): Document the "<incomplete type>" message and
4226 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
4230 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
4231 option for -var-list-children and -var-update.
4232 (GDB/MI Stack Manipulation): Simplify description of
4233 print-values option for -stack-list-locals.
4234 (GDB/MI Command Description Format): Clarify.
4235 (Mode Options): Spelling of superseded.
4239 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
4240 corresponding GDB command comment.
4244 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
4245 and -inferior-tty-show.
4246 (Input/Output): Document "set/show inferior-tty" and tty alias.
4250 * gdb.texinfo (Packets): Change description of 'D' packet to note
4251 that GDB does wait for a response.
4255 * gdb.texinfo (History) Rename "Command History".
4256 (Command History): Move node "Server Prefix" from section on
4261 * gdb.texinfo (GDB/MI Stack Manipulation):
4262 Re-instate -stack-info-frame with example. Say that it gets
4263 info on selected frame, not current frame.
4267 * gdb.texinfo (Server): Clarify that `file' should be used before
4268 connecting to the server.
4269 (Files): Add an xref to the above description.
4270 (Output Formats): More detailed description of the `c' format.
4271 (Memory): List explicitly all the formats supported by `x'.
4272 (Threads): Add an @cindex entry for "thread apply".
4273 (Files): Document the possibility of loading unlinked object
4274 files. Add more indexing for solib-absolute-prefix and
4276 (Machine Code): Document possible problems with locations in
4278 (Backtrace): Document that free-standing environments do not need
4279 to have a `main' function.
4283 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
4288 * gdb.texinfo (Contributors): Note the original multi-arch
4293 * gdb.texinfo (Registers): Add index entries for the standard
4295 (Frames): Add cross-reference from frame pointer description to
4297 (Annotations Overview): Fix the reference to GDB name.
4301 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
4302 can-use-hw-watchpoints.
4306 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
4307 the possible reasons why an exec async record would be returned to FE.
4311 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
4312 Andrew Cagney implemented the original GDB/MI.
4316 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
4317 documentation. Add documentation for cris-mode.
4321 * gdb.texinfo (Numbers): Explain the example and make the wording
4327 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
4328 (GDB/MI Data Manipulation, GDB/MI Program Control)
4329 (GDB/MI Stack Manipulation): Update examples to include the fullname
4330 attribute in stack frames.
4334 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
4335 do with other non-standard names of init files.
4339 * gdb.texinfo (Command Files): Move the description of the startup
4341 (Startup): ...to this new subsection of the Invocation chapter.
4342 Rearrange the description of init files more logically and add a
4343 cross-reference to "Command Files". Document the special gdbinit
4344 name for CISCO 68k. Expand the description of what GDB does
4346 (History): Add index entry for HISTSIZE.
4350 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
4354 * gdb.texinfo (SVR4 Process Information, The isatty call)
4355 (The system call): Don't use foo(N) notation for man pages and
4357 (Compilation, DJGPP Native): Improve wording.
4361 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
4362 were optimized away.
4366 * gdb.texinfo (Remote configuration): Document "set/show
4367 get-thread-local-storage-address". Add cross-reference to the
4368 description of the qGetTLSAddr packet.
4369 (General Query Packets): Mention "set remote
4370 get-thread-local-storage-address" and add a reference to its
4375 * gdb.texinfo (Backtrace): Describe 'bt full'.
4379 * gdb.texinfo (Mode Options): Fix typo.
4380 (GDB/MI): Describe how to invoke GDB/MI.
4384 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
4385 references changed. Add description of "info udot".
4386 (Files): Document "set/show stop-on-solib-events".
4387 (M32R/D): Document "set/show download-path", "set/show
4388 board-address", "set/show server-address", "upload", "tload".
4389 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
4390 "use_mon_code", "use_ib_break", "use_dbt_break".
4391 (Maintenance Commands): Improve indexing.
4392 (Target Commands): Document "set/show hash", "set/show debug
4394 (SVR4 Process Information): Document "info pidlist" and "info
4395 meminfo". Document "set/show procfs-tarce" and "set/show
4396 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
4397 (Symbols, The Print Command with Objective-C): Improve indexing.
4398 (Objective-C): Add references to "info classes" and "info
4400 (Debugging Output): Improve wording. Document "set/show debug
4401 solib-frv". Fix "set/show debugvarobj".
4402 (Set Breaks): Add index entry for "hardware breakpoints".
4403 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
4404 and "set/show usehardbreakpoints".
4405 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
4406 monitor-prompt", "set/show monitor-warnings", "pmon".
4407 (ARM): Document "rdilogfile", "rdilogenable", "set/show
4408 rdiromatzero", "set/show rdiheartbeat".
4409 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
4411 (Embedded Processors): Document the "sim" command.
4412 (Remote): Document the "remote" command.
4413 (DJGPP Native): Document the "info serial" command.
4414 (Threads): Document "maint info sol-threads".
4415 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
4416 (Set Breaks): Improve indexing.
4417 (Command Syntax): Add a reference to dont-repeat.
4418 (Define): Document "dont-repeat".
4419 (TUI Commands): Document "tabset".
4420 (WinCE): New subsection. Document "set/show remotedirectory",
4421 "set/show remoteupload", "set/show remoteaddhost".
4425 * gdb.texinfo (Hurd Native): New subsection, documents
4426 Hurd-specific commands.
4427 (Maintenance Commands): Add cross-reference to "Debugging Output".
4428 (Debugging Output): Document "set/show debug lin-lwp".
4429 (MIPS): Improve documentation of heuristic-fence-post. Document
4430 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
4431 mips stack-arg-size", "set/show mips mask-address", "set/show mips
4432 remote-mips64-transfers-32bit-regs", "set/show debug mips".
4433 (ARM): Document ARM-specific commands.
4434 (AVR): New section. Document "info io_registers".
4435 (CRIS): New section. Document "set/show cris-version" and
4436 "set/show cris-dwarf2-cfi".
4437 (HPPA): New section. Document "set/show debug hppa" and "maint
4439 (Neutrino): New subsection. Document "set/show debug nto-debug".
4440 (Super-H): New section. Document the "regs" command.
4441 (Debugging Output): Document "set/show debug aix-thread".
4445 * gdb.texinfo (Print Settings): Document "set/show print
4446 pascal_static-members", "set print repeats", "show print
4447 null-stop". Improve indexing. Fix documentation of "set print
4449 (Pascal): New section.
4450 (Supported languages): Rename from "Support"; all references
4451 updated. Add a menu item for Pascal.
4452 (Numbers): Document "set radix.
4453 (Screen Size): Document "set/show pagination".
4454 (MIPS Embedded): Remove "set processor" documentation.
4455 (Remote configuration): Document "set/show X/P/Z-packet",
4456 "set/show read-aux-vector-packet", "set/show remote
4457 symbol-lookup-packet", "set/show remote verbose-resume-packet",
4458 "set/show remoteaddresssize", "set/show remotebaud", "set/show
4459 remotedebug", "set/show remotebreak", "set/show remotedevice",
4460 "set/show remotelogfile".
4461 (Auxiliary Vector): Add reference to the description of the
4462 read-aux-vector-packet setting.
4463 (Set Watchpoints): Add a cross-reference to "set remote
4464 hardware-breakpoint-limit".
4465 (General Query Packets): Add indexing of requests and
4466 cross-references to related commands in "Remote configuration".
4467 (File-I/O Overview, The system call): Fix wording and typos.
4468 (Thread Stops): Add index entries.
4469 (Continuing and Stepping): Document "show step-mode".
4470 (i386): New node. Document "set/show struct-convention".
4471 (Files): Document "show trust-readonly-sections".
4472 (Calling): Document "set/show unwindonsignal".
4473 (Messages/Warnings): Add index entries.
4474 (Maintenance Commands): Document "set/show watchdog".
4475 (Annotations Overview): Document "show annotate".
4476 (Set Watchpoints): Add index entries.
4477 (Symbols): Fix doc of case-sensitive.
4478 (ABI): Document "show coerce-float-to-double".
4479 (Convenience Vars, Help): Improve indexing.
4480 (Machine Code): Document "show disassembly-flavor".
4481 (Debugging C plus plus): Document "show overload-resolution".
4482 (Value History, Signaling): Add index entries.
4486 * gdb.texinfo (Show): Move @kindex entries to their proper places.
4487 (Processes): Fix wording.
4488 (History, List, Logging output, Define, Symbols, Print Settings):
4493 * gdb.texinfo (Targets): Document "set/show architecture". Remove
4494 redundant index entry for "target" command.
4495 (Backtrace): Add index entries.
4496 (Symbols, Fortran): Document the "set case-sensitive" command.
4497 (DJGPP Native): Document "set com1base", "set com1irq", etc.
4498 (Print Settings): Add index entry for "set demangle-style".
4499 (Target Commands): Document "set download-write-size".
4500 (Debugging Output): Document "set exec-done-display".
4504 * gdb.texinfo (Files): Fix the name and documentation of
4505 add-shared-symbol-files. Document its alias assf. Update the
4506 list of OSs where GDB supports shared libraries. Fix markup.
4507 (Continuing and Stepping): Add reference to @var{location} in the
4509 (Dump/Restore Files): Fix reference to @{filename}.
4510 (Help): Fix wording.
4512 (Set Watchpoints): Ditto.
4513 (Backtrace): Remove redundant index entries. Improve index
4515 (Delete Breaks): Fix wording.
4516 (Memory): Document the compare-sections command.
4517 (Memory Region Attributes): Improve wording.
4518 (Disabling): Improve wording.
4519 (Fortran): New subsection. Document the "info common" command.
4520 (Help): Document aliases "info copying" and "info warranty".
4521 (Caching Remote Data): New section. Document the "set/show
4522 remotecache" and "info dcache" commands.
4523 (Show): Fix wording of the documentation of the "set
4524 extension-language" command.
4525 (Signals): Add index entry for "info handle".
4526 (Memory Region Attributes): Fix punctuation.
4527 (Symbols): Change the arg name to "location" and refer to it in
4528 the text. Fix wording of "info types" doc.
4529 (Threads): Fix usage of @enumerate @item's.
4530 (Listing Tracepoints): Add index entry for "info tp".
4531 (Set Watchpoints): Add xref to "info break" description.
4532 (Macros): Add an index entry for "macro exp1". Document the
4533 "macro list" command.
4534 (Maintenance Commands): Document "flushregs", "maint agent",
4535 "maint check-symtabs", "maint cplus", "maint demangle", "maint
4536 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
4537 "maint print architecture", "maint print objfiles", "maint print
4538 statistics", "maint print type", "maint show-debug-regs", "maint
4539 space", "maint time", and "maint translate-address".
4540 (Connecting): Document the "monitor" command.
4541 (Annotations Overview): Describe the "set annotate" command.
4545 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
4546 Rearrange index entries and improve wording about support for
4547 hardware watchpoints.
4551 * gdb.texinfo: Update copyright
4555 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
4560 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
4564 * gdb.texinfo: Fix spelling, infinte -> infinite.
4568 * observer.texi (GDB Observers): Document "solib_loaded".
4572 * configure.ac: Rename configure.in, require autoconf 2.59.
4573 * configure: Re-generate.
4575 * configure.in: Replace configdirs with multiple references to
4577 * configure: Re-generate.
4581 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
4582 part of the version number.
4586 * gdbint.texinfo (Algorithms): Remove description of
4587 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
4591 * gdb.texinfo (General Query Packets): Specify that thread ID's in
4592 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
4597 * gdb.texinfo (Mode Options): Document -l option.
4601 * gdbint.texinfo (Algorithms): More accurate description of
4602 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
4603 is not needed unless data-read and data-access watchpoints are
4604 supported. Add a description of how GDB checks whether the
4605 inferior stopped because a watchpoint was hit.
4609 * gdb.texinfo (Files): Add cross-reference to description of
4610 -readnow command-line switch.
4614 * gdb.texinfo: Document set/show backtrace past-entry commands.
4615 Rearrange index entries for set/show backtrace past-main.
4620 * gdb.texinfo (Remote Serial Protocol): Further describe
4621 binary transfer escaping mechanism .
4625 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
4626 and "show debug infrun". Add index entries.
4630 * gdb.texinfo (SVR4 Process Information): Document subcommands of
4631 "info proc" that are already implemented. Add index entries.
4632 (Working Directory): Add a cross-reference to "info proc" command.
4633 (Files): Add a tip for decreasing memory used for symtabs from
4635 (Starting): Fix whitespace; make "elaboration" stand out where it
4636 is first used, and add an index entry for the term.
4637 (Calling): Expand and elaborate text. Add "print". Add the
4638 description of problems with weak aliases.
4639 (Core File Generation): New section.
4643 * gdbint.texinfo (Versions and Branches): New chapter.
4644 (Releasing GDB): Delete "Versions and Branches" section.
4645 (Top): Add "Versions and Branches".
4649 * gdb.texinfo (Editing, History): Add cross-references to the
4650 included Readline and History user documentation. Remove
4651 references to the symbol have-readline-appendices which is unused
4653 (History): Fix indexing.
4657 * gdbint.texinfo (target_stopped_data_address): Update to
4659 (i386_stopped_data_address): Update prototype and description.
4660 (i386_stopped_by_watchpoint): New function and description.
4664 * gdb.texinfo (Filenames): Add Ada suffixes.
4670 * gdb.texinfo (Packets): Document the "p" packet.
4674 * gdb.texinfo (Paths and Names of the Source Files): Document the
4675 meaning of values in the 'desc' field of a SO stab.
4679 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
4680 max-cache-age" and "maint show dwarf2 max-cache-age".
4684 * gdb.texinfo (Set Breaks): Add index entry for setting
4685 breakpoints on overloaded C++ functions that are not members of
4686 any classes. Add an example and an index entry for setting
4687 breakpoints on all program functions.
4688 (Character Sets, Macros, Overlay Commands)
4689 (Non-debug DLL symbols, GDB/MI Output Syntax)
4690 (Annotations Overview, Maintenance Commands, File-I/O Overview):
4691 Use "(@value{GDBP})" instead of a literal "(gdb)".
4695 * gdbint.texinfo (Native Debugging): Delete description of
4700 * gdbint.texinfo (User Interface): Change local_hex_string_custom
4701 to hex_string_custom (not historically correct, but more
4702 understandable, given the current code).
4706 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
4710 * observer.texi (solib_unloaded): New observer.
4714 * gdbint.texinfo (Target Architecture Definition): Add missing
4719 * (Using the Testsuite): build != host is supported,
4720 but some test scripts do not support build != host.
4724 * gdbint.texinfo (Host Definition): Delete description of
4725 FCLOSE_PROVIDED and GETENV_PROVIDED.
4729 * gdbint.texinfo (Host Definition): Delete description of
4731 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
4736 * gdbint.texinfo (Target Architecture Definition): Delete
4737 reference to deprecated_read_fp.
4741 * gdbint.texinfo (Target Architecture Definition): Delete
4742 description of DEPRECATED_REGISTER_BYTES.
4746 * gdb.texinfo (Source Path): Document the new behavior of
4747 searching for the source files.
4751 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
4752 (Search, Expressions, Arrays, Variables, Data, Machine Code)
4753 (Auto Display): Improve indexing.
4757 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
4762 * gdb.texinfo: Fix @kindex entries so that multiple commands that
4763 have the same prefix have only their prefix in the index.
4767 * gdb.texinfo (BSD libkvm Interface): New node (section)
4768 (Native): Add it to the menu.
4772 * gdbint.texinfo (Target Architecture Definition): Remove
4777 * gdbint.texinfo (Target Architecture Definition): Remove
4778 SUN_FIXED_LBRAC_BUG.
4782 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
4786 * gdbint.texinfo (Target Architecture Definition): Deprecate
4787 USE_STRUCT_CONVENTION.
4791 gdb.texinfo (Bug Reporting): Mention session recording,
4792 with the script command or Emacs.
4796 * gdbint.texinfo (Target Architecture Definition): Deprecate
4797 FUNCTION_START_OFFSET.
4801 Based on changes from Karl Berry.
4802 * gdb.texinfo: Do not use @sc in a direntry.
4803 * stabs.texinfo: Change @dircateogry to "Software development".
4804 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
4808 * gdbint.texinfo (Target Architecture Definition): Delete
4809 description of RETURN_VALUE_ON_STACK.
4813 * gdbint.texinfo (Native Debugging): Restore "@table @code"
4814 deleted by previous patch.
4818 * gdbint.texinfo (Native Debugging): Delete documentation on
4823 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
4827 * gdb.texinfo (push_dummy_call): Update argument list to match
4828 the new push_dummy_call method signature. Describe the function
4833 * gdb.texinfo (Starting): Document new start command.
4837 * observer.texi (GDB Observers): Document "inferior_created".
4841 * gdbint.texinfo (Target Architecture Definition): Delete
4842 description of DO_DEFERRED_STORES.
4844 * gdbint.texinfo (Target Architecture Definition): Delete
4845 references to DEPRECATED_FIX_CALL_DUMMY.
4847 * gdbint.texinfo (Target Architecture Definition): Delete
4848 description of DEPRECATED_CALL_DUMMY_WORDS,
4849 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
4851 * gdbint.texinfo (Target Architecture Definition): Delete
4852 description of DEPRECATED_PUSH_DUMMY_FRAME.
4854 * gdbint.texinfo (Target Architecture Definition): Delete
4855 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
4859 * observer.texi (GDB Observers): Add "Debugging" section. Include
4860 cross reference to "set/show debug observer".
4861 * gdb.texinfo (Debugging Output): Document "set/show debug
4866 * gdbint.texinfo (Target Architecture Definition): Delete
4867 description of DEPRECATED_PC_IN_SIGTRAMP.
4871 * gdbint.texinfo (Target Architecture Definition): Delete
4872 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
4876 * observer.texi (GDB Observers): Correct spelling.
4880 * observer.texi (GDB Observers): Add target_changed event.
4884 * observer.texi (GDB Observers): Rework, provide generic observer
4885 definitions and then a list of observable events.
4889 * gdbint.texinfo (Host Definition): Delete reference to
4894 * gdbint.texinfo (Target Architecture Definition): Delete
4895 reference to DEPRECATED_CALL_DUMMY_LENGTH.
4899 * gdb.texinfo (TUI Commands): Document tui reg commands.
4903 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
4905 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
4906 (Contributors): Mention both Text and Terminal User Interface.
4910 * gdbint.texinfo (Target Architecture Definition): Deprecate
4911 references to SIGTRAMP_START and SIGTRAMP_END.
4915 * gdbint.texinfo (Target Architecture Definition): Deprecate
4916 references to PC_IN_SIGTRAMP.
4920 * gdbint.texinfo (Target Architecture Definition): Delete
4921 reference to GDB_TARGET_IS_HPPA.
4925 * gdbint.texinfo (Coding): Update section on gdbarch_data,
4926 describe pre_init and post_init.
4930 * gdb.texinfo (Debugging Output): Document values for "set debug
4935 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
4939 * gdb.texinfo (breakpoints): Add information about the
4940 new "set breakpoint pending" and "show breakpoint pending"
4945 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
4946 in Per-architecture module data section.
4950 * gdb.texinfo (General Query Packets): Document qPart:... packets.
4954 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
4955 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
4956 * fdl.texi: Import Version 1.2, November 2002.
4960 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
4964 * gdbint.texinfo (Target Architecture Definition): Deprecate
4965 FRAMELESS_FUNCTION_INVOCATION.
4969 * gdbint.texinfo (Coding): Mention -Wunused-function.
4973 * gdbint.texinfo (Target Architecture Definition): Delete
4974 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
4978 * gdb.texinfo: Properly quote the name "C++".
4979 * gdbint.texinfo: Ditto.
4980 * stabs.texinfo: Ditto.
4984 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
4985 minimal information about libiberty.
4989 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
4993 * gdb.texinfo (Auxiliary Vector): New node (section).
4994 (Data): Add it to the menu.
4998 * gdb.texinfo (Breakpoints): Add information about pending
5003 * gdb.texinfo (Overview): Delete references to the cisco protocol
5004 including the "N" response.
5008 * gdbint.texinfo (Target Architecture Definition): Rename
5009 EXTRACT_STRUCT_VALUE_ADDRESS to
5010 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5014 * gdb.texinfo (KOD): Document "show os". Add index entries for
5015 "set/show os" and "info cisco" commands.
5019 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
5023 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
5024 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
5028 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
5030 (GDB/MI Variable Objects): Describe extension to
5035 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
5039 * gdbint.texinfo (Target Architecture Definition): Delete
5040 documentation on DEPRECATED_NPC_REGNUM.
5044 * gdb.texinfo: Update copyright year. Mention that set
5045 follow-fork-mode is supported on GNU/Linux. Remove documentation of
5046 "set follow-fork-mode ask".
5050 * gdbint.texinfo: Update copyright year.
5051 (Coding): Add -Wunused-label to list of -Werror warnings.
5056 * gdb.texinfo: Update copyright.
5057 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
5058 around names, as appropriate. Minor syntax cleanup of
5059 _NSPrintForDebugger explanation. Two spaces after periods.
5060 GDBN used instead of lit. "gdb". Index entries added for
5061 print-object and _NSPrintForDebugger. @noindent added in one spot.
5065 * stabs.texinfo: Add dircategory and direntry commands.
5066 * annotate.texinfo: Ditto.
5070 * gdbint.texinfo (Target Architecture Definition): Replace the
5071 return_value method's "inval" and "outval" parameters with
5072 "readbuf" and "writebuf".
5076 * gdb.texinfo (The F request packet, The F reply packet): Renamed
5077 from "The `F' request packet" and "The `F' reply packet", to make
5079 (File-I/O remote protocol extension): Update menu entries, too.
5083 * gdb.texinfo (Thread Stops): Document the issue with
5084 premature return from system calls in multi-threaded programs.
5088 * annotate.texinfo: Fix "fortunatly"[sic].
5092 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
5093 with "Hitachi" and "Mitsubishi".
5097 * gdbint.texinfo (Target Architecture Definition): Document
5098 gdbarch_return_value. Add cross references from
5099 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
5100 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
5104 * gdbint.texinfo (Target Architecture Definition): Document
5105 regset_from_core_section.
5109 * gdb.texinfo (M32R/D): Mention m32rsdi target.
5114 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
5118 * gdb.texinfo (Breakpoint related warnings): New node.
5119 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
5123 * gdb.texinfo (Remote Protocol): Document v and vCont.
5127 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
5128 * gdbint.texinfo: Ditto.
5133 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
5138 * gdbint.texinfo (Target Architecture Definition): Deprecate
5139 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
5144 * gdbint.texinfo (Target Architecture Definition): Rename
5145 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
5146 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
5147 * gdbint.texinfo (Target Architecture Definition): Rename
5151 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
5152 (Target Architecture Definition):
5154 * gdbint.texinfo (Target Architecture Definition): Rename
5155 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
5159 * gdbint.texinfo (Target Architecture Definition): Delete
5160 documentation for NEED_TEXT_START_END.
5162 * gdbint.texinfo (Target Architecture Definition): Rename
5163 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
5168 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
5172 * gdbint.texinfo (Target Architecture Definition): Fix typos.
5176 * gdbint.texinfo (Target Architecture Definition): Document
5177 stabs_argument_has_addr.
5181 * gdbint.texinfo (Target Architecture Definition): Delete
5182 documentation on REGISTER_NAMES.
5186 * gdbint.texinfo (Target Architecture Definition): Replace
5187 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
5191 * gdbint.texinfo (Target Architecture Definition): Replace
5192 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
5196 * gdbint.texinfo (Target Architecture Definition): Document
5197 "frame_red_zone_size".
5201 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
5202 with "set/show backtrace past-main" and "set/show backtrace
5207 * Makefile.in (install-info): Support DESTDIR.
5208 (install-html): Likewise.
5212 Patch from Nick Roberts.
5213 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
5214 bindings. Remove description of send-gdb-command.
5218 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
5223 * gdb.texinfo (Mode Options): Mention that level three is the
5224 highest available and that level 2 is deprecated.
5225 (Annotations Overview): Mention annotation levels. Cross reference
5226 to "Limitations of the Annotation Interface" in annotate.texi.
5227 (TODO, Value Annotations, Frame Annotations): Delete section.
5228 (Displays, Breakpoint Info): Delete.
5232 * agentexpr.texi: Delete @bye.
5233 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
5234 (stabs.info): Add $(srcdir) to include search path.
5235 (html): Depend on "annotate_toc.html", and not "annotate.html".
5236 * stabs.texinfo: Ditto. Include "fdl.texi".
5237 * gdbint.texinfo: Update copyright statement's list of invariant
5242 * Makefile.in (INFO_DEPS): Add annotate.info.
5243 (dvi, ps, html, pdf): Add annotate.
5244 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
5245 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
5246 (ANNOTATE_DOC_FILES): New macro.
5247 (ANNOTATE_TEX_TMPS): New macro.
5248 (annotate.info, annotate_toc.html): Specify dependencies.
5249 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
5250 * annotate.texinfo: Rename annotate.texi. Get building. Add
5251 "Migrating to GDB/MI" and "Limitations of the Annotation
5252 Interface" chapters. Mention why it is not part of the user
5253 guide. Update copyright notice. Include "fdl.texi".
5257 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
5261 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
5265 * gdb.texinfo (Server): Mention pidof.
5269 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
5274 * gdb.texinfo (Logging output): New chapter.
5278 * gdb.texinfo (Unsupported languages): New section.
5279 (Languages): Add link to new section.
5283 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
5287 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
5291 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
5292 * agentexpr.texi: Retitle section, and change it to an appendix.
5293 Comment out texinfo initialization. Factor a @var{} into two
5294 pieces to prevent makeinfo warnings.
5295 * gdb.texinfo: Add Agent Expressions appendix.
5299 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
5303 * gdb.texinfo (Remote Debugging): New section "Connecting to a
5304 remote target". Document the "detach" and "disconnect" commands.
5305 (Server, Netware, Debug Session): Reference "Connecting to a
5307 (GDB/MI Target Manipulation): Document "-target-disconnect".
5311 * gdbint.texinfo (Target Architecture Definition): Deprecate
5312 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
5313 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
5317 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
5321 * gdbint.texinfo (Target Architecture Definition): Delete
5322 documentation on FRAME_ARGS_ADDRESS_CORRECT.
5326 * gdbint.texinfo (Target Architecture Definition): Document
5327 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
5331 * gdb.texinfo: Add Objective-C documentation.
5335 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
5336 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
5340 * gdbint.texinfo (Target Architecture Definition): Delete
5341 references to "extract_address" and "store_address".
5345 * gdbint.texinfo (Target Architecture Definition): Replace
5346 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
5347 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
5351 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
5355 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
5356 (gdb.dvi): Likewise.
5357 (gdb.pdf): Likewise.
5358 (links2roff): Likewise.
5362 * gdb.texinfo (Dump/Restore Files): Update documentation for
5363 'dump', 'append', and 'restore': note that format argument is
5364 optional; simplify presentation of the command variants; and be
5365 more precise about the formats.
5369 * gdb.texinfo (Symbols): Update documentation: 'maint list
5370 symtabs' and 'maint list psymtabs' have been renamed 'maint info
5371 symtabs' and 'maint info psymtabs'.
5375 * gdbint.texinfo (Target Architecture Definition): Make
5376 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
5377 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
5378 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
5382 * gdb.texinfo (Maintenance Commands): Document "maint print
5387 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
5392 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
5397 * gdbint.texinfo (Target Architecture Definition): Document
5398 push_dummy_code. Add cross references.
5402 * gdb.texinfo (Character Sets): Update to reflect new behavior of
5403 set/show charsets commands.
5407 * gdbint.texinfo (Target Architecture Definition): Replace
5408 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
5409 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
5413 * gdbint.texinfo (Target Architecture Definition): Rename
5414 "tm_print_insn" to "deprecated_tm_print_insn".
5418 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
5423 * gdbint.texinfo (Target Architecture Definition): Delete
5424 references to EXTRA_FRAME_INFO.
5428 * gdbint.texinfo (Target Architecture Definition): Delete
5429 PRINT_TYPELESS_INTEGER.
5433 * observer.texi (GDB Observers): Adjust the documentation for the
5434 normal_stop notification to better describe reality. Fix a couple
5439 * gdb.texinfo (GDB/MI Program Control): Add
5440 '-file-list-exec-source-file'
5444 * gdbint.texinfo (Target Architecture Definition): Delete
5445 references to CALL_DUMMY_P.
5449 * gdbint.texinfo (Target Architecture Definition): Remove
5450 reference to TARGET_WRITE_SP.
5454 * gdbint.texinfo (Target Architecture Definition): Remove
5455 references to write_sp.
5459 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
5460 chapter body. Use @smallexample instead of @example.
5461 (Annotations): Ditto.
5462 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
5467 * gdbint.texinfo (Target Architecture Definition): Replace
5468 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
5469 dummy_addr parameters.
5473 * gdbint.texinfo (Target Architecture Definition): Delete
5474 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
5475 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5476 Add reference to PUSH_ARGUMENTS.
5480 * gdbint.texinfo (Algorithms, Target Architecture Definition):
5481 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
5485 * gdbint.texinfo (Algorithms): Add new section describing the
5487 (Top): Add menu entry to new observer appendix.
5488 * observer.texi: New file.
5489 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
5490 new observer.texi file.
5494 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
5495 that GNU Press update the manual version number.
5499 * gdbint.texinfo (Target Architecture Definition): Delete
5500 references to get_saved_register. Rename GET_SAVED_REGISTER to
5501 DEPRECATED_GET_SAVED_REGISTER.
5505 * gdbint.texinfo (Target Architecture Definition): Replace
5506 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
5510 * gdbint.texinfo (Target Architecture Definition): Rename
5511 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
5515 * gdb.texinfo: Add File-I/O documentation.
5519 * gdbint.texinfo (Target Architecture Definition): Cross reference
5520 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
5524 * gdb.texinfo (Debugging Output): Mention the "set/show debug
5529 * gdbint.texinfo (Target Architecture Definition): Document
5530 unwind_dummy_id. Cross reference unwind_dummy_id and
5531 SAVE_DUMMY_FRAME_TOS.
5536 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
5541 * gdbint.texinfo (Target Architecture Definition): Document
5546 * stabs.texinfo (Structures): Use @samp and separate @var's
5547 instead of a single @var containing a comma separated list.
5552 * Makefile.in (distclean): Remove config.log.
5556 * gdbint.texinfo (Target Architecture Definition): Rename
5557 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
5561 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
5562 DEPRECATED_INIT_EXTRA_FRAME_INFO.
5566 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
5567 (Non-debug DLL symbols): New node, describing the minimal symbols
5568 loaded from DLLs without real debugging symbols.
5572 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
5573 hardware-breakpoint-limit".
5574 (Set Watchpoints): Add cross reference to "set remote
5575 hardware-watchpoint-limit".
5576 (Remote configuration options): New section.
5580 * gdbint.texinfo (Target Architecture Definition): Delete
5581 descrption of IS_TRAPPED_INTERNALVAR.
5584 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
5585 option "-i"/"--interpreter" to this chapter. Include index
5590 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
5591 (Variables): Recommend stabs+ and DWARF 2.
5592 (C plus plus expressions): Correct info about
5593 compiler versions, debug formats.
5594 (Contributors): Change 'DWARF2' to 'DWARF 2'.
5599 * gdbint.texinfo (Target Architecture Definition): Delete
5600 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
5601 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
5602 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
5603 references to nindy and i960.
5604 * gdb.texinfo (i960): Delete all references to i960 and nindy.
5608 * gdbint.texinfo (Target Architecture Definition): Delete
5613 * stabs.texinfo (Member Type Descriptor): Clarify description of
5614 `@'. Suggested by Ben Hutchings.
5618 * gdb.texinfo (M68K): Delete reference to es1800.
5622 * gdb.texinfo (Maintenance Commands): Document `maint print
5623 reggroups' and `maint print register-groups'.
5624 * gdbint.texinfo (Target Architecture Definition): Document
5625 register_reggroup_p.
5629 * gdb.texinfo (Separate Debug Files): New section.
5633 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
5634 and "maint show profile".
5638 * gdb.texinfo (Installing GDB): Warn against
5639 ".../gdb-VERSION/gdb/configure".
5640 (Separate Objdir): Likewise.
5644 * gdbint.texinfo (Target Architecture Definition): Delete
5645 definition of PRINT_REGISTER_HOOK.
5649 (OpenRISC 1000): Fix formatting of command names.
5653 * gdb.texinfo (Continuing and Stepping): Add new command
5654 'advance'. Clarify behavior of 'until'.
5658 * gdb.texinfo (Files): Document solib-absolute-prefix and
5663 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
5664 (Create a Release): Add new instructions for new @file{src-release}.
5665 Document existing instructions for @file{Makefile.in} as
5666 being for @value{GDBN} 5.3.1 or earlier.
5670 * gdbint.texinfo (Target Architecture Definition): Mention
5671 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
5676 * gdb.texinfo (Controlling GDB): Add @kindex for
5678 (Backtraces): Add @kindex's for backtrace-below-main.
5682 * gdb.texinfo (Controlling GDB): Document "set osabi".
5686 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
5687 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
5691 * gdb.texinfo (Controlling GDB): Add ABI section. Document
5692 "set coerce-float-to-double".
5693 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
5697 * stabs.texinfo: Remove obsolete text.
5698 * gdbint.texinfo: Ditto.
5699 * gdb.texinfo: Ditto.
5703 * gdbint.texinfo (Target Architecture Definition): Update
5704 description of gdbarch_register_osabi.
5708 * agentexpr.texi: Fix typos.
5709 * annotate.texi: Likewise.
5710 * fdl.texi: Likewise.
5714 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
5715 DEPRECATED_INIT_FRAME_PC.
5719 * gdbint.texinfo (Target Architecture Definition): Delete
5724 * gdbint.texinfo (Host Definition): Delete documentation on
5725 USE_GENERIC_DUMMY_FRAMES.
5729 Fix PR gdb/723 and PR gdb/245.
5730 * Makefile.in (install-info): Run the install-info command as part
5731 of the post install steps only.
5732 (uninstall-info): New target.
5733 (uninstall): New target.
5737 * Makefile.in (install): Make install do some real work.
5741 Fix POSIX problem reported by Paul Eggert.
5742 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
5747 * gdbint.texinfo (Target Architecture Definition): Delete
5748 definition of DO_REGISTERS_INFO.
5752 * gdbint.texinfo (Address Classes): Fix problems with insertion
5753 of ``{'' and ``}'' in example.
5757 * gdbint.texinfo (Address Classes): New section.
5758 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
5759 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
5760 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
5761 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
5765 * gdb.texinfo (Registers): Mention vector registers as well as
5766 floating registers in the documentation for 'info registers' and
5767 'info all-registers'.
5771 * gdbint.texinfo (CPLUS_MARKER): Remove item.
5775 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
5776 interface definition.
5780 * gdb.texinfo (Target Commands): Add or1k target specific
5782 * gdb.texinfo (Contributors): Add myself to the contributors list.
5786 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
5787 and "mi1" instead of "mi1" and "mi0".
5791 * gdb.texinfo (Packets): Fix typos "alligned".
5792 Correct z3/Z3 description. Correct z4/Z4 title.
5796 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
5800 * gdb.texinfo: Use GNU/Linux instead of Linux.
5804 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
5808 * gdb.texinfo: Replace @example with @smallexample.
5813 * gdb.texinfo (Character Sets): Use @smallexample instead of
5814 @example. Use GNU/Linux instead of Linux.
5818 * gdb.texinfo: Add character set documentation.
5822 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
5823 (Packets): Add cross reference from `b' packet to `z' packets.
5827 * gdb.texinfo (Maintenance Commands): Document ``maint
5828 internal-error'' and ``maint internal-warning''.
5830 * gdbint.texinfo (Target Architecture Definition): Revise
5831 description of STACK_ALIGN. Add description of FRAME_ALIGN.
5835 * gdbint.texinfo (Target Conditionals): Document the new
5836 NAME_OF_MALLOC macro.
5840 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
5845 * gdb.texinfo (TUI Overview): Document status line fields.
5849 * gdb.texinfo (TUI Commands): Document info win command.
5853 * gdb.texinfo (TUI Overview): Document breakpoint markers.
5857 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
5858 (TUI Keys): Likewise.
5862 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
5863 for a packet receive.
5867 * Makefile.in (clean): Move to end of file.
5868 (distclean, maintainer-clean, realclean): Ditto.
5869 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
5870 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
5871 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
5872 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
5876 * Makefile.in (GDBINT_TEX_TMPS): Define.
5877 (gdbint.dvi, gdbint.pdf): Use
5878 (GDB_TEX_TMPS): Define.
5879 (gdb.dvi, gdb.pdf): Use.
5880 (STABS_TEX_TMPS): Define.
5881 (stabs.dvi, stabs.pdf): Use.
5882 (GDB_DOC_SOURCE_INCLUDES): New macros.
5883 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
5884 (GDBINT_DOC_FILES_INCLUDES): New macros.
5885 (GDBINT_DOC_BUILD_INCLUDES): New macros.
5886 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
5887 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
5888 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
5889 (links2roff): Replace SFILES_INCLUDED with
5890 GDB_DOC_SOURCE_INCLUDES.
5891 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
5892 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
5893 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
5895 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
5897 (gdbmi.texinfo): Delete rule.
5898 (inc-hist.texinfo): Delete rule.
5899 (rluser.texinfo): Delete rule.
5903 * gdbint.texinfo (Target Architecture Definition): Update
5904 STORE_RETURN_VALUE, mention regcache.
5908 * gdbint.texinfo (Target Architecture Definition): Document
5909 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
5913 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
5914 Fix minor typos. Add index entries.
5918 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
5922 * gdbint.texinfo (Target Architecture Definition): Document
5924 * gdb.texinfo (Vector Unit): Document "info vectors" command.
5928 * gdb.texinfo (Maintenance Commands): Document "maint print
5929 registers", "maint print raw-registers" and "maint print
5935 * gdb.texinfo (Protocol): Document T packet extension to
5936 allow watchpoint address reporting.
5940 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
5944 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
5949 * gdbint.texinfo (Coding): Revise section "Include Files".
5953 * gdbint.texinfo: Obsolete references to m88k.
5954 * gdb.texinfo: Ditto.
5958 * gdbint.texinfo (Create a release candiate): Add the location
5959 where the proper version of autoconf can be retrieved.
5963 * gdb.texinfo (Command Files): Further describe the behavior of
5964 sourced command files.
5968 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
5969 (Coding): Clarify ISO C version that GDB assumes.
5973 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
5974 add_setshow_cmd_full.
5978 * gdb.texinfo (Memory Region Attributes): Document new behavior
5983 * gdb.texinfo (Symbols): Update documentation for `info source'
5986 * gdb.texinfo (Macros): Call the command `info macro', not
5991 * gdbint.texinfo (Coding): Add section ``Per-architecture module
5996 * gdbint.texinfo (Target Architecture Definition): Document
5997 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6001 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
6006 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
6011 * gdbint.texinfo (Target Architecture Definition): Add section
6012 ``Converting an existing Target Architecture to Multi-arch''.
6016 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
6017 to ``Obsoleting code''. Revise.
6021 * gdb.texinfo (C Preprocessor Macros): New chapter.
6022 Include it in the main menu.
6023 (Contributors): Credit Jim Blandy with macro support.
6024 (Compilation): Explain how to get macro information into the
6026 (Expressions): Note that preprocessor macros are expanded.
6030 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
6031 options for `target remote'.
6035 * gdbint.texinfo (Target Architecture Definition): Delete
6036 documentation on NNPC_REGNUM.
6040 * gdbint.texinfo (Target Architecture Definition): Document
6041 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
6042 (Target Architecture Definition): Revise section `Using Different
6043 Register and Memory Data Representations'. Add section `Raw and
6044 Virtual Register Representations'.
6048 * gdbint.texinfo (Target Architecture Definition): Mention
6049 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
6050 (Target Architecture Definition): Mention same. Add references to
6055 * stabs.texinfo (Attributes): Document new "vector" attribute.
6059 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
6063 * gdb.texinfo: Delete obsolete references to a29k.
6067 * gdbint.texinfo (Target Architecture Definition): Replace
6068 IN_SIGTRAMP with PC_IN_SIGTRAMP.
6072 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
6076 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
6080 * gdbint.texinfo (Target Architecture Definition): Delete
6081 definition of HAVE_REGISTER_WINDOWS.
6085 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
6091 * gdb.texinfo (show max-user-call-depth): Correct formatting.
6092 Provide a better explaination of this feature.
6096 * gdbint.texinfo (Target Architecture Definition): Remove
6097 FRAME_CHAIN_COMBINE.
6101 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
6106 * gdbint.texinfo (Obsolete Conditionals): Remove references to
6111 * gdb.texinfo (Bug Reporting): Document that the web is the
6112 prefered way of submitting bug reports.
6113 (Bug Reporting): Delete the s-mail address as the last resort.
6117 * gdbint.texinfo (Target Architecture Definition): Delete
6118 references to TARGET_WRITE_FP and write_fp.
6122 * gdb.texinfo: Document new commands dump, append, and restore.
6126 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
6131 * gdb.texinfo: Change all examples to @smallexample.
6132 * gdbint.texinfo: Ditto.
6136 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
6141 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
6146 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
6147 expresson, suports, dependant, trhe, perhaphs, situtations,
6148 explictily, taged, oportunity, unfortunatly).
6152 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
6153 Remove reference to 3.12.
6157 * gdbint.texinfo: Include fdl.texi.
6158 (Top): Add GNU Free Documentation License.
6159 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
6160 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
6161 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
6162 (gdbint.info): Add srcdir to include path.
6163 * gdb.texinfo: Include gpl.texi.
6165 * gpl.texi: New file.
6169 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
6173 * gdb.texinfo: Document Cygwin native specific commands.
6177 * gdb.texinfo: Document gdbserver ``--attach'' command.
6181 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
6182 to @code(_ovly_debug_event).
6186 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
6190 * gdb.texinfo (overlays): Mention new magic symbol
6191 '_ovly_debug_event', which allows GDB to keep better track
6196 * gdb.texinfo (Memory Region Attributes): Fix the wording.
6197 Suggested by Dmitry Sivachenko.
6199 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
6203 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
6207 * gdb.texinfo: (remote protocol): Gramatical fix-up.
6208 (set trust-readonly-sections): Document.
6212 * gdbint.texinfo (Releasing GDB): Revise and update.
6216 * gdbint.texinfo (Target Architecture Definition): Delete
6217 description of TARGET_BYTE_ORDER_DEFAULT.
6221 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
6226 * libgdb.texinfo: Delete file.
6230 * gdb.texinfo: Remove makeinfo 3.12 hacks.
6231 * gdbint.texinfo: Ditto.
6235 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
6239 * Makefile.in: Update copyright.
6241 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
6242 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
6244 (TEXINDEX, PDFTEX): Delete makefile variables.
6248 * gdb.texinfo (Protocol): Move section to appendix.
6252 * gdb.texinfo (Remote Debugging): Create a menu.
6253 (Top): Add ``Remote Debugging'' to menu.
6257 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
6258 serial protocol'' from here.
6259 (Remote Debugging): To here. New chapter.
6263 * gdbint.texinfo (Target Architecture Definition): Delete
6264 description of TARGET_BYTE_ORDER_SELECTABLE_P.
6268 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
6269 are no longer needed.
6270 (Porting GDB): Add maintainer note about configure.host.
6274 * gdbint.texinfo (Target Architecture Definition): Remove
6275 definition of IEEE_FLOAT.
6279 * gdb.texinfo: Beautify copyright years; fix a typo.
6280 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
6285 * gdbint.texinfo (Host Definition): Remove references to
6286 MALLOC_INCOMPATIBLE.
6290 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
6295 * gdb.texinfo (Maintenance Commands): Add appendix.
6296 (Set Breaks): Copy ``maint info breakpoint'' doco to
6297 ``Maintenance Commands'' appendix. Add reference.
6301 * fdl.texi: Remove next/prev from @node.
6305 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
6306 for monstrous @multitable (from Brian Youmans).
6308 * fdl.texi: New file.
6310 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
6314 * gdbint.texinfo (Releasing GDB): New chapter.
6318 * gdb.texinfo (Embedded Processors, Calling program functions):
6319 Obsolete references to a29k.
6323 * gdbint.texinfo (Coding): Review Cleanups section. Examples
6324 examples. Document that a code-block should do or discard its
6325 cleanups before exit.
6329 * gdb.texinfo (Choosing files): Change @samp to @file.
6333 * gdb.texinfo (--pid): Document new command line option (attach).
6337 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
6342 * gdbint.texinfo (Target Architecture Definition): Replace
6343 BIG_ENDIAN with BFD_ENDIAN_BIG.
6347 * gdbint.texinfo (Target Architecture Definition): Replace
6348 value_ptr with struct value pointer.
6352 * gdb.texinfo (Free Software): Fix wording.
6356 * gdb.texinfo (Free Software): New section ``Free Software Needs
6357 Free Documentation''.
6365 * annotate.texi: Fix the application of GFDL in the Copyright notice.
6369 * gdb.texinfo (maint info sections): Fix typo.
6373 * gdb.texinfo (maint info sections): Document.
6375 * gdb.texinfo (info proc): Comment out documentation for
6376 'info proc' sub-options that are currently not implemented.
6380 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
6384 * gdbint.texinfo (Target Architecture Definition): Replace
6385 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
6389 * gdbint.texinfo (Host Definition): Delete documentation on
6394 * gdb.texinfo (Overlays): New chapter, documenting GDB's
6395 overlay support. Add to top-level menu.
6399 * gdb.texinfo (Command Syntax): Document C-o binding.
6403 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
6404 use since it is described in the referenced section.
6407 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
6408 clearer when using DJGPP.
6412 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
6413 specifically refer to MS-DOS.
6414 (command files): Mention gdb.ini is only used on MS-DOS.
6418 * gdb.texinfo (Invoking GDB): Document --args.
6419 (Mode Options): Likewise.
6423 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
6424 Delete documentation; this macro has been removed from the
6429 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
6433 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
6437 * gdb.texinfo (info functions): Document use of backslash to
6438 quote regexp chars in function names such as "operator*()".
6442 * gdbint.texinfo (SOLIB_ADD): Document additional new
6447 * gdb.texinfo: (Command Files) Added documentation for the
6448 behavior of gdb with input redirected from a file.
6452 * gdb.texinfo (auto-solib-add): Change docs to match
6453 implementation change.
6454 (auto-solib-limit): Add docs for new variable.
6458 * gdbint.texinfo (Target Architecture Definition): Function
6459 value_as_pointer renamed to value_as_address.
6463 * gdbint.texinfo (Target Architecture Definition): Default
6464 POINTER_TO_ADDRESS functions assume unsigned addresses.
6465 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
6466 posting by Jim Blandy.
6470 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
6471 version of texi2html (1.64) doesn't support this flag any more.
6475 * gdbint.texinfo (Host Definition): Remove description of
6478 * gdbint.texinfo (Host Definition): Remove description of R_OK.
6480 * gdbint.texinfo (Host Definition): Remove description of
6485 * gdbint.texinfo (Target Architecture Definition): Add
6486 explanation of TARGET_PRINT_INSN macro.
6490 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
6491 Explain what it means to load relocatable files.
6495 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
6500 * gdbint.texinfo: Add a cautionary note about macro use.
6504 * gdb.texinfo: Explain omitting the hostname in the
6505 `target remote' command.
6509 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
6510 and END-INFO-DIR-ENTRY.
6514 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
6518 * gdbint.texinfo (libgdb): Rewrite.
6522 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
6526 * gdb.texinfo (TUI): New chapter, document the TUI.
6527 (Mode Options): Document the -tui option.
6531 * gdbint.texinfo (Host Definition): Remove description of
6536 * gdb.tex (DJGPP Native): New node, with descriptions of
6537 DJGPP-specific commands.
6541 * gdbint.texinfo: Three misspellings.
6545 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
6546 `test` expressions on bash. Problem reported by Colin Walters.
6550 * gdbint.texinfo (User Interface): Update ui-out documentation to
6551 refelect recent UI/MI updates.
6555 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
6560 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
6561 structure and not macros.
6562 (Host Definition): Document that much of this chapter is obsolete.
6563 (Target Architecture Definition): Update list of files that make
6564 up a target architecture.
6569 * gdbint.texinfo (Target Architecture Definition): Update
6570 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
6571 The latter has been changed to a true predicate.
6575 * annotate.texi: Add @noindent where needed. From Dmitry
6577 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
6581 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
6585 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
6586 returns ``OK''. Document that the ``R'' packet does not reply.
6590 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
6594 * gdb.texinfo (Signals): Clarify the default setting of signal
6599 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
6600 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
6604 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
6608 * gdbint.texinfo (Clean Design and Portable Implementation):
6609 Renamed from "Clean Design".
6610 (Clean Design and Portable Implementation): Document portable
6611 methods of handling file names, and the associated macros.
6615 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
6616 command and provide a cross-reference to its description.
6617 (Symbols): Note that "info scope" is useful for trace experiments.
6621 * gdb.texinfo (Symbols): Document "info scope".
6622 (Tracepoints): New chapter.
6623 (Contributors): Update for v5.1.
6624 <All nodes>: Change "C++" to "C@t{++}".
6626 * gdbint.texinfo (User Interface): A new section about ui_out
6627 functions, based on text written by Fernando Nasser.
6629 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
6633 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
6635 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
6637 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
6638 Replace "GDB" with "@value{GDBN}". Fix markup.
6640 * annotate.texi: Change Permissions to GFDL. Update Copyright.
6642 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
6643 a cross-reference to its description.
6644 (Symbols): Document "info symbol".
6648 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
6649 subsection "x86 Watchpoints".
6650 (Target Architecture Definition): Document the macros
6651 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
6652 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
6656 * gdbint.texinfo (Target Architecture Definition): Update
6657 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
6662 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
6663 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
6667 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
6671 * gdb.texinfo (Environment): Document that `path' does not change
6672 the value of PATH in GDB's own environment (it did in the past,
6673 but that was changed on March 15, 1994). Reported by Doug Evans
6676 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
6677 its line. Fix markup of commands and macros. Add an Index node
6682 * gdb.texinfo (Memory region attributes): New manual section.
6686 * gdbint.texinfo (POP_FRAME): Document use by return_command.
6690 * refcard.tex: Version and copyright fixed. From Phil Edwards
6695 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
6696 DWARF2_REG_TO_REGNUM): Document.
6700 * gdbint.texinfo (Coding): Update current value of
6701 --enable-build-warnings. Mention --enable-gdb-build-warnings.
6705 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
6710 * gdb.texinfo: Document new 'set step-mode' command.
6714 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
6719 * gdb.texinfo (Hooks): Document the new post-hook functionality.
6724 * gdbint.texinfo (Overall Structure): Spelling fix.
6728 * gdbint.texinfo (Target Architecture Definition): Document that
6729 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
6730 for which REGISTER_CONVERTIBLE returns a zero value.
6734 * Makefile.in (install-info): Find files to install in either the
6735 build or source directories (adapted from Makefile.am).
6739 * stabs.texinfo: Fix spelling errors.
6740 (String Field): FILE-NUMBER starts from 0, not 1.
6744 * refcard.tex: Remove \centerline from the blurb. Patch from
6749 * Makefile.in (install-info): Support installation from outside of
6750 the source directory. Reported by Mark Harig
6755 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
6759 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
6760 Generate using pdftex.
6762 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
6763 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
6764 @contents at the start.
6768 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
6774 * gdb.texinfo: Fix ``et al.''.
6778 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
6783 * configure: Regenerate.
6787 * Makefile.in (install-info): Run install-info on installed Info
6792 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
6797 * gdb.texinfo: Proofreading changes from Brian Youmans.
6801 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
6802 startup sequence, minor edits.
6806 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
6809 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
6810 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
6811 like `n' and `s' which look weird. Convert some of the @kindex to
6812 @vindex, when they refer to variables, not commands.
6816 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
6820 * Makefile.in (GDBMI_DIR): New variable.
6821 (SET_TEXINPUTS): Add $(GDBMI_DIR).
6822 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
6823 (gdbmi.texinfo): New target, for texi2roff.
6824 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
6825 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
6827 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
6829 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
6834 * gdb.texinfo (Files): Update description of add-symbol-file
6839 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
6840 prevents the build (and is generally a Bad Idea).
6844 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
6845 a comma inside @var.
6846 (Command Files): Index markup changes from Dmitry Sivachenko
6851 * Makefile.in (LN_S): Define.
6852 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
6853 invoke "ln -s" unless it is known to work.
6855 * configure.in (AC_PROG_LN_S): Add.
6859 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
6861 (Target Conditionals): Document ADDRESS_TO_POINTER,
6866 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
6867 gdb-cfg.texi to get the value.
6871 * gdbint.texinfo (Target Architecture Definition): Fix
6876 * gdbint.texinfo (Using Different Register and Memory Data
6877 Representations): New section.
6878 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
6879 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
6880 REGISTER_CONVERT_TO_RAW): Document.
6884 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
6885 for acknowledgments.
6889 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
6894 * gdb.texinfo: Clarify which remote debug protocol commands are
6895 required and which are optional.
6899 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
6901 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
6902 * annotate.texi: Update.
6906 * gdb.texinfo: Update dates, bump to Eighth Edition (note
6907 expectation of additional changes before release), update
6908 ISBN, add copy of top-level menu for @ifhtml, remove explicit
6909 node links, rephrase and/or shorten lines to fix formatting
6910 problem in both regular and @smallbook formats.
6911 * annotate.texi: Shorten lines in example, use smallexample
6912 consistently everywhere.
6913 * Makefile.in: Add comment about texinfo 4.0 html generation.
6914 (SFILES_INCLUDED): Add annotate.texi.
6918 * gdb.texinfo (Debugging Output): Added new section, documenting
6919 the "set/show debug" commands.
6923 * annotate.texi (Annotations): When GDBN omit @chapter and @node
6926 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
6927 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
6928 @chapter and @node entries.
6930 * gdb.texinfo: Link all top-level nodes.
6934 * Makefile.in (install-info): Create $(infodir) before installing
6940 * gdbint.texinfo : Added paragraphs about command deprecation.
6944 * gdb.texinfo: Add documentation for the apropos command.
6948 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
6952 * gdb.texinfo: Add white space to prevent overprinting in
6957 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
6963 * gdb.texinfo (main menu): Add Annotations.
6964 (File Options): Add @cindex entries for each command-line option.
6965 Document --epoch, --annotate, --async, --interpreter, --write,
6966 --statistics, and --version.
6968 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
6973 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
6977 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
6981 * Makefile.in (diststuff): New target.
6985 * agentexpr.texi: Fix wording regarding Intel's IA-64
6986 architecture. [From Jim Wilson.]
6990 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
6991 (Delete Breaks): Mention range arguments.
6992 (Disabling): Likewise.
6996 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
7000 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
7005 * gdb.texinfo: Clarify regular expressions used in rbreak.
7009 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
7010 MEMORY_REMOVE_BREAKPOINT): Document.
7014 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
7015 offset re-using the DATA offset instead.
7019 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
7024 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
7027 * gdb.texinfo: Various minor wording and formatting improvements,
7028 mentions of additional command-line options.
7032 * gdb.texinfo: Document additional forms of specifying section
7033 names and addresses for the add-symbol-file command.
7037 * gdbint.texinfo: Fix typo, add the word "have".
7041 * gdbint.texinfo (Target Architecture Definition): Document the
7042 SKIP_PERMANENT_BREAKPOINT macro.
7046 * gdb.texinfo: Fiks speling errers.
7048 * gdb.texinfo: Fix uses of @multitable.
7051 * gdb.texinfo: Include details specific to DOS host, clarify
7052 some confusing language, fix @ref/@xref/@pxref usages, add
7053 comments about using with optimization, add more indexing,
7054 fix info about disassembly-flavor.
7058 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
7059 SKIP_SOLIB_RESOLVER): Define.
7063 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
7068 * gdb.texinfo: Create a new "Configurations" chapter with
7069 platform-specific info, inline remote.texi and move sections of it
7070 into the new chapter, move bits about info proc, heuristic search,
7071 and register stack into the new chapter.
7072 * remote.texi: Remove, now part of gdb.texinfo.
7073 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
7077 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
7078 GDB_TARGET_IS_MACH386): These kludges have gone away.
7082 * gdbint.texinfo (Target Architecture Definition): Mention
7087 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
7088 surrounding text to fit HP-UX bits into general info.
7089 (HPPA-cfg.texi): Remove, no longer useful.
7091 * gdb.texinfo: Remove explicit links from @node lines, remove
7092 HP-added "Detailed Node Listing" from main menu which confuses
7096 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
7097 in description of `set environment'.
7101 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
7105 * gdbint.texinfo (Breakpoint Handling): Add missing words.
7109 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
7110 watch, awatch, and rwatch. Explain why the latter two cannot be
7111 set as software watchpoints. Document that watchpoints for local
7112 variables are deleted when the debuggee terminates.
7116 * remote.texi (Protocol): Further clarification of the "qRcmd"
7117 packet. Allow E.. response packet. "qRcmd" packet is no longer
7122 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
7123 * gdb.texinfo: Ditto.
7127 * gdb.texinfo (KOD): New node.
7131 * remote.texi (Rcmd): Fix minor formatting typos.
7135 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
7140 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
7145 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
7149 * remote.texi (Communication Protocol): ``v'' is in use. Fix
7150 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
7151 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
7152 packets that are not supported on all hosts. Expand examples.
7157 * Makefile.in: Recognize html, install-html. Add targets
7158 to build HTML versions of documentation via texi2html.
7162 * gdbint.texinfo (Testsuite): New chapter, information about the
7167 * remote.texi (Communication Protocol): Rewrite.
7171 * stabs.texinfo: Fix uses of xref.
7175 * gdbint.texinfo: Add an anti-printf exhortation, and update the
7176 info about patch submission.
7181 * gdb.texinfo: Document Chill support.
7185 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
7186 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
7187 Document that the value should be greater-than or equal-to zero.
7188 (NO_STD_REGS): Document. Deprecate.
7192 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
7193 Document that these are not used.
7197 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
7201 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
7202 numargs was dropped.
7206 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
7210 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
7215 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
7216 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
7220 * gdbint.texinfo: Fix typos: $ -> @.
7224 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
7225 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
7226 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
7231 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
7232 CALL_DUMMY_STACK_ADJUST): Document.
7236 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
7237 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7241 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
7246 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
7247 nearly all @ifset/@ifclear conditionals; nobody uses them, and
7248 they make the manual source incomprehensible.
7249 * h8-cfg.texi: Remove, hasn't been used in years.
7253 * gdb.texinfo: Update the credits.
7257 * gdb.texinfo: Fix mistakes noticed in printout of last
7258 draft, add Alpha to discussion of heuristic fence post.
7262 * gdb.texinfo, remote.texi: Many changes; update to Seventh
7263 Edition, merge some HP changes into mainline, describe some
7264 previously undocumented features, describe more of the target
7265 commands available, eliminate obsolete section on renamed
7267 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
7271 * gdb.texinfo: Make many HPPA conditionals unconditional,
7272 including catchpoint description, since now on for all configs.
7273 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
7278 * Makefile.in (GDBvn.texi): Fix match expression to work with
7279 current format of VERSION in gdb/Makefile.in.
7280 * gdb.texinfo: Fix node ref to match new readline.
7284 * gdb.texinfo: Changes made as part of a project to merge in
7285 changes made by HP. Documentation makes extensive use of
7286 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
7287 on remote debugging. There are differences in documentation
7288 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
7289 the HP manual discusses catchpoints, hardware watchpoints, and
7290 some HPUX specific limitations for shared library support.
7292 There are also a number of @node changes.
7296 * gdbint.texinfo (Formatting): Disambiguate a sentence.
7301 The following changes were made by Edith Epstein
7305 * HPPA-cfg.texi: new file.
7307 * all-cfg.texi: set HPPA for HP PA-RISC targets.
7309 * refcard.tex: change documentation about catch.
7314 * gdbint.texinfo: Expand on GDB's coding standards,
7315 specify the use of arg names with prototypes.
7319 * gdb.texinfo: Fix tipo.
7323 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
7324 TARGET_BYTE_ORDER_SELECTABLE_P.
7328 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
7332 * agentexpr.texi: New file.
7334 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
7336 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
7340 * remote.texi: Changed wording that implied that the GDB remote
7341 protocol caches register values instead of GDB itself.
7345 * gdbint.texinfo: Add some info about symbol readers.
7346 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
7347 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
7348 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
7349 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
7351 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
7353 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
7357 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
7359 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
7361 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
7362 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
7366 * gdbint.texinfo: Fix minor typos.
7370 * gdbint.texinfo: Complete overhaul. Group descriptions more
7371 logically, add more info on generic algorithms, remove much
7372 obsolete and/or wrong material.
7376 * stabs.texinfo (Method Type Descriptor): Expand and correct.
7380 * refcard.tex: Copyright, address updates.
7384 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
7385 for the edition instead of confusing GDB-version-like numbers.
7389 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
7393 * LRS: Reformat a bit to keep text under 80 columns.
7397 * gdb.texinfo: Add some credits, mention bug monitor.
7398 * remote.texi: Mention mips monitor targets.
7399 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
7403 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
7404 files, finish sorting of host vs target vs native macros, describe
7409 * gdbint.texinfo (Host Conditionals): Document change from
7410 using NO_MMALLOC to it's inverse, USE_MMALLOC.
7414 * gdbint.texinfo (Host Conditionals): Document
7415 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
7419 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
7420 Document LSEEK_NOT_LINEAR.
7424 * stabs.texinfo (Stab Section Basics): Make it clear that only
7425 some versions of the GNU linker remove the leading N_UNDF symbol.
7429 * stabs.texinfo (String Field): Document type number pairs here,
7430 instead of in the Sun specific section.
7431 (Include Files): The GNU linker supports the N_BINCL
7432 optimization. Clarify the N_BINCL value, and what it is used
7434 (Procedures): Document N_FUN with an empty string to mark the end
7436 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
7437 (Sun Differences): Remove this node, as the information is now
7438 elsewhere in the main document.
7439 (Stab Section Basics): Mention that the GNU linker may optimize
7440 stabs and remove the leading N_UNDF symbol.
7444 * gdb.texinfo, refcard.tex: Restore author credit
7448 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
7449 documentation to account for START and END macros taking
7455 * gdb.texinfo (Frames): Fix typo.
7459 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
7460 a target_signal as arg type, not a pid.
7464 * gdb.texinfo: Document `set assembly-language'.
7468 * remote.texi: Update list of stubs in the GDB distribution.
7472 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
7473 Also document that some systems can use mmalloc but must define
7474 this if their C runtime allocates memory that is later freed.
7475 (MMCHECK_FORCE): Document new macro.
7479 * remote.texi: Add documentation for target Sparclet.
7483 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
7484 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
7485 * configure.in: Rewritten for autoconf.
7490 * Makefile.in (DVIPS): New define, set to dvips.
7491 (dvi): Add stabs.dvi.
7493 (all-doc): Depend on info, dvi, and ps targets.
7494 (STAGESTUFF): Add *.ps and *.dvi files.
7495 (clean-info, clean-dvi): Remove.
7496 (mostlyclean): Does not depend upon clean-info or clean-dvi,
7497 rules completely rewritten.
7498 (maintainer-clean): Remove clean-info and clean-dvi
7499 dependencies and put their actions in the rules.
7500 (gdb.ps): New target
7501 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
7502 intermediate TeX files, whether they have 2 or 3 character
7504 (gdbint.ps): Add target and rules.
7505 (gdb-internals): Delete unused target.
7506 (Makefile): Depends upon config.status also.
7510 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
7516 * gdb.texinfo (Expressions): Fix erroneous array constant example.
7520 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
7524 * gdb.texinfo (Print settings): Document
7525 `set/show print static-members' commands.
7529 * gdbint.texinfo (Native): Document name change, coredep.c to
7534 * stabs.texinfo (Include Files): Document the values the SunOS4
7535 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
7539 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
7544 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
7549 * Makefile.in (maintainer-clean): New target, synonym for
7554 * Update all FSF addresses except those in COPYING* files.
7559 * gdb.texinfo (convenience variables): Document $_exitcode.
7560 (quit): Document optional expression to use as exit code.
7564 * gdb.texinfo, remote.texi: Brought up to date with various
7569 * gdb.texinfo: Update dates and versions, fix comments about
7570 hardware watchpoints in future releases and about the
7571 sharedlibrary command.
7575 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
7576 C_FUN stab. Other cleanups.
7580 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
7585 * annotate.texi: Clarify which addresses have differing formats
7586 depending on the language and which do not.
7590 * remote.texi (NetWare): Changed example to use BOARD= instead of
7591 NODE= argument to reflect correspoding change to gdbserve.nlm.
7595 * stabs.texinfo (Negative Type Numbers): Mention the fact that
7596 GDB, as well as AIX dbx, supports the size type attribute.
7600 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
7604 * gdb.texinfo (Define): Document $arg0... arguments to commands,
7605 and new 'if' and 'while' commands.
7609 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
7613 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
7614 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
7615 NetWare targets. Mostly stolen from the Server node.
7619 * gdb.texinfo (Setting): Talk about the language of a source file
7620 versus the working language. The old documentation did not match
7625 * stabs.texinfo (Source Files): Document N_SO used to mark the end
7630 * gdb.texinfo (Processes): New node.
7634 * remote.texi: Update documentation of set/show mipsfpu.
7638 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
7639 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
7643 * gdbint.texinfo: Removed mentions of some incorrectly placed and
7644 obsolete conditionals, described some others.
7648 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
7649 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
7653 * gdbint.texinfo: Put regex conditionals in their own table.
7657 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
7658 described or fixed the descriptions of many others.
7662 * gdb.texinfo: Add some more credits.
7663 * gdbint.texinfo: Capitalize GDB consistently, describe some
7664 macros and remove some.
7668 * gdbint.texinfo: Removed mentions of many incorrectly placed and
7669 obsolete conditionals, described some others.
7673 * gdb.texinfo (help targets): Changed to `help target', which
7674 is the correct gdb command.
7678 * annotate.texi (TODO): New node, for keeping track of annotations
7679 suggested but not yet implemented.
7683 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
7684 another symbol, it is not the address itself.
7688 * stabs.texinfo (Stab Section Basics): Add comment about alignment
7689 of stabs-in-coff sections.
7693 * annotate.texi: Change edition to 0.5 and date to May 1994.
7695 (Frames): New node, for frame annotation.
7696 (Displays): New node, for display annotation.
7698 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
7699 when waiting for your program to stop.
7703 * annotate.texi (Breakpoint Info): Document annotation of header
7704 fields and record annotation.
7708 * annotate.texi: New file, to document annotations.
7712 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
7713 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
7717 * stabs.texinfo (Stab Section Basics): Say what is in .stab
7718 section, and say n_strx field is compilation unit relative.
7719 * stabs.texinfo: Don't use @code for a.out when it is the name of
7720 an object file format.
7724 * gdb.texinfo: Refer to file names, not path names, per rms
7726 (Arguments): Fix typo.
7730 * stabs.texinfo (Global Variables): Talk about stabs in files
7731 where variables are referenced, but not defined.
7735 * stabs.texinfo: Move stuff on @ and # type descriptors from node
7736 Cplusplus to new nodes Member Type Descriptor and Method Type
7737 Descriptor. Re-write stuff for #.
7741 * gdb.texinfo (Print Settings): Don't document "set print
7742 fast-symbolic-addr off". The bug which it worked around was fixed
7743 on 25 Feb 94 in coffread.c, so I'm nuking the command.
7745 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
7748 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
7752 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
7753 references to ieee-float.c.
7757 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
7758 match what the code actually does.
7762 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
7766 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
7771 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
7772 well as for ELF and SOM. Unify the descriptions of ELF and SOM
7773 as "stabs in sections" rather than just saying "ELF and SOM".
7774 Also make that stuff apply to COFF.
7778 * gdb.texinfo (Formatting Documentation): Change GhostScript to
7783 * gdb.texinfo (Continuing and Stepping): When talking about "step"
7784 versus functions without line numbers, also mention stepping into
7785 them as well as "step" when you are in them. Tell the user how to
7786 deal with the situation. Add comment about "debugging information".
7790 * stabs.texinfo (Enumerations): Document restriction on where
7791 enumeration types can appear and still win with GDB.
7795 * stabs.texinfo (Negative Type Numbers): Document format for type
7800 * gdb.texinfo (Selection, Frame Info): Update information about
7801 arbitrary frame specficiations.
7805 * gdb.texinfo, remote.texi: general editing pass prior to Net release
7809 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
7813 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
7817 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
7818 Differences node to Statics node.
7819 (Statics): Discuss XCOFF use of V symbol descriptor.
7821 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
7826 * gdb.texinfo (Print Settings): Document `set print
7827 fast-symbolic-addr' and improve the doc for some other
7832 * stabs.texinfo (String Field): Talk about defining several type
7834 Fix lint regarding changing node ELF Transformations to
7835 ELF and SOM Transformations.
7839 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
7843 * stabs.texinfo (Cross-References): `::' is for nested types only
7845 (Structures): Document static members.
7849 * stabs.texinfo: Document S type attribute.
7853 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
7857 * gdbint.texinfo: Fix a few typos.
7861 * gdb.texinfo, remote.texi: formatting improvements
7863 * gdb.texinfo (New Features): mention threads.
7864 (Summary, C): fix xrefs in newly contributed text.
7865 (Threads): index entries, clarifications, example
7866 (passim): minor typos fixed, phrasing improvements
7868 * remote.texi (Bootstrapping): rephrase text on ^C and add index
7869 entries; (Server): explain use of gdbserver w/real-time systems,
7870 add example of conflicting TCP port; (MIPS Remote) break up
7871 running text into table, highlighting commands, and add example.
7875 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
7879 * stabs.texinfo (Nested Symbols): New node.
7880 (String Field, Symbol Descriptors, Cross-References): Refer to it.
7884 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
7885 to picking which Bbss.bss symbol to use, and (because there seems to
7886 be no good way of doing it) re-write some of the text to make it
7887 sound like Bbss.bss isn't such a great idea after all (as currently
7890 * gdb.texinfo (C): In addition to saying people have to use g++ for
7891 good results, say they have to use stabs. Specifically say cfront
7893 (Summary): Merge in information on Modula-2, Pascal, and Chill from
7894 the gdb README. Add xrefs to places where the support for the various
7895 languages is described in detail.
7899 * stabs.texinfo: Clean up stuff about visibility and virtual
7902 * stabs.texinfo (N_M2C): Cite Sun doc.
7906 * gdb.texinfo: updates re threads.
7907 * remote.texinfo: avoid index entries starting with digits.
7911 * stabs.texinfo (Enumerations): Talk about large, negative and
7912 octal values. Clean up cross reference to type attributes.
7913 (String Field): Say that GDB 4.11 supports size attribute.
7917 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
7918 is a mandatory step. Make the stuff about that more concise.
7922 * stabs.texinfo (Class Names): New node.
7924 * gdb.texinfo (Command Files): Explain order of init file reading.
7926 * remote.texi (Bootstrapping): Talk about getting the serial driver
7927 to deal with ^C sent by gdb to stop the remote system.
7931 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
7933 * libgdb.texinfo (Defining Commands): made the DOC arg
7934 to gdb_define_app_command a char * instead of char **
7935 per a suggestion from kingdon.
7937 * libgdb.texinfo: total rewrite from a different starting
7942 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
7943 floats passed as doubles (to improve clarity).
7947 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
7949 * a4rc.sed: update to work with Andreas Vogel papersize params
7951 * refcard.tex: use Andreas Vogel simplifications of papersize
7952 params; remove useless version info; update copyright date.
7956 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
7960 * gdb.texinfo (Files): Say what address the load command loads it at.
7962 * stabs.texinfo (Common Blocks): Minor cleanups.
7964 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
7965 that Sun has backed away from the linker kludge and thus the relevant
7966 issue is changes to the SunPRO tools, not the Solaris linker.
7968 * stabs.texinfo (Traditional Integer Types): Clean up description
7969 of octal bounds a little bit. Document extra leading zeroes.
7973 * gdb.texinfo (Signaling): Update for symbolic symbol names
7974 and add a section explaining the difference between the GDB
7975 signal command and the shell kill utility.
7979 * libgdb.texinfo: added `@' to braces that were unescaped.
7983 * libgdb.texinfo: new file. Spec for the gdb library.
7987 * stabs.texinfo (Include Files): Fix typo (start -> end).
7991 * gdb.texinfo, remote.texi: assorted small improvements, mostly
7992 from Melissa at FSF's editing pass.
7996 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
7997 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
7998 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
8002 * remote.texi (Bootstrapping): Discuss 386 call gates.
8006 * stabs.texinfo (Based Variables): New node.
8010 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
8011 names, sizes, and formats to suggest how not to lose.
8015 * stabs.texinfo (Methods): Fix typo.
8019 * gdb.texinfo: Fix a few typos.
8023 * gdb.texinfo: Clarify how well it works with Fortran.
8025 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
8026 More on relocating stabs in ELF files.
8030 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
8034 * stabs.texinfo (Local Variable Parameters): Talk about nameless
8039 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
8043 * stabs.texinfo: Make info author notice match the TeX author notice.
8047 * stabs.texinfo: Initial-caps all words in node names and
8048 non-trivial words in section names.
8052 * stabs.texinfo: Many minor cleanups.
8054 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
8058 * stabs.texinfo: Remove full description of big example.
8059 It's not really helpful; just use pieces of it where appropriate.
8060 Add more Texinfo formatting directives (@samp, etc.).
8061 Use @deffn to define stab types.
8062 Eliminate some wordiness. Break up some nodes.
8063 Add an (alphabetized) index of symbol types.
8064 Use consistent capitalization style in node and section names.
8068 * gdb.texinfo: Change typo "Two two" to "The two".
8072 * stabs.texinfo (XCOFF-differences): Remove references to
8073 non-existent types N_DECL and N_RPSYM.
8075 * stabs.texinfo (String Field): Say that type attributes bug is
8076 fixed in GDB 4.10, since it is.
8078 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
8082 * stabs.texinfo: Formatting cleanups.
8086 * stabs.texinfo: When explaining the n_type of a stab, standardize
8087 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
8089 (Global Variables): Clean up.
8093 * stabs.texinfo (Stack Variables): Re-write.
8097 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
8098 addresses of a source file. Also revise formatting.
8099 Change "object module" or "object file" to "source file".
8100 Various: Miscellaneous cleanups.
8104 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
8108 * gdbint.texinfo: Removed many nonsensical machine-collected
8109 host and target conditionals, described some of the remainder.
8113 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
8115 * gdbint.texinfo (Top): Add name to @top line, and re-write the
8116 paragraph which follows.
8118 * gdbint.texinfo (Host): Use @code not @samp for Makefile
8119 variables. Looks better and avoids overful hbox.
8123 * stabs.texinfo (Procedures): Improve stuff on nested functions.
8127 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
8132 * gdbint.texinfo: Update statement about `some ancient Unix
8133 systems, like Ultrix 4.0' to Ultrix 4.2.
8135 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
8137 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
8139 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
8141 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
8142 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
8144 * remote.texi: new name for former gdbinv-s.texi
8146 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
8150 * gdbinv-s.texi: Documented timeout and retransmit-timeout
8151 variables for MIPS remote debugging protocol.
8155 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
8159 * Makefile.in (refcard.dvi): Use srcdir where necessary.
8163 * gdb.texinfo: repair conditional bugs in text markup
8167 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
8168 to select Modula-2 material.
8172 * stabs.texinfo: Cleanups regarding statics.
8174 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
8175 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
8179 * stabs.texinfo: N_MAIN is sometimes used for C.
8183 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
8187 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
8188 removed from the code by Kingdon.
8192 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
8193 input when evaluating breakpoint conditions; the bug has been fixed.
8195 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
8196 sets the ignore count to N-1, not to N.
8200 * refcard.tex (\hoffset): correct longstanding error to match
8201 intended offset; avoids cutting off edge on some printers
8205 * stabs.texinfo (Parameters): Say that order of stabs is significant.
8209 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
8213 * Makefile.in: (REFEDITS) new var to control whether PS or CM
8214 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
8215 collect sed edits if any, apply to refcard before formatting;
8216 (refcard.ps) stop implying PS fonts if PS output requested;
8217 (lrefcard.ps) delete extra target for variant PS fonts
8219 * refcard.tex: parametrize papersize dependent info, collect
8220 in easily replaced spot
8222 * a4rc.sed: new file, edits to refcard for A4 paper
8226 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
8230 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
8234 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
8235 politely rather than rudely.
8239 * stabs.texinfo: Document common blocks.
8243 * stabs.texinfo: Add some basic info about stabs-in-elf.
8247 * stabs.texinfo (Top): Minor cleanup.
8249 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
8251 * Makefile.in (install-info): remove parentdir support
8255 * gdb.texinfo (Copying): delete this node and references to it;
8256 RMS says this manual need not carry GPL. (passim): Improvements
8257 from last round at FSF, largely due to Ian Taylor review, and
8258 minor formatting improvements.
8260 * gdbinv-s.texi (passim): Improvements from last round at FSF,
8261 largely due to Ian Taylor review. (Debug Session): minor edits to
8266 * Makefile.in (realclean): Remove info and dvi files too.
8270 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
8271 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
8272 * gdb.texinfo: Change accordingly.
8274 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
8275 N_{L,R}BRAC,N_SLINE are relative to.
8279 * Makefile.in (GDBvn.texi): Update atomically.
8283 * gdbinv-s.texi (Debug Session): Document exceptionHook.
8287 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
8288 addresses together. Also motivate the set print symbol-filename
8289 command and suggest other solutions.
8293 * gdb.texinfo (set print elements): Note that the number of
8294 elements is set to unlimited by "set print elements 0".
8298 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
8300 (Stab Types): Include Solaris stab types.
8301 (Procedures): Document Solaris extensions.
8305 * gdb.texinfo: Add `set print symbol-filename' doc.
8309 * stabs.texinfo (Arrays): Talk about type definition vs. type
8312 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
8313 the trailing semicolon.
8317 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
8318 and merge in other parts of the document addressing these subjects.
8319 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
8321 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
8322 at the end of a range type.
8324 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
8329 * stabs.texinfo (Stabs Format): Misc fixes.
8333 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
8334 (Traditional builtin types): Document convex convention for long long.
8335 (Negative builtin types): Discuss type names, and misc fixes.
8339 * stabs.texinfo (Builtin Type Descriptors): Document the floating
8340 point types used with @samp{R} type descriptor.
8341 (Symbol Descriptors): Describe how to handle conflict between
8342 different meanings of @samp{P} symbol descriptor.
8346 * stabs.texinfo: Remove node Quick Reference and put its children
8347 directly under the main menu.
8349 * stabs.texinfo: Many more changes to bring it into line with
8350 AIX documentation and reality. I think it now has all the
8351 information from the AIX documentation, except that I burned
8352 out when I got to variant records (Pascal and Modula-2) and
8353 all the COBOL types. Oh well, we can add them later when we're
8354 worrying more about those languages.
8356 * stabs.texinfo (Automatic variables): Talk about what it means
8357 to omit the symbol descriptor.
8361 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
8362 gcc2 behavior with promoted args.
8366 * gdb.texinfo: include readline appendices in info version of manual
8370 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
8373 * gdb.texinfo (Machine Code): more index entries for disassemble
8377 * Clarify the intended use of the gdb-testers and gdb-patches
8378 mailing lists, and shrink gzip comment.
8382 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
8383 DOSHOST configuration of manual.
8385 * gdb.texinfo (MIPS Stack): new node.
8387 * all-config.texi (MIPS) new switch.
8389 * gdbinv-s.texi (Nindy Options) Remove two instances of future
8390 tense; (MIPS Remote) new node.
8392 * gdb.texinfo (passim) rephrases to work around makeinfo @value
8393 bug; (Environment) less passive, other small cleanups in text about
8394 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
8395 (Remote) new MIPS Remote menu entry.
8399 * stabs.texinfo: Many changes to include information from the
8402 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
8406 * gdbint.texinfo (new node Debugging GDB, elsewhere):
8407 Move a bunch of information from ../README.
8408 (Getting Started): New node.
8412 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
8414 * gdb.texinfo: advance manual revision dates to present
8416 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
8417 stop using silly Roman numerals in @set variable names
8421 * stabs.texinfo (Parameters): Keep trying to get this right.
8425 * stabs.texinfo (Parameters): More on "local parameters".
8429 * stabs.texinfo (Parameters): Re-do "local parameters" section.
8433 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
8434 (Parameters): Rewrite.
8435 (xcoff-differences, Sun-differences): Minor changes.
8439 * stabs.texinfo: Minor cleanup.
8443 * gdbint.texinfo: Minor xcoff stuff.
8447 * gdbint.texinfo: Update for new config directory structure.
8448 Add info about internal type data structures.
8452 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
8454 (gdb-config.texi): Depend on file in $(srcdir).
8458 * stabs.texinfo: Fixes about N_SO.
8462 * gdb.texinfo: include list of nonstandard init file names
8464 * *-config.texi: new switch GENERIC for text that applies *only*
8465 to (usual) multiple-target version of manual
8467 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
8470 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
8471 in menus (rather than conditionally selected multiple alternative
8474 * Makefile.in: define and use DOC_CONFIG var to select
8475 configuration for GDB user manual.
8477 * gdb-config.texi: delete from repository, generate from Makefile.
8479 * all-config.texi: normal `generic' configuration file, formerly
8480 stored as gdb-config.texi
8482 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
8484 * Makefile.in: add dvi target to build all .dvi files
8488 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
8492 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
8494 * stabs.texinfo: More array fixes inspired by Jim's.
8498 * stabs.texinfo: Fixes re arrays and continuations.
8500 * gdbint.texinfo: Add XCOFF node.
8504 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
8508 * stabs.texinfo: Fix for array types to mention lower bounds.
8512 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
8516 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
8520 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
8525 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
8529 * gdb.texinfo, gdbinv-s.texi: misc updates
8533 * gdbint.texinfo: Brief documentation for longjmp support,
8534 from an email msg by Stu.
8538 * stabs.texinfo: Fix description of floating point "range"
8539 types (which really define basic types). Reported by Jim Meehan,
8542 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
8546 * gdbint.texinfo: Slightly expand section on supporting a new
8551 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
8556 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
8560 * gdbinv-s.texi: z8000 simulator target name is just "sim"
8562 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
8567 * gdbint.texinfo: Add sections on clean design and on how to send
8572 * gdbint.texinfo: Add how to declare the result of make_cleanup.
8576 * gdb.texinfo: Fix typo, reported by Karl Berry.
8580 * gdb.texinfo: Add opcodes dir to GDB distribution description.
8582 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8584 * gdbint.texinfo: fixed a stray email address (needs @@),
8585 added @table @code to node "Native Conditionals"
8589 * gdbint.texinfo: Describe coding style of GDB.
8593 * stabs.texinfo: Minor wording changes.
8597 * gdbint.texinfo: Improve release doc slightly.
8601 * gdbint.texinfo: Improve doc of GDB config macros.
8605 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
8606 These will be reinserted when examined.
8610 * gdbint.texinfo: Make a start at documenting all the #if macros
8611 in GDB. At least list them all, and start separating them into
8612 host-specific and target-specific.
8616 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
8617 examples (not consistent w others).
8618 gdb.texinfo: issue disclaimer paragraph on cmdline options only
8619 for generic vn of doc
8623 * Makefile.in: always create installation directories.
8627 * gdb.texinfo: in h8 config, do not describe searching commands.
8631 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
8632 conditionals; introduce a few generic switches that may be
8633 useful for other cross-dev or dos-hosted configs.
8635 * gdb.texinfo: fix typo in "info reg" description
8639 * stabs.texinfo: Minor updates from running TeX over it.
8640 * Makefile.in (stabs.dvi, stabs.ps): Add.
8644 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
8645 First pass at converting it to texinfo.
8649 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
8650 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
8654 * gdbint.texinfo: Add section on partial symbol tables.
8656 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
8658 * gdb.texinfo: document `set remotedebug' and `set
8659 rstack_high_address'.
8663 * gdb.texinfo: slight expansion of new text on reading info files
8664 * gdbinv-s.m4.in: correct and expand info on cross-debugging
8667 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
8669 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
8671 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
8673 * gdb.texinfo: Say how to read the `info' files.
8677 * Makefile.in: gm4 -> m4.
8679 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
8681 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
8682 Documentation' ahead of `Installing GDB' to match README.
8683 Update shared library doc, -readnow and -mapped, and directory
8684 structure (add glob and mmalloc). Update configure doc.
8688 * Makefile.in: remove $(srcdir) from gdb.info rule.
8692 * Makefile.in: commented out gdb-all.texinfo rule. This is
8697 * Makefile.in, configure.in: removed traces of namesubdir,
8698 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
8699 copyrights to '92, changed some from Cygnus to FSF.
8701 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
8703 * gdb.texinfo: Improve how we ask for bug reports.
8705 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8707 * Makefile.in: infodir belongs in datadir.
8709 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8711 * Makefile.in: remove spaces following hyphens, bsd make can't
8712 cope. install using INSTALL_DATA. added clean-info. added
8713 standards.text support.
8715 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8717 * Makefile.in: idestdir and ddestdir go away. Added copyrights
8718 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
8719 and mandir now keyed off datadir by default.
8726 version-control: never