3 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4 List Format for SVR4 Targets'.
5 (General Query Packets): New item qXfer:libraries-svr4:read.
6 (Library List Format for SVR4 Targets): New node.
10 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
15 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
20 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
21 note-related options and variables.
22 (Tracepoint Packets): Document packet changes.
26 * gdb.texinfo (JIT Interface): Add documentation on writing and
27 usind JIT debug info readers.
28 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
29 Debug Info Readers): New nodes.
33 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
38 * gdb.texinfo (Files): Document basenames-may-differ.
42 * gdb.texinfo (Shell Commands): Document "!".
47 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
48 needed to get shorter fast tracepoints.
49 (Tracepoint Packets): Document new qTMinFTPILen packet.
53 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
54 behavior of tracepoint.
55 (General Query Packets): New feature InstallInTrace.
56 (Remote Configuration): Document "set remote
57 install-in-trace-packet".
61 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
62 Add arguments to info macro.
66 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
68 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
69 (Macros): Add a footnote.
70 (C): Remove paragraph about compiler options.
71 (C Constants): Mention wide character and string constants.
72 (C Plus Plus Expressions): Update compiler option advice. Mention
73 using declarations. Mention ADL. Remove old HP compiler
79 * gdb.texinfo (Print Settings): Add an extra note about the need
84 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
85 "set mips abi" documentation.
89 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
93 * gdb.texinfo (Stopping): Add menu entry.
94 (Continuing and Stepping): Restore @node. Use @section, not
99 * gdb.texinfo (Skipping Over Functions and Files): Remove node
100 designation. Fix "Specify Location" cross-reference.
104 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
105 (General Query Packets): Describe tracenz feature.
106 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
110 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
114 * gdb.texinfo ((Frames In Python): Document
115 gdb.FRAME_UNWIND_FIRST_ERROR contant.
119 * gdb.texinfo (gdb.types): Document new deepitems function.
125 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
132 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
133 global_block, static_block function.
137 * gdb.texinfo (Commands In Python): Add missing "@"s.
141 PR python/13285 Document named constants for frame unwind stop reasons
142 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
147 Fix compatibility with texinfo versions older than 4.12.
148 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
149 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
150 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
151 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
152 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
153 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
154 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
158 * gdb.texinfo (Extending GDB): Document alias command.
162 Support @entry in input expressions.
163 * gdb.texinfo (Variables): Describe @entry names suffix.
164 (Print Settings): Add anchor for `set print entry-values'.
169 Display @entry parameter values (without references).
170 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
172 (Print Settings): New description of set print entry-values and show
178 Recognize virtual tail call frames.
179 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
180 (Tail Call Frames): New node.
181 (Frames In Python): Add gdb.TAILCALL_FRAME.
185 * gdb.texinfo (gdb.printing): Document new `replace' arg to
186 register_pretty_printer.
193 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
198 * gdb.texinfo (Starting your Program): "set disable-randomization"
199 is no longer Linux-specific.
200 (Remote Configuration): Document "set remote
201 disable-randomization-packet".
202 (General Query Packets): Document "QDisableRandomization" packet
203 and add it to "qSupported" list.
207 Allow Python notification of new object-file loadings.
208 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
213 PR python/12691: Add the inferior to Python exited event
214 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
218 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
223 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
224 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
225 as possible feature returned by the `-list-features'
230 * gdb.texinfo (gdb.Type): Document field access by dictionary
235 * gdb.texinfo (Files): Update options for `add-symbol-file'.
236 Add one space after option `-s'. Remove @r{} markup.
240 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
244 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
245 to *(unsigned char *)$esp@300.
249 * gdb.texinfo: Make style of Python functions and methods match
250 the syntax of Python. Also put class and module names explicitly
251 on function, member, and variable names, matching Python
252 documentation conventions.
256 PR Python/12692 Add gdb.selected_inferior() to Python interface.
257 * gdb.texinfo (Inferiors In Python): Describe new
258 gdb.selected_inferior() function.
262 Handle multiple breakpoint hits in Python interface:
263 * gdb.texinfo (Events In Python): New function documentation:
264 gdb.BreakpointEvent.breakpoints. Indicate that
265 gdb.BreakpointEvent.breakpoint is now deprecated.
269 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
273 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
277 * gdb.texinfo (Prompt): Add set/show extended-prompt
279 (Basic Python): Add prompt_hook anchor.
280 (Python modules): Reword module text to reflect multiple modules.
281 (gdb.prompt): Document gdb.prompt module.
285 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
289 * gdb.texinfo (Standard Target Features): Document C6x features.
290 (TIC6x Features): New node.
294 * gdb.texinfo (Symbols In Python): Document symbol.type.
298 * gdb.texinfo (Python): Document command and function
304 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
305 typedefs unrolling. Extend the sample code by an inner typedef and
306 outer typedefs unrolling.
310 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
316 * gdb.texinfo (Macros): Add info definitions and info macros commands.
317 Update text and cindex entries for info macro command.
321 * observer.texi (GDB Observers): Add before_prompt observer.
322 * gdb.texinfo (Basic Python): Add documentation for prompt
328 * gdb.texinfo (Python Commands): Add deprecate note to maint
329 set/show python print-stack. Document set/show python
332 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
334 * gdb.texinfo: Fix typos.
338 * gdb.texinfo (Debugging Output): Document set debug
343 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
344 breakpoint-notifications feature.
348 * gdb.texinfo (Target Description): Remove warning about
349 possibly unstable format.
353 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
354 (Events In Python): Note that exit_code is optional.
358 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
359 required for multi-threading support.
360 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
361 Hc are deprecated for multi-threading debugging. Point readers at
366 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
370 * gdb.texinfo (Threads): Document $sdir,$pdir.
371 (Server): Document $pdir exception.
373 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
375 * gdb.texinfo (Threads): Clarify default value for
376 libthread-db-search-path.
378 * gdb.texinfo (Completion): Update example.
379 (Debugging Output): Delete `set/show debug lin-lwp-async'.
383 * gdb.texinfo: Document change in the behaviour of the enable and
384 disable GDB commands when applied to tracepoints.
385 Document the EnableDisableTracepoints remote stub feature.
386 Document QTEnable and QTDisable in the list of tracepoint packets.
390 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
392 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
393 comment to hsuser.texi. Change rluser.texi name in the comment.
397 * gdb.texinfo (Threads): If an empty path is provided for
398 libthread-db-search-path it is reset to its default value.
403 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
408 Implement support for PowerPC BookE masked watchpoints.
409 * gdb.texinfo (Set Watchpoints): Document mask parameter.
410 (PowerPC Embedded): Mention support of masked watchpoints.
414 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
419 * gdb.texinfo (titlepage): Remove dedication.
420 (In Memoriam): New appendix.
425 * gdb.texinfo (Index Section Format): Change the version to 5.
426 Describe the different formula.
431 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
432 for disconnected tracing.
433 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
434 extended-remote relationship. Mention --once.
435 (TCP port allocation lifecycle of @code{gdbserver}): New.
439 * gdb.texinfo (Server): Improve indexing. Index all optional
440 switches to gdbserver.
444 * gdb.texinfo (Index Section Format): New node.
445 (Top): Add new node to menu.
449 * gdb.texinfo (Maintenance Commands): Document `maint print
454 * gdb.texinfo (Trace File Format): Move node later.
458 * gdbint.texinfo (Register Information Functions): Remove
460 * gdb.texinfo (Emacs): Remove duplicate "to".
461 (GDB/MI Variable Objects): Remove duplicate "the".
462 (General Query Packets): Likewise.
466 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
467 "GDB/MI Ada Exception Information" node.
471 * gdb.texinfo (GDB/MI Ada Exception Information): Document
472 the "exception-name" field in the *stopped async record.
477 Implement support for PowerPC BookE ranged breakpoints.
478 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
482 * gdb.texinfo (Set Tracepoints): Fix typo.
486 * gdb.texinfo (Specify Location): Document `function:label'
493 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
497 * gdb.texinfo (Blocks In Python): Add is_valid method description.
498 (Inferiors In Python): Likewise.
499 (Threads In Python): Likewise.
500 (Symbols In Python): Likewise.
501 (Objfiles In Python): Likewise.
502 (Symbol Tables In Python): Likewise.
506 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
507 display>: Explain that the commands accept number ranges.
511 * gdb.texinfo (Breakpoints In Python): Add description and example
512 of Python stop function operation.
516 * gdb.texinfo (Parameters In Python): Document get_set_string and
517 get_show_string methods.
521 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
523 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
524 circular-trace-buffer name.
528 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
529 in the previous change.
533 * gdb.texinfo (Inferiors and Programs): Update commands to show
534 that they can accept multiple arguments.
538 Revert the following patch (code patch was not approved):
540 * agentexpr.texi (bytecode descriptions): add printf.
541 * gdb.texinfo (tracepoint action lists): add printf.
545 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
549 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
550 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
551 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
555 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
556 Clarify behaviour of lookup_symbol when `block' argument is omitted,
557 add description of result, fix @defun formatting.
561 * agentexpr.texi (Bytecode Descriptions): Add printf.
562 * gdb.texinfo (Tracepoint Action Lists): Add printf.
566 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
570 * gdb.texinfo (threads): Document argument for "info threads" cmd.
571 Document new command "thread find".
575 * gdb.texinfo (Threads): Update example of new thread message.
579 * gdb.texinfo (Remote Configuration): Mention set/show remote
581 (Tools/Packages Optional for Building GDB): Mention that expat is
582 used for traceframe info.
583 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
584 (General Query Packets) <qSupported>: Describe the
585 qXfer:traceframe-info:read feature.
586 (qXfer::read): Describe qXfer:traceframe-info:read.
587 (Traceframe Info Format): New section.
591 * gdbint.texinfo (Formatting): Mention some formatting guidelines
592 for casts and unary operators.
596 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
601 * gdb.texinfo: s/value optimized out/optimized out/g
605 * gdb.texinfo (Other Misc Settings): Rework part of the
606 documentation of the "set interactive mode" command.
610 * gdb.texinfo (Threads): Document thread name output and `thread
612 (Threads In Python): Document Thread.name attribute.
613 (GDB/MI Thread Commands): Document thread attributes.
617 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
618 changes in mi/mi-cmd-disas.c
622 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
623 Fix "thread apply" text.
628 Implement support for PowerPC BookE ranged watchpoints.
629 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
630 the "set powerpc exact-watchpoints" flag.
634 * gdb.texinfo (Python API): Add descriptions to @menu items.
638 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
642 * gdb.texinfo (Debugging Output): Document "set debug jit".
647 * gdb.texinfo (Frames In Python): Document various frame
652 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
653 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
654 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
658 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
659 (clean): Add GDBvn.texi.
663 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
664 occasional case where the debugger prints an array address
665 instead of the array itself.
669 * gdb.texinfo (Packets) <read registers packet>: Document support
670 for registers that were not collected.
674 * gdb.texinfo (Startup): Document auto-loading of scripts during
676 (Auto-loading): Delete "maint set python auto-load on|off".
677 Add "set auto-load-scripts on|off".
681 * gdb.texinfo (Mode Options): Document -data-directory.
682 (Data Files): Add reference to -data-directory.
686 * gdb.texinfo (Pretty-Printer Introduction): Change
687 printer-name:subprinter-name to printer-name;subprinter-name.
693 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
697 * gdb.texinfo (Top): Check SYSTEM_READLINE.
699 (Command History): Likewise.
700 (TUI Keys): Likewise.
701 (Bug Reporting): Conditionally include rluser.texi and
703 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
704 (GDB_DOC_SOURCE_INCLUDES): Add comment.
705 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
706 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
708 (gdb.info): Likewise.
709 (gdb/index.html): Likewise.
713 * Makefile.in (Makefile): Run ../config.status.
716 * configure.ac: Remove.
720 * gdb.texinfo (Basic Python): Update. Add xref.
721 (Exception Handling): Document new exception classes.
722 (Types In Python): Update.
723 (Frames In Python): Update.
727 * gdb.texinfo (Breakpoints In Python): Document "internal"
728 parameter, and visible attribute.
732 * gdb.texinfo (Source Path): Document "set directories".
736 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
737 (OpenCL C): New node.
741 * gdb.texinfo (Pretty Printing): Expand into three sections,
742 introduction, example, and commands.
743 (Python API): Delete section Disabling Pretty-Printers, merge into
744 Selecting Pretty-Printers.
745 (Writing a Pretty-Printer): New section. Move the pretty-printer
746 example here, and reformat to match python coding style. Add a second
747 example using the gdb.printing module.
748 (Python modules): Add gdb.printing.
752 * gdb.texinfo (Python): Fix long line.
756 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
757 All references updated. Correct sections marked as subsections.
758 (Coding Standards): New chapter. Move the coding standard related
759 subsections here. Add section on Python coding standards.
763 * gdb.texinfo (Python): Add "Python modules".
764 (Types in Python): Add reference to gdb.types section.
765 (Python modules): New node.
769 * gdb.texinfo (Values From Inferior): Add reference to "Types in
770 Python" from gdb.Value.type description.
774 * gdb.texinfo (Ravenscar Profile): New node.
778 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
782 * gdb.texinfo (Values From Inferior): Clarify that
783 value.dynamic_type works only in C++ programs with RTTI.
787 * gdb.texinfo (Character Sets): Correctly reference host-charset
792 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
793 Document "fullname" and "from".
797 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
798 feature `reverse' output by -list-target-features.
802 * gdb.texinfo (i386 Features): Remove an extra "@item".
807 * gdb.texinfo (Values From Inferior): Document dynamic_type.
811 * gdb.texinfo (ARM Features): Document
812 org.gnu.gdb.arm.m-profile.
817 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
818 reinterpret_cast methods.
823 * gdb.texinfo (Types In Python): Document array method.
827 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
831 * gdb.texinfo (Set Watchpoints): Document -location option.
835 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
839 * gdb.texinfo (GDB/MI Data Manipulation): Document
840 -data-read-memory-raw and -data-write-memory-raw.
845 * gdb.texinfo (Basic Python): Describe post_event API.
849 * gdb.texinfo (Basic Python): Describe solib_address and
850 decode_line Python APIs
854 * gdb.texinfo (Pretty Printing API): Document
855 gdb.default_visualizer.
859 Revert gdb-add-index addition:
860 * gdb.texinfo (Index Files): Don't document gdb-add-index.
865 * gdb.texinfo (Mode Options) <-batch>
866 (Basic Python) <gdb.execute>: Describe setting width and height.
870 * gdb.texinfo (Threads): Document 'debug libthread-db'.
874 * gdb.texinfo (Index Files): Mention gdb-add-index.
878 * gdb.texinfo (Inferiors and Programs): Update the introduce of
879 "detach inferior" and "kill inferior".
883 * gdb.texinfo (Machine Code): Update description of two forms of
884 arguments, and add new example to demonstrate the new form.
888 * gdb.texinfo (Values From Inferior): Add value inferior function
893 * gdb.texinfo (Active Targets): Fix wrong comma placement.
898 Make core files the process_stratum.
899 * gdb.texinfo (Active Targets): Remove core_stratum. Include
900 record_stratum example.
904 * gdb.texinfo (Index Files): New node.
908 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
912 * gdb.texinfo (Specify Location): Document labels.
916 * gdb.texinfo (Create and Delete Tracepoints): Add more index
917 entries for fast tracepoints and static tracepoints.
921 * gdb.texinfo (General Query Packets) <qfThreadInfo,
922 qsThreadInfo>: Spell out `l' as ell.
926 * gdb.texinfo (Convenience Variables): Document $_sdata.
927 (Commands to Set Tracepoints): Describe static tracepoints. Add
928 `Listing Static Tracepoint Markers' menu entry. Document
930 (Tracepoint Action Lists): Document collecting $_sdata.
931 (Listing Static Tracepoint Markers): New subsection.
932 (Tracepoints support in gdbserver): Mention static tracepoints.
933 (remote packets, enabling and disabling): Mention
935 (General Query Packets) <qSupported>: Document qXfer:sdata:read
936 and StaticTracepoint.
937 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
938 Document qXfer:sdata:read.
939 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
943 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
949 * gdb.texinfo (Inferiors In Python): New node.
950 * gdb.texinfo (Threads In Python): New node.
954 * gdb.texinfo (Python): Document what the python directory is
955 and what its location is.
956 (Basic Python): Document the gdb.PYTHONDIR constant.
961 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
965 * gdb.texinfo: (Commands for Controlled Output): Add
966 documentation for command "eval".
970 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
971 * annotate.texinfo: Ditto.
972 * gdbint.texinfo: Ditto.
973 * stabs.texinfo: Ditto.
977 * gdb.texinfo: (Process Record and Replay): Add documentation
978 for command "set record memory-query".
982 * gdb.texinfo: Relicense under GFDL version 1.3.
983 * annotate.texinfo: Relicense under GFDL version 1.3.
984 * gdbint.texinfo: Relicense under GFDL version 1.3.
985 * stabs.texinfo: Relicense under GFDL version 1.3.
986 * fdl.texi: Update to version 1.3.
990 * gdb.texinfo (Operating System Auxiliary Information): Describe
991 "info os" when no arguments given.
993 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
998 * gdb.texinfo: (Process Record and Replay): Add documentation
999 for commands "record save" and "record restore".
1003 * gdb.texinfo: Include information about the correct use
1004 of addresses in the `watch' command.
1008 * gdb.texinfo (Observer Mode): New section.
1009 (General Query Packets): Document QAllow.
1013 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
1017 * gdbint.texinfo (Coding): Add subsection on command names.
1021 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
1026 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
1027 gdbserver, and add cross reference.
1028 (Tracepoints support in gdbserver): New subsection.
1032 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
1033 `qRelocInsn' feature.
1034 (Relocate instruction reply packet): New subsection
1035 of `Tracepoint Packets'.
1036 (Tracepoint Packets): Mention that packets QTDP and QTStart
1037 support the qRelocInsn request, and add cross reference to new
1042 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
1043 (Commands In Python): Document gdb.string_to_argv.
1047 * gdbint.texinfo (Host Definition): Remove items NORETURN and
1054 * gdb.texinfo (Parameters In Python): New Node.
1058 * gdb.texinfo: (Summary) Add mention about D language support.
1059 (Filenames): Add D suffixes.
1064 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
1065 of macro deleted from GDB code.
1069 * gdb.texinfo (Commands to specify files): Describe what how GDB
1070 looks up DOS-based filesystem paths on the system root. Document
1071 the new `set/show target-file-system-kind' commands.
1075 * gdb.texinfo (Python): Move Auto-loading section here ...
1076 (Python API): from here.
1077 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
1078 (Maintenance Commands): Add docs for "maint print section-scripts".
1082 * gdb.texinfo (Setting Breakpoints): Added description of
1083 filename-qualified rbreak.
1084 * refcard.tex (Breakpoints and Watchpoints): Added brief
1085 description of filename-qualified rbreak.
1089 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
1090 (Python API): Change the reference to Pretty Printing API.
1091 (Pretty Printing): Move the user part under the Data node. Reformat
1092 the sample output to 72 columns. Create a new reference to Pretty
1093 Printing API. Rename the API part ...
1094 (Pretty Printing API): To a new node name.
1095 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
1096 (GDB/MI Variable Objects): Change references to Pretty Printing API.
1100 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
1102 (Listing Tracepoints): Update to reflect current behavior.
1106 * gdb.texinfo (Examining memory): Update for change in string
1107 display with explicit size.
1111 PR breakpoints/8554.
1113 * gdb.texinfo (Save Breakpoints): New node.
1114 (save-tracepoints): Rename to ...
1115 (save tracepoints): ... this. Mention that `save-tracepoints' is
1116 a deprecated alias to `save tracepoints'.
1120 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
1121 (info w32 thread-information-block): Document new command.
1122 (qGetTIBAddress): Document new gdbserver query.
1123 (maint set/show show-all-tib): Document new command.
1127 * gdb.texinfo (Python API): Add progspaces section.
1128 (Selecting Pretty-Printers): Progspace pretty-printers are
1130 (Progspaces In Python): New section.
1132 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
1136 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
1141 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1142 Describe the `frames-created' field, tweak grammar.
1146 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1147 Describe the `circular' and `disconnected' fields.
1151 * gdb.texinfo (maint print registers): Mention unavailable and
1152 invisible registers.
1158 * gdb.texinfo (Breakpoints In Python): New Node.
1162 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
1163 trace status fields.
1167 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
1168 optional. Make org.gnu.gdb.i386.avx requires
1169 org.gnu.gdb.i386.avx.
1173 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
1174 search path, and document that gdb only scans the search path if
1175 the script's path doesn't specify a directory.
1179 * gdb.texinfo (maint show python auto-load): Fix typo.
1183 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
1184 (Setting Watchpoints): Update description of "info watch".
1185 (Disabling Breakpoints): Only "info break" lists all.
1187 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
1188 (tdump): Explain how tdump works.
1192 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
1193 add cross reference.
1197 * gdb.texinfo (TUI Commands): Mention that in some cases, these
1202 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
1206 * gdb.texinfo (General Query Packets): Add xmlRegisters.
1211 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
1213 (Set Tracepoints): Remove mention that conditional tracepoints
1215 (Tracepoint Actions): Clarify when while-stepping collection
1216 happens, note that while-stepping does not automatically collect
1221 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
1222 (General Query Packets): Describe TracepointSource.
1226 * gdb.texinfo (ARM): Document arguments to "target sim".
1227 (Set Catchpoints): Use @dots{} instead of @r{...}.
1231 * gdb.texinfo (Tracepoint Packets): Remove mention that
1232 terror:string may be plain text, and drop mention of X prefix.
1236 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
1240 * gdb.texinfo (Tracepoint Packets): Document trace error status.
1244 PR breakpoints/9352:
1245 * gdb.texinfo (Break Commands): Update.
1249 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
1254 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
1255 circular-trace-buffer.
1256 (Tracepoint Packets): Describe QTBuffer, and details of the
1262 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
1263 doing instruction stepping.
1264 (Tracepoint Restrictions): New node.
1268 * gdbint.texinfo (Symbol Handling): Update.
1273 * gdb.texinfo (Mode Options): Mention lack of pagination and
1274 confirmation with --batch.
1275 (Screen Size): Mention --batch.
1276 (Messages/Warnings): Likewise.
1280 * gdb.texinfo (Basic Python): Document target_charset and
1281 target_wide_charset.
1285 * gdb.texinfo (Data): Link to pretty-printing.
1286 (Output Formats): Likewise. Correct text.
1290 * gdb.texinfo (Types): Describe <struct> and <flags>.
1294 * gdb.texinfo (Frames In Python): Add block parameter and
1295 description to read_var text.
1300 * gdb.texinfo (Types In Python): Describe block argument in
1301 template_argument and gdb.lookup_type.
1305 * gdb.texinfo (Cygwin Native): Fix typo.
1309 * gdb.texinfo (Frames In Python): Add block, find_sal, function
1310 and select method descriptions.
1311 (Python API): Add Blocks In Python, Symbols in Python and Symbol
1312 Tables in Python to menu.
1313 (Blocks In Python): New node.
1314 (Symbols In Python): New node.
1315 (Symbol Tables in Python): New node.
1322 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
1325 * gdb.texinfo (GDB/MI Command Syntax): Document notification
1327 (GDB/MI Program Execution): Document current behaviour of
1328 --all and --thread-group.
1329 (GDB/MI Miscellaneous Commands): Document -add-inferior and
1331 * observer.texi (inferior_added, inferior_removed): New
1336 * gdbint.texinfo (Getting Started): Fix @node.
1337 (Debugging GDB): Likewise.
1341 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
1342 documenting the gdb_test_timeout variable.
1346 * gdb.texinfo (MI commands): Added documentation of --reverse
1347 option to a set of MI commands. Restructured documentation of MI
1348 commands --exec-continue to reflect the complexity of reverse
1353 * gdb.texinfo (Using the Collected Data): Specify that the address
1354 range of `tfind outsize' is exclusive, and that the address range
1355 of `tfind range' is inclusive.
1356 (Tracepoint Packets): Specify that the address range of
1357 `QTFrame:range' is inclusive, and that the address range of
1358 `QTFrame:outside' is exclusive
1362 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
1366 * gdb.texinfo (Debugging Output): Document set debug parser and
1371 * gdb.texinfo (Predefined Target Types): Add i387_ext,
1372 i386_eflags and i386_mxcsr.
1376 * gdb.texinfo: Document i386 target features.
1380 * gdbint.texinfo (Testsuite): Add a new section to document the
1381 various DejaGnu variables that may be overridden.
1382 Document INTERNAL_GDBFLAGS.
1387 * gdb.texinfo (Files): -readnow comes before the filename for file
1392 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
1393 Document ARM breakpoint types.
1394 (Register Packet Format): Move into the new section.
1395 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
1399 * gdb.texinfo (File Options): Adjust the documentation of this
1400 switch to refer to the "source" command rather than partially
1401 duplicating some of the relevant information.
1402 (Extending GDB): Introduce and document the set/show script-extension
1404 (Command Files): Add note explaining that the "source" command
1405 is also used to evalute scripts written in other languages.
1406 Remove the short slightly incorrect reference to sourcing Python
1408 (Python Commands): Document how to execute a Python script from GDB.
1412 * gdb.texinfo (Command Files): Fix typo.
1416 * gdb.texinfo (File Options): Document -x on .py files.
1417 (Command Files): Document handling of Python scripts.
1421 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
1425 * gdb.texinfo (Trace Files): New section.
1426 (Tracepoint Packets): Document QTSave and qTBuffer.
1427 (Trace File Format): New appendix.
1431 * gdb.texinfo (Values From Inferior): Document lazy_string value
1433 (Python API): Add Lazy strings menu item.
1434 (Lazy Strings In Python): New node.
1438 * gdb.texinfo (GDB/MI Thread Information): New.
1439 (GDB/MI Async Records): Document the core field in *stopped.
1440 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
1442 (Process list): Document that osdata document may contain
1444 (Remote Serial Protocol): Document qXfer:threads.
1448 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1449 disconnected tracing.
1450 (Tracepoint Packets): Document new protocol.
1454 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
1456 (Tracepoint Packets): Describe remote protocol for fast
1461 Update the "Start of New Year Procedure".
1462 * gdbint.texinfo: Add the list of files that need to be updated
1463 manually. Minor reformatting.
1467 * refcard.tex: Update copyright year in header and text.
1471 * agentexpr.texi: Add 2010 to the list of copyright years.
1472 * annotate.texinfo: Likewise.
1473 * gdb.texinfo: Likewise.
1474 * gdbint.texinfo: Likewise.
1475 * observer.texi: Likewise.
1476 * stabs.texinfo: Likewise.
1480 * gdb.texinfo (Tracepoint Actions): Describe teval.
1484 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
1488 * gdb.texinfo (Trace State Variables): New section.
1489 (Tracepoint Packets): Describe trace state variable packets.
1490 * agentexpr.texi (Bytecode Descriptions): Describe trace state
1495 * gdb.texinfo (Symbols): "info variables" prints definitions, not
1500 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
1501 -gdb-exit behaviour.
1505 * gpl.texi: Update to version 3 of the GPL.
1509 * Makefile.in: Update copyright header.
1510 * observer.texi: Fix the copyright header of the generated files.
1514 * gdb.texinfo (Types In Python): Describe range function.
1518 * gdb.texinfo (Types In Python): Describe "is_base_class".
1522 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
1526 * observer.texi: New memory_changed observer.
1530 * gdb.texinfo (Reverse Execution): Fix typo.
1536 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
1537 are allowed after the breakpoint condition.
1542 * gdb.texinfo (Types In Python): Document Type.pointer.
1546 * gdb.texinfo (Machine Code): Adjust.
1550 * agentexpr.texi (Tracing On Symmetrix): Delete section.
1551 (Using Agent Expressions): Delete cross reference.
1555 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
1556 and @settitle directives up to help makeinfo find them.
1560 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
1561 (Auto-loading): Use plural and note one can use multiple components now.
1565 * gdb.texinfo (GDB/MI Stack Manipulation): Make
1566 -stack-list-arguments have the same documentation for parameter
1567 as -stack-list-locals. Add comas.
1574 * gdb.texinfo (Values From Inferior): Document cast method.
1578 * gdb.texinfo (Machine Code): Mention function name in disasssembly
1583 * gdb.texinfo (Process Record and Replay): Document new form of
1584 info record command. Also document the new save and restore
1589 * gdb.texinfo (Machine Code): Mention current pc marker.
1595 * observer.texi (new_inferior): Rename to...
1596 (inferior_appeared): ... this.
1598 * gdb.texinfo (Inferiors): Rename node to ...
1599 (Inferiors and Programs): ... this. Mention running multiple
1600 programs in the same debug session.
1601 <info inferiors>: Mention the new 'Executable' column if "info
1602 inferiors". Update examples. Document the "add-inferior",
1603 "clone-inferior", "remove-inferior" and "maint info
1604 program-spaces" commands.
1605 (Process): Rename node to...
1606 (Forks): ... this. Document "set|show follow-exec-mode".
1610 * gdb.texinfo (ReverseStep): Show default as "unsupported".
1611 (ReverseContinue): Ditto.
1615 * gdb.texinfo (Server): Document libthread-db-search-path.
1619 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
1623 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
1624 (Embedded Processors): Add MicroBlaze.
1625 (MicroBlaze): New. Describe Xilinx MicroBlaze
1629 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
1633 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
1637 * observer.texi (solib_unloaded): Document explicitly the fact that
1638 this observer is called before the associated symbols are unloaded.
1642 * gdb.texinfo (GDB/MI Stack Manipulation): Document
1643 -stack-list-variables.
1647 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
1652 * gdb.texinfo (convenince variables): Mention
1653 $_siginfo could be empty.
1657 * gdb.texinfo (GDB/MI Variable Objects): Document
1658 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
1659 Expand -var-update documentation.
1663 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
1668 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
1672 * gdb.texinfo (qSupported): Mention new ReverseContinue and
1673 ReverseStep replies to the qSupported query.
1677 Add documentation for set/show interactive-mode.
1678 * gdb.texinfo (Other Misc Settings): New node.
1682 * gdb.texinfo (Caching Data of Remote Targets): Add note on
1683 non-stop mode's affect on remote caching.
1688 * gdb.texinfo (Caching Data of Remote Targets): Update text.
1689 Mark `set/show remotecache' options as obsolete.
1690 Document new `set/show stack-cache' option.
1691 Update text for `info dcache'.
1695 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
1696 (Files): Add note on new optional regex arg to `info sharedlibrary'.
1700 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
1705 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
1706 small example, and describe its columns. Replace "inferior-id" by
1711 * gdbint.texinfo (Releasing GDB): Point to
1712 README-maintainer-mode file for required autoconf version.
1713 * configure.ac: Do not substitute datarootdir, htmldir,
1714 pdfdir, docdir. Do not process --with-datarootdir,
1715 --with-htmldir, --with-pdfdir, --with-docdir.
1716 * configure: Regenerate.
1718 * configure: Regenerate.
1722 * gdb.texinfo: Add chapter on JIT interface.
1726 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
1727 confirmation request.
1731 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
1736 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
1741 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1742 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
1746 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1747 "set spu stop-on-load" and "show spu stop-on-load" commands.
1751 * gdb.texinfo (Target Descriptions): Document <compatible> element.
1755 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
1756 org.gnu.gdb.arm.neon.
1760 * gdb.texinfo (Target Description Format): Mention the new <osabi>
1762 (subsection OS ABI): New subsection.
1766 * gdb.texinfo (Tracepoint Conditions): New section.
1767 (General Query Packets): Describe ConditionalTracepoints.
1768 (Tracepoint Packets): Describe condition field.
1769 (Maintenance Commands): Describe maint agent-eval.
1770 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
1774 * gdb.texinfo (disassemble): Add a new modifier /r
1775 to "disassemble" command to make it print the raw instructions
1776 in hex as well as in symbolic form.
1780 * gdbint.texinfo (Testsuite): Document parallel make check.
1784 * gdbint.texinfo (Testsuite): Document test transcripts.
1788 * gdb.texinfo (Values From Inferior): Add length parameter
1793 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
1794 in -var-list-children. Fix example according to what the code
1799 * gdb.texinfo (Debugging multiple inferiors): Document the
1800 "inferior", "detach inferior" and "kill inferior" commands.
1801 (Debugging Programs with Multiple Processes): Adjust to mention
1802 generic "inferior" commands. Delete mention of "detach fork" and
1803 "delete fork". Cross reference to "Debugging multiple inferiors"
1808 * gdbint.texinfo (Item Output Functions): Update signature
1809 for ui_out_field_core_addr.
1813 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
1814 Update example code extrated from breakpoint.c.
1818 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
1820 (GDB/MI Symbol Query): Likewise.
1821 (GDB/MI File Commands): Likewise.
1822 (GDB/MI File Transfer Commands): Likewise.
1823 (GDB/MI Target Manipulation): Likewise.
1824 (GDB/MI Miscellaneous Commands): Likewise.
1828 * gdb.texinfo (Debugging Optimized Code): New chapter.
1829 (Compiling for Debugging): Reference it. Move some
1830 text to the new section.
1834 * doc/gdb.texinfo (Calling): Document
1835 set-unwind-on-terminating-exception usage.
1839 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
1844 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
1849 * gdbint.texinfo: Rename formal parameters to gdbarch function
1850 protoypes from "current_gdbarch" to "gdbarch".
1854 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
1858 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1860 (GDB/MI Variable Objects): Document -var-set-visualizer.
1864 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1866 (GDB/MI Variable Objects): Document -var-set-visualizer.
1872 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
1873 (Pretty Printing): New node.
1874 (Selecting Pretty-Printers): Likewise.
1875 (Python API): Update.
1876 (Output Formats): Document /r format.
1881 * gdb.texinfo (Types In Python): New node.
1882 (Values From Inferior): "type" is now an attribute.
1883 (Python API): Update.
1889 * gdb.texinfo: Add @syncodeindex for `tp'.
1890 (Python API): Update.
1891 (Auto-loading): New node.
1892 (Objfiles In Python): New node.
1896 * gdb.texinfo (Threads): Document libthread-db-search-path.
1900 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
1904 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
1905 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
1906 show show-debug-regs' docs.
1910 * gdb.texinfo (Process Record and Replay): Add description of
1915 * gdbint.texinfo (Adding support for debugging core files): New node.
1916 (Native Debugging): Remove the ``Native core file Support'' section.
1920 * gdb.texinfo (Process Record and Replay): Improve and clarify.
1926 * gdb.texinfo: (Process Record and Replay): Add documentation for
1927 process record and replay.
1931 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
1932 a new part on command-line defined macros.
1936 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
1937 clarify the wording.
1941 * gdb.texinfo (Data Files): New node.
1942 (GDB Files): Update menu.
1946 * gdbint.texinfo (Defining Other Architecture Features): Remove
1947 entry for PROCESS_LINENUMBER_HOOK.
1951 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
1955 * gdb.texinfo (disassemble-next-line): Set the default of
1956 disassemble-next-line to off.
1960 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
1961 --with-htmldir): New.
1962 * configure: Regenerate.
1963 * Makefile.in (datarootdir, docdir): Define.
1964 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
1965 instead of $(SET_TEXINPUTS).
1966 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
1967 gdbint.info instead of $(SET_TEXINPUTS).
1968 (gdbint/index.html): Use same -I options as for building
1970 (stabs.dvi, stabs.pdf): Use same -I options as for building
1971 stabs.info instead of $(SET_TEXINPUTS).
1972 (stabs/index.html): Use same -I options as for building
1974 (annotate.dvi, annotate.pdf): Use same -I options as for building
1975 annotate.info instead of $(SET_TEXINPUTS).
1976 (annotate/index.html): Use same -I options as for building
1981 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
1985 * gdb.texinfo (Source Path): Document --with-relocated-sources.
1990 * Makefile.in (MAKEHTML): Set to makeinfo --html.
1991 (MAKEHTMLFLAGS): Set to empty.
1992 (html__strip_dir): Define.
1993 (HTMLFILES): Define.
1994 (HTMLFILES_INSTALL): Define.
1995 (install-html): Copy new automake rule.
1996 (html): Depend on $(HTMLFILES).
1997 (gdb_toc.html): Rename to gdb/index.html.
1998 (gdbint_toc.html): Rename to gdbint/index.html.
1999 (stabs_toc.html): Rename to stabs/index.html.
2000 (annotate_toc.html): Rename to annotate/index.html.
2004 * Makefile.in: Set pdfdir and htmldir from configure
2006 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
2007 * configure: Regenerate.
2011 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
2012 This macro is no longer used.
2016 * gdb.texinfo (Character Sets): Document default character set.
2020 * gdbint.texinfo: Change server name from sources.redhat.com to
2021 sourceware.org throughout.
2025 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
2026 about a missing dot or coma after @xref.
2030 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
2031 example, and add a small explanation about it.
2032 (Print Settings): Change the documentation of the "set print
2033 frame-arguments" to reflect the fact that the default is now "scalars".
2037 * gdb.texinfo (Print Settings): Add kindex for command "set
2038 print frame-arguments".
2042 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
2044 (Set Breaks): Add reference to thread-specific and task-specific
2049 * gdb.texinfo (Ada Tasks): Remove the documentation about
2050 the "Running" state, as this state has been eliminated.
2051 Now all runnable tasks are shown as "Runnable".
2055 * gdb.texinfo (Tracepoints): Describe tracepoints as a
2056 special case of breakpoints.
2057 (Enable and Disable Tracepoints): Mention deprecation.
2058 (Listing Tracepoints): Update description and example.
2062 * gdb.texinfo (Frames in Python): New node.
2063 (Python API): Update.
2067 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
2068 from a method to an attribute.
2072 * gdb.texinfo (Values From Inferior): Document is_optimized_out
2077 * observer.texi (thread_exit): Add "silent" parameter.
2081 * observer.texi (about_to_proceed): New.
2085 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
2086 field throughout to handle types with spaces in them. Fix typos
2088 (Summary, Requirements, Contributors): New first chapter,
2089 "Summary" added, old Requirements section moved there, and new
2090 section, "Contributors" added.
2091 (Initializing a New Architecture, Register Representation)
2092 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
2093 (Porting gdb): These sections extended and updated.
2094 (Compiler Characteristics): This section (empty) deleted.
2095 (Defining Other Architecture Features): This section renamed and
2096 duplicate material removed from (formerly "Target Conditionals").
2097 Use braces {} in @deftypeXX type field throughout to handle types
2098 with spaces in them. Typos found by aspell fixed.
2100 * stack_frame.svg: New file, source of image for gdbint.texinfo.
2101 * stack_frame.pdf: Version of image for PDF output.
2102 * stack_frame.png: Version of image for HTML output and for Emacs.
2103 * stack_frame.txt: Version of image for Info output.
2104 * stack_frame.eps: Version of image for TeX DVI output.
2108 * gdb.texinfo (Character Sets): Fix last change.
2112 * gdb.texinfo (Values From Inferior): Fix optional arguments
2114 (Commands In Python): Adjust argument names of gdb.Command.__init__
2115 to what the function accepts as keywords.
2119 * gdb.texinfo (Convenience Vars): Document convenience functions.
2120 (Functions In Python): New node.
2121 (Python API): Update.
2125 * gdb.texinfo (Character Sets): Remove obsolete text. Document
2126 set target-wide-charset.
2127 (Requirements): Mention iconv.
2131 * gdb.texinfo: Change the introduce of "disassemble-next-line".
2135 * gdb.texinfo: Add documentation for disassemble-next-line.
2139 * gdb.texinfo (Commands In Python): Remove tindex entries.
2143 * gdb.texinfo (Returning): New description for missing debug info.
2147 * gdb.texinfo (Remote Configuration): Document query-attached.
2148 (General Query Packets): Document qAttached.
2152 * gdb.texinfo (Background Execution): Better describe the set
2153 target-async command.
2154 (Maintenance Commands): Delete description of the `maint set/show
2155 linux-async' and `maint set/show remote-async' commands.
2159 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
2164 * gdb.texinfo (GDB/MI Async Records): Document the
2165 =library-loaded and =library-unloaded notifications.
2169 * observer.texi (test_notification): New observer.
2173 * observer.texi: Add parameter 'print_frame' to normal_stop
2178 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
2179 (Commands In Python): Fix COMMAND_* constants in last change. Use
2180 @kbd for interactive input. Add cross-references and index
2185 * gdb.texinfo (Signals): Document $_siginfo.
2186 (Convenience Variables): Mention $_siginfo.
2187 (Remote Configuration): Document qXfer:siginfo:read,
2188 qXfer:siginfo:write packets, and the read-siginfo-object,
2189 write-siginfo-object commands.
2193 * gdbint.texinfo (Values): New chapter.
2197 * gdb.texinfo (Python API): Add entry for Commands In Python.
2198 (Commands In Python): New node.
2202 * gdb.texinfo (Values From Inferior): Document Value.string.
2206 * gdb.texinfo (Basic Python): Document execute's from_tty
2211 * gdb.texinfo (Basic Python): Document gdb.history.
2215 * gdb.texinfo (GDB/MI Thread Commands): Document the
2216 'current-thread-id' field. Remove the example with zero threads,
2217 since current GDB won't ever report that if there's inferior.
2221 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
2222 option to -break-insert.
2227 * gdb.texinfo (Startup): Document --with-system-gdbinit.
2228 (System-wide configuration): New section.
2233 * gdb.texinfo (Maintenance Commands): Document "maint set|show
2234 internal-error|internal-warning quit|corefile ask|yes|no".
2238 * gdb.texinfo (Using the `gdbserver' Program): Document
2243 * gdb.texinfo: Add nexti to list of commands that support
2244 background execution.
2248 * gdb.texinfo (Define, Hooks): Document prefix command support.
2253 Fixes for makeinfo --html.
2255 * annotate.texinfo: Use @copying and @insertcopying. Use
2256 @ifnottex in place of @ifinfo.
2257 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
2258 place of @ifinfo. Use @ifnotinfo for one index entry.
2259 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
2260 in place of @ifinfo.
2261 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
2262 in place of @ifinfo. Include contents at start unconditionally.
2266 * gdb.texinfo (General Query Packets): Remove @var{} around the
2267 "spu" literal string.
2271 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
2272 program may be running in another process" errors.
2273 * gdbint.texinfo (Native Conditionals): Delete
2274 ONE_PROCESS_WRITETEXT description.
2278 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
2279 emacs local variable to be placed at the end of the ChangeLog.
2280 Add server.c and gdbreplay.c to the list of files where the
2281 copyright year needs to be updated.
2285 * gdb.texinfo (Remote Configuration): Document new
2286 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
2291 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
2292 FETCH_INFERIOR_REGISTERS.
2293 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
2294 FETCH_INFERIOR_REGISTERS descriptions. Remove
2295 gdbarch_get_longjmp_target descrition, since already described in
2296 Target Conditionals. Move gdbarch_fp0_regnum description to ...
2297 (Target Conditionals): ... here.
2301 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
2303 (Additions to Ada): Likewise. Add the missing opening and closing
2304 parenthesis of the GDB prompt in one of the examples.
2308 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
2309 about the result of 'Address not being of type System.Address.
2310 This problem has been fixed a while ago.
2314 MI non-stop and multiprocess docs.
2316 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
2317 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
2318 Adjust documentation for *stopped, document =thread-created,
2319 =thread-exited, =thread-group-created and =thread-group-exited.
2320 (GDB/MI Thread Commands): Document the 'state' field in
2321 -thread-info output.
2322 (GDB/MI Program Execution): Mention --all and --thread-group
2324 (GDB/MI Variable Objects): Describe floating and fixed variable
2326 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
2330 * gdb.texinfo (Operating System Information): New appendix.
2331 (Operating System Auxiliary Information): Document 'info os processes'
2332 (Remote Configuration): Document 'osdata'
2333 (General Query Packets): Document qXfer:osdata:read.
2337 * gdb.texinfo (Darwin): Document Darwin specific features.
2341 * gdbint.texinfo (Target Conditionals): Extend the
2342 gdbarch_breakpoint_from_pc description.
2346 * gdb.texinfo (M68K Features): Fix typo.
2350 * gdb.texinfo (Symbols): Mention printing containing
2351 image name in "info symbol".
2352 (Maint translate-address): Likewise.
2356 * gdb.texinfo (Set Catchpoints): Remove the documentation of
2357 commands "catch load" and "catch unload".
2361 * gdb.texinfo (GDB/MI Async Records): Document
2366 * observer.texi (new_inferior, inferior_exit): New observers.
2370 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
2371 .mt files, TM_CLIBS or TM_CDEPS.
2372 (x86 Watchpoints): Don't mention TDEPFILES.
2376 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
2377 (Overview): Mention notifications and non-stop mode behavior.
2378 (Packets): Update documentation of ?, vAttach, vCont, and vRun
2379 with non-stop mode behavior. Add vStopped description.
2380 (Stop Reply Packets): Update list of packets that return
2381 stop replies. Mention non-stop behavior.
2382 (General Query Packets): Document QNonStop packet and associated
2383 qSupported query response.
2384 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
2386 (Notification Packets): New section.
2387 (Remote Non-Stop): New section.
2388 (File-I/O Overview): Mention non-stop behavior.
2393 * gdb.texinfo (displaced-stepping): Describe the auto mode
2394 setting, and say it's the default. This is now a mainstream
2395 setting instead of a maintenance setting.
2399 * observer.texi (thread_stop_requested): New.
2403 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
2404 (Patching): Replace incorrect usage of @samp by @kbd.
2408 * gdb.texinfo: Add documentation for reverse execution.
2413 * gdb.texinfo. (Values From Inferior): New subsubsection.
2417 * gdb.texinfo (set debug dwarf2-die): Document it.
2421 * gdb.texinfo (catch) [exception]: Document how to insert
2422 a breakpoint on user-defined exceptions when the exception
2423 name is identical to one of the language-defined ones.
2427 * gdb.texinfo (Macros): Remove text about stringification,
2428 varargs, and splicing.
2432 * gdbint.texinfo (Language Support): Remove text about omitting
2433 support for a language.
2437 * gdb.texinfo (info dcache): Update.
2441 * gdb.texinfo (Packets): Add info on thread-id syntax and
2442 multiprocess extensions.
2443 <D>: Document multiprocess form of packet.
2444 <H>: Use thread-id syntax.
2446 <vCont>: Likewise. Note this is required for multiprocess.
2447 <vKill>: New packet.
2448 (Stop Reply Packets) <T>: Use thread-id syntax.
2449 <W>: Document multiprocess form of reply.
2451 (General Query Packets) <qC>: Use thread-id syntax.
2452 <qfThreadInfo>: Likewise.
2453 <qGetTLSAddr>: Likewise.
2455 <qSupported>: Add "multiprocess" feature.
2456 <qThreadExtraInfo>: Use thread-id syntax.
2460 * gdb.texinfo (Inferiors): New section.
2464 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
2468 * gdbint.texinfo (Target Conditionals): Remove documentation
2469 for gdbarch_name_of_malloc.
2473 * gdb.texinfo (Interrupts): Mention TCP interface for
2478 * gdb.texinfo (Commands to Specify Files): Document "remote:"
2479 argument prefix to "set sysroot".
2483 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
2488 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
2489 for possible features of -list-features.
2493 * gdb.texinfo (Background execution): Adjust example
2494 (GDB/MI Miscellaneous Commands): Document -list-target-features.
2498 * doc/gdb.texinfo (PowerPC): Fix typo.
2499 (PowerPC features): Fix typo.
2503 * observer.texi (thread_ptid_changed): New.
2507 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
2508 (PowerPC features): Mention feature set for VSX registers.
2512 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
2513 the direct visibility of all names in user-written packages.
2517 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
2518 setting, and make it the default.
2519 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
2520 non-stop script example.
2524 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
2525 reference to the "Using Different Register and Memory Data
2526 Representation" section.
2530 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
2531 (Remote Protocol): Add Packet Acknowledgment to menu.
2532 (Overview): Mention +/- can be disabled, and point to new section
2533 where this is discussed in detail.
2534 (General Query Packets): Document QStartNoAckMode packet, and
2535 corresponding qSupported reply.
2536 (Packet Acknowledgment): New section.
2541 * gdb.texinfo (Threads): Move paragraph about automatic thread
2542 selection to All-Stop Mode subsection.
2543 (Thread Stops): Reorganize existing material into subsections.
2544 Add introductory blurb and menu.
2545 (Non-Stop Mode): New subsection.
2546 (Background Execution): New subsection.
2547 (Maintenance Commands): Add cross-references from async mode
2548 commands to the new Background Execution section.
2552 * gdb.texinfo (Extending GDB): New chapter.
2553 (Sequences): Demoted chapter, now a section under the new
2554 Extending GDB chapter.
2555 (Python): New section.
2559 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
2563 * gdbint.texinfo: General round of cleanup and minor
2565 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
2566 (Longjmp Support): Update description to reflect how it is done
2567 for targets without using native header.
2568 (Symbol Handling): Add a little more general explanation.
2569 (COFF, ELF): Mention stabs encapsulation.
2570 (DWARF 3): New section.
2571 (Adding a New Host): Scrub out some obsolete bits.
2572 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
2573 (Host Conditionals): Remove descriptions of NO_STD_REGS,
2574 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
2575 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
2576 SEEK_SET, STOP_SIGNAL, USG.
2577 (Raw and Virtual Register Representations): Ditto for
2578 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
2579 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
2580 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
2581 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
2582 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
2583 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
2584 DEPRECATED_REGISTER_VIRTUAL_SIZE,
2585 DEPRECATED_REGISTER_VIRTUAL_TYPE,
2586 DEPRECATED_USE_STRUCT_CONVENTION.
2587 Describe gdbarch_deprecated_fp_regnum.
2588 Update description of gdbarch_print_insn.
2589 (Adding a New Target): Scrub out obsolete bits.
2590 (Obsolete Conditionals): Remove entire section.
2594 * observer.texi (GDB Observers): Document new observers:
2595 breakpoint_created, breakpoint_deleted, breakpoint_modified,
2596 tracepoint_created, tracepoint_deleted, tracepoint_modified,
2597 architecture_changed.
2601 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
2602 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
2606 * observer.texi (GDB Observers): Remove obsolete comment.
2607 <executable_changed>: Remove argument.
2611 * gdb.texinfo (Macros): Update. Use @code rather than @command.
2615 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
2619 * gdb.texinfo (Starting): Document "set disable-randomization".
2623 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
2627 * gdb.texinfo (GDB/MI Target Manipulation): Add
2628 example of -target-attach.
2632 * observer.texi (target_resumed): New observer.
2633 * gdb.texinfo (GDB/MI Output Records): Document *running.
2637 * gdb.texinfo (Completion): Add field name example.
2641 * gdb.texinfo (GDB/MI Program Context): Added example
2646 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
2653 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
2655 * configure: Regenerate.
2656 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
2657 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
2658 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
2659 mailing-list-specific text about bug reporting unless
2664 * gdb.texinfo (-target-select): Remove reference to target async.
2665 (Maintenance Commands): Document "maint set/show remote-async".
2669 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
2670 in -target-file-get section.
2674 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
2675 killing the inferior when it is already debugging a process.
2679 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
2680 abbreviation for "finish".
2684 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
2688 * gdbint.texinfo (Target Conditionals): Delete entry for
2689 gdbarch_dwarf_reg_to_regnum.
2693 * gdb.texinfo: Document "find" command, qSearch:memory packet.
2697 * gdb.texinfo (disassemble): Document /m modifier.
2701 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
2702 will not report the time of commands that run the target.
2706 * gdb.texinfo (GDB/MI Output Records): Add
2711 * gdb.texinfo (GDB/MI Output Records):
2712 Document =thread-create and =thread-exited.
2716 * gdb.texinfo (GDB/MI Development and Front Ends):
2717 Remove mention of dmi-discuss.
2721 * observer.texi (thread_exit): New.
2725 * gdb.texinfo (Debugging Output): Document "set/show debug
2727 (Maintenance Commands): Document "maint set/show
2728 can-use-displaced-stepping".
2732 * gdb.texinfo (ARM): Document set/show arm fallback-mode
2733 and set/show arm force-mode.
2737 * gdbint.texinfo (Algorithms): Describe
2738 target_watchpoint_addr_within_range.
2742 * gdbint.texinfo (Stack Frames): New chapter.
2743 (Algorithms): Move Frames text to the new chapter.
2744 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
2745 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
2749 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
2750 output does not necessary include any tokens.
2754 * gdb.texinfo (Set SH Calling convention): New @item.
2755 (Show SH Calling convention): Ditto.
2759 * gdb.texinfo (Fortran Operators): Describe '%' operator.
2763 * gdb.texinfo (Set Breaks): Mention that multiple location
2764 breakpoints need line number info. Add index entries.
2768 * gdb.texinfo (Requirements): Add an optional requirement on
2770 * gdbint.texinfo (Debugging File Formats): Add new subsection for
2775 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
2776 sample output for 'stopped,reason="breakpoint-hit"' message.
2777 (GDB/MI Program Execution): Likewise.
2781 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
2782 -var-set-format. Add -f option to -var-evaluate-expression.
2786 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
2787 new node "Ambiguous Expressions". Replace references to this
2788 node by references to "Ambiguous Expressions" throughout.
2789 (Ambiguous Expressions): New node.
2793 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
2797 * gdb.texinfo (Debugging Output): Document
2798 "set/show debug lin-lwp-async".
2799 (Maintenance Commands): Document "maint set/show linux-async".
2803 * gdb.texinfo (Expressions): Update description of malloced arrays.
2807 * gdb.texinfo (Thread Commands): Document
2808 -thread-info. Remove -thread-list-all-threads.
2813 * gdb.texinfo (Library List Format): Update to mention the
2814 possibility to pass section addresses instead of segment
2819 * gdb.texinfo (Starting): Document "set exec-wrapper".
2820 (Server): Document gdbserver --wrapper.
2824 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
2825 unreadable memory. Delete obsolete SPARClite reference.
2829 * gdb.texinfo (Starting): Mention always-running targets.
2830 (Target Commands): Add an anchor for load.
2831 (Connecting): Explain continue instead of run.
2835 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
2839 * gdb.texinfo (Set Breaks): Revert description of Enb column of
2844 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
2845 killing the inferior when it is already debugging a process.
2849 * gdbint.texinfo (Build Script): New section. Mention new build script
2854 * gdb.texinfo (Help): Summarize 'info args' correctly.
2858 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
2859 available in PowerPC architecture.
2860 (Embedded Processors): Change node name of PowerPC item in menu.
2861 (PowerPC): Rename to...
2862 (PowerPC Embedded): this.
2863 (Architectures): Add new PowerPC item in menu.
2864 (PowerPC): New node.
2868 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
2873 * gdb.texinfo (Setting Catchpoints): Mention features
2874 supported on GNU/Linux.
2878 * gdb.texinfo (GDB/MI File Commands): Describe new output
2879 field for MI command -file-list-exec-source-file.
2883 * gdb.texinfo (Using the `gdbserver' Program): Add security
2884 warning. Rearrange into subsections and subsubsections. Document
2885 --multi and --debug. Correct --with-sysroot typo. Update --attach
2886 usage. Make load reference clearer. Document monitor exit.
2887 (Remote Configuration): Document set remote exec-file, attach-packet,
2889 (Packets): Document vAttach and vRun.
2893 * gdb.texinfo (Processes): Mention process command.
2894 detach-on-follow -> detach-on-fork.
2898 * gdbint.texinfo (Native Conditionals): Remove
2899 SHELL_COMMAND_CONCAT and SHELL_FILE.
2903 * gdb.texinfo (Specify Location): Improve wording.
2907 * gdb.texinfo (Threads): Document new "set print thread-events"
2908 and "show print thread-events" commands.
2912 * gdb.texinfo (Specify Location): New section.
2913 (Delete Breaks, Edit, Set Breaks): Remove description of
2914 locations. Instead, add a reference to "Specify Location".
2915 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
2916 (Symbols): Refer to "Specify Location" for the valid forms of
2917 linespecs and locations.
2921 * gdbint.texinfo (Target Conditionals): Replace the description of
2922 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
2926 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
2927 about &&var, which is rejected by the expression parser.
2931 * gdb.texinfo (Output): Update documentation on using printf with DFP
2936 * gdb.texinfo (C and C++): Add Decimal Floating Point format
2938 (Decimal Floating Point format): New subsubsection.
2942 * gdb.texinfo (File Options): Remove mention of the attempt to
2943 open a core file with the -p option. Don't list -c as a valid
2944 option to attach to a process.
2948 * gdbint.texinfo (Host Conditionals): Remove mention of
2949 ALIGN_STACK_ON_ENTRY.
2953 * gdbint.texinfo (Start of New Year Procedure): Add item
2954 describing how to update the source and documentation copyright
2959 * gdb.texinfo (Set Watchpoints): Integrate per-thread
2960 watchpoint explanation into the main description of the watchpoint
2961 command; update synopses of 'watch', 'rwatch', and 'awatch'
2966 * gdb.texinfo (Miscellaneous gdb/mi Commands):
2967 Document 'pending-breakpoints' feature of
2972 * gdb.texinfo: Add new parameter's description.
2976 * gdb.texinfo (Overview): Clarify run-length encoding
2977 example. Remove the restriction on "+" and "-" characters.
2981 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
2985 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
2986 the -f option for -break-insert, remove -r option,
2987 and clarify specification of location.
2991 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
2993 (Remote Debugging): Add File Transfer section.
2994 (Remote Configuration): Document Host I/O packets.
2995 (GDB/MI): Add GDB/MI File Transfer Commands section.
2996 (Host I/O Packets): New section in "Remote Protocol".
2997 (Packets): Add vFile.
3001 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
3002 breakpoints with multiple locations.
3003 (Breakpoint Menus): Improve wording.
3004 (Output): Fix last change.
3008 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
3012 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
3016 * gdbint.texinfo (Native Conditionals): Remove
3017 mention of CLEAR_SOLIB.
3021 * gdb.texinfo (Print Settings): Add documentation for "set/show
3022 print frame-arguments".
3026 * gdb.texinfo (Output): Update printf command's description.
3030 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
3031 powerpc soft-float".
3035 * gdb.texinfo (Files): Correct formatting. Mention Expat
3037 (Requirements for Building GDB): Expand the list of Expat
3039 (Library List Format, Memory Map Format): Mention Expat.
3040 (Target Descriptions): Update Expat wording.
3044 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
3045 Document that gdbarch_convert_register_p should return zero for no-op
3050 * gdbint.texi (Compiler Characteristics): Move documentation
3051 of set_gdbarch_sofun_address_maybe_missing back to ...
3052 (Target Conditionals): ... here to fix build break.
3056 * gdbint.texi (Target Conditionals): Remove documentation of
3057 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
3058 (Compiler Characteristics): ... documentation of
3059 set_gdbarch_sofun_address_maybe_missing.
3063 * gdbint.texinfo (Target Conditionals): Use
3064 frame_unwind_register_unsigned in examples instead of
3065 frame_unwind_unsigned_register.
3069 * gdb.texinfo (Predefined Target Types): Add int128
3071 (Standard Target Features): Add PowerPC features.
3075 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
3079 * gdbint.texi (Target Conditionals): Remove documentation
3080 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
3081 gdbarch_extract_return_value, and gdbarch_store_return_value.
3085 * gdbint.texi (Target Conditionals): Remove documentation of
3086 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
3090 * gdb.texinfo: Mention that inaccessible-by-default is on by
3095 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
3099 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
3100 multi-threaded watchpoints.
3101 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
3102 checked. Describe sticky notification. Expand description
3103 of steppable and continuable watchpoints.
3104 (Watchpoints and Threads): New subsection.
3108 * gdb.texinfo (Setting Breakpoints): Revise
3109 documentation for pending breakpoints. Document
3110 breakpoints with multiple locations.
3114 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3115 Document -list-features.
3119 * gdb.texinfo (Output): Spell out which features of C's printf are
3120 not supported by GDB's printf.
3121 (Separate Debug Files): More accurate wording regarding build ID
3122 and a reference to the ld manual rather than the Fedora wiki.
3127 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
3128 (Examining Memory): Update mentions of the 's' format.
3129 (Automatic Display): Likewise.
3133 * gdb.texinfo: Update the FSF's Back-Cover Text.
3138 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
3139 Fixed the ``build ID'' name. New binaries build instructions for the
3140 build ID inclusion. Explain how the commands are specific to the build
3145 * gdb.texinfo (Separate Debug Files): Fix last change. Add
3146 indexing for ``build ID'' support.
3150 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
3151 Enlisted BUILD ID to the debug file searching example.
3152 Included a BUILD ID `.note.gnu.build-id' section description.
3153 Updated/added the debug files splitting instructions for OBJCOPY.
3157 * gdb.texinfo (Variable Objects): Adjust docs
3158 for -var-info-expression and document
3159 -var-info-path-expression.
3163 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
3164 (title page): Include the dedication in the printed manual, as a
3165 separate page after the copyright notice.
3167 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
3168 don't break a @var across a line.
3172 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
3177 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
3178 in annotate.texinfo.
3179 (Command History): Link to new node.
3183 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
3187 * gdbint.texinfo (Target Conditionals): Fix last change.
3191 * gdb.texinfo: Replace following macros by their appropriate gdbarch
3193 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
3194 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
3195 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
3196 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
3197 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
3198 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
3199 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
3200 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
3201 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
3202 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3203 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
3204 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
3205 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3206 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
3207 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
3208 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
3209 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
3210 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
3211 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
3212 (SOFTWARE_SINGLE_STEP_P)
3214 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
3215 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
3217 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
3218 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
3219 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
3220 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
3221 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
3222 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
3223 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
3224 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
3225 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
3226 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
3228 (Converting an existing Target Architecture to Multi-arch): Remove
3231 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
3232 (gdbarch_addr_bits_remove): Add code example.
3234 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
3238 * gdb.texinfo (Remote Configuration): Document library-info-packet.
3239 Add other missing entries. Adjust the table size to fit.
3240 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
3241 stop reasons including the new "library" event.
3242 (General Query Packets): Adjust table widths for qSupported. Mention
3243 qXfer:libraries:read reply to qSupported and document the new packet.
3244 (Library List Format): New section.
3248 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
3250 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
3252 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
3256 * gdbint.texinfo (Register and Memory Data): Break sections
3257 into nodes and add a menu.
3261 * gdb.texinfo (Examining Memory): Document the new behaviour.
3265 * gdb.texinfo (Standard Target Features): Document
3270 * gdb.texinfo (General Query Packets): Document qOffsets changes.
3274 * gdb.texinfo (Target Description Format): Add version attribute
3279 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
3283 * gdb.texinfo (MIPS Features): New subsection.
3288 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
3289 and qXfer:spu:write packets and mention them under qSupported.
3294 * gdb.texinfo (Architectures): Add new SPU section to document
3295 Cell Broadband Engine SPU architecture specific commands.
3299 * gdb.texinfo (GDB/MI Variable Objects): Editorial
3304 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
3308 * gdb.texinfo (Overview): Doc fix.
3312 * gdb.texinfo (Remote Configuration): Document "set/show
3317 * gdb.texinfo (MIPS): Remove documentation for set mips
3318 saved-gpreg-size, show mips saved-gpreg-size, and set mips
3323 * all-cfg.texi (GDBTUI): New.
3324 * gdb.texinfo (Mode Options): Use GDBTUI variable.
3325 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
3326 (TUI Configuration): Edit to improve clarity and fix problems of
3327 both style and content.
3331 * observer.texi (GDB Observers): New observer "new_objfile".
3335 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
3339 * gdb.texinfo (GDB/MI Variable Objects): Document
3340 frozen variables objects.
3344 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
3345 (Character Sets, Caching Data of Remote Targets): Likewise.
3346 (Targets): Delete Remote node. Move its text...
3347 (Debugging Remote Programs): ...to here. Delete description
3348 of the "remote" command.
3349 (Remote configuration): Delete description of "set remotedevice"
3350 and "show remotedevice".
3351 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
3355 * gdb.texinfo (Contributors, Continuing and Stepping)
3356 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
3357 (General Query Packets, File-I/O Remote Protocol Extension)
3358 (Protocol Basics, The F Reply Packet, Write)
3359 (Protocol-specific Representation of Datatypes, Memory Transfer):
3360 Fix hyphenation, punctuation and grammar problems.
3361 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
3362 'section' instead of 'subsection' in the text.
3363 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
3364 (i386): Remove period from section name.
3365 (Installing GDB, Requirements, Running Configure, Separate Objdir)
3366 (Config Names, Configure Options): Use @file{configure}.
3370 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
3375 * gdbint.texinfo (SOM): Correct location of the SOM reader.
3379 * gdb.texinfo: Consistently capitalize all significant words in
3380 node names, chapter titles, section titles, and headings. Update
3381 cross references to match.
3382 (Starting and Stopping Trace Experiment): Make node name plural.
3383 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
3387 * gdb.texinfo (WinCE): Delete obsolete subsection.
3391 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
3392 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
3397 * gdb.texinfo (Startup): Delete references to some alternate
3399 (Thread): Remove LynxOS reference.
3400 (Tandem ST2000): Delete target-specific documentation.
3401 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
3402 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
3403 and GDB_OSABI_LYNXOS.
3407 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
3411 * gdbint.texinfo (Target Conditionals): Remove mention of
3412 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
3413 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
3417 * Makefile.in: Add "pdfdir" installation
3418 directory, PDFTEX macro, support for "install-pdf" target,
3419 and rules for making a pdf version of refcard.texi.
3420 * refcard.tex: Specify paper size for PDF output.
3424 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
3428 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
3429 (Source Path, Character Sets, Macros, Define)
3430 (GDB/MI Result Records, GDB/MI Simple Examples)
3431 (GDB/MI Program Execution, GDB/MI File Commands)
3432 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
3433 (Bug Reporting): Use @value{GCC}.
3437 * gdb.texinfo (Help): Fix formatting of examples.
3438 (Variables): Use @ifnotinfo instead of @iftex.
3439 (Non-debug DLL symbols): Use @ref instead of @pxref.
3440 (Sparclet File): Use @samp instead of quotes.
3444 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
3448 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
3449 the order of the nodes.
3450 (C Operators, C Constants, Debugging C): Remove extra menus.
3451 (Method Names in Commands): Do not specify next/prev/up nodes.
3455 * gdb.texinfo (File Options): Add missing parenthesis.
3456 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
3460 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
3464 * gdb.texinfo (Standard Target Features): Mention
3466 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
3470 * gdb.texinfo (Top): Put Appendix A after numbered sections.
3471 (Files): Add section name to argument list for pxref.
3472 (Non-debug DLL symbols): Don't use `see' for pxref.
3473 (Embedded Processors): Fix typo.
3474 (GDB/MI Breakpoint Commands): Execution commands generate
3479 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
3480 values for in_scope. Mention that only root variables can be
3482 (GDB/MI Development and Front Ends): Explain new values may be
3483 added to existing fields.
3487 * gdb.texinfo (-target-disconnect): Use @smallexample.
3488 (Requirements): Add anchor for Expat. Update description.
3489 (Target Descriptions): Mention Expat.
3490 (Target Description Format): Document new elements. Use
3492 (Predefined Target Types, Standard Target Features): New sections.
3493 * gdbint.texinfo (Target Descriptions): New section.
3497 * gdb.texinfo (Target Description Format): Add section on XInclude.
3501 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
3502 command -enable-timings.
3506 * gdbint.texinfo (Operation System ABI Variant Handling): Update
3507 descriptions for new/deleted elements in gdb_osabi. Add missing
3508 description for function generic_elf_osabi_sniff_abi_tag_sections.
3512 * gdb.texinfo (Maintenance Commands): Add documentation for
3513 the new "maint print target-stack" command.
3518 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3522 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
3523 Use @value{NGCC} instead of @value{GCC}.
3527 * agentexpr.texi: Fix typos.
3528 * annotate.texinfo: Likewise.
3529 * gdb.texinfo: Likewise.
3530 * gdbint.texinfo: Likewise.
3531 * observer.texi: Likewise.
3532 * stabs.texinfo: Likewise.
3536 * gdbint.texinfo (Support Libraries): Remove mmalloc
3537 entry. Describe readline library.
3541 * gdb.texinfo (Target Descriptions): New section.
3542 (General Query Packets): Add QPassSignals anchor. Mention
3543 qXfer:features:read under qSupported. Expand mentions of
3544 qXfer:memory-map:read and QPassSignals. Document
3545 qXfer:features:read.
3549 * gdb.texinfo (Commands to specify files): Describe
3550 "set sysroot" and "show sysroot".
3551 (Using the `gdbserver' program): Lowercase argument
3552 to @var. Expand description of setting up GDB on the
3557 * gdb.texinfo (Set Catchpoints): Add documentation for the new
3558 catch exception, catch exception unhandled, and catch assert
3563 * gdb.texinfo (Debugging Output): Document "set debug xml"
3564 and "show debug xml".
3568 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
3572 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
3576 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
3577 note in @ignore, to be removed later if nobody complains.
3581 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
3586 * gdb.texinfo (Setting breakpoints): Document
3587 automatic software/hardware breakpoint usage and
3588 the "set breakpoint auto-hw" command.
3592 * gdb.texinfo (Memory Access Checking): New.
3596 * gdb.texinfo (Remote configuration): Mention
3597 "pass-signals-packet".
3598 (General Query Packets): Document QPassSignals. Fix
3603 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
3607 * gdb.texinfo (Remote configuration): Rewrite documentation for
3608 packet configuration commands.
3609 (OS Information): Adjust reference to qXfer:auxv:read.
3610 (General Query Packets): Remove references to read-aux-vector-packet
3611 and set remote get-thread-local-storage-address.
3615 * gdbint.texinfo (Target Architecture Definition): Add new
3616 Initializing a New Architecture section.
3620 * stabs.texinfo (Macro define and undefine): New node describing
3621 stabs for #define and #undef.
3625 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
3629 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
3630 clarify on the possible meanings of ``expression'' watched by
3631 watchpoints. Add indexing.
3632 (Prompting, Errors, Invalidation, Annotations for Running)
3633 (Source Annotations): Fix index entries by adding "annotation" to
3634 them, to discriminate from index entries that point to the more
3635 general topic descriptions.
3639 * gdbint.texinfo (Target Vector Definition): Move most
3640 content into Existing Targets. Add a menu.
3641 (Existing Targets): New section, moved from Target Vector
3642 Definition. Use @subsection.
3643 (Managing Execution State): New section.
3647 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
3651 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
3652 (Command Syntax, Signals, Backtrace, Connecting)
3653 (Remote configuration, Renesas Boards, Console I/O): Fix last
3654 change: use Ctrl- instead of C-, except wrt Emacs.
3655 (File-I/O Examples): Put Ctrl-c in @kbd.
3656 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
3657 (Console I/O): Use @samp with Ctrl-.
3658 (Signals, Set Breaks, Set Watchpoints): Document optional
3659 arguments to `info signals' `handle', `info breakpoints', and
3664 * gdb.texinfo (Backtrace): Fix last change.
3668 * gdb.texinfo (Backtrace): Order correctly and add other cases.
3672 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
3673 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
3674 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
3679 * gdb.texinfo (Packets): Document vFlashErase,
3680 vFlashWrite and vFlashDone packets.
3681 (General Query Packets): Document qXfer:memory-map:read.
3682 Add a new feature for qXfer:memory-map:read.
3683 (Memory map format): New section.
3684 (Target Commands): Mention that gdb can write flash.
3689 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
3690 memory regions and "mem auto".
3694 * gdbint.texinfo (Array Containers): New section.
3698 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
3699 -stack-list-arguments HIGH_FRAME argument can be larger then the
3700 actual number of frames.
3704 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
3705 -stack-list-locals HIGH_FRAME argument can be larger then the
3706 actual number of frames.
3710 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
3711 Register Packet Format, Tracepoint Packets): Fix spelling errors.
3715 * gdbint.texinfo (Overall Structure): New section "Source Tree
3720 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
3725 * gdb.texinfo (Source Path): Add documentation for new
3726 substitute-path commands.
3730 * gdb.texinfo (Installing GDB): Update menu. Move text to...
3731 (Running Configure): ...here.
3732 (Requirements): New node. Mention expat.
3736 * gdb.texinfo (Target Commands): Remove
3737 'set download-write-size' and 'show download-write-size'.
3741 * stabs.texinfo (Member Type Descriptor): Correct example for
3742 pointer to member types.
3746 * gdb.texinfo (Optional warnings and messages): Add
3747 'set/show trace-commands'.
3748 (Command files): Add '-v' to source command.
3752 * gdb.texinfo (OS Information): Update qPart reference to
3754 (Remote configuration): Likewise.
3755 (Overview): Move @cindex to the start of a paragraph. Talk
3756 about binary data encoding.
3757 (Packets): Refer to the overview for the details of the X
3759 (General Query Packets): Remove qPart description. Add qXfer
3760 description. Add an anchor to qSupported. Correct feature
3761 table title. Add a new feature for qXfer:auxv:read.
3762 (Interrupts): Add a missing parenthesis.
3766 * gdb.texinfo (KOD): Remove node.
3767 (GDB/MI Kod Commands): Remove commented out node.
3771 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
3772 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
3773 (GDB/MI Thread Commands, GDB/MI Program Execution)
3774 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
3775 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
3776 (GDB/MI File Commands, GDB/MI Target Manipulation)
3777 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
3778 since the MI prompt is hard-wired into the code.
3782 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
3783 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
3784 (GDB/MI Data Manipulation): Remove description of unimplemented
3785 display related commands as variable objects perform this function
3786 and are superior: -display-delete, -display-disable,
3787 -display-enable, -display-insert and -display-list. Move
3788 -environment-cd, -environment-directory, -environment-path
3789 and -environment-pwd to "Program Context".
3790 (GDB/MI Program Control): Rename to "Program Execution". Move
3791 -exec-arguments -exec-abort to...
3792 (GDB/MI Program Context): ...here. New node split from "Data
3797 * gdb.texinfo (Remote configuration): Document set / show
3798 remote supported-packets.
3799 (General Query Packets): Document qSupported packet.
3803 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
3805 (Protocol basics): Likewise.
3806 (The F request packet): Likewise.
3807 (The F reply packet): Likewise.
3808 (Memory transfer): Move this node to be a subsubsection of
3809 "Protocol specific representation of datatypes".
3810 (The Ctrl-C message): More copy editing.
3811 (Console I/O): Likewise.
3812 (The isatty call): Delete this node, and merge its content into
3813 the "isatty" node. Fixed references elsewhere.
3814 (The system call): Delete this node, and merge its content into
3815 the "system" node. Fixed references elsewhere.
3816 (open): Reformat to use @table, and add appropriate font markup.
3823 (stat/fstat): Likewise.
3824 (gettimeofday): Likewise.
3826 (system): Likewise, plus minor changes to fix confusing wording.
3827 (Integral datatypes): Fix font markup.
3828 (Pointer values): Likewise.
3829 (struct stat): Fix markup to use @table, plus minor copy editing.
3830 (struct timeval): Fix font markup, plus minor copy editing.
3831 (Constants): Minor copy editing.
3832 (Errno values): Add font markup.
3833 (File-I/O Examples): Likewise.
3837 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
3838 (GDB/MI Simple Examples): Move node up one level. Use real
3840 (GDB/MI Compatibility with CLI): Update.
3841 (GDB/MI Result Records): Add "connected" and "exit" result
3843 (GDB/MI Stream Records): Clarify target output.
3844 (GDB/MI Command Description Format): Modify example description.
3845 (GDB/MI Breakpoint Table Commands): Rename to...
3846 (GDB/MI Breakpoint Commands): ...this
3847 (GDB/MI Breakpoint Commands): Add optional thread field.
3848 (GDB/MI Program Control): Add an introduction. Move "Program
3849 termination" examples into exec-run description.
3850 (GDB/MI File Commands): Mention similar CLI commands.
3851 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
3852 is similar to "-gdb-version".
3856 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
3860 * gdb.texinfo (GDB/MI Development and Front Ends): Use
3861 sourceware.org for mailing lists.
3862 (GDB/MI File Commands): New node split from Program Control.
3866 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
3870 * gdb.texinfo (Cygwin Native): Fix last change.
3874 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
3878 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
3879 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
3883 * gdb.texinfo (General Query Packets): Recommend not starting
3884 new packets with qC and clarify.
3888 * gdb.texinfo (M2 Types): New section.
3892 * agentexpr.texi: Add a copyright and license notice.
3893 * observer.texi: Likewise, with GPL clause for function prototypes.
3894 Remove trailing whitespace.
3898 * gdb.texinfo (General Query Packets): Document conventions for
3899 terminating packet names, and their violations.
3903 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
3904 * gdb.texinfo: Likewise.
3908 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
3909 and "show remotedebug".
3910 (Debugging Output): Add additional index entries.
3914 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
3918 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
3919 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
3923 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
3924 and remove breakpoint prototypes.
3925 (Watchpoints): Move description of target_insert_hw_breakpoint and
3926 target_remove_hw_breakpoint ...
3927 (Breakpoints): ... to here. Document target_insert_breakpoint and
3928 target_remove_breakpoint.
3932 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
3933 and C packets are optional.
3937 * gdb.texinfo (Specifying source directories): Update the description
3938 of the source file search to reflect the fact that the source path
3939 always contains at least $cdir and $cwd.
3943 * gdb.texinfo: Update copyright dates.
3947 * gdb.texinfo (Overview): Add an index entry to "empty response".
3951 * gdbint.texinfo (Prologue Analysis): New section.
3955 * gdb.texinfo (Connecting): Document 'target remote pipe'.
3957 * gdb.texinfo (Target Commands): Update text describing how to
3958 specify a target. Refer to the detailed section on remote
3959 debugging, not the brief mention.
3961 * gdb.texinfo (Connecting): Organize the different 'target remote'
3962 connection methods into a table. Add a 'target remote' index
3967 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
3968 'ptype' commands to reflect the fact that the only significant
3969 difference between them is that ptype prints the complete type
3970 description instead of just the name.
3974 * gdbint.texinfo (Watchpoints): Delete
3975 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
3979 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
3980 times fields where needed. Fix typos. Update general form given
3981 for output of -break-insert.
3982 (GDB/MI): Abbreviate some unnecessarily long fullnames.
3986 * gdbint.texinfo (Symbol Handling): Add a section
3987 on memory management.
3991 * gdb.texinfo (Breakpoint table commands): Document the fullname
3992 field in -break-list output.
3996 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
3997 debugging information produced by the various "set debug..."
4002 * gdb.texinfo (Files): Remove obsolete bits from the description
4007 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
4011 * gdbint.texinfo (Frames): Document the basics of GDB's register
4012 unwinding model, and explain the existence of the "sentinel" frame.
4016 * gdb.texinfo (Choosing files): Mention that -directory is used
4018 (Specifying source directories): Likewise.
4019 (Command files): Explain how script files are found.
4023 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
4024 the threads in a multi-threaded program.
4025 (Threads): The threadno argument of "thread apply" can be a range
4030 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
4035 * gdb.texinfo (Sequences): Improve menu annotations.
4036 (Define): Add index entries for arguments of user-defined
4037 commands. Move the description of flow-control commands...
4038 (Command Files): ...to here. Document loop_break and
4040 (Define, Command Files): Document `end' and add index entries for
4045 * gdb.texinfo: Add documentation for linux-fork.
4046 * gdbint.texinfo: Add internal documentation for checkpoints.
4050 * gdb.texinfo (Omissions from Ada): Document that there is now
4051 limited aggregate support.
4055 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
4056 registers and the likes.
4060 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
4061 (Symbols): Fix usage of "e.g.".
4062 (Memory Region Attributes): Fix usage of "etc."
4064 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
4065 (Coding): Fix usage of "e.g.".
4078 * Makefile.in: Add (C) after Copyright. Update the FSF
4083 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
4084 extend GDB with commands for external monitor.
4088 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
4092 * gdbint.texinfo (Start of New Year Procedure): New chapter.
4096 * gdb.texinfo (Tracepoint Packets): Document restrictions on
4097 placement of 'R' actions in tracepoint action packets; document
4098 dependence of 'X' and 'M' actions on a preceding 'R' action for
4103 * gdb.texinfo (Tracepoint Packets): New node.
4104 (General Query Packets): Add entries for the tracepoint packets,
4105 referring to the "Tracepoint Packets" node.
4106 (Tracepoints): Add reference to "Tracepoint Packets".
4110 * gdb.texinfo (set remotebreak): Add anchor.
4111 (X packet): Likewise.
4112 (Remote Protocol): Add new section `Interrupts' and new index
4113 entry `interrupts (remote protocol)'.
4117 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
4118 entries into the General Query Packets section. Add a
4119 cross-reference to that section. Drop description of replies, as
4120 these are covered in the descriptions of each packet.
4121 (General Query Packets): Add introductory text. Explain naming
4122 conventions, and how the end of a name is recognized.
4126 * gdb.texinfo (Remote configuration): Fix typo in description of
4127 "set remotebreak" command.
4131 * gdb.texinfo (Packets, Stop Reply Packets)
4132 (General Query Packets): Various formatting cleanups.
4133 - Use @samp for packet contents.
4134 - Drop summaries from packet @item lines; the same information appears
4135 immediately below in the description.
4136 - Delete paragraph breaks after packet @item commands, so that the
4137 description appears directly to the right of the packet prototype
4138 in the printed manual, if it fits.
4139 - Place spaces in packet prototypes between @vars and non-@var
4140 letters, and explain that they're just for formatting.
4141 - Use @dots{} instead of '...'.
4142 - Fix uses of @code where @var was needed.
4143 - Replace "deprecated" markers with English text spelling out the
4144 packet's status and the preferred alternatives.
4145 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
4146 what this ever meant.
4147 - Remove "(draft)" markers on 'i' packets; nobody has commented on
4148 this for a long time.
4149 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
4150 implemented several times, and have been in use for years.
4154 * gdb.texinfo (Packets): Add index entries for 'm' packet
4157 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
4158 of stub when processing an 'm' packet.
4160 * gdb.texinfo (Packets): Mention that packets beginning with
4161 letters are reserved once, at the top, instead of actually listing
4162 them all and saying "reserved".
4166 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
4167 Change @var{$arg0 to @code{$arg0.
4171 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
4175 * gdb.texinfo (General Query Packets): Put packets in alphabetical
4176 order. Remove extraneous 'z'.
4180 * gdb.texinfo (Choosing files): Add --eval-command.
4184 * gdb.texinfo (Choosing modes): Add --return-child-result.
4189 * gdb.texinfo (Choosing modes): Add --batch-silent.
4193 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
4194 "The -var-update Command".
4198 * gdb.texinfo (Print Settings): Add documentation for set/show
4199 print array-indexes.
4203 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
4208 * gdb.texinfo (File Options): Don't document --mapped, it's gone
4211 (Variables, Symbols): Document the "<incomplete type>" message and
4216 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
4220 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
4221 option for -var-list-children and -var-update.
4222 (GDB/MI Stack Manipulation): Simplify description of
4223 print-values option for -stack-list-locals.
4224 (GDB/MI Command Description Format): Clarify.
4225 (Mode Options): Spelling of superseded.
4229 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
4230 corresponding GDB command comment.
4234 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
4235 and -inferior-tty-show.
4236 (Input/Output): Document "set/show inferior-tty" and tty alias.
4240 * gdb.texinfo (Packets): Change description of 'D' packet to note
4241 that GDB does wait for a response.
4245 * gdb.texinfo (History) Rename "Command History".
4246 (Command History): Move node "Server Prefix" from section on
4251 * gdb.texinfo (GDB/MI Stack Manipulation):
4252 Re-instate -stack-info-frame with example. Say that it gets
4253 info on selected frame, not current frame.
4257 * gdb.texinfo (Server): Clarify that `file' should be used before
4258 connecting to the server.
4259 (Files): Add an xref to the above description.
4260 (Output Formats): More detailed description of the `c' format.
4261 (Memory): List explicitly all the formats supported by `x'.
4262 (Threads): Add an @cindex entry for "thread apply".
4263 (Files): Document the possibility of loading unlinked object
4264 files. Add more indexing for solib-absolute-prefix and
4266 (Machine Code): Document possible problems with locations in
4268 (Backtrace): Document that free-standing environments do not need
4269 to have a `main' function.
4273 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
4278 * gdb.texinfo (Contributors): Note the original multi-arch
4283 * gdb.texinfo (Registers): Add index entries for the standard
4285 (Frames): Add cross-reference from frame pointer description to
4287 (Annotations Overview): Fix the reference to GDB name.
4291 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
4292 can-use-hw-watchpoints.
4296 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
4297 the possible reasons why an exec async record would be returned to FE.
4301 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
4302 Andrew Cagney implemented the original GDB/MI.
4306 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
4307 documentation. Add documentation for cris-mode.
4311 * gdb.texinfo (Numbers): Explain the example and make the wording
4317 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
4318 (GDB/MI Data Manipulation, GDB/MI Program Control)
4319 (GDB/MI Stack Manipulation): Update examples to include the fullname
4320 attribute in stack frames.
4324 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
4325 do with other non-standard names of init files.
4329 * gdb.texinfo (Command Files): Move the description of the startup
4331 (Startup): ...to this new subsection of the Invocation chapter.
4332 Rearrange the description of init files more logically and add a
4333 cross-reference to "Command Files". Document the special gdbinit
4334 name for CISCO 68k. Expand the description of what GDB does
4336 (History): Add index entry for HISTSIZE.
4340 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
4344 * gdb.texinfo (SVR4 Process Information, The isatty call)
4345 (The system call): Don't use foo(N) notation for man pages and
4347 (Compilation, DJGPP Native): Improve wording.
4351 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
4352 were optimized away.
4356 * gdb.texinfo (Remote configuration): Document "set/show
4357 get-thread-local-storage-address". Add cross-reference to the
4358 description of the qGetTLSAddr packet.
4359 (General Query Packets): Mention "set remote
4360 get-thread-local-storage-address" and add a reference to its
4365 * gdb.texinfo (Backtrace): Describe 'bt full'.
4369 * gdb.texinfo (Mode Options): Fix typo.
4370 (GDB/MI): Describe how to invoke GDB/MI.
4374 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
4375 references changed. Add description of "info udot".
4376 (Files): Document "set/show stop-on-solib-events".
4377 (M32R/D): Document "set/show download-path", "set/show
4378 board-address", "set/show server-address", "upload", "tload".
4379 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
4380 "use_mon_code", "use_ib_break", "use_dbt_break".
4381 (Maintenance Commands): Improve indexing.
4382 (Target Commands): Document "set/show hash", "set/show debug
4384 (SVR4 Process Information): Document "info pidlist" and "info
4385 meminfo". Document "set/show procfs-tarce" and "set/show
4386 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
4387 (Symbols, The Print Command with Objective-C): Improve indexing.
4388 (Objective-C): Add references to "info classes" and "info
4390 (Debugging Output): Improve wording. Document "set/show debug
4391 solib-frv". Fix "set/show debugvarobj".
4392 (Set Breaks): Add index entry for "hardware breakpoints".
4393 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
4394 and "set/show usehardbreakpoints".
4395 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
4396 monitor-prompt", "set/show monitor-warnings", "pmon".
4397 (ARM): Document "rdilogfile", "rdilogenable", "set/show
4398 rdiromatzero", "set/show rdiheartbeat".
4399 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
4401 (Embedded Processors): Document the "sim" command.
4402 (Remote): Document the "remote" command.
4403 (DJGPP Native): Document the "info serial" command.
4404 (Threads): Document "maint info sol-threads".
4405 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
4406 (Set Breaks): Improve indexing.
4407 (Command Syntax): Add a reference to dont-repeat.
4408 (Define): Document "dont-repeat".
4409 (TUI Commands): Document "tabset".
4410 (WinCE): New subsection. Document "set/show remotedirectory",
4411 "set/show remoteupload", "set/show remoteaddhost".
4415 * gdb.texinfo (Hurd Native): New subsection, documents
4416 Hurd-specific commands.
4417 (Maintenance Commands): Add cross-reference to "Debugging Output".
4418 (Debugging Output): Document "set/show debug lin-lwp".
4419 (MIPS): Improve documentation of heuristic-fence-post. Document
4420 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
4421 mips stack-arg-size", "set/show mips mask-address", "set/show mips
4422 remote-mips64-transfers-32bit-regs", "set/show debug mips".
4423 (ARM): Document ARM-specific commands.
4424 (AVR): New section. Document "info io_registers".
4425 (CRIS): New section. Document "set/show cris-version" and
4426 "set/show cris-dwarf2-cfi".
4427 (HPPA): New section. Document "set/show debug hppa" and "maint
4429 (Neutrino): New subsection. Document "set/show debug nto-debug".
4430 (Super-H): New section. Document the "regs" command.
4431 (Debugging Output): Document "set/show debug aix-thread".
4435 * gdb.texinfo (Print Settings): Document "set/show print
4436 pascal_static-members", "set print repeats", "show print
4437 null-stop". Improve indexing. Fix documentation of "set print
4439 (Pascal): New section.
4440 (Supported languages): Rename from "Support"; all references
4441 updated. Add a menu item for Pascal.
4442 (Numbers): Document "set radix.
4443 (Screen Size): Document "set/show pagination".
4444 (MIPS Embedded): Remove "set processor" documentation.
4445 (Remote configuration): Document "set/show X/P/Z-packet",
4446 "set/show read-aux-vector-packet", "set/show remote
4447 symbol-lookup-packet", "set/show remote verbose-resume-packet",
4448 "set/show remoteaddresssize", "set/show remotebaud", "set/show
4449 remotedebug", "set/show remotebreak", "set/show remotedevice",
4450 "set/show remotelogfile".
4451 (Auxiliary Vector): Add reference to the description of the
4452 read-aux-vector-packet setting.
4453 (Set Watchpoints): Add a cross-reference to "set remote
4454 hardware-breakpoint-limit".
4455 (General Query Packets): Add indexing of requests and
4456 cross-references to related commands in "Remote configuration".
4457 (File-I/O Overview, The system call): Fix wording and typos.
4458 (Thread Stops): Add index entries.
4459 (Continuing and Stepping): Document "show step-mode".
4460 (i386): New node. Document "set/show struct-convention".
4461 (Files): Document "show trust-readonly-sections".
4462 (Calling): Document "set/show unwindonsignal".
4463 (Messages/Warnings): Add index entries.
4464 (Maintenance Commands): Document "set/show watchdog".
4465 (Annotations Overview): Document "show annotate".
4466 (Set Watchpoints): Add index entries.
4467 (Symbols): Fix doc of case-sensitive.
4468 (ABI): Document "show coerce-float-to-double".
4469 (Convenience Vars, Help): Improve indexing.
4470 (Machine Code): Document "show disassembly-flavor".
4471 (Debugging C plus plus): Document "show overload-resolution".
4472 (Value History, Signaling): Add index entries.
4476 * gdb.texinfo (Show): Move @kindex entries to their proper places.
4477 (Processes): Fix wording.
4478 (History, List, Logging output, Define, Symbols, Print Settings):
4483 * gdb.texinfo (Targets): Document "set/show architecture". Remove
4484 redundant index entry for "target" command.
4485 (Backtrace): Add index entries.
4486 (Symbols, Fortran): Document the "set case-sensitive" command.
4487 (DJGPP Native): Document "set com1base", "set com1irq", etc.
4488 (Print Settings): Add index entry for "set demangle-style".
4489 (Target Commands): Document "set download-write-size".
4490 (Debugging Output): Document "set exec-done-display".
4494 * gdb.texinfo (Files): Fix the name and documentation of
4495 add-shared-symbol-files. Document its alias assf. Update the
4496 list of OSs where GDB supports shared libraries. Fix markup.
4497 (Continuing and Stepping): Add reference to @var{location} in the
4499 (Dump/Restore Files): Fix reference to @{filename}.
4500 (Help): Fix wording.
4502 (Set Watchpoints): Ditto.
4503 (Backtrace): Remove redundant index entries. Improve index
4505 (Delete Breaks): Fix wording.
4506 (Memory): Document the compare-sections command.
4507 (Memory Region Attributes): Improve wording.
4508 (Disabling): Improve wording.
4509 (Fortran): New subsection. Document the "info common" command.
4510 (Help): Document aliases "info copying" and "info warranty".
4511 (Caching Remote Data): New section. Document the "set/show
4512 remotecache" and "info dcache" commands.
4513 (Show): Fix wording of the documentation of the "set
4514 extension-language" command.
4515 (Signals): Add index entry for "info handle".
4516 (Memory Region Attributes): Fix punctuation.
4517 (Symbols): Change the arg name to "location" and refer to it in
4518 the text. Fix wording of "info types" doc.
4519 (Threads): Fix usage of @enumerate @item's.
4520 (Listing Tracepoints): Add index entry for "info tp".
4521 (Set Watchpoints): Add xref to "info break" description.
4522 (Macros): Add an index entry for "macro exp1". Document the
4523 "macro list" command.
4524 (Maintenance Commands): Document "flushregs", "maint agent",
4525 "maint check-symtabs", "maint cplus", "maint demangle", "maint
4526 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
4527 "maint print architecture", "maint print objfiles", "maint print
4528 statistics", "maint print type", "maint show-debug-regs", "maint
4529 space", "maint time", and "maint translate-address".
4530 (Connecting): Document the "monitor" command.
4531 (Annotations Overview): Describe the "set annotate" command.
4535 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
4536 Rearrange index entries and improve wording about support for
4537 hardware watchpoints.
4541 * gdb.texinfo: Update copyright
4545 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
4550 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
4554 * gdb.texinfo: Fix spelling, infinte -> infinite.
4558 * observer.texi (GDB Observers): Document "solib_loaded".
4562 * configure.ac: Rename configure.in, require autoconf 2.59.
4563 * configure: Re-generate.
4565 * configure.in: Replace configdirs with multiple references to
4567 * configure: Re-generate.
4571 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
4572 part of the version number.
4576 * gdbint.texinfo (Algorithms): Remove description of
4577 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
4581 * gdb.texinfo (General Query Packets): Specify that thread ID's in
4582 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
4587 * gdb.texinfo (Mode Options): Document -l option.
4591 * gdbint.texinfo (Algorithms): More accurate description of
4592 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
4593 is not needed unless data-read and data-access watchpoints are
4594 supported. Add a description of how GDB checks whether the
4595 inferior stopped because a watchpoint was hit.
4599 * gdb.texinfo (Files): Add cross-reference to description of
4600 -readnow command-line switch.
4604 * gdb.texinfo: Document set/show backtrace past-entry commands.
4605 Rearrange index entries for set/show backtrace past-main.
4610 * gdb.texinfo (Remote Serial Protocol): Further describe
4611 binary transfer escaping mechanism .
4615 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
4616 and "show debug infrun". Add index entries.
4620 * gdb.texinfo (SVR4 Process Information): Document subcommands of
4621 "info proc" that are already implemented. Add index entries.
4622 (Working Directory): Add a cross-reference to "info proc" command.
4623 (Files): Add a tip for decreasing memory used for symtabs from
4625 (Starting): Fix whitespace; make "elaboration" stand out where it
4626 is first used, and add an index entry for the term.
4627 (Calling): Expand and elaborate text. Add "print". Add the
4628 description of problems with weak aliases.
4629 (Core File Generation): New section.
4633 * gdbint.texinfo (Versions and Branches): New chapter.
4634 (Releasing GDB): Delete "Versions and Branches" section.
4635 (Top): Add "Versions and Branches".
4639 * gdb.texinfo (Editing, History): Add cross-references to the
4640 included Readline and History user documentation. Remove
4641 references to the symbol have-readline-appendices which is unused
4643 (History): Fix indexing.
4647 * gdbint.texinfo (target_stopped_data_address): Update to
4649 (i386_stopped_data_address): Update prototype and description.
4650 (i386_stopped_by_watchpoint): New function and description.
4654 * gdb.texinfo (Filenames): Add Ada suffixes.
4660 * gdb.texinfo (Packets): Document the "p" packet.
4664 * gdb.texinfo (Paths and Names of the Source Files): Document the
4665 meaning of values in the 'desc' field of a SO stab.
4669 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
4670 max-cache-age" and "maint show dwarf2 max-cache-age".
4674 * gdb.texinfo (Set Breaks): Add index entry for setting
4675 breakpoints on overloaded C++ functions that are not members of
4676 any classes. Add an example and an index entry for setting
4677 breakpoints on all program functions.
4678 (Character Sets, Macros, Overlay Commands)
4679 (Non-debug DLL symbols, GDB/MI Output Syntax)
4680 (Annotations Overview, Maintenance Commands, File-I/O Overview):
4681 Use "(@value{GDBP})" instead of a literal "(gdb)".
4685 * gdbint.texinfo (Native Debugging): Delete description of
4690 * gdbint.texinfo (User Interface): Change local_hex_string_custom
4691 to hex_string_custom (not historically correct, but more
4692 understandable, given the current code).
4696 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
4700 * observer.texi (solib_unloaded): New observer.
4704 * gdbint.texinfo (Target Architecture Definition): Add missing
4709 * (Using the Testsuite): build != host is supported,
4710 but some test scripts do not support build != host.
4714 * gdbint.texinfo (Host Definition): Delete description of
4715 FCLOSE_PROVIDED and GETENV_PROVIDED.
4719 * gdbint.texinfo (Host Definition): Delete description of
4721 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
4726 * gdbint.texinfo (Target Architecture Definition): Delete
4727 reference to deprecated_read_fp.
4731 * gdbint.texinfo (Target Architecture Definition): Delete
4732 description of DEPRECATED_REGISTER_BYTES.
4736 * gdb.texinfo (Source Path): Document the new behavior of
4737 searching for the source files.
4741 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
4742 (Search, Expressions, Arrays, Variables, Data, Machine Code)
4743 (Auto Display): Improve indexing.
4747 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
4752 * gdb.texinfo: Fix @kindex entries so that multiple commands that
4753 have the same prefix have only their prefix in the index.
4757 * gdb.texinfo (BSD libkvm Interface): New node (section)
4758 (Native): Add it to the menu.
4762 * gdbint.texinfo (Target Architecture Definition): Remove
4767 * gdbint.texinfo (Target Architecture Definition): Remove
4768 SUN_FIXED_LBRAC_BUG.
4772 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
4776 * gdbint.texinfo (Target Architecture Definition): Deprecate
4777 USE_STRUCT_CONVENTION.
4781 gdb.texinfo (Bug Reporting): Mention session recording,
4782 with the script command or Emacs.
4786 * gdbint.texinfo (Target Architecture Definition): Deprecate
4787 FUNCTION_START_OFFSET.
4791 Based on changes from Karl Berry.
4792 * gdb.texinfo: Do not use @sc in a direntry.
4793 * stabs.texinfo: Change @dircateogry to "Software development".
4794 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
4798 * gdbint.texinfo (Target Architecture Definition): Delete
4799 description of RETURN_VALUE_ON_STACK.
4803 * gdbint.texinfo (Native Debugging): Restore "@table @code"
4804 deleted by previous patch.
4808 * gdbint.texinfo (Native Debugging): Delete documentation on
4813 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
4817 * gdb.texinfo (push_dummy_call): Update argument list to match
4818 the new push_dummy_call method signature. Describe the function
4823 * gdb.texinfo (Starting): Document new start command.
4827 * observer.texi (GDB Observers): Document "inferior_created".
4831 * gdbint.texinfo (Target Architecture Definition): Delete
4832 description of DO_DEFERRED_STORES.
4834 * gdbint.texinfo (Target Architecture Definition): Delete
4835 references to DEPRECATED_FIX_CALL_DUMMY.
4837 * gdbint.texinfo (Target Architecture Definition): Delete
4838 description of DEPRECATED_CALL_DUMMY_WORDS,
4839 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
4841 * gdbint.texinfo (Target Architecture Definition): Delete
4842 description of DEPRECATED_PUSH_DUMMY_FRAME.
4844 * gdbint.texinfo (Target Architecture Definition): Delete
4845 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
4849 * observer.texi (GDB Observers): Add "Debugging" section. Include
4850 cross reference to "set/show debug observer".
4851 * gdb.texinfo (Debugging Output): Document "set/show debug
4856 * gdbint.texinfo (Target Architecture Definition): Delete
4857 description of DEPRECATED_PC_IN_SIGTRAMP.
4861 * gdbint.texinfo (Target Architecture Definition): Delete
4862 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
4866 * observer.texi (GDB Observers): Correct spelling.
4870 * observer.texi (GDB Observers): Add target_changed event.
4874 * observer.texi (GDB Observers): Rework, provide generic observer
4875 definitions and then a list of observable events.
4879 * gdbint.texinfo (Host Definition): Delete reference to
4884 * gdbint.texinfo (Target Architecture Definition): Delete
4885 reference to DEPRECATED_CALL_DUMMY_LENGTH.
4889 * gdb.texinfo (TUI Commands): Document tui reg commands.
4893 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
4895 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
4896 (Contributors): Mention both Text and Terminal User Interface.
4900 * gdbint.texinfo (Target Architecture Definition): Deprecate
4901 references to SIGTRAMP_START and SIGTRAMP_END.
4905 * gdbint.texinfo (Target Architecture Definition): Deprecate
4906 references to PC_IN_SIGTRAMP.
4910 * gdbint.texinfo (Target Architecture Definition): Delete
4911 reference to GDB_TARGET_IS_HPPA.
4915 * gdbint.texinfo (Coding): Update section on gdbarch_data,
4916 describe pre_init and post_init.
4920 * gdb.texinfo (Debugging Output): Document values for "set debug
4925 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
4929 * gdb.texinfo (breakpoints): Add information about the
4930 new "set breakpoint pending" and "show breakpoint pending"
4935 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
4936 in Per-architecture module data section.
4940 * gdb.texinfo (General Query Packets): Document qPart:... packets.
4944 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
4945 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
4946 * fdl.texi: Import Version 1.2, November 2002.
4950 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
4954 * gdbint.texinfo (Target Architecture Definition): Deprecate
4955 FRAMELESS_FUNCTION_INVOCATION.
4959 * gdbint.texinfo (Coding): Mention -Wunused-function.
4963 * gdbint.texinfo (Target Architecture Definition): Delete
4964 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
4968 * gdb.texinfo: Properly quote the name "C++".
4969 * gdbint.texinfo: Ditto.
4970 * stabs.texinfo: Ditto.
4974 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
4975 minimal information about libiberty.
4979 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
4983 * gdb.texinfo (Auxiliary Vector): New node (section).
4984 (Data): Add it to the menu.
4988 * gdb.texinfo (Breakpoints): Add information about pending
4993 * gdb.texinfo (Overview): Delete references to the cisco protocol
4994 including the "N" response.
4998 * gdbint.texinfo (Target Architecture Definition): Rename
4999 EXTRACT_STRUCT_VALUE_ADDRESS to
5000 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5004 * gdb.texinfo (KOD): Document "show os". Add index entries for
5005 "set/show os" and "info cisco" commands.
5009 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
5013 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
5014 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
5018 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
5020 (GDB/MI Variable Objects): Describe extension to
5025 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
5029 * gdbint.texinfo (Target Architecture Definition): Delete
5030 documentation on DEPRECATED_NPC_REGNUM.
5034 * gdb.texinfo: Update copyright year. Mention that set
5035 follow-fork-mode is supported on GNU/Linux. Remove documentation of
5036 "set follow-fork-mode ask".
5040 * gdbint.texinfo: Update copyright year.
5041 (Coding): Add -Wunused-label to list of -Werror warnings.
5046 * gdb.texinfo: Update copyright.
5047 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
5048 around names, as appropriate. Minor syntax cleanup of
5049 _NSPrintForDebugger explanation. Two spaces after periods.
5050 GDBN used instead of lit. "gdb". Index entries added for
5051 print-object and _NSPrintForDebugger. @noindent added in one spot.
5055 * stabs.texinfo: Add dircategory and direntry commands.
5056 * annotate.texinfo: Ditto.
5060 * gdbint.texinfo (Target Architecture Definition): Replace the
5061 return_value method's "inval" and "outval" parameters with
5062 "readbuf" and "writebuf".
5066 * gdb.texinfo (The F request packet, The F reply packet): Renamed
5067 from "The `F' request packet" and "The `F' reply packet", to make
5069 (File-I/O remote protocol extension): Update menu entries, too.
5073 * gdb.texinfo (Thread Stops): Document the issue with
5074 premature return from system calls in multi-threaded programs.
5078 * annotate.texinfo: Fix "fortunatly"[sic].
5082 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
5083 with "Hitachi" and "Mitsubishi".
5087 * gdbint.texinfo (Target Architecture Definition): Document
5088 gdbarch_return_value. Add cross references from
5089 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
5090 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
5094 * gdbint.texinfo (Target Architecture Definition): Document
5095 regset_from_core_section.
5099 * gdb.texinfo (M32R/D): Mention m32rsdi target.
5104 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
5108 * gdb.texinfo (Breakpoint related warnings): New node.
5109 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
5113 * gdb.texinfo (Remote Protocol): Document v and vCont.
5117 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
5118 * gdbint.texinfo: Ditto.
5123 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
5128 * gdbint.texinfo (Target Architecture Definition): Deprecate
5129 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
5134 * gdbint.texinfo (Target Architecture Definition): Rename
5135 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
5136 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
5137 * gdbint.texinfo (Target Architecture Definition): Rename
5141 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
5142 (Target Architecture Definition):
5144 * gdbint.texinfo (Target Architecture Definition): Rename
5145 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
5149 * gdbint.texinfo (Target Architecture Definition): Delete
5150 documentation for NEED_TEXT_START_END.
5152 * gdbint.texinfo (Target Architecture Definition): Rename
5153 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
5158 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
5162 * gdbint.texinfo (Target Architecture Definition): Fix typos.
5166 * gdbint.texinfo (Target Architecture Definition): Document
5167 stabs_argument_has_addr.
5171 * gdbint.texinfo (Target Architecture Definition): Delete
5172 documentation on REGISTER_NAMES.
5176 * gdbint.texinfo (Target Architecture Definition): Replace
5177 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
5181 * gdbint.texinfo (Target Architecture Definition): Replace
5182 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
5186 * gdbint.texinfo (Target Architecture Definition): Document
5187 "frame_red_zone_size".
5191 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
5192 with "set/show backtrace past-main" and "set/show backtrace
5197 * Makefile.in (install-info): Support DESTDIR.
5198 (install-html): Likewise.
5202 Patch from Nick Roberts.
5203 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
5204 bindings. Remove description of send-gdb-command.
5208 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
5213 * gdb.texinfo (Mode Options): Mention that level three is the
5214 highest available and that level 2 is deprecated.
5215 (Annotations Overview): Mention annotation levels. Cross reference
5216 to "Limitations of the Annotation Interface" in annotate.texi.
5217 (TODO, Value Annotations, Frame Annotations): Delete section.
5218 (Displays, Breakpoint Info): Delete.
5222 * agentexpr.texi: Delete @bye.
5223 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
5224 (stabs.info): Add $(srcdir) to include search path.
5225 (html): Depend on "annotate_toc.html", and not "annotate.html".
5226 * stabs.texinfo: Ditto. Include "fdl.texi".
5227 * gdbint.texinfo: Update copyright statement's list of invariant
5232 * Makefile.in (INFO_DEPS): Add annotate.info.
5233 (dvi, ps, html, pdf): Add annotate.
5234 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
5235 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
5236 (ANNOTATE_DOC_FILES): New macro.
5237 (ANNOTATE_TEX_TMPS): New macro.
5238 (annotate.info, annotate_toc.html): Specify dependencies.
5239 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
5240 * annotate.texinfo: Rename annotate.texi. Get building. Add
5241 "Migrating to GDB/MI" and "Limitations of the Annotation
5242 Interface" chapters. Mention why it is not part of the user
5243 guide. Update copyright notice. Include "fdl.texi".
5247 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
5251 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
5255 * gdb.texinfo (Server): Mention pidof.
5259 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
5264 * gdb.texinfo (Logging output): New chapter.
5268 * gdb.texinfo (Unsupported languages): New section.
5269 (Languages): Add link to new section.
5273 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
5277 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
5281 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
5282 * agentexpr.texi: Retitle section, and change it to an appendix.
5283 Comment out texinfo initialization. Factor a @var{} into two
5284 pieces to prevent makeinfo warnings.
5285 * gdb.texinfo: Add Agent Expressions appendix.
5289 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
5293 * gdb.texinfo (Remote Debugging): New section "Connecting to a
5294 remote target". Document the "detach" and "disconnect" commands.
5295 (Server, Netware, Debug Session): Reference "Connecting to a
5297 (GDB/MI Target Manipulation): Document "-target-disconnect".
5301 * gdbint.texinfo (Target Architecture Definition): Deprecate
5302 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
5303 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
5307 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
5311 * gdbint.texinfo (Target Architecture Definition): Delete
5312 documentation on FRAME_ARGS_ADDRESS_CORRECT.
5316 * gdbint.texinfo (Target Architecture Definition): Document
5317 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
5321 * gdb.texinfo: Add Objective-C documentation.
5325 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
5326 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
5330 * gdbint.texinfo (Target Architecture Definition): Delete
5331 references to "extract_address" and "store_address".
5335 * gdbint.texinfo (Target Architecture Definition): Replace
5336 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
5337 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
5341 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
5345 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
5346 (gdb.dvi): Likewise.
5347 (gdb.pdf): Likewise.
5348 (links2roff): Likewise.
5352 * gdb.texinfo (Dump/Restore Files): Update documentation for
5353 'dump', 'append', and 'restore': note that format argument is
5354 optional; simplify presentation of the command variants; and be
5355 more precise about the formats.
5359 * gdb.texinfo (Symbols): Update documentation: 'maint list
5360 symtabs' and 'maint list psymtabs' have been renamed 'maint info
5361 symtabs' and 'maint info psymtabs'.
5365 * gdbint.texinfo (Target Architecture Definition): Make
5366 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
5367 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
5368 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
5372 * gdb.texinfo (Maintenance Commands): Document "maint print
5377 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
5382 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
5387 * gdbint.texinfo (Target Architecture Definition): Document
5388 push_dummy_code. Add cross references.
5392 * gdb.texinfo (Character Sets): Update to reflect new behavior of
5393 set/show charsets commands.
5397 * gdbint.texinfo (Target Architecture Definition): Replace
5398 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
5399 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
5403 * gdbint.texinfo (Target Architecture Definition): Rename
5404 "tm_print_insn" to "deprecated_tm_print_insn".
5408 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
5413 * gdbint.texinfo (Target Architecture Definition): Delete
5414 references to EXTRA_FRAME_INFO.
5418 * gdbint.texinfo (Target Architecture Definition): Delete
5419 PRINT_TYPELESS_INTEGER.
5423 * observer.texi (GDB Observers): Adjust the documentation for the
5424 normal_stop notification to better describe reality. Fix a couple
5429 * gdb.texinfo (GDB/MI Program Control): Add
5430 '-file-list-exec-source-file'
5434 * gdbint.texinfo (Target Architecture Definition): Delete
5435 references to CALL_DUMMY_P.
5439 * gdbint.texinfo (Target Architecture Definition): Remove
5440 reference to TARGET_WRITE_SP.
5444 * gdbint.texinfo (Target Architecture Definition): Remove
5445 references to write_sp.
5449 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
5450 chapter body. Use @smallexample instead of @example.
5451 (Annotations): Ditto.
5452 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
5457 * gdbint.texinfo (Target Architecture Definition): Replace
5458 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
5459 dummy_addr parameters.
5463 * gdbint.texinfo (Target Architecture Definition): Delete
5464 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
5465 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5466 Add reference to PUSH_ARGUMENTS.
5470 * gdbint.texinfo (Algorithms, Target Architecture Definition):
5471 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
5475 * gdbint.texinfo (Algorithms): Add new section describing the
5477 (Top): Add menu entry to new observer appendix.
5478 * observer.texi: New file.
5479 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
5480 new observer.texi file.
5484 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
5485 that GNU Press update the manual version number.
5489 * gdbint.texinfo (Target Architecture Definition): Delete
5490 references to get_saved_register. Rename GET_SAVED_REGISTER to
5491 DEPRECATED_GET_SAVED_REGISTER.
5495 * gdbint.texinfo (Target Architecture Definition): Replace
5496 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
5500 * gdbint.texinfo (Target Architecture Definition): Rename
5501 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
5505 * gdb.texinfo: Add File-I/O documentation.
5509 * gdbint.texinfo (Target Architecture Definition): Cross reference
5510 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
5514 * gdb.texinfo (Debugging Output): Mention the "set/show debug
5519 * gdbint.texinfo (Target Architecture Definition): Document
5520 unwind_dummy_id. Cross reference unwind_dummy_id and
5521 SAVE_DUMMY_FRAME_TOS.
5526 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
5531 * gdbint.texinfo (Target Architecture Definition): Document
5536 * stabs.texinfo (Structures): Use @samp and separate @var's
5537 instead of a single @var containing a comma separated list.
5542 * Makefile.in (distclean): Remove config.log.
5546 * gdbint.texinfo (Target Architecture Definition): Rename
5547 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
5551 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
5552 DEPRECATED_INIT_EXTRA_FRAME_INFO.
5556 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
5557 (Non-debug DLL symbols): New node, describing the minimal symbols
5558 loaded from DLLs without real debugging symbols.
5562 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
5563 hardware-breakpoint-limit".
5564 (Set Watchpoints): Add cross reference to "set remote
5565 hardware-watchpoint-limit".
5566 (Remote configuration options): New section.
5570 * gdbint.texinfo (Target Architecture Definition): Delete
5571 descrption of IS_TRAPPED_INTERNALVAR.
5574 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
5575 option "-i"/"--interpreter" to this chapter. Include index
5580 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
5581 (Variables): Recommend stabs+ and DWARF 2.
5582 (C plus plus expressions): Correct info about
5583 compiler versions, debug formats.
5584 (Contributors): Change 'DWARF2' to 'DWARF 2'.
5589 * gdbint.texinfo (Target Architecture Definition): Delete
5590 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
5591 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
5592 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
5593 references to nindy and i960.
5594 * gdb.texinfo (i960): Delete all references to i960 and nindy.
5598 * gdbint.texinfo (Target Architecture Definition): Delete
5603 * stabs.texinfo (Member Type Descriptor): Clarify description of
5604 `@'. Suggested by Ben Hutchings.
5608 * gdb.texinfo (M68K): Delete reference to es1800.
5612 * gdb.texinfo (Maintenance Commands): Document `maint print
5613 reggroups' and `maint print register-groups'.
5614 * gdbint.texinfo (Target Architecture Definition): Document
5615 register_reggroup_p.
5619 * gdb.texinfo (Separate Debug Files): New section.
5623 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
5624 and "maint show profile".
5628 * gdb.texinfo (Installing GDB): Warn against
5629 ".../gdb-VERSION/gdb/configure".
5630 (Separate Objdir): Likewise.
5634 * gdbint.texinfo (Target Architecture Definition): Delete
5635 definition of PRINT_REGISTER_HOOK.
5639 (OpenRISC 1000): Fix formatting of command names.
5643 * gdb.texinfo (Continuing and Stepping): Add new command
5644 'advance'. Clarify behavior of 'until'.
5648 * gdb.texinfo (Files): Document solib-absolute-prefix and
5653 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
5654 (Create a Release): Add new instructions for new @file{src-release}.
5655 Document existing instructions for @file{Makefile.in} as
5656 being for @value{GDBN} 5.3.1 or earlier.
5660 * gdbint.texinfo (Target Architecture Definition): Mention
5661 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
5666 * gdb.texinfo (Controlling GDB): Add @kindex for
5668 (Backtraces): Add @kindex's for backtrace-below-main.
5672 * gdb.texinfo (Controlling GDB): Document "set osabi".
5676 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
5677 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
5681 * gdb.texinfo (Controlling GDB): Add ABI section. Document
5682 "set coerce-float-to-double".
5683 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
5687 * stabs.texinfo: Remove obsolete text.
5688 * gdbint.texinfo: Ditto.
5689 * gdb.texinfo: Ditto.
5693 * gdbint.texinfo (Target Architecture Definition): Update
5694 description of gdbarch_register_osabi.
5698 * agentexpr.texi: Fix typos.
5699 * annotate.texi: Likewise.
5700 * fdl.texi: Likewise.
5704 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
5705 DEPRECATED_INIT_FRAME_PC.
5709 * gdbint.texinfo (Target Architecture Definition): Delete
5714 * gdbint.texinfo (Host Definition): Delete documentation on
5715 USE_GENERIC_DUMMY_FRAMES.
5719 Fix PR gdb/723 and PR gdb/245.
5720 * Makefile.in (install-info): Run the install-info command as part
5721 of the post install steps only.
5722 (uninstall-info): New target.
5723 (uninstall): New target.
5727 * Makefile.in (install): Make install do some real work.
5731 Fix POSIX problem reported by Paul Eggert.
5732 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
5737 * gdbint.texinfo (Target Architecture Definition): Delete
5738 definition of DO_REGISTERS_INFO.
5742 * gdbint.texinfo (Address Classes): Fix problems with insertion
5743 of ``{'' and ``}'' in example.
5747 * gdbint.texinfo (Address Classes): New section.
5748 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
5749 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
5750 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
5751 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
5755 * gdb.texinfo (Registers): Mention vector registers as well as
5756 floating registers in the documentation for 'info registers' and
5757 'info all-registers'.
5761 * gdbint.texinfo (CPLUS_MARKER): Remove item.
5765 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
5766 interface definition.
5770 * gdb.texinfo (Target Commands): Add or1k target specific
5772 * gdb.texinfo (Contributors): Add myself to the contributors list.
5776 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
5777 and "mi1" instead of "mi1" and "mi0".
5781 * gdb.texinfo (Packets): Fix typos "alligned".
5782 Correct z3/Z3 description. Correct z4/Z4 title.
5786 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
5790 * gdb.texinfo: Use GNU/Linux instead of Linux.
5794 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
5798 * gdb.texinfo: Replace @example with @smallexample.
5803 * gdb.texinfo (Character Sets): Use @smallexample instead of
5804 @example. Use GNU/Linux instead of Linux.
5808 * gdb.texinfo: Add character set documentation.
5812 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
5813 (Packets): Add cross reference from `b' packet to `z' packets.
5817 * gdb.texinfo (Maintenance Commands): Document ``maint
5818 internal-error'' and ``maint internal-warning''.
5820 * gdbint.texinfo (Target Architecture Definition): Revise
5821 description of STACK_ALIGN. Add description of FRAME_ALIGN.
5825 * gdbint.texinfo (Target Conditionals): Document the new
5826 NAME_OF_MALLOC macro.
5830 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
5835 * gdb.texinfo (TUI Overview): Document status line fields.
5839 * gdb.texinfo (TUI Commands): Document info win command.
5843 * gdb.texinfo (TUI Overview): Document breakpoint markers.
5847 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
5848 (TUI Keys): Likewise.
5852 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
5853 for a packet receive.
5857 * Makefile.in (clean): Move to end of file.
5858 (distclean, maintainer-clean, realclean): Ditto.
5859 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
5860 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
5861 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
5862 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
5866 * Makefile.in (GDBINT_TEX_TMPS): Define.
5867 (gdbint.dvi, gdbint.pdf): Use
5868 (GDB_TEX_TMPS): Define.
5869 (gdb.dvi, gdb.pdf): Use.
5870 (STABS_TEX_TMPS): Define.
5871 (stabs.dvi, stabs.pdf): Use.
5872 (GDB_DOC_SOURCE_INCLUDES): New macros.
5873 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
5874 (GDBINT_DOC_FILES_INCLUDES): New macros.
5875 (GDBINT_DOC_BUILD_INCLUDES): New macros.
5876 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
5877 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
5878 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
5879 (links2roff): Replace SFILES_INCLUDED with
5880 GDB_DOC_SOURCE_INCLUDES.
5881 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
5882 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
5883 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
5885 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
5887 (gdbmi.texinfo): Delete rule.
5888 (inc-hist.texinfo): Delete rule.
5889 (rluser.texinfo): Delete rule.
5893 * gdbint.texinfo (Target Architecture Definition): Update
5894 STORE_RETURN_VALUE, mention regcache.
5898 * gdbint.texinfo (Target Architecture Definition): Document
5899 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
5903 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
5904 Fix minor typos. Add index entries.
5908 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
5912 * gdbint.texinfo (Target Architecture Definition): Document
5914 * gdb.texinfo (Vector Unit): Document "info vectors" command.
5918 * gdb.texinfo (Maintenance Commands): Document "maint print
5919 registers", "maint print raw-registers" and "maint print
5925 * gdb.texinfo (Protocol): Document T packet extension to
5926 allow watchpoint address reporting.
5930 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
5934 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
5939 * gdbint.texinfo (Coding): Revise section "Include Files".
5943 * gdbint.texinfo: Obsolete references to m88k.
5944 * gdb.texinfo: Ditto.
5948 * gdbint.texinfo (Create a release candiate): Add the location
5949 where the proper version of autoconf can be retrieved.
5953 * gdb.texinfo (Command Files): Further describe the behavior of
5954 sourced command files.
5958 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
5959 (Coding): Clarify ISO C version that GDB assumes.
5963 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
5964 add_setshow_cmd_full.
5968 * gdb.texinfo (Memory Region Attributes): Document new behavior
5973 * gdb.texinfo (Symbols): Update documentation for `info source'
5976 * gdb.texinfo (Macros): Call the command `info macro', not
5981 * gdbint.texinfo (Coding): Add section ``Per-architecture module
5986 * gdbint.texinfo (Target Architecture Definition): Document
5987 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5991 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
5996 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
6001 * gdbint.texinfo (Target Architecture Definition): Add section
6002 ``Converting an existing Target Architecture to Multi-arch''.
6006 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
6007 to ``Obsoleting code''. Revise.
6011 * gdb.texinfo (C Preprocessor Macros): New chapter.
6012 Include it in the main menu.
6013 (Contributors): Credit Jim Blandy with macro support.
6014 (Compilation): Explain how to get macro information into the
6016 (Expressions): Note that preprocessor macros are expanded.
6020 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
6021 options for `target remote'.
6025 * gdbint.texinfo (Target Architecture Definition): Delete
6026 documentation on NNPC_REGNUM.
6030 * gdbint.texinfo (Target Architecture Definition): Document
6031 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
6032 (Target Architecture Definition): Revise section `Using Different
6033 Register and Memory Data Representations'. Add section `Raw and
6034 Virtual Register Representations'.
6038 * gdbint.texinfo (Target Architecture Definition): Mention
6039 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
6040 (Target Architecture Definition): Mention same. Add references to
6045 * stabs.texinfo (Attributes): Document new "vector" attribute.
6049 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
6053 * gdb.texinfo: Delete obsolete references to a29k.
6057 * gdbint.texinfo (Target Architecture Definition): Replace
6058 IN_SIGTRAMP with PC_IN_SIGTRAMP.
6062 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
6066 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
6070 * gdbint.texinfo (Target Architecture Definition): Delete
6071 definition of HAVE_REGISTER_WINDOWS.
6075 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
6081 * gdb.texinfo (show max-user-call-depth): Correct formatting.
6082 Provide a better explaination of this feature.
6086 * gdbint.texinfo (Target Architecture Definition): Remove
6087 FRAME_CHAIN_COMBINE.
6091 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
6096 * gdbint.texinfo (Obsolete Conditionals): Remove references to
6101 * gdb.texinfo (Bug Reporting): Document that the web is the
6102 prefered way of submitting bug reports.
6103 (Bug Reporting): Delete the s-mail address as the last resort.
6107 * gdbint.texinfo (Target Architecture Definition): Delete
6108 references to TARGET_WRITE_FP and write_fp.
6112 * gdb.texinfo: Document new commands dump, append, and restore.
6116 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
6121 * gdb.texinfo: Change all examples to @smallexample.
6122 * gdbint.texinfo: Ditto.
6126 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
6131 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
6136 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
6137 expresson, suports, dependant, trhe, perhaphs, situtations,
6138 explictily, taged, oportunity, unfortunatly).
6142 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
6143 Remove reference to 3.12.
6147 * gdbint.texinfo: Include fdl.texi.
6148 (Top): Add GNU Free Documentation License.
6149 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
6150 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
6151 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
6152 (gdbint.info): Add srcdir to include path.
6153 * gdb.texinfo: Include gpl.texi.
6155 * gpl.texi: New file.
6159 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
6163 * gdb.texinfo: Document Cygwin native specific commands.
6167 * gdb.texinfo: Document gdbserver ``--attach'' command.
6171 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
6172 to @code(_ovly_debug_event).
6176 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
6180 * gdb.texinfo (overlays): Mention new magic symbol
6181 '_ovly_debug_event', which allows GDB to keep better track
6186 * gdb.texinfo (Memory Region Attributes): Fix the wording.
6187 Suggested by Dmitry Sivachenko.
6189 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
6193 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
6197 * gdb.texinfo: (remote protocol): Gramatical fix-up.
6198 (set trust-readonly-sections): Document.
6202 * gdbint.texinfo (Releasing GDB): Revise and update.
6206 * gdbint.texinfo (Target Architecture Definition): Delete
6207 description of TARGET_BYTE_ORDER_DEFAULT.
6211 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
6216 * libgdb.texinfo: Delete file.
6220 * gdb.texinfo: Remove makeinfo 3.12 hacks.
6221 * gdbint.texinfo: Ditto.
6225 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
6229 * Makefile.in: Update copyright.
6231 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
6232 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
6234 (TEXINDEX, PDFTEX): Delete makefile variables.
6238 * gdb.texinfo (Protocol): Move section to appendix.
6242 * gdb.texinfo (Remote Debugging): Create a menu.
6243 (Top): Add ``Remote Debugging'' to menu.
6247 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
6248 serial protocol'' from here.
6249 (Remote Debugging): To here. New chapter.
6253 * gdbint.texinfo (Target Architecture Definition): Delete
6254 description of TARGET_BYTE_ORDER_SELECTABLE_P.
6258 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
6259 are no longer needed.
6260 (Porting GDB): Add maintainer note about configure.host.
6264 * gdbint.texinfo (Target Architecture Definition): Remove
6265 definition of IEEE_FLOAT.
6269 * gdb.texinfo: Beautify copyright years; fix a typo.
6270 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
6275 * gdbint.texinfo (Host Definition): Remove references to
6276 MALLOC_INCOMPATIBLE.
6280 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
6285 * gdb.texinfo (Maintenance Commands): Add appendix.
6286 (Set Breaks): Copy ``maint info breakpoint'' doco to
6287 ``Maintenance Commands'' appendix. Add reference.
6291 * fdl.texi: Remove next/prev from @node.
6295 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
6296 for monstrous @multitable (from Brian Youmans).
6298 * fdl.texi: New file.
6300 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
6304 * gdbint.texinfo (Releasing GDB): New chapter.
6308 * gdb.texinfo (Embedded Processors, Calling program functions):
6309 Obsolete references to a29k.
6313 * gdbint.texinfo (Coding): Review Cleanups section. Examples
6314 examples. Document that a code-block should do or discard its
6315 cleanups before exit.
6319 * gdb.texinfo (Choosing files): Change @samp to @file.
6323 * gdb.texinfo (--pid): Document new command line option (attach).
6327 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
6332 * gdbint.texinfo (Target Architecture Definition): Replace
6333 BIG_ENDIAN with BFD_ENDIAN_BIG.
6337 * gdbint.texinfo (Target Architecture Definition): Replace
6338 value_ptr with struct value pointer.
6342 * gdb.texinfo (Free Software): Fix wording.
6346 * gdb.texinfo (Free Software): New section ``Free Software Needs
6347 Free Documentation''.
6355 * annotate.texi: Fix the application of GFDL in the Copyright notice.
6359 * gdb.texinfo (maint info sections): Fix typo.
6363 * gdb.texinfo (maint info sections): Document.
6365 * gdb.texinfo (info proc): Comment out documentation for
6366 'info proc' sub-options that are currently not implemented.
6370 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
6374 * gdbint.texinfo (Target Architecture Definition): Replace
6375 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
6379 * gdbint.texinfo (Host Definition): Delete documentation on
6384 * gdb.texinfo (Overlays): New chapter, documenting GDB's
6385 overlay support. Add to top-level menu.
6389 * gdb.texinfo (Command Syntax): Document C-o binding.
6393 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
6394 use since it is described in the referenced section.
6397 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
6398 clearer when using DJGPP.
6402 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
6403 specifically refer to MS-DOS.
6404 (command files): Mention gdb.ini is only used on MS-DOS.
6408 * gdb.texinfo (Invoking GDB): Document --args.
6409 (Mode Options): Likewise.
6413 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
6414 Delete documentation; this macro has been removed from the
6419 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
6423 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
6427 * gdb.texinfo (info functions): Document use of backslash to
6428 quote regexp chars in function names such as "operator*()".
6432 * gdbint.texinfo (SOLIB_ADD): Document additional new
6437 * gdb.texinfo: (Command Files) Added documentation for the
6438 behavior of gdb with input redirected from a file.
6442 * gdb.texinfo (auto-solib-add): Change docs to match
6443 implementation change.
6444 (auto-solib-limit): Add docs for new variable.
6448 * gdbint.texinfo (Target Architecture Definition): Function
6449 value_as_pointer renamed to value_as_address.
6453 * gdbint.texinfo (Target Architecture Definition): Default
6454 POINTER_TO_ADDRESS functions assume unsigned addresses.
6455 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
6456 posting by Jim Blandy.
6460 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
6461 version of texi2html (1.64) doesn't support this flag any more.
6465 * gdbint.texinfo (Host Definition): Remove description of
6468 * gdbint.texinfo (Host Definition): Remove description of R_OK.
6470 * gdbint.texinfo (Host Definition): Remove description of
6475 * gdbint.texinfo (Target Architecture Definition): Add
6476 explanation of TARGET_PRINT_INSN macro.
6480 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
6481 Explain what it means to load relocatable files.
6485 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
6490 * gdbint.texinfo: Add a cautionary note about macro use.
6494 * gdb.texinfo: Explain omitting the hostname in the
6495 `target remote' command.
6499 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
6500 and END-INFO-DIR-ENTRY.
6504 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
6508 * gdbint.texinfo (libgdb): Rewrite.
6512 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
6516 * gdb.texinfo (TUI): New chapter, document the TUI.
6517 (Mode Options): Document the -tui option.
6521 * gdbint.texinfo (Host Definition): Remove description of
6526 * gdb.tex (DJGPP Native): New node, with descriptions of
6527 DJGPP-specific commands.
6531 * gdbint.texinfo: Three misspellings.
6535 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
6536 `test` expressions on bash. Problem reported by Colin Walters.
6540 * gdbint.texinfo (User Interface): Update ui-out documentation to
6541 refelect recent UI/MI updates.
6545 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
6550 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
6551 structure and not macros.
6552 (Host Definition): Document that much of this chapter is obsolete.
6553 (Target Architecture Definition): Update list of files that make
6554 up a target architecture.
6559 * gdbint.texinfo (Target Architecture Definition): Update
6560 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
6561 The latter has been changed to a true predicate.
6565 * annotate.texi: Add @noindent where needed. From Dmitry
6567 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
6571 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
6575 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
6576 returns ``OK''. Document that the ``R'' packet does not reply.
6580 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
6584 * gdb.texinfo (Signals): Clarify the default setting of signal
6589 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
6590 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
6594 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
6598 * gdbint.texinfo (Clean Design and Portable Implementation):
6599 Renamed from "Clean Design".
6600 (Clean Design and Portable Implementation): Document portable
6601 methods of handling file names, and the associated macros.
6605 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
6606 command and provide a cross-reference to its description.
6607 (Symbols): Note that "info scope" is useful for trace experiments.
6611 * gdb.texinfo (Symbols): Document "info scope".
6612 (Tracepoints): New chapter.
6613 (Contributors): Update for v5.1.
6614 <All nodes>: Change "C++" to "C@t{++}".
6616 * gdbint.texinfo (User Interface): A new section about ui_out
6617 functions, based on text written by Fernando Nasser.
6619 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
6623 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
6625 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
6627 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
6628 Replace "GDB" with "@value{GDBN}". Fix markup.
6630 * annotate.texi: Change Permissions to GFDL. Update Copyright.
6632 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
6633 a cross-reference to its description.
6634 (Symbols): Document "info symbol".
6638 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
6639 subsection "x86 Watchpoints".
6640 (Target Architecture Definition): Document the macros
6641 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
6642 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
6646 * gdbint.texinfo (Target Architecture Definition): Update
6647 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
6652 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
6653 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
6657 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
6661 * gdb.texinfo (Environment): Document that `path' does not change
6662 the value of PATH in GDB's own environment (it did in the past,
6663 but that was changed on March 15, 1994). Reported by Doug Evans
6666 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
6667 its line. Fix markup of commands and macros. Add an Index node
6672 * gdb.texinfo (Memory region attributes): New manual section.
6676 * gdbint.texinfo (POP_FRAME): Document use by return_command.
6680 * refcard.tex: Version and copyright fixed. From Phil Edwards
6685 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
6686 DWARF2_REG_TO_REGNUM): Document.
6690 * gdbint.texinfo (Coding): Update current value of
6691 --enable-build-warnings. Mention --enable-gdb-build-warnings.
6695 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
6700 * gdb.texinfo: Document new 'set step-mode' command.
6704 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
6709 * gdb.texinfo (Hooks): Document the new post-hook functionality.
6714 * gdbint.texinfo (Overall Structure): Spelling fix.
6718 * gdbint.texinfo (Target Architecture Definition): Document that
6719 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
6720 for which REGISTER_CONVERTIBLE returns a zero value.
6724 * Makefile.in (install-info): Find files to install in either the
6725 build or source directories (adapted from Makefile.am).
6729 * stabs.texinfo: Fix spelling errors.
6730 (String Field): FILE-NUMBER starts from 0, not 1.
6734 * refcard.tex: Remove \centerline from the blurb. Patch from
6739 * Makefile.in (install-info): Support installation from outside of
6740 the source directory. Reported by Mark Harig
6745 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
6749 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
6750 Generate using pdftex.
6752 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
6753 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
6754 @contents at the start.
6758 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
6764 * gdb.texinfo: Fix ``et al.''.
6768 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
6773 * configure: Regenerate.
6777 * Makefile.in (install-info): Run install-info on installed Info
6782 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
6787 * gdb.texinfo: Proofreading changes from Brian Youmans.
6791 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
6792 startup sequence, minor edits.
6796 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
6799 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
6800 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
6801 like `n' and `s' which look weird. Convert some of the @kindex to
6802 @vindex, when they refer to variables, not commands.
6806 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
6810 * Makefile.in (GDBMI_DIR): New variable.
6811 (SET_TEXINPUTS): Add $(GDBMI_DIR).
6812 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
6813 (gdbmi.texinfo): New target, for texi2roff.
6814 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
6815 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
6817 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
6819 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
6824 * gdb.texinfo (Files): Update description of add-symbol-file
6829 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
6830 prevents the build (and is generally a Bad Idea).
6834 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
6835 a comma inside @var.
6836 (Command Files): Index markup changes from Dmitry Sivachenko
6841 * Makefile.in (LN_S): Define.
6842 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
6843 invoke "ln -s" unless it is known to work.
6845 * configure.in (AC_PROG_LN_S): Add.
6849 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
6851 (Target Conditionals): Document ADDRESS_TO_POINTER,
6856 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
6857 gdb-cfg.texi to get the value.
6861 * gdbint.texinfo (Target Architecture Definition): Fix
6866 * gdbint.texinfo (Using Different Register and Memory Data
6867 Representations): New section.
6868 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
6869 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
6870 REGISTER_CONVERT_TO_RAW): Document.
6874 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
6875 for acknowledgments.
6879 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
6884 * gdb.texinfo: Clarify which remote debug protocol commands are
6885 required and which are optional.
6889 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
6891 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
6892 * annotate.texi: Update.
6896 * gdb.texinfo: Update dates, bump to Eighth Edition (note
6897 expectation of additional changes before release), update
6898 ISBN, add copy of top-level menu for @ifhtml, remove explicit
6899 node links, rephrase and/or shorten lines to fix formatting
6900 problem in both regular and @smallbook formats.
6901 * annotate.texi: Shorten lines in example, use smallexample
6902 consistently everywhere.
6903 * Makefile.in: Add comment about texinfo 4.0 html generation.
6904 (SFILES_INCLUDED): Add annotate.texi.
6908 * gdb.texinfo (Debugging Output): Added new section, documenting
6909 the "set/show debug" commands.
6913 * annotate.texi (Annotations): When GDBN omit @chapter and @node
6916 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
6917 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
6918 @chapter and @node entries.
6920 * gdb.texinfo: Link all top-level nodes.
6924 * Makefile.in (install-info): Create $(infodir) before installing
6930 * gdbint.texinfo : Added paragraphs about command deprecation.
6934 * gdb.texinfo: Add documentation for the apropos command.
6938 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
6942 * gdb.texinfo: Add white space to prevent overprinting in
6947 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
6953 * gdb.texinfo (main menu): Add Annotations.
6954 (File Options): Add @cindex entries for each command-line option.
6955 Document --epoch, --annotate, --async, --interpreter, --write,
6956 --statistics, and --version.
6958 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
6963 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
6967 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
6971 * Makefile.in (diststuff): New target.
6975 * agentexpr.texi: Fix wording regarding Intel's IA-64
6976 architecture. [From Jim Wilson.]
6980 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
6981 (Delete Breaks): Mention range arguments.
6982 (Disabling): Likewise.
6986 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
6990 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
6995 * gdb.texinfo: Clarify regular expressions used in rbreak.
6999 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
7000 MEMORY_REMOVE_BREAKPOINT): Document.
7004 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
7005 offset re-using the DATA offset instead.
7009 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
7014 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
7017 * gdb.texinfo: Various minor wording and formatting improvements,
7018 mentions of additional command-line options.
7022 * gdb.texinfo: Document additional forms of specifying section
7023 names and addresses for the add-symbol-file command.
7027 * gdbint.texinfo: Fix typo, add the word "have".
7031 * gdbint.texinfo (Target Architecture Definition): Document the
7032 SKIP_PERMANENT_BREAKPOINT macro.
7036 * gdb.texinfo: Fiks speling errers.
7038 * gdb.texinfo: Fix uses of @multitable.
7041 * gdb.texinfo: Include details specific to DOS host, clarify
7042 some confusing language, fix @ref/@xref/@pxref usages, add
7043 comments about using with optimization, add more indexing,
7044 fix info about disassembly-flavor.
7048 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
7049 SKIP_SOLIB_RESOLVER): Define.
7053 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
7058 * gdb.texinfo: Create a new "Configurations" chapter with
7059 platform-specific info, inline remote.texi and move sections of it
7060 into the new chapter, move bits about info proc, heuristic search,
7061 and register stack into the new chapter.
7062 * remote.texi: Remove, now part of gdb.texinfo.
7063 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
7067 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
7068 GDB_TARGET_IS_MACH386): These kludges have gone away.
7072 * gdbint.texinfo (Target Architecture Definition): Mention
7077 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
7078 surrounding text to fit HP-UX bits into general info.
7079 (HPPA-cfg.texi): Remove, no longer useful.
7081 * gdb.texinfo: Remove explicit links from @node lines, remove
7082 HP-added "Detailed Node Listing" from main menu which confuses
7086 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
7087 in description of `set environment'.
7091 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
7095 * gdbint.texinfo (Breakpoint Handling): Add missing words.
7099 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
7100 watch, awatch, and rwatch. Explain why the latter two cannot be
7101 set as software watchpoints. Document that watchpoints for local
7102 variables are deleted when the debuggee terminates.
7106 * remote.texi (Protocol): Further clarification of the "qRcmd"
7107 packet. Allow E.. response packet. "qRcmd" packet is no longer
7112 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
7113 * gdb.texinfo: Ditto.
7117 * gdb.texinfo (KOD): New node.
7121 * remote.texi (Rcmd): Fix minor formatting typos.
7125 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
7130 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
7135 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
7139 * remote.texi (Communication Protocol): ``v'' is in use. Fix
7140 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
7141 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
7142 packets that are not supported on all hosts. Expand examples.
7147 * Makefile.in: Recognize html, install-html. Add targets
7148 to build HTML versions of documentation via texi2html.
7152 * gdbint.texinfo (Testsuite): New chapter, information about the
7157 * remote.texi (Communication Protocol): Rewrite.
7161 * stabs.texinfo: Fix uses of xref.
7165 * gdbint.texinfo: Add an anti-printf exhortation, and update the
7166 info about patch submission.
7171 * gdb.texinfo: Document Chill support.
7175 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
7176 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
7177 Document that the value should be greater-than or equal-to zero.
7178 (NO_STD_REGS): Document. Deprecate.
7182 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
7183 Document that these are not used.
7187 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
7191 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
7192 numargs was dropped.
7196 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
7200 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
7205 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
7206 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
7210 * gdbint.texinfo: Fix typos: $ -> @.
7214 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
7215 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
7216 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
7221 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
7222 CALL_DUMMY_STACK_ADJUST): Document.
7226 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
7227 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7231 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
7236 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
7237 nearly all @ifset/@ifclear conditionals; nobody uses them, and
7238 they make the manual source incomprehensible.
7239 * h8-cfg.texi: Remove, hasn't been used in years.
7243 * gdb.texinfo: Update the credits.
7247 * gdb.texinfo: Fix mistakes noticed in printout of last
7248 draft, add Alpha to discussion of heuristic fence post.
7252 * gdb.texinfo, remote.texi: Many changes; update to Seventh
7253 Edition, merge some HP changes into mainline, describe some
7254 previously undocumented features, describe more of the target
7255 commands available, eliminate obsolete section on renamed
7257 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
7261 * gdb.texinfo: Make many HPPA conditionals unconditional,
7262 including catchpoint description, since now on for all configs.
7263 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
7268 * Makefile.in (GDBvn.texi): Fix match expression to work with
7269 current format of VERSION in gdb/Makefile.in.
7270 * gdb.texinfo: Fix node ref to match new readline.
7274 * gdb.texinfo: Changes made as part of a project to merge in
7275 changes made by HP. Documentation makes extensive use of
7276 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
7277 on remote debugging. There are differences in documentation
7278 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
7279 the HP manual discusses catchpoints, hardware watchpoints, and
7280 some HPUX specific limitations for shared library support.
7282 There are also a number of @node changes.
7286 * gdbint.texinfo (Formatting): Disambiguate a sentence.
7291 The following changes were made by Edith Epstein
7295 * HPPA-cfg.texi: new file.
7297 * all-cfg.texi: set HPPA for HP PA-RISC targets.
7299 * refcard.tex: change documentation about catch.
7304 * gdbint.texinfo: Expand on GDB's coding standards,
7305 specify the use of arg names with prototypes.
7309 * gdb.texinfo: Fix tipo.
7313 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
7314 TARGET_BYTE_ORDER_SELECTABLE_P.
7318 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
7322 * agentexpr.texi: New file.
7324 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
7326 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
7330 * remote.texi: Changed wording that implied that the GDB remote
7331 protocol caches register values instead of GDB itself.
7335 * gdbint.texinfo: Add some info about symbol readers.
7336 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
7337 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
7338 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
7339 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
7341 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
7343 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
7347 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
7349 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
7351 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
7352 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
7356 * gdbint.texinfo: Fix minor typos.
7360 * gdbint.texinfo: Complete overhaul. Group descriptions more
7361 logically, add more info on generic algorithms, remove much
7362 obsolete and/or wrong material.
7366 * stabs.texinfo (Method Type Descriptor): Expand and correct.
7370 * refcard.tex: Copyright, address updates.
7374 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
7375 for the edition instead of confusing GDB-version-like numbers.
7379 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
7383 * LRS: Reformat a bit to keep text under 80 columns.
7387 * gdb.texinfo: Add some credits, mention bug monitor.
7388 * remote.texi: Mention mips monitor targets.
7389 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
7393 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
7394 files, finish sorting of host vs target vs native macros, describe
7399 * gdbint.texinfo (Host Conditionals): Document change from
7400 using NO_MMALLOC to it's inverse, USE_MMALLOC.
7404 * gdbint.texinfo (Host Conditionals): Document
7405 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
7409 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
7410 Document LSEEK_NOT_LINEAR.
7414 * stabs.texinfo (Stab Section Basics): Make it clear that only
7415 some versions of the GNU linker remove the leading N_UNDF symbol.
7419 * stabs.texinfo (String Field): Document type number pairs here,
7420 instead of in the Sun specific section.
7421 (Include Files): The GNU linker supports the N_BINCL
7422 optimization. Clarify the N_BINCL value, and what it is used
7424 (Procedures): Document N_FUN with an empty string to mark the end
7426 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
7427 (Sun Differences): Remove this node, as the information is now
7428 elsewhere in the main document.
7429 (Stab Section Basics): Mention that the GNU linker may optimize
7430 stabs and remove the leading N_UNDF symbol.
7434 * gdb.texinfo, refcard.tex: Restore author credit
7438 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
7439 documentation to account for START and END macros taking
7445 * gdb.texinfo (Frames): Fix typo.
7449 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
7450 a target_signal as arg type, not a pid.
7454 * gdb.texinfo: Document `set assembly-language'.
7458 * remote.texi: Update list of stubs in the GDB distribution.
7462 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
7463 Also document that some systems can use mmalloc but must define
7464 this if their C runtime allocates memory that is later freed.
7465 (MMCHECK_FORCE): Document new macro.
7469 * remote.texi: Add documentation for target Sparclet.
7473 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
7474 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
7475 * configure.in: Rewritten for autoconf.
7480 * Makefile.in (DVIPS): New define, set to dvips.
7481 (dvi): Add stabs.dvi.
7483 (all-doc): Depend on info, dvi, and ps targets.
7484 (STAGESTUFF): Add *.ps and *.dvi files.
7485 (clean-info, clean-dvi): Remove.
7486 (mostlyclean): Does not depend upon clean-info or clean-dvi,
7487 rules completely rewritten.
7488 (maintainer-clean): Remove clean-info and clean-dvi
7489 dependencies and put their actions in the rules.
7490 (gdb.ps): New target
7491 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
7492 intermediate TeX files, whether they have 2 or 3 character
7494 (gdbint.ps): Add target and rules.
7495 (gdb-internals): Delete unused target.
7496 (Makefile): Depends upon config.status also.
7500 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
7506 * gdb.texinfo (Expressions): Fix erroneous array constant example.
7510 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
7514 * gdb.texinfo (Print settings): Document
7515 `set/show print static-members' commands.
7519 * gdbint.texinfo (Native): Document name change, coredep.c to
7524 * stabs.texinfo (Include Files): Document the values the SunOS4
7525 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
7529 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
7534 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
7539 * Makefile.in (maintainer-clean): New target, synonym for
7544 * Update all FSF addresses except those in COPYING* files.
7549 * gdb.texinfo (convenience variables): Document $_exitcode.
7550 (quit): Document optional expression to use as exit code.
7554 * gdb.texinfo, remote.texi: Brought up to date with various
7559 * gdb.texinfo: Update dates and versions, fix comments about
7560 hardware watchpoints in future releases and about the
7561 sharedlibrary command.
7565 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
7566 C_FUN stab. Other cleanups.
7570 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
7575 * annotate.texi: Clarify which addresses have differing formats
7576 depending on the language and which do not.
7580 * remote.texi (NetWare): Changed example to use BOARD= instead of
7581 NODE= argument to reflect correspoding change to gdbserve.nlm.
7585 * stabs.texinfo (Negative Type Numbers): Mention the fact that
7586 GDB, as well as AIX dbx, supports the size type attribute.
7590 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
7594 * gdb.texinfo (Define): Document $arg0... arguments to commands,
7595 and new 'if' and 'while' commands.
7599 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
7603 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
7604 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
7605 NetWare targets. Mostly stolen from the Server node.
7609 * gdb.texinfo (Setting): Talk about the language of a source file
7610 versus the working language. The old documentation did not match
7615 * stabs.texinfo (Source Files): Document N_SO used to mark the end
7620 * gdb.texinfo (Processes): New node.
7624 * remote.texi: Update documentation of set/show mipsfpu.
7628 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
7629 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
7633 * gdbint.texinfo: Removed mentions of some incorrectly placed and
7634 obsolete conditionals, described some others.
7638 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
7639 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
7643 * gdbint.texinfo: Put regex conditionals in their own table.
7647 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
7648 described or fixed the descriptions of many others.
7652 * gdb.texinfo: Add some more credits.
7653 * gdbint.texinfo: Capitalize GDB consistently, describe some
7654 macros and remove some.
7658 * gdbint.texinfo: Removed mentions of many incorrectly placed and
7659 obsolete conditionals, described some others.
7663 * gdb.texinfo (help targets): Changed to `help target', which
7664 is the correct gdb command.
7668 * annotate.texi (TODO): New node, for keeping track of annotations
7669 suggested but not yet implemented.
7673 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
7674 another symbol, it is not the address itself.
7678 * stabs.texinfo (Stab Section Basics): Add comment about alignment
7679 of stabs-in-coff sections.
7683 * annotate.texi: Change edition to 0.5 and date to May 1994.
7685 (Frames): New node, for frame annotation.
7686 (Displays): New node, for display annotation.
7688 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
7689 when waiting for your program to stop.
7693 * annotate.texi (Breakpoint Info): Document annotation of header
7694 fields and record annotation.
7698 * annotate.texi: New file, to document annotations.
7702 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
7703 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
7707 * stabs.texinfo (Stab Section Basics): Say what is in .stab
7708 section, and say n_strx field is compilation unit relative.
7709 * stabs.texinfo: Don't use @code for a.out when it is the name of
7710 an object file format.
7714 * gdb.texinfo: Refer to file names, not path names, per rms
7716 (Arguments): Fix typo.
7720 * stabs.texinfo (Global Variables): Talk about stabs in files
7721 where variables are referenced, but not defined.
7725 * stabs.texinfo: Move stuff on @ and # type descriptors from node
7726 Cplusplus to new nodes Member Type Descriptor and Method Type
7727 Descriptor. Re-write stuff for #.
7731 * gdb.texinfo (Print Settings): Don't document "set print
7732 fast-symbolic-addr off". The bug which it worked around was fixed
7733 on 25 Feb 94 in coffread.c, so I'm nuking the command.
7735 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
7738 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
7742 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
7743 references to ieee-float.c.
7747 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
7748 match what the code actually does.
7752 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
7756 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
7761 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
7762 well as for ELF and SOM. Unify the descriptions of ELF and SOM
7763 as "stabs in sections" rather than just saying "ELF and SOM".
7764 Also make that stuff apply to COFF.
7768 * gdb.texinfo (Formatting Documentation): Change GhostScript to
7773 * gdb.texinfo (Continuing and Stepping): When talking about "step"
7774 versus functions without line numbers, also mention stepping into
7775 them as well as "step" when you are in them. Tell the user how to
7776 deal with the situation. Add comment about "debugging information".
7780 * stabs.texinfo (Enumerations): Document restriction on where
7781 enumeration types can appear and still win with GDB.
7785 * stabs.texinfo (Negative Type Numbers): Document format for type
7790 * gdb.texinfo (Selection, Frame Info): Update information about
7791 arbitrary frame specficiations.
7795 * gdb.texinfo, remote.texi: general editing pass prior to Net release
7799 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
7803 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
7807 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
7808 Differences node to Statics node.
7809 (Statics): Discuss XCOFF use of V symbol descriptor.
7811 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
7816 * gdb.texinfo (Print Settings): Document `set print
7817 fast-symbolic-addr' and improve the doc for some other
7822 * stabs.texinfo (String Field): Talk about defining several type
7824 Fix lint regarding changing node ELF Transformations to
7825 ELF and SOM Transformations.
7829 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
7833 * stabs.texinfo (Cross-References): `::' is for nested types only
7835 (Structures): Document static members.
7839 * stabs.texinfo: Document S type attribute.
7843 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
7847 * gdbint.texinfo: Fix a few typos.
7851 * gdb.texinfo, remote.texi: formatting improvements
7853 * gdb.texinfo (New Features): mention threads.
7854 (Summary, C): fix xrefs in newly contributed text.
7855 (Threads): index entries, clarifications, example
7856 (passim): minor typos fixed, phrasing improvements
7858 * remote.texi (Bootstrapping): rephrase text on ^C and add index
7859 entries; (Server): explain use of gdbserver w/real-time systems,
7860 add example of conflicting TCP port; (MIPS Remote) break up
7861 running text into table, highlighting commands, and add example.
7865 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
7869 * stabs.texinfo (Nested Symbols): New node.
7870 (String Field, Symbol Descriptors, Cross-References): Refer to it.
7874 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
7875 to picking which Bbss.bss symbol to use, and (because there seems to
7876 be no good way of doing it) re-write some of the text to make it
7877 sound like Bbss.bss isn't such a great idea after all (as currently
7880 * gdb.texinfo (C): In addition to saying people have to use g++ for
7881 good results, say they have to use stabs. Specifically say cfront
7883 (Summary): Merge in information on Modula-2, Pascal, and Chill from
7884 the gdb README. Add xrefs to places where the support for the various
7885 languages is described in detail.
7889 * stabs.texinfo: Clean up stuff about visibility and virtual
7892 * stabs.texinfo (N_M2C): Cite Sun doc.
7896 * gdb.texinfo: updates re threads.
7897 * remote.texinfo: avoid index entries starting with digits.
7901 * stabs.texinfo (Enumerations): Talk about large, negative and
7902 octal values. Clean up cross reference to type attributes.
7903 (String Field): Say that GDB 4.11 supports size attribute.
7907 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
7908 is a mandatory step. Make the stuff about that more concise.
7912 * stabs.texinfo (Class Names): New node.
7914 * gdb.texinfo (Command Files): Explain order of init file reading.
7916 * remote.texi (Bootstrapping): Talk about getting the serial driver
7917 to deal with ^C sent by gdb to stop the remote system.
7921 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
7923 * libgdb.texinfo (Defining Commands): made the DOC arg
7924 to gdb_define_app_command a char * instead of char **
7925 per a suggestion from kingdon.
7927 * libgdb.texinfo: total rewrite from a different starting
7932 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
7933 floats passed as doubles (to improve clarity).
7937 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
7939 * a4rc.sed: update to work with Andreas Vogel papersize params
7941 * refcard.tex: use Andreas Vogel simplifications of papersize
7942 params; remove useless version info; update copyright date.
7946 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
7950 * gdb.texinfo (Files): Say what address the load command loads it at.
7952 * stabs.texinfo (Common Blocks): Minor cleanups.
7954 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
7955 that Sun has backed away from the linker kludge and thus the relevant
7956 issue is changes to the SunPRO tools, not the Solaris linker.
7958 * stabs.texinfo (Traditional Integer Types): Clean up description
7959 of octal bounds a little bit. Document extra leading zeroes.
7963 * gdb.texinfo (Signaling): Update for symbolic symbol names
7964 and add a section explaining the difference between the GDB
7965 signal command and the shell kill utility.
7969 * libgdb.texinfo: added `@' to braces that were unescaped.
7973 * libgdb.texinfo: new file. Spec for the gdb library.
7977 * stabs.texinfo (Include Files): Fix typo (start -> end).
7981 * gdb.texinfo, remote.texi: assorted small improvements, mostly
7982 from Melissa at FSF's editing pass.
7986 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
7987 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
7988 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
7992 * remote.texi (Bootstrapping): Discuss 386 call gates.
7996 * stabs.texinfo (Based Variables): New node.
8000 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
8001 names, sizes, and formats to suggest how not to lose.
8005 * stabs.texinfo (Methods): Fix typo.
8009 * gdb.texinfo: Fix a few typos.
8013 * gdb.texinfo: Clarify how well it works with Fortran.
8015 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
8016 More on relocating stabs in ELF files.
8020 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
8024 * stabs.texinfo (Local Variable Parameters): Talk about nameless
8029 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
8033 * stabs.texinfo: Make info author notice match the TeX author notice.
8037 * stabs.texinfo: Initial-caps all words in node names and
8038 non-trivial words in section names.
8042 * stabs.texinfo: Many minor cleanups.
8044 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
8048 * stabs.texinfo: Remove full description of big example.
8049 It's not really helpful; just use pieces of it where appropriate.
8050 Add more Texinfo formatting directives (@samp, etc.).
8051 Use @deffn to define stab types.
8052 Eliminate some wordiness. Break up some nodes.
8053 Add an (alphabetized) index of symbol types.
8054 Use consistent capitalization style in node and section names.
8058 * gdb.texinfo: Change typo "Two two" to "The two".
8062 * stabs.texinfo (XCOFF-differences): Remove references to
8063 non-existent types N_DECL and N_RPSYM.
8065 * stabs.texinfo (String Field): Say that type attributes bug is
8066 fixed in GDB 4.10, since it is.
8068 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
8072 * stabs.texinfo: Formatting cleanups.
8076 * stabs.texinfo: When explaining the n_type of a stab, standardize
8077 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
8079 (Global Variables): Clean up.
8083 * stabs.texinfo (Stack Variables): Re-write.
8087 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
8088 addresses of a source file. Also revise formatting.
8089 Change "object module" or "object file" to "source file".
8090 Various: Miscellaneous cleanups.
8094 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
8098 * gdbint.texinfo: Removed many nonsensical machine-collected
8099 host and target conditionals, described some of the remainder.
8103 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
8105 * gdbint.texinfo (Top): Add name to @top line, and re-write the
8106 paragraph which follows.
8108 * gdbint.texinfo (Host): Use @code not @samp for Makefile
8109 variables. Looks better and avoids overful hbox.
8113 * stabs.texinfo (Procedures): Improve stuff on nested functions.
8117 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
8122 * gdbint.texinfo: Update statement about `some ancient Unix
8123 systems, like Ultrix 4.0' to Ultrix 4.2.
8125 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
8127 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
8129 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
8131 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
8132 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
8134 * remote.texi: new name for former gdbinv-s.texi
8136 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
8140 * gdbinv-s.texi: Documented timeout and retransmit-timeout
8141 variables for MIPS remote debugging protocol.
8145 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
8149 * Makefile.in (refcard.dvi): Use srcdir where necessary.
8153 * gdb.texinfo: repair conditional bugs in text markup
8157 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
8158 to select Modula-2 material.
8162 * stabs.texinfo: Cleanups regarding statics.
8164 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
8165 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
8169 * stabs.texinfo: N_MAIN is sometimes used for C.
8173 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
8177 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
8178 removed from the code by Kingdon.
8182 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
8183 input when evaluating breakpoint conditions; the bug has been fixed.
8185 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
8186 sets the ignore count to N-1, not to N.
8190 * refcard.tex (\hoffset): correct longstanding error to match
8191 intended offset; avoids cutting off edge on some printers
8195 * stabs.texinfo (Parameters): Say that order of stabs is significant.
8199 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
8203 * Makefile.in: (REFEDITS) new var to control whether PS or CM
8204 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
8205 collect sed edits if any, apply to refcard before formatting;
8206 (refcard.ps) stop implying PS fonts if PS output requested;
8207 (lrefcard.ps) delete extra target for variant PS fonts
8209 * refcard.tex: parametrize papersize dependent info, collect
8210 in easily replaced spot
8212 * a4rc.sed: new file, edits to refcard for A4 paper
8216 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
8220 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
8224 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
8225 politely rather than rudely.
8229 * stabs.texinfo: Document common blocks.
8233 * stabs.texinfo: Add some basic info about stabs-in-elf.
8237 * stabs.texinfo (Top): Minor cleanup.
8239 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
8241 * Makefile.in (install-info): remove parentdir support
8245 * gdb.texinfo (Copying): delete this node and references to it;
8246 RMS says this manual need not carry GPL. (passim): Improvements
8247 from last round at FSF, largely due to Ian Taylor review, and
8248 minor formatting improvements.
8250 * gdbinv-s.texi (passim): Improvements from last round at FSF,
8251 largely due to Ian Taylor review. (Debug Session): minor edits to
8256 * Makefile.in (realclean): Remove info and dvi files too.
8260 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
8261 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
8262 * gdb.texinfo: Change accordingly.
8264 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
8265 N_{L,R}BRAC,N_SLINE are relative to.
8269 * Makefile.in (GDBvn.texi): Update atomically.
8273 * gdbinv-s.texi (Debug Session): Document exceptionHook.
8277 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
8278 addresses together. Also motivate the set print symbol-filename
8279 command and suggest other solutions.
8283 * gdb.texinfo (set print elements): Note that the number of
8284 elements is set to unlimited by "set print elements 0".
8288 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
8290 (Stab Types): Include Solaris stab types.
8291 (Procedures): Document Solaris extensions.
8295 * gdb.texinfo: Add `set print symbol-filename' doc.
8299 * stabs.texinfo (Arrays): Talk about type definition vs. type
8302 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
8303 the trailing semicolon.
8307 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
8308 and merge in other parts of the document addressing these subjects.
8309 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
8311 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
8312 at the end of a range type.
8314 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
8319 * stabs.texinfo (Stabs Format): Misc fixes.
8323 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
8324 (Traditional builtin types): Document convex convention for long long.
8325 (Negative builtin types): Discuss type names, and misc fixes.
8329 * stabs.texinfo (Builtin Type Descriptors): Document the floating
8330 point types used with @samp{R} type descriptor.
8331 (Symbol Descriptors): Describe how to handle conflict between
8332 different meanings of @samp{P} symbol descriptor.
8336 * stabs.texinfo: Remove node Quick Reference and put its children
8337 directly under the main menu.
8339 * stabs.texinfo: Many more changes to bring it into line with
8340 AIX documentation and reality. I think it now has all the
8341 information from the AIX documentation, except that I burned
8342 out when I got to variant records (Pascal and Modula-2) and
8343 all the COBOL types. Oh well, we can add them later when we're
8344 worrying more about those languages.
8346 * stabs.texinfo (Automatic variables): Talk about what it means
8347 to omit the symbol descriptor.
8351 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
8352 gcc2 behavior with promoted args.
8356 * gdb.texinfo: include readline appendices in info version of manual
8360 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
8363 * gdb.texinfo (Machine Code): more index entries for disassemble
8367 * Clarify the intended use of the gdb-testers and gdb-patches
8368 mailing lists, and shrink gzip comment.
8372 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
8373 DOSHOST configuration of manual.
8375 * gdb.texinfo (MIPS Stack): new node.
8377 * all-config.texi (MIPS) new switch.
8379 * gdbinv-s.texi (Nindy Options) Remove two instances of future
8380 tense; (MIPS Remote) new node.
8382 * gdb.texinfo (passim) rephrases to work around makeinfo @value
8383 bug; (Environment) less passive, other small cleanups in text about
8384 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
8385 (Remote) new MIPS Remote menu entry.
8389 * stabs.texinfo: Many changes to include information from the
8392 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
8396 * gdbint.texinfo (new node Debugging GDB, elsewhere):
8397 Move a bunch of information from ../README.
8398 (Getting Started): New node.
8402 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
8404 * gdb.texinfo: advance manual revision dates to present
8406 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
8407 stop using silly Roman numerals in @set variable names
8411 * stabs.texinfo (Parameters): Keep trying to get this right.
8415 * stabs.texinfo (Parameters): More on "local parameters".
8419 * stabs.texinfo (Parameters): Re-do "local parameters" section.
8423 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
8424 (Parameters): Rewrite.
8425 (xcoff-differences, Sun-differences): Minor changes.
8429 * stabs.texinfo: Minor cleanup.
8433 * gdbint.texinfo: Minor xcoff stuff.
8437 * gdbint.texinfo: Update for new config directory structure.
8438 Add info about internal type data structures.
8442 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
8444 (gdb-config.texi): Depend on file in $(srcdir).
8448 * stabs.texinfo: Fixes about N_SO.
8452 * gdb.texinfo: include list of nonstandard init file names
8454 * *-config.texi: new switch GENERIC for text that applies *only*
8455 to (usual) multiple-target version of manual
8457 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
8460 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
8461 in menus (rather than conditionally selected multiple alternative
8464 * Makefile.in: define and use DOC_CONFIG var to select
8465 configuration for GDB user manual.
8467 * gdb-config.texi: delete from repository, generate from Makefile.
8469 * all-config.texi: normal `generic' configuration file, formerly
8470 stored as gdb-config.texi
8472 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
8474 * Makefile.in: add dvi target to build all .dvi files
8478 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
8482 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
8484 * stabs.texinfo: More array fixes inspired by Jim's.
8488 * stabs.texinfo: Fixes re arrays and continuations.
8490 * gdbint.texinfo: Add XCOFF node.
8494 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
8498 * stabs.texinfo: Fix for array types to mention lower bounds.
8502 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
8506 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
8510 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
8515 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
8519 * gdb.texinfo, gdbinv-s.texi: misc updates
8523 * gdbint.texinfo: Brief documentation for longjmp support,
8524 from an email msg by Stu.
8528 * stabs.texinfo: Fix description of floating point "range"
8529 types (which really define basic types). Reported by Jim Meehan,
8532 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
8536 * gdbint.texinfo: Slightly expand section on supporting a new
8541 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
8546 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
8550 * gdbinv-s.texi: z8000 simulator target name is just "sim"
8552 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
8557 * gdbint.texinfo: Add sections on clean design and on how to send
8562 * gdbint.texinfo: Add how to declare the result of make_cleanup.
8566 * gdb.texinfo: Fix typo, reported by Karl Berry.
8570 * gdb.texinfo: Add opcodes dir to GDB distribution description.
8572 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8574 * gdbint.texinfo: fixed a stray email address (needs @@),
8575 added @table @code to node "Native Conditionals"
8579 * gdbint.texinfo: Describe coding style of GDB.
8583 * stabs.texinfo: Minor wording changes.
8587 * gdbint.texinfo: Improve release doc slightly.
8591 * gdbint.texinfo: Improve doc of GDB config macros.
8595 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
8596 These will be reinserted when examined.
8600 * gdbint.texinfo: Make a start at documenting all the #if macros
8601 in GDB. At least list them all, and start separating them into
8602 host-specific and target-specific.
8606 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
8607 examples (not consistent w others).
8608 gdb.texinfo: issue disclaimer paragraph on cmdline options only
8609 for generic vn of doc
8613 * Makefile.in: always create installation directories.
8617 * gdb.texinfo: in h8 config, do not describe searching commands.
8621 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
8622 conditionals; introduce a few generic switches that may be
8623 useful for other cross-dev or dos-hosted configs.
8625 * gdb.texinfo: fix typo in "info reg" description
8629 * stabs.texinfo: Minor updates from running TeX over it.
8630 * Makefile.in (stabs.dvi, stabs.ps): Add.
8634 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
8635 First pass at converting it to texinfo.
8639 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
8640 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
8644 * gdbint.texinfo: Add section on partial symbol tables.
8646 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
8648 * gdb.texinfo: document `set remotedebug' and `set
8649 rstack_high_address'.
8653 * gdb.texinfo: slight expansion of new text on reading info files
8654 * gdbinv-s.m4.in: correct and expand info on cross-debugging
8657 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
8659 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
8661 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
8663 * gdb.texinfo: Say how to read the `info' files.
8667 * Makefile.in: gm4 -> m4.
8669 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
8671 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
8672 Documentation' ahead of `Installing GDB' to match README.
8673 Update shared library doc, -readnow and -mapped, and directory
8674 structure (add glob and mmalloc). Update configure doc.
8678 * Makefile.in: remove $(srcdir) from gdb.info rule.
8682 * Makefile.in: commented out gdb-all.texinfo rule. This is
8687 * Makefile.in, configure.in: removed traces of namesubdir,
8688 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
8689 copyrights to '92, changed some from Cygnus to FSF.
8691 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
8693 * gdb.texinfo: Improve how we ask for bug reports.
8695 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8697 * Makefile.in: infodir belongs in datadir.
8699 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8701 * Makefile.in: remove spaces following hyphens, bsd make can't
8702 cope. install using INSTALL_DATA. added clean-info. added
8703 standards.text support.
8705 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8707 * Makefile.in: idestdir and ddestdir go away. Added copyrights
8708 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
8709 and mandir now keyed off datadir by default.
8716 version-control: never