3 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
4 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
9 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
10 use colons in @anchor and @cindex entries.
14 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
19 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
20 trace-buffer-size set and show commands.
21 (Tracepoint Packets): Document QTBuffer:size.
22 (General Query Packets): Document QTBuffer:size.
26 * gdb.texinfo: Remove bad @syncodeindex.
27 (Values From Inferior, Types In Python, Inferiors In Python)
28 (Events In Python, Threads In Python, Frames In Python, Blocks In
29 Python, Symbols In Python, Symbol Tables In Python): Remove
31 (Packets, General Query Packets, Tracepoint Packets)
32 (Host I/O Packets): Use @w{} for empty @item.
36 * gdb.texinfo (Architectures In Python): Add description about
37 the new method gdb.Architecture.disassemble.
42 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
43 Document the "trace-file" field.
47 * gdb.texinfo (Machine Code): Clarify argument to disassemble
52 * gdb.texinfo (GDB/MI Async Records): Document new MI
53 notification "=tsv-modified". Update the document of MI
54 notification "=tsv-created".
55 * observer.texi (GDB Observers): New observer tsv_modified.
56 Update observer tsv_created and tsv_delete.
60 * gdb.texinfo (AArch64 Features): New section; document
61 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
62 (Architectures): Add new AArch64 section to document AArch64
63 architecture specific commands.
64 (ABI): Add description of the new OS ABI "Newlib" and its influence
65 on the longjmp handling.
70 * gdb.texinfo (Backtrace): Added description of 'filename-display'
71 variable in 'set/show backtrace' section.
75 * gdb.texinfo (Target Commands): Fix typo.
79 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
80 describing the gdb.Architecture class.
81 (Frames In Python): Add description about the new method
82 gdb.Frame.architecture().
86 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
90 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
91 'thread-groups' field when printing a breakpoint in MI.
94 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
95 to reflect that jit-reader-load now supports absolute file-names.
99 * gdb.texinfo (Set Catchpoints): Document "catch signal".
104 * gdb.texinfo (GDB/MI Breakpoint Information): Document
106 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
110 * gdb.texinfo (Mode Options): Don't mention -epoch.
111 (Data, Emacs): Remove obsolete comments.
115 * gdb.texinfo (GDB/MI Output Records): Update menu.
116 (GDB/MI Breakpoint Information): New node.
117 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
118 <-break-insert>: Likewise.
122 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
123 (Packets): Move "vStopped" packet to ...
124 (Notification Packets): ... here. Describe the components
125 of notification. Add a table of supported notifications.
126 Add an example on the process of he async notification.
130 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
132 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
133 fullname output always present.
137 * gdbint.texinfo (Function prototypes): Require use of "extern"
138 modifier for function prototypes in headers.
142 * refcard.tex: Update copyright notice to GPL v3 or later.
147 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
151 * gdb.texinfo (Debugging Output): Document 'set debug
152 notification' and 'show debug notification'.
156 * gdb.texinfo (Listing Tracepoints): New item and example about
157 'installed on target' output.
158 Add more in the example about 'installed on target'.
159 (GDB/MI Breakpoint Commands): Doc about 'installed field.
163 * gdb.texinfo (SVR4 Process Information): Mention core files.
167 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
171 * gdb.texinfo: Remove all mentions of Unixware throughout.
175 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
179 * gdb.texinfo (SVR4 Process Information): Document missing
180 "info proc" subcommands.
185 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
186 to 'auto' instead of 'gnu'.
190 * gdb.texinfo (MiniDebugInfo): New node.
195 * gdb.texinfo (System-wide configuration): If the system-wide init
196 file lives in the data-directory, and --data-directory is provided,
201 * gdb.texinfo (Signaling): Fix typo.
205 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
206 parameter "count" of -data-write-memory-bytes, and add an example.
210 * gdb.texinfo (Symbols): Document "info type-printers",
211 "enable type-printer" and "disable type-printer".
212 (Python API): Add new node to menu.
213 (Type Printing API): New node.
214 (Progspaces In Python): Document type_printers field.
215 (Objfiles In Python): Likewise.
216 (gdb.types) <get_type_recognizers, apply_type_recognizers,
217 register_type_printer, TypePrinter>: Document.
221 * gdb.texinfo (Symbols): Document "set print type methods",
222 "set print type typedefs", and flags to ptype and whatis.
226 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
227 the example -data-disassemble output. Extend the description of
228 the -data-disassemble results to document all fields. Document
229 the cli disassemble command as being related to -data-disassemble.
234 * gdb.texinfo (OS Information): Remove doc on command
239 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
240 gdb.ini warning for Windows port.
244 * gdb.texinfo (Search): Add kindex for 'fo'.
249 * gdb.texinfo (Functions In Python): Add example.
253 * observer.texi (GDB Observers): Remove observer
254 'tracepoint_modified', 'tracepoint_created' and
255 'tracepoint_deleted'.
259 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
263 * gdb.texinfo (General Query Packets): Use @itemx.
267 * observer.texi (GDB Observers): Update observer
269 * gdb.texinfo (GDB/MI Async Records): Document for
270 "memory-changed" notification.
274 * gdb.texinfo (Mode Options): Document -nh.
275 Elaborate on docs for -nx.
279 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
284 * gdb.texinfo (GDB/MI Async Records): Document notification
285 'record-started' and 'record-stopped'.
286 * observer.texi (GDB Observers): New observer 'record-changed'.
290 * gdb.texinfo: Document the removal of SH's 'regs' command.
294 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
298 * gdb.texinfo (GDB/MI Async Records): Document new MI
299 notifications '=tsv-created' and '=tsv-deleted'.
300 * observer.texi (GDB Observers): New observer tsv_created and
305 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
306 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
307 '=traceframe-changed'.
311 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
317 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
318 encoding for gdbarch_breakpoint_from_pc, bp_addr for
319 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
323 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
327 Document how to return from "python-interactive" to GDB.
328 * gdb.texinfo (Python Commands): Update documentation.
332 Add a new "python-interactive" command that starts a standard
333 Python interactive prompt with "pi" as alias, and add "py" as
334 an alias to "python".
335 * gdb.texinfo (Python Commands): Document the new commands.
339 * gdbint.texinfo (Host Definition): Remove documentation for
340 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
345 * gdb.texinfo (Type and Range Checking): Remove warning.
346 Remove spurious commas.
347 Update text and examples for re-implementation of set/show
349 (C and C++ Type and Range Checks): Likewise.
353 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
358 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
359 to include functions.
363 * gdb.texinfo (Convenience Funs): New node.
364 (Types In Python): Document Type.vector.
368 * observer.texi: New observer command_param_changed.
369 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
373 * gdbint.texinfo (Debugging GDB): In section
374 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
375 Mention also gdb-gdb.py.
379 Revert the folloing patch:
381 * gdb.texinfo (Remote Configuration): Add kindex for 'set
382 remote hardware-watchpoint-limit' and 'set
383 remote hardware-breakpoint-limit'.
387 * gdb.texinfo (Working Directory): Added information about new
388 default argument for 'cd' command.
392 * gdb.texinfo (Remote Configuration): Add kindex for 'set
393 remote hardware-watchpoint-limit' and 'set
394 remote hardware-breakpoint-limit'.
400 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
401 '=breakpoint-deleted'.
405 * gdb.texinfo (Native): Remove node Neutrino.
409 * gdb.texinfo (IPA Protocol Commands): Document new command
414 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
418 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
419 (Index Files): Document how to control the use of deprecated index
421 (Index Section Format): Replace --use-deprecated-index-sections with
422 "set use-deprecated-index-sections on".
426 * gdbint.texinfo: Remove @syncodeindex directives that put all the
427 indices into a single node "Index". Instead, join function and
428 variable indices into a single index, separate from the concept
430 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
431 (Top): Update the top-level menu: instead of one "Index" there are
432 now separate entries "Concept Index" and "Function and Variable
434 (Concept Index, Function and Variable Index): New nodes.
435 (Index): Node deleted.
439 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
440 and "maint agent-eval".
444 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
445 avoid file-name clashes between Index.html and index.html on
446 case-insensitive filesystems. See the discussion starting in
447 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
448 details of the problem.
449 (Top): Update the master menu for the above.
450 (Concept Index, Command and Variable Index): New nodes, instead of
451 the old "Index" node that was deleted. All cross-references
456 * gdb.texinfo (Dynamic Printf): Mention agent style and
457 disconnected dprintf.
458 (Maintenance Commands): Describe maint agent-printf.
459 (General Query Packets): Mention BreakpointCommands feature.
460 (Packets): Document commands extension to Z0 packet.
461 * agentexpr.texi (Bytecode Descriptions): Document printf
466 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
467 only after gdbinit files.
468 (Startup): Move -iex and -iex commands down after gdbinit files.
472 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
477 * gdb.texinfo (Index Section Format): Update for version 7.
481 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
482 example, add note about title column.
486 * gdb.texinfo (Symbol Tables In Python): Add description about
487 the new 'last' attribute of gdb.Symtab_and line.
491 * gdb.texinfo (Symbol Tables In Python): Correct the description
492 of the 'pc' attribute of gdb.Symtab_and_line.
496 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
501 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
502 from example. Remove "rbreak" from list of corresponding
507 * gdb.texinfo (Index Section Format): Document version 7 format.
511 * gdb.texinfo: Add missing cindex for some packets.
515 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
516 for -break-insert and document -p.
520 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
521 and "gdb.write_memory" with "Inferior.read_memory" and
522 "Inferior.write_memory".
526 * gdb.texinfo (Summary): Add a link to "Free Documentation".
527 (Free Documentation): Add @node line.
528 (Continuing and Stepping) <advance location>: Use @item instead of
530 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
532 (Embedded Processors): Put the link to "PA" to its correct place,
533 according to document structure.
534 (Python API): Put the link to "Lazy Strings In Python" to its
536 (Index): Use @@ in @tex block to get a literal @.
538 * gdbint.texinfo: Fix the @subtitle line.
540 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
545 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
547 (In-Process Agent Protocol, IPA Protocol Objects)
548 (IPA Protocol Commands): New nodes.
549 (Tracepoint Packets): Add anchors.
553 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
557 * gdb.texinfo: Update copyright year.
562 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
566 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
567 Mention also --with-separate-debug-dir.
568 (Auto-loading): Prepend $debugdir in the sample output.
569 (Auto-loading safe path): Likewise. Mention also $debugdir for the
570 auto-load safe-path variable.
571 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
572 Mention also $debugdir for 'set auto-load scripts-directory'.
576 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
577 (MIPS Embedded, MIPS, MIPS Register packet Format)
578 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
584 * gdb.texinfo (MIPS): Document "set mips compression" and "show
586 (MIPS Breakpoint Kinds): New subsubsection.
590 * gdb.texinfo (Architecture-Specific Protocol Details): Define
591 nodes for subsections. Add @acronym mark-ups and adjust
596 Rename $ddir to $datadir.
597 * gdb.texinfo (Auto-loading, Auto-loading safe path)
598 (objfile-gdb.py file): Rename $ddir to $datadir.
602 * gdb.texinfo (Print Settings): Document 'set print symbol'.
606 * gdb.texinfo (Dynamic Printf): New subsection.
610 * gdb.texinfo (Basic Python): Add description about the function
616 * gdb.texinfo (Separate Debug Files): Use plural form for global
617 debugging information directory.
622 * gdb.texinfo (Operating System Auxiliary Information): Document new
623 'info os' subcommands.
627 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
628 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
629 (dotdebug_gdb_scripts section): Add reference
630 to 'Auto-loading safe path'.
634 Implement multi-component --with-auto-load-dir.
635 * gdb.texinfo (Auto-loading): New references
636 for 'set auto-load scripts-directory'
637 and 'show auto-load scripts-directory'.
638 (Auto-loading safe path): Describe the new default. Move $ddir
639 substituation reference to 'objfile-gdb.py file'.
640 (objfile-gdb.py file): Describe script-name alias. Change real-name to
641 script-name. Describe new 'set auto-load scripts-directory'
642 and 'show auto-load scripts-directory'.
646 Provide $ddir substitution for --with-auto-load-safe-path.
647 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
648 (Auto-loading safe path): Likewise. Mention the default value,
649 $ddir substitution, --with-auto-load-safe-path and
650 --without-auto-load-safe-path.
651 * observer.texi (gdb_datadir_changed): New.
655 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
658 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
659 directory separator by path separator.
663 * gdb.texinfo (Auto-loading safe path): Make 'directories'
664 for 'set auto-load safe-path' optional. Mention if it is omitted.
665 Change disabling security protection condition to "/", twice.
669 * gdb.texinfo (Symbol Tables In Python): Add documentation about
670 the new methods global_block and static_block on gdb.Symtab
675 * gdb.texinfo (Blocks In Python): Add a note saying that future
676 improvements to GDB and its infrastructure can move symbols
677 across blocks within a symbol table.
681 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
687 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
688 and generic static probe support on GDB.
692 * gdb.texinfo (Go): Fix thinko.
694 * gdb.texinfo (Supported Languages): Add Go.
699 * gdbint.texinfo (Testsuite): New section `Board settings'.
703 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
706 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
711 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
712 by @table @asis. Fix formatting of one item.
716 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
720 New option "set debug auto-load".
721 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
722 (auto-load verbose mode): New node.
726 New option "set auto-load safe-path".
727 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
728 and "info auto-load" examples for safe-path. Put there also references
729 for "set auto-load safe-path" and "show auto-load safe-path".
730 New menu item for Auto-loading safe path.
731 (Auto-loading safe path): New node.
732 (Python Auto-loading): Update the expected output from "Missing"
737 auto-load: Implementation.
738 * gdb.texinfo (Mode Options): New anchor for -nx.
739 (Startup): New anchors for Option -init-eval-command,
740 Home Directory Init File
741 and Init File in the Current Directory during Startup.
742 Mention set auto-load local-gdbinit with a reference.
743 Change the sample code to "set auto-load python-scripts".
744 (Threads): New anchor set libthread-db-search-path.
745 Provide references to libthread_db.so.1 file.
746 (Controlling GDB): New menu item for Auto-loading.
747 (Auto-loading, Init File in the Current Directory)
748 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
749 (Python): Rename the menu item Auto-loading to Python Auto-loading.
750 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
752 (Auto-loading): Rename to ...
753 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
754 "set auto-load python-scripts", new anchor for it. Change
755 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
756 for it. Change "info auto-load-scripts"
757 to "info auto-load python-scripts", new anchor for it. Change "scripts"
763 * gdb.texinfo (Print Settings): Extend the description for "set print
765 (GDB/MI Variable Objects): Extend the description for -var-create and
770 * gdb.texinfo (Examining Data): Document the 'explore' command.
774 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
775 to the children of a varobj and its update range when -var-update
776 returns that the varobj's type changed.
780 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
781 Create two new links fir 'objfile-gdb.py file'
782 and 'dotdebug_gdb_scripts section'.
786 * gdb.texinfo (Auto-loading): Rename node reference
787 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
789 (.debug_gdb_scripts section): Rename the node ...
790 (dotdebug_gdb_scripts section): ... here.
791 (Maintenance Commands): Also rename this node reference.
795 * gdb.texinfo (Python API/Values From Inferior): Add description
796 about the new method Value.referenced_value. Add description on
797 how Value.dereference is different (and similar) to
798 Value.referenced_value.
802 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
803 --init-eval-command=COMMAND, -iex.
804 (Startup): Describe -iex and -ix. Simplify the example
805 for "set auto-load-scripts off".
810 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
811 stating that GDB cannot set breakpoints on inlined functions.
812 (Mode Options): Document --use-deprecated-index-sections.
813 (Index Section Format): Document new index section version format.
817 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
821 * gdb.texinfo (Help): Change apropos example to use "alias" instead
823 (Symbols): Delete docs for set/show symbol-reloading.
824 * gdbint.texinfo (Defining Other Architecture Features): Delete
825 SYMBOL_RELOADING_DEFAULT.
826 * refcard.tex: Delete reference to symbol-reloading.
830 * gdb.texinfo (General Query Packets): Document new
831 QProgramSignals packet.
832 * gdb.texinfo (Remote configuration): Mention
833 "program-signals-packet".
837 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
841 * gdb.texinfo (In-Process Agent): New node.
842 Document new commands.
843 (General Query Packets): Add packet `QAgent'.
847 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
851 * gdb.texinfo (Commands In Python): Put example python macro in
852 COMMAND_USER category rather than COMMAND_OBSCURE.
853 Document gdb.COMMAND_USER.
854 (User-defined Commands): Update documentation to clarify
855 "set/show max-user-call-depth" and "show user" don't apply to python
856 commands. Update documentation to clarify "help user-defined" may
857 also include python commands defined as COMMAND_USER.
861 * gdb.texinfo (Startup): Add option -ex description to the option -x
866 * gdb.texinfo (Setting Breakpoints): Mention and explain the
867 condition-evaluation breakpoint parameter.
868 Mention condition-evaluation mode being shown in "info break".
869 (Break Conditions): Add description for target-side
870 conditional breakpoints.
871 (Remote Configuration): Mention conditional-breakpoints-packet.
872 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
874 (General Query Packets): Mention new ConditionalBreakpoint feature.
878 * gdb.texinfo (Blocks In Python): Clarify block iteration.
883 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
888 * gdb.texinfo (Disabling Breakpoints): Document enable count.
892 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
897 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
901 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
906 * gdb.texinfo (Symbols In Python): Document Symbol.line.
910 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
914 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
916 (Files): Mention new catch commands.
917 (GDB/MI Async Records): Likewise.
921 Delete #if 0'd out code.
922 * gdb.texinfo (Frame Info): Remove "info catch".
926 * gdb.texinfo (Remote Configuration): Document
927 "set remote hostio-readlink-packet" command.
928 (General Query Packets): Document vFile:readlink packet.
932 * gdb.texinfo (Specify Location): Document relative file name
937 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
942 * gdbint.texinfo (Coding Standards): Require braces for two lines of
947 * gdb.texinfo (Variables): Document use of :: for non-static
952 * gdbint.texinfo (Start of New Year Procedure): Update
953 to replace use of copyright.sh by use of copyright.py.
957 Remove the gdbtui binary.
958 * all-cfg.texi (GDBTUI): Remove.
959 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
960 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
961 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
965 Introduce gdb.FinishBreakpoint in Python.
966 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
967 (Python API): Add menu entry for Finish Breakpoints.
971 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
976 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
980 * gdb.texinfo (Python Commands): Remove "maint set/show print
981 stack". Add documentation for "set/show python print-stack".
985 * gdb.texinfo (Implementing a Remote Stub): Explain that you
986 should transfer control to the stub in the startup code instead of
987 in main. Mention the need to get past the initial breakpoint.
991 * gdb.texinfo (Set Breaks): Update for new behavior.
995 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
996 List Format for SVR4 Targets'.
997 (General Query Packets): New item qXfer:libraries-svr4:read.
998 (Library List Format for SVR4 Targets): New node.
1002 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
1007 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
1012 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1013 note-related options and variables.
1014 (Tracepoint Packets): Document packet changes.
1018 * gdb.texinfo (JIT Interface): Add documentation on writing and
1019 usind JIT debug info readers.
1020 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
1021 Debug Info Readers): New nodes.
1025 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
1030 * gdb.texinfo (Files): Document basenames-may-differ.
1034 * gdb.texinfo (Shell Commands): Document "!".
1039 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
1040 needed to get shorter fast tracepoints.
1041 (Tracepoint Packets): Document new qTMinFTPILen packet.
1045 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
1046 behavior of tracepoint.
1047 (General Query Packets): New feature InstallInTrace.
1048 (Remote Configuration): Document "set remote
1049 install-in-trace-packet".
1053 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
1054 Add arguments to info macro.
1058 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
1060 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
1061 (Macros): Add a footnote.
1062 (C): Remove paragraph about compiler options.
1063 (C Constants): Mention wide character and string constants.
1064 (C Plus Plus Expressions): Update compiler option advice. Mention
1065 using declarations. Mention ADL. Remove old HP compiler
1071 * gdb.texinfo (Print Settings): Add an extra note about the need
1076 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
1077 "set mips abi" documentation.
1081 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
1085 * gdb.texinfo (Stopping): Add menu entry.
1086 (Continuing and Stepping): Restore @node. Use @section, not
1091 * gdb.texinfo (Skipping Over Functions and Files): Remove node
1092 designation. Fix "Specify Location" cross-reference.
1096 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
1097 (General Query Packets): Describe tracenz feature.
1098 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
1102 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
1106 * gdb.texinfo ((Frames In Python): Document
1107 gdb.FRAME_UNWIND_FIRST_ERROR contant.
1111 * gdb.texinfo (gdb.types): Document new deepitems function.
1117 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
1124 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
1125 global_block, static_block function.
1129 * gdb.texinfo (Commands In Python): Add missing "@"s.
1133 PR python/13285 Document named constants for frame unwind stop reasons
1134 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
1139 Fix compatibility with texinfo versions older than 4.12.
1140 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
1141 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
1142 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
1143 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
1144 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
1145 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
1146 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
1150 * gdb.texinfo (Extending GDB): Document alias command.
1154 Support @entry in input expressions.
1155 * gdb.texinfo (Variables): Describe @entry names suffix.
1156 (Print Settings): Add anchor for `set print entry-values'.
1161 Display @entry parameter values (without references).
1162 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
1164 (Print Settings): New description of set print entry-values and show
1170 Recognize virtual tail call frames.
1171 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
1172 (Tail Call Frames): New node.
1173 (Frames In Python): Add gdb.TAILCALL_FRAME.
1177 * gdb.texinfo (gdb.printing): Document new `replace' arg to
1178 register_pretty_printer.
1185 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
1190 * gdb.texinfo (Starting your Program): "set disable-randomization"
1191 is no longer Linux-specific.
1192 (Remote Configuration): Document "set remote
1193 disable-randomization-packet".
1194 (General Query Packets): Document "QDisableRandomization" packet
1195 and add it to "qSupported" list.
1199 Allow Python notification of new object-file loadings.
1200 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
1205 PR python/12691: Add the inferior to Python exited event
1206 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
1210 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
1215 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
1216 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
1217 as possible feature returned by the `-list-features'
1222 * gdb.texinfo (gdb.Type): Document field access by dictionary
1227 * gdb.texinfo (Files): Update options for `add-symbol-file'.
1228 Add one space after option `-s'. Remove @r{} markup.
1232 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
1236 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
1237 to *(unsigned char *)$esp@300.
1241 * gdb.texinfo: Make style of Python functions and methods match
1242 the syntax of Python. Also put class and module names explicitly
1243 on function, member, and variable names, matching Python
1244 documentation conventions.
1248 PR Python/12692 Add gdb.selected_inferior() to Python interface.
1249 * gdb.texinfo (Inferiors In Python): Describe new
1250 gdb.selected_inferior() function.
1254 Handle multiple breakpoint hits in Python interface:
1255 * gdb.texinfo (Events In Python): New function documentation:
1256 gdb.BreakpointEvent.breakpoints. Indicate that
1257 gdb.BreakpointEvent.breakpoint is now deprecated.
1261 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
1265 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
1269 * gdb.texinfo (Prompt): Add set/show extended-prompt
1271 (Basic Python): Add prompt_hook anchor.
1272 (Python modules): Reword module text to reflect multiple modules.
1273 (gdb.prompt): Document gdb.prompt module.
1277 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
1281 * gdb.texinfo (Standard Target Features): Document C6x features.
1282 (TIC6x Features): New node.
1286 * gdb.texinfo (Symbols In Python): Document symbol.type.
1290 * gdb.texinfo (Python): Document command and function
1296 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
1297 typedefs unrolling. Extend the sample code by an inner typedef and
1298 outer typedefs unrolling.
1302 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
1308 * gdb.texinfo (Macros): Add info definitions and info macros commands.
1309 Update text and cindex entries for info macro command.
1313 * observer.texi (GDB Observers): Add before_prompt observer.
1314 * gdb.texinfo (Basic Python): Add documentation for prompt
1320 * gdb.texinfo (Python Commands): Add deprecate note to maint
1321 set/show python print-stack. Document set/show python
1324 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
1326 * gdb.texinfo: Fix typos.
1330 * gdb.texinfo (Debugging Output): Document set debug
1335 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1336 breakpoint-notifications feature.
1340 * gdb.texinfo (Target Description): Remove warning about
1341 possibly unstable format.
1345 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
1346 (Events In Python): Note that exit_code is optional.
1350 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
1351 required for multi-threading support.
1352 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
1353 Hc are deprecated for multi-threading debugging. Point readers at
1358 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
1362 * gdb.texinfo (Threads): Document $sdir,$pdir.
1363 (Server): Document $pdir exception.
1365 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
1367 * gdb.texinfo (Threads): Clarify default value for
1368 libthread-db-search-path.
1370 * gdb.texinfo (Completion): Update example.
1371 (Debugging Output): Delete `set/show debug lin-lwp-async'.
1375 * gdb.texinfo: Document change in the behaviour of the enable and
1376 disable GDB commands when applied to tracepoints.
1377 Document the EnableDisableTracepoints remote stub feature.
1378 Document QTEnable and QTDisable in the list of tracepoint packets.
1382 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
1384 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
1385 comment to hsuser.texi. Change rluser.texi name in the comment.
1389 * gdb.texinfo (Threads): If an empty path is provided for
1390 libthread-db-search-path it is reset to its default value.
1395 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
1400 Implement support for PowerPC BookE masked watchpoints.
1401 * gdb.texinfo (Set Watchpoints): Document mask parameter.
1402 (PowerPC Embedded): Mention support of masked watchpoints.
1406 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
1411 * gdb.texinfo (titlepage): Remove dedication.
1412 (In Memoriam): New appendix.
1417 * gdb.texinfo (Index Section Format): Change the version to 5.
1418 Describe the different formula.
1423 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
1424 for disconnected tracing.
1425 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
1426 extended-remote relationship. Mention --once.
1427 (TCP port allocation lifecycle of @code{gdbserver}): New.
1431 * gdb.texinfo (Server): Improve indexing. Index all optional
1432 switches to gdbserver.
1436 * gdb.texinfo (Index Section Format): New node.
1437 (Top): Add new node to menu.
1441 * gdb.texinfo (Maintenance Commands): Document `maint print
1446 * gdb.texinfo (Trace File Format): Move node later.
1450 * gdbint.texinfo (Register Information Functions): Remove
1452 * gdb.texinfo (Emacs): Remove duplicate "to".
1453 (GDB/MI Variable Objects): Remove duplicate "the".
1454 (General Query Packets): Likewise.
1458 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
1459 "GDB/MI Ada Exception Information" node.
1463 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1464 the "exception-name" field in the *stopped async record.
1469 Implement support for PowerPC BookE ranged breakpoints.
1470 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
1474 * gdb.texinfo (Set Tracepoints): Fix typo.
1478 * gdb.texinfo (Specify Location): Document `function:label'
1485 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
1489 * gdb.texinfo (Blocks In Python): Add is_valid method description.
1490 (Inferiors In Python): Likewise.
1491 (Threads In Python): Likewise.
1492 (Symbols In Python): Likewise.
1493 (Objfiles In Python): Likewise.
1494 (Symbol Tables In Python): Likewise.
1498 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
1499 display>: Explain that the commands accept number ranges.
1503 * gdb.texinfo (Breakpoints In Python): Add description and example
1504 of Python stop function operation.
1508 * gdb.texinfo (Parameters In Python): Document get_set_string and
1509 get_show_string methods.
1513 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
1515 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
1516 circular-trace-buffer name.
1520 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
1521 in the previous change.
1525 * gdb.texinfo (Inferiors and Programs): Update commands to show
1526 that they can accept multiple arguments.
1530 Revert the following patch (code patch was not approved):
1532 * agentexpr.texi (bytecode descriptions): add printf.
1533 * gdb.texinfo (tracepoint action lists): add printf.
1537 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
1541 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
1542 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
1543 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
1547 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
1548 Clarify behaviour of lookup_symbol when `block' argument is omitted,
1549 add description of result, fix @defun formatting.
1553 * agentexpr.texi (Bytecode Descriptions): Add printf.
1554 * gdb.texinfo (Tracepoint Action Lists): Add printf.
1558 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
1562 * gdb.texinfo (threads): Document argument for "info threads" cmd.
1563 Document new command "thread find".
1567 * gdb.texinfo (Threads): Update example of new thread message.
1571 * gdb.texinfo (Remote Configuration): Mention set/show remote
1573 (Tools/Packages Optional for Building GDB): Mention that expat is
1574 used for traceframe info.
1575 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
1576 (General Query Packets) <qSupported>: Describe the
1577 qXfer:traceframe-info:read feature.
1578 (qXfer::read): Describe qXfer:traceframe-info:read.
1579 (Traceframe Info Format): New section.
1583 * gdbint.texinfo (Formatting): Mention some formatting guidelines
1584 for casts and unary operators.
1588 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
1593 * gdb.texinfo: s/value optimized out/optimized out/g
1597 * gdb.texinfo (Other Misc Settings): Rework part of the
1598 documentation of the "set interactive mode" command.
1602 * gdb.texinfo (Threads): Document thread name output and `thread
1604 (Threads In Python): Document Thread.name attribute.
1605 (GDB/MI Thread Commands): Document thread attributes.
1609 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
1610 changes in mi/mi-cmd-disas.c
1614 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
1615 Fix "thread apply" text.
1620 Implement support for PowerPC BookE ranged watchpoints.
1621 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
1622 the "set powerpc exact-watchpoints" flag.
1626 * gdb.texinfo (Python API): Add descriptions to @menu items.
1630 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
1634 * gdb.texinfo (Debugging Output): Document "set debug jit".
1639 * gdb.texinfo (Frames In Python): Document various frame
1644 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
1645 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
1646 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
1650 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
1651 (clean): Add GDBvn.texi.
1655 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
1656 occasional case where the debugger prints an array address
1657 instead of the array itself.
1661 * gdb.texinfo (Packets) <read registers packet>: Document support
1662 for registers that were not collected.
1666 * gdb.texinfo (Startup): Document auto-loading of scripts during
1668 (Auto-loading): Delete "maint set python auto-load on|off".
1669 Add "set auto-load-scripts on|off".
1673 * gdb.texinfo (Mode Options): Document -data-directory.
1674 (Data Files): Add reference to -data-directory.
1678 * gdb.texinfo (Pretty-Printer Introduction): Change
1679 printer-name:subprinter-name to printer-name;subprinter-name.
1685 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
1689 * gdb.texinfo (Top): Check SYSTEM_READLINE.
1690 (Editing): Likewise.
1691 (Command History): Likewise.
1692 (TUI Keys): Likewise.
1693 (Bug Reporting): Conditionally include rluser.texi and
1694 inc-history.texinfo.
1695 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
1696 (GDB_DOC_SOURCE_INCLUDES): Add comment.
1697 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
1698 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
1699 (gdb.pdf): Likewise.
1700 (gdb.info): Likewise.
1701 (gdb/index.html): Likewise.
1705 * Makefile.in (Makefile): Run ../config.status.
1706 (distclean): Update.
1707 * configure: Remove.
1708 * configure.ac: Remove.
1712 * gdb.texinfo (Basic Python): Update. Add xref.
1713 (Exception Handling): Document new exception classes.
1714 (Types In Python): Update.
1715 (Frames In Python): Update.
1719 * gdb.texinfo (Breakpoints In Python): Document "internal"
1720 parameter, and visible attribute.
1724 * gdb.texinfo (Source Path): Document "set directories".
1728 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
1729 (OpenCL C): New node.
1733 * gdb.texinfo (Pretty Printing): Expand into three sections,
1734 introduction, example, and commands.
1735 (Python API): Delete section Disabling Pretty-Printers, merge into
1736 Selecting Pretty-Printers.
1737 (Writing a Pretty-Printer): New section. Move the pretty-printer
1738 example here, and reformat to match python coding style. Add a second
1739 example using the gdb.printing module.
1740 (Python modules): Add gdb.printing.
1744 * gdb.texinfo (Python): Fix long line.
1748 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
1749 All references updated. Correct sections marked as subsections.
1750 (Coding Standards): New chapter. Move the coding standard related
1751 subsections here. Add section on Python coding standards.
1755 * gdb.texinfo (Python): Add "Python modules".
1756 (Types in Python): Add reference to gdb.types section.
1757 (Python modules): New node.
1761 * gdb.texinfo (Values From Inferior): Add reference to "Types in
1762 Python" from gdb.Value.type description.
1766 * gdb.texinfo (Ravenscar Profile): New node.
1770 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
1774 * gdb.texinfo (Values From Inferior): Clarify that
1775 value.dynamic_type works only in C++ programs with RTTI.
1779 * gdb.texinfo (Character Sets): Correctly reference host-charset
1784 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
1785 Document "fullname" and "from".
1789 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
1790 feature `reverse' output by -list-target-features.
1794 * gdb.texinfo (i386 Features): Remove an extra "@item".
1799 * gdb.texinfo (Values From Inferior): Document dynamic_type.
1803 * gdb.texinfo (ARM Features): Document
1804 org.gnu.gdb.arm.m-profile.
1809 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
1810 reinterpret_cast methods.
1815 * gdb.texinfo (Types In Python): Document array method.
1819 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
1823 * gdb.texinfo (Set Watchpoints): Document -location option.
1827 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
1831 * gdb.texinfo (GDB/MI Data Manipulation): Document
1832 -data-read-memory-raw and -data-write-memory-raw.
1837 * gdb.texinfo (Basic Python): Describe post_event API.
1841 * gdb.texinfo (Basic Python): Describe solib_address and
1842 decode_line Python APIs
1846 * gdb.texinfo (Pretty Printing API): Document
1847 gdb.default_visualizer.
1851 Revert gdb-add-index addition:
1852 * gdb.texinfo (Index Files): Don't document gdb-add-index.
1857 * gdb.texinfo (Mode Options) <-batch>
1858 (Basic Python) <gdb.execute>: Describe setting width and height.
1862 * gdb.texinfo (Threads): Document 'debug libthread-db'.
1866 * gdb.texinfo (Index Files): Mention gdb-add-index.
1870 * gdb.texinfo (Inferiors and Programs): Update the introduce of
1871 "detach inferior" and "kill inferior".
1875 * gdb.texinfo (Machine Code): Update description of two forms of
1876 arguments, and add new example to demonstrate the new form.
1880 * gdb.texinfo (Values From Inferior): Add value inferior function
1885 * gdb.texinfo (Active Targets): Fix wrong comma placement.
1890 Make core files the process_stratum.
1891 * gdb.texinfo (Active Targets): Remove core_stratum. Include
1892 record_stratum example.
1896 * gdb.texinfo (Index Files): New node.
1900 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
1904 * gdb.texinfo (Specify Location): Document labels.
1908 * gdb.texinfo (Create and Delete Tracepoints): Add more index
1909 entries for fast tracepoints and static tracepoints.
1913 * gdb.texinfo (General Query Packets) <qfThreadInfo,
1914 qsThreadInfo>: Spell out `l' as ell.
1918 * gdb.texinfo (Convenience Variables): Document $_sdata.
1919 (Commands to Set Tracepoints): Describe static tracepoints. Add
1920 `Listing Static Tracepoint Markers' menu entry. Document
1922 (Tracepoint Action Lists): Document collecting $_sdata.
1923 (Listing Static Tracepoint Markers): New subsection.
1924 (Tracepoints support in gdbserver): Mention static tracepoints.
1925 (remote packets, enabling and disabling): Mention
1927 (General Query Packets) <qSupported>: Document qXfer:sdata:read
1928 and StaticTracepoint.
1929 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
1930 Document qXfer:sdata:read.
1931 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
1935 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
1941 * gdb.texinfo (Inferiors In Python): New node.
1942 * gdb.texinfo (Threads In Python): New node.
1946 * gdb.texinfo (Python): Document what the python directory is
1947 and what its location is.
1948 (Basic Python): Document the gdb.PYTHONDIR constant.
1953 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
1957 * gdb.texinfo: (Commands for Controlled Output): Add
1958 documentation for command "eval".
1962 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
1963 * annotate.texinfo: Ditto.
1964 * gdbint.texinfo: Ditto.
1965 * stabs.texinfo: Ditto.
1969 * gdb.texinfo: (Process Record and Replay): Add documentation
1970 for command "set record memory-query".
1974 * gdb.texinfo: Relicense under GFDL version 1.3.
1975 * annotate.texinfo: Relicense under GFDL version 1.3.
1976 * gdbint.texinfo: Relicense under GFDL version 1.3.
1977 * stabs.texinfo: Relicense under GFDL version 1.3.
1978 * fdl.texi: Update to version 1.3.
1982 * gdb.texinfo (Operating System Auxiliary Information): Describe
1983 "info os" when no arguments given.
1985 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
1990 * gdb.texinfo: (Process Record and Replay): Add documentation
1991 for commands "record save" and "record restore".
1995 * gdb.texinfo: Include information about the correct use
1996 of addresses in the `watch' command.
2000 * gdb.texinfo (Observer Mode): New section.
2001 (General Query Packets): Document QAllow.
2005 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
2009 * gdbint.texinfo (Coding): Add subsection on command names.
2013 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
2018 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
2019 gdbserver, and add cross reference.
2020 (Tracepoints support in gdbserver): New subsection.
2024 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
2025 `qRelocInsn' feature.
2026 (Relocate instruction reply packet): New subsection
2027 of `Tracepoint Packets'.
2028 (Tracepoint Packets): Mention that packets QTDP and QTStart
2029 support the qRelocInsn request, and add cross reference to new
2034 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
2035 (Commands In Python): Document gdb.string_to_argv.
2039 * gdbint.texinfo (Host Definition): Remove items NORETURN and
2046 * gdb.texinfo (Parameters In Python): New Node.
2050 * gdb.texinfo: (Summary) Add mention about D language support.
2051 (Filenames): Add D suffixes.
2056 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
2057 of macro deleted from GDB code.
2061 * gdb.texinfo (Commands to specify files): Describe what how GDB
2062 looks up DOS-based filesystem paths on the system root. Document
2063 the new `set/show target-file-system-kind' commands.
2067 * gdb.texinfo (Python): Move Auto-loading section here ...
2068 (Python API): from here.
2069 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
2070 (Maintenance Commands): Add docs for "maint print section-scripts".
2074 * gdb.texinfo (Setting Breakpoints): Added description of
2075 filename-qualified rbreak.
2076 * refcard.tex (Breakpoints and Watchpoints): Added brief
2077 description of filename-qualified rbreak.
2081 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
2082 (Python API): Change the reference to Pretty Printing API.
2083 (Pretty Printing): Move the user part under the Data node. Reformat
2084 the sample output to 72 columns. Create a new reference to Pretty
2085 Printing API. Rename the API part ...
2086 (Pretty Printing API): To a new node name.
2087 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
2088 (GDB/MI Variable Objects): Change references to Pretty Printing API.
2092 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
2094 (Listing Tracepoints): Update to reflect current behavior.
2098 * gdb.texinfo (Examining memory): Update for change in string
2099 display with explicit size.
2103 PR breakpoints/8554.
2105 * gdb.texinfo (Save Breakpoints): New node.
2106 (save-tracepoints): Rename to ...
2107 (save tracepoints): ... this. Mention that `save-tracepoints' is
2108 a deprecated alias to `save tracepoints'.
2112 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
2113 (info w32 thread-information-block): Document new command.
2114 (qGetTIBAddress): Document new gdbserver query.
2115 (maint set/show show-all-tib): Document new command.
2119 * gdb.texinfo (Python API): Add progspaces section.
2120 (Selecting Pretty-Printers): Progspace pretty-printers are
2122 (Progspaces In Python): New section.
2124 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
2128 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
2133 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2134 Describe the `frames-created' field, tweak grammar.
2138 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2139 Describe the `circular' and `disconnected' fields.
2143 * gdb.texinfo (maint print registers): Mention unavailable and
2144 invisible registers.
2150 * gdb.texinfo (Breakpoints In Python): New Node.
2154 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
2155 trace status fields.
2159 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
2160 optional. Make org.gnu.gdb.i386.avx requires
2161 org.gnu.gdb.i386.avx.
2165 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
2166 search path, and document that gdb only scans the search path if
2167 the script's path doesn't specify a directory.
2171 * gdb.texinfo (maint show python auto-load): Fix typo.
2175 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
2176 (Setting Watchpoints): Update description of "info watch".
2177 (Disabling Breakpoints): Only "info break" lists all.
2179 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
2180 (tdump): Explain how tdump works.
2184 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
2185 add cross reference.
2189 * gdb.texinfo (TUI Commands): Mention that in some cases, these
2194 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
2198 * gdb.texinfo (General Query Packets): Add xmlRegisters.
2203 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
2205 (Set Tracepoints): Remove mention that conditional tracepoints
2207 (Tracepoint Actions): Clarify when while-stepping collection
2208 happens, note that while-stepping does not automatically collect
2213 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
2214 (General Query Packets): Describe TracepointSource.
2218 * gdb.texinfo (ARM): Document arguments to "target sim".
2219 (Set Catchpoints): Use @dots{} instead of @r{...}.
2223 * gdb.texinfo (Tracepoint Packets): Remove mention that
2224 terror:string may be plain text, and drop mention of X prefix.
2228 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
2232 * gdb.texinfo (Tracepoint Packets): Document trace error status.
2236 PR breakpoints/9352:
2237 * gdb.texinfo (Break Commands): Update.
2241 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
2246 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
2247 circular-trace-buffer.
2248 (Tracepoint Packets): Describe QTBuffer, and details of the
2254 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
2255 doing instruction stepping.
2256 (Tracepoint Restrictions): New node.
2260 * gdbint.texinfo (Symbol Handling): Update.
2265 * gdb.texinfo (Mode Options): Mention lack of pagination and
2266 confirmation with --batch.
2267 (Screen Size): Mention --batch.
2268 (Messages/Warnings): Likewise.
2272 * gdb.texinfo (Basic Python): Document target_charset and
2273 target_wide_charset.
2277 * gdb.texinfo (Data): Link to pretty-printing.
2278 (Output Formats): Likewise. Correct text.
2282 * gdb.texinfo (Types): Describe <struct> and <flags>.
2286 * gdb.texinfo (Frames In Python): Add block parameter and
2287 description to read_var text.
2292 * gdb.texinfo (Types In Python): Describe block argument in
2293 template_argument and gdb.lookup_type.
2297 * gdb.texinfo (Cygwin Native): Fix typo.
2301 * gdb.texinfo (Frames In Python): Add block, find_sal, function
2302 and select method descriptions.
2303 (Python API): Add Blocks In Python, Symbols in Python and Symbol
2304 Tables in Python to menu.
2305 (Blocks In Python): New node.
2306 (Symbols In Python): New node.
2307 (Symbol Tables in Python): New node.
2314 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
2317 * gdb.texinfo (GDB/MI Command Syntax): Document notification
2319 (GDB/MI Program Execution): Document current behaviour of
2320 --all and --thread-group.
2321 (GDB/MI Miscellaneous Commands): Document -add-inferior and
2323 * observer.texi (inferior_added, inferior_removed): New
2328 * gdbint.texinfo (Getting Started): Fix @node.
2329 (Debugging GDB): Likewise.
2333 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
2334 documenting the gdb_test_timeout variable.
2338 * gdb.texinfo (MI commands): Added documentation of --reverse
2339 option to a set of MI commands. Restructured documentation of MI
2340 commands --exec-continue to reflect the complexity of reverse
2345 * gdb.texinfo (Using the Collected Data): Specify that the address
2346 range of `tfind outsize' is exclusive, and that the address range
2347 of `tfind range' is inclusive.
2348 (Tracepoint Packets): Specify that the address range of
2349 `QTFrame:range' is inclusive, and that the address range of
2350 `QTFrame:outside' is exclusive
2354 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
2358 * gdb.texinfo (Debugging Output): Document set debug parser and
2363 * gdb.texinfo (Predefined Target Types): Add i387_ext,
2364 i386_eflags and i386_mxcsr.
2368 * gdb.texinfo: Document i386 target features.
2372 * gdbint.texinfo (Testsuite): Add a new section to document the
2373 various DejaGnu variables that may be overridden.
2374 Document INTERNAL_GDBFLAGS.
2379 * gdb.texinfo (Files): -readnow comes before the filename for file
2384 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
2385 Document ARM breakpoint types.
2386 (Register Packet Format): Move into the new section.
2387 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
2391 * gdb.texinfo (File Options): Adjust the documentation of this
2392 switch to refer to the "source" command rather than partially
2393 duplicating some of the relevant information.
2394 (Extending GDB): Introduce and document the set/show script-extension
2396 (Command Files): Add note explaining that the "source" command
2397 is also used to evalute scripts written in other languages.
2398 Remove the short slightly incorrect reference to sourcing Python
2400 (Python Commands): Document how to execute a Python script from GDB.
2404 * gdb.texinfo (Command Files): Fix typo.
2408 * gdb.texinfo (File Options): Document -x on .py files.
2409 (Command Files): Document handling of Python scripts.
2413 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
2417 * gdb.texinfo (Trace Files): New section.
2418 (Tracepoint Packets): Document QTSave and qTBuffer.
2419 (Trace File Format): New appendix.
2423 * gdb.texinfo (Values From Inferior): Document lazy_string value
2425 (Python API): Add Lazy strings menu item.
2426 (Lazy Strings In Python): New node.
2430 * gdb.texinfo (GDB/MI Thread Information): New.
2431 (GDB/MI Async Records): Document the core field in *stopped.
2432 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
2434 (Process list): Document that osdata document may contain
2436 (Remote Serial Protocol): Document qXfer:threads.
2440 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2441 disconnected tracing.
2442 (Tracepoint Packets): Document new protocol.
2446 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
2448 (Tracepoint Packets): Describe remote protocol for fast
2453 Update the "Start of New Year Procedure".
2454 * gdbint.texinfo: Add the list of files that need to be updated
2455 manually. Minor reformatting.
2459 * refcard.tex: Update copyright year in header and text.
2463 * agentexpr.texi: Add 2010 to the list of copyright years.
2464 * annotate.texinfo: Likewise.
2465 * gdb.texinfo: Likewise.
2466 * gdbint.texinfo: Likewise.
2467 * observer.texi: Likewise.
2468 * stabs.texinfo: Likewise.
2472 * gdb.texinfo (Tracepoint Actions): Describe teval.
2476 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
2480 * gdb.texinfo (Trace State Variables): New section.
2481 (Tracepoint Packets): Describe trace state variable packets.
2482 * agentexpr.texi (Bytecode Descriptions): Describe trace state
2487 * gdb.texinfo (Symbols): "info variables" prints definitions, not
2492 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
2493 -gdb-exit behaviour.
2497 * gpl.texi: Update to version 3 of the GPL.
2501 * Makefile.in: Update copyright header.
2502 * observer.texi: Fix the copyright header of the generated files.
2506 * gdb.texinfo (Types In Python): Describe range function.
2510 * gdb.texinfo (Types In Python): Describe "is_base_class".
2514 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
2518 * observer.texi: New memory_changed observer.
2522 * gdb.texinfo (Reverse Execution): Fix typo.
2528 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
2529 are allowed after the breakpoint condition.
2534 * gdb.texinfo (Types In Python): Document Type.pointer.
2538 * gdb.texinfo (Machine Code): Adjust.
2542 * agentexpr.texi (Tracing On Symmetrix): Delete section.
2543 (Using Agent Expressions): Delete cross reference.
2547 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
2548 and @settitle directives up to help makeinfo find them.
2552 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
2553 (Auto-loading): Use plural and note one can use multiple components now.
2557 * gdb.texinfo (GDB/MI Stack Manipulation): Make
2558 -stack-list-arguments have the same documentation for parameter
2559 as -stack-list-locals. Add comas.
2566 * gdb.texinfo (Values From Inferior): Document cast method.
2570 * gdb.texinfo (Machine Code): Mention function name in disasssembly
2575 * gdb.texinfo (Process Record and Replay): Document new form of
2576 info record command. Also document the new save and restore
2581 * gdb.texinfo (Machine Code): Mention current pc marker.
2587 * observer.texi (new_inferior): Rename to...
2588 (inferior_appeared): ... this.
2590 * gdb.texinfo (Inferiors): Rename node to ...
2591 (Inferiors and Programs): ... this. Mention running multiple
2592 programs in the same debug session.
2593 <info inferiors>: Mention the new 'Executable' column if "info
2594 inferiors". Update examples. Document the "add-inferior",
2595 "clone-inferior", "remove-inferior" and "maint info
2596 program-spaces" commands.
2597 (Process): Rename node to...
2598 (Forks): ... this. Document "set|show follow-exec-mode".
2602 * gdb.texinfo (ReverseStep): Show default as "unsupported".
2603 (ReverseContinue): Ditto.
2607 * gdb.texinfo (Server): Document libthread-db-search-path.
2611 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
2615 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
2616 (Embedded Processors): Add MicroBlaze.
2617 (MicroBlaze): New. Describe Xilinx MicroBlaze
2621 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
2625 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
2629 * observer.texi (solib_unloaded): Document explicitly the fact that
2630 this observer is called before the associated symbols are unloaded.
2634 * gdb.texinfo (GDB/MI Stack Manipulation): Document
2635 -stack-list-variables.
2639 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
2644 * gdb.texinfo (convenince variables): Mention
2645 $_siginfo could be empty.
2649 * gdb.texinfo (GDB/MI Variable Objects): Document
2650 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
2651 Expand -var-update documentation.
2655 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
2660 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
2664 * gdb.texinfo (qSupported): Mention new ReverseContinue and
2665 ReverseStep replies to the qSupported query.
2669 Add documentation for set/show interactive-mode.
2670 * gdb.texinfo (Other Misc Settings): New node.
2674 * gdb.texinfo (Caching Data of Remote Targets): Add note on
2675 non-stop mode's affect on remote caching.
2680 * gdb.texinfo (Caching Data of Remote Targets): Update text.
2681 Mark `set/show remotecache' options as obsolete.
2682 Document new `set/show stack-cache' option.
2683 Update text for `info dcache'.
2687 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
2688 (Files): Add note on new optional regex arg to `info sharedlibrary'.
2692 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
2697 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
2698 small example, and describe its columns. Replace "inferior-id" by
2703 * gdbint.texinfo (Releasing GDB): Point to
2704 README-maintainer-mode file for required autoconf version.
2705 * configure.ac: Do not substitute datarootdir, htmldir,
2706 pdfdir, docdir. Do not process --with-datarootdir,
2707 --with-htmldir, --with-pdfdir, --with-docdir.
2708 * configure: Regenerate.
2710 * configure: Regenerate.
2714 * gdb.texinfo: Add chapter on JIT interface.
2718 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
2719 confirmation request.
2723 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
2728 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
2733 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2734 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
2738 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2739 "set spu stop-on-load" and "show spu stop-on-load" commands.
2743 * gdb.texinfo (Target Descriptions): Document <compatible> element.
2747 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
2748 org.gnu.gdb.arm.neon.
2752 * gdb.texinfo (Target Description Format): Mention the new <osabi>
2754 (subsection OS ABI): New subsection.
2758 * gdb.texinfo (Tracepoint Conditions): New section.
2759 (General Query Packets): Describe ConditionalTracepoints.
2760 (Tracepoint Packets): Describe condition field.
2761 (Maintenance Commands): Describe maint agent-eval.
2762 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
2766 * gdb.texinfo (disassemble): Add a new modifier /r
2767 to "disassemble" command to make it print the raw instructions
2768 in hex as well as in symbolic form.
2772 * gdbint.texinfo (Testsuite): Document parallel make check.
2776 * gdbint.texinfo (Testsuite): Document test transcripts.
2780 * gdb.texinfo (Values From Inferior): Add length parameter
2785 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
2786 in -var-list-children. Fix example according to what the code
2791 * gdb.texinfo (Debugging multiple inferiors): Document the
2792 "inferior", "detach inferior" and "kill inferior" commands.
2793 (Debugging Programs with Multiple Processes): Adjust to mention
2794 generic "inferior" commands. Delete mention of "detach fork" and
2795 "delete fork". Cross reference to "Debugging multiple inferiors"
2800 * gdbint.texinfo (Item Output Functions): Update signature
2801 for ui_out_field_core_addr.
2805 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
2806 Update example code extrated from breakpoint.c.
2810 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
2812 (GDB/MI Symbol Query): Likewise.
2813 (GDB/MI File Commands): Likewise.
2814 (GDB/MI File Transfer Commands): Likewise.
2815 (GDB/MI Target Manipulation): Likewise.
2816 (GDB/MI Miscellaneous Commands): Likewise.
2820 * gdb.texinfo (Debugging Optimized Code): New chapter.
2821 (Compiling for Debugging): Reference it. Move some
2822 text to the new section.
2826 * doc/gdb.texinfo (Calling): Document
2827 set-unwind-on-terminating-exception usage.
2831 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
2836 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
2841 * gdbint.texinfo: Rename formal parameters to gdbarch function
2842 protoypes from "current_gdbarch" to "gdbarch".
2846 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
2850 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2852 (GDB/MI Variable Objects): Document -var-set-visualizer.
2856 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2858 (GDB/MI Variable Objects): Document -var-set-visualizer.
2864 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
2865 (Pretty Printing): New node.
2866 (Selecting Pretty-Printers): Likewise.
2867 (Python API): Update.
2868 (Output Formats): Document /r format.
2873 * gdb.texinfo (Types In Python): New node.
2874 (Values From Inferior): "type" is now an attribute.
2875 (Python API): Update.
2881 * gdb.texinfo: Add @syncodeindex for `tp'.
2882 (Python API): Update.
2883 (Auto-loading): New node.
2884 (Objfiles In Python): New node.
2888 * gdb.texinfo (Threads): Document libthread-db-search-path.
2892 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
2896 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
2897 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
2898 show show-debug-regs' docs.
2902 * gdb.texinfo (Process Record and Replay): Add description of
2907 * gdbint.texinfo (Adding support for debugging core files): New node.
2908 (Native Debugging): Remove the ``Native core file Support'' section.
2912 * gdb.texinfo (Process Record and Replay): Improve and clarify.
2918 * gdb.texinfo: (Process Record and Replay): Add documentation for
2919 process record and replay.
2923 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
2924 a new part on command-line defined macros.
2928 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
2929 clarify the wording.
2933 * gdb.texinfo (Data Files): New node.
2934 (GDB Files): Update menu.
2938 * gdbint.texinfo (Defining Other Architecture Features): Remove
2939 entry for PROCESS_LINENUMBER_HOOK.
2943 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
2947 * gdb.texinfo (disassemble-next-line): Set the default of
2948 disassemble-next-line to off.
2952 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
2953 --with-htmldir): New.
2954 * configure: Regenerate.
2955 * Makefile.in (datarootdir, docdir): Define.
2956 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
2957 instead of $(SET_TEXINPUTS).
2958 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
2959 gdbint.info instead of $(SET_TEXINPUTS).
2960 (gdbint/index.html): Use same -I options as for building
2962 (stabs.dvi, stabs.pdf): Use same -I options as for building
2963 stabs.info instead of $(SET_TEXINPUTS).
2964 (stabs/index.html): Use same -I options as for building
2966 (annotate.dvi, annotate.pdf): Use same -I options as for building
2967 annotate.info instead of $(SET_TEXINPUTS).
2968 (annotate/index.html): Use same -I options as for building
2973 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
2977 * gdb.texinfo (Source Path): Document --with-relocated-sources.
2982 * Makefile.in (MAKEHTML): Set to makeinfo --html.
2983 (MAKEHTMLFLAGS): Set to empty.
2984 (html__strip_dir): Define.
2985 (HTMLFILES): Define.
2986 (HTMLFILES_INSTALL): Define.
2987 (install-html): Copy new automake rule.
2988 (html): Depend on $(HTMLFILES).
2989 (gdb_toc.html): Rename to gdb/index.html.
2990 (gdbint_toc.html): Rename to gdbint/index.html.
2991 (stabs_toc.html): Rename to stabs/index.html.
2992 (annotate_toc.html): Rename to annotate/index.html.
2996 * Makefile.in: Set pdfdir and htmldir from configure
2998 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
2999 * configure: Regenerate.
3003 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
3004 This macro is no longer used.
3008 * gdb.texinfo (Character Sets): Document default character set.
3012 * gdbint.texinfo: Change server name from sources.redhat.com to
3013 sourceware.org throughout.
3017 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
3018 about a missing dot or coma after @xref.
3022 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
3023 example, and add a small explanation about it.
3024 (Print Settings): Change the documentation of the "set print
3025 frame-arguments" to reflect the fact that the default is now "scalars".
3029 * gdb.texinfo (Print Settings): Add kindex for command "set
3030 print frame-arguments".
3034 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
3036 (Set Breaks): Add reference to thread-specific and task-specific
3041 * gdb.texinfo (Ada Tasks): Remove the documentation about
3042 the "Running" state, as this state has been eliminated.
3043 Now all runnable tasks are shown as "Runnable".
3047 * gdb.texinfo (Tracepoints): Describe tracepoints as a
3048 special case of breakpoints.
3049 (Enable and Disable Tracepoints): Mention deprecation.
3050 (Listing Tracepoints): Update description and example.
3054 * gdb.texinfo (Frames in Python): New node.
3055 (Python API): Update.
3059 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
3060 from a method to an attribute.
3064 * gdb.texinfo (Values From Inferior): Document is_optimized_out
3069 * observer.texi (thread_exit): Add "silent" parameter.
3073 * observer.texi (about_to_proceed): New.
3077 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
3078 field throughout to handle types with spaces in them. Fix typos
3080 (Summary, Requirements, Contributors): New first chapter,
3081 "Summary" added, old Requirements section moved there, and new
3082 section, "Contributors" added.
3083 (Initializing a New Architecture, Register Representation)
3084 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
3085 (Porting gdb): These sections extended and updated.
3086 (Compiler Characteristics): This section (empty) deleted.
3087 (Defining Other Architecture Features): This section renamed and
3088 duplicate material removed from (formerly "Target Conditionals").
3089 Use braces {} in @deftypeXX type field throughout to handle types
3090 with spaces in them. Typos found by aspell fixed.
3092 * stack_frame.svg: New file, source of image for gdbint.texinfo.
3093 * stack_frame.pdf: Version of image for PDF output.
3094 * stack_frame.png: Version of image for HTML output and for Emacs.
3095 * stack_frame.txt: Version of image for Info output.
3096 * stack_frame.eps: Version of image for TeX DVI output.
3100 * gdb.texinfo (Character Sets): Fix last change.
3104 * gdb.texinfo (Values From Inferior): Fix optional arguments
3106 (Commands In Python): Adjust argument names of gdb.Command.__init__
3107 to what the function accepts as keywords.
3111 * gdb.texinfo (Convenience Vars): Document convenience functions.
3112 (Functions In Python): New node.
3113 (Python API): Update.
3117 * gdb.texinfo (Character Sets): Remove obsolete text. Document
3118 set target-wide-charset.
3119 (Requirements): Mention iconv.
3123 * gdb.texinfo: Change the introduce of "disassemble-next-line".
3127 * gdb.texinfo: Add documentation for disassemble-next-line.
3131 * gdb.texinfo (Commands In Python): Remove tindex entries.
3135 * gdb.texinfo (Returning): New description for missing debug info.
3139 * gdb.texinfo (Remote Configuration): Document query-attached.
3140 (General Query Packets): Document qAttached.
3144 * gdb.texinfo (Background Execution): Better describe the set
3145 target-async command.
3146 (Maintenance Commands): Delete description of the `maint set/show
3147 linux-async' and `maint set/show remote-async' commands.
3151 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
3156 * gdb.texinfo (GDB/MI Async Records): Document the
3157 =library-loaded and =library-unloaded notifications.
3161 * observer.texi (test_notification): New observer.
3165 * observer.texi: Add parameter 'print_frame' to normal_stop
3170 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
3171 (Commands In Python): Fix COMMAND_* constants in last change. Use
3172 @kbd for interactive input. Add cross-references and index
3177 * gdb.texinfo (Signals): Document $_siginfo.
3178 (Convenience Variables): Mention $_siginfo.
3179 (Remote Configuration): Document qXfer:siginfo:read,
3180 qXfer:siginfo:write packets, and the read-siginfo-object,
3181 write-siginfo-object commands.
3185 * gdbint.texinfo (Values): New chapter.
3189 * gdb.texinfo (Python API): Add entry for Commands In Python.
3190 (Commands In Python): New node.
3194 * gdb.texinfo (Values From Inferior): Document Value.string.
3198 * gdb.texinfo (Basic Python): Document execute's from_tty
3203 * gdb.texinfo (Basic Python): Document gdb.history.
3207 * gdb.texinfo (GDB/MI Thread Commands): Document the
3208 'current-thread-id' field. Remove the example with zero threads,
3209 since current GDB won't ever report that if there's inferior.
3213 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
3214 option to -break-insert.
3219 * gdb.texinfo (Startup): Document --with-system-gdbinit.
3220 (System-wide configuration): New section.
3225 * gdb.texinfo (Maintenance Commands): Document "maint set|show
3226 internal-error|internal-warning quit|corefile ask|yes|no".
3230 * gdb.texinfo (Using the `gdbserver' Program): Document
3235 * gdb.texinfo: Add nexti to list of commands that support
3236 background execution.
3240 * gdb.texinfo (Define, Hooks): Document prefix command support.
3245 Fixes for makeinfo --html.
3247 * annotate.texinfo: Use @copying and @insertcopying. Use
3248 @ifnottex in place of @ifinfo.
3249 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
3250 place of @ifinfo. Use @ifnotinfo for one index entry.
3251 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
3252 in place of @ifinfo.
3253 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
3254 in place of @ifinfo. Include contents at start unconditionally.
3258 * gdb.texinfo (General Query Packets): Remove @var{} around the
3259 "spu" literal string.
3263 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
3264 program may be running in another process" errors.
3265 * gdbint.texinfo (Native Conditionals): Delete
3266 ONE_PROCESS_WRITETEXT description.
3270 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
3271 emacs local variable to be placed at the end of the ChangeLog.
3272 Add server.c and gdbreplay.c to the list of files where the
3273 copyright year needs to be updated.
3277 * gdb.texinfo (Remote Configuration): Document new
3278 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
3283 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
3284 FETCH_INFERIOR_REGISTERS.
3285 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
3286 FETCH_INFERIOR_REGISTERS descriptions. Remove
3287 gdbarch_get_longjmp_target descrition, since already described in
3288 Target Conditionals. Move gdbarch_fp0_regnum description to ...
3289 (Target Conditionals): ... here.
3293 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
3295 (Additions to Ada): Likewise. Add the missing opening and closing
3296 parenthesis of the GDB prompt in one of the examples.
3300 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
3301 about the result of 'Address not being of type System.Address.
3302 This problem has been fixed a while ago.
3306 MI non-stop and multiprocess docs.
3308 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
3309 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
3310 Adjust documentation for *stopped, document =thread-created,
3311 =thread-exited, =thread-group-created and =thread-group-exited.
3312 (GDB/MI Thread Commands): Document the 'state' field in
3313 -thread-info output.
3314 (GDB/MI Program Execution): Mention --all and --thread-group
3316 (GDB/MI Variable Objects): Describe floating and fixed variable
3318 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
3322 * gdb.texinfo (Operating System Information): New appendix.
3323 (Operating System Auxiliary Information): Document 'info os processes'
3324 (Remote Configuration): Document 'osdata'
3325 (General Query Packets): Document qXfer:osdata:read.
3329 * gdb.texinfo (Darwin): Document Darwin specific features.
3333 * gdbint.texinfo (Target Conditionals): Extend the
3334 gdbarch_breakpoint_from_pc description.
3338 * gdb.texinfo (M68K Features): Fix typo.
3342 * gdb.texinfo (Symbols): Mention printing containing
3343 image name in "info symbol".
3344 (Maint translate-address): Likewise.
3348 * gdb.texinfo (Set Catchpoints): Remove the documentation of
3349 commands "catch load" and "catch unload".
3353 * gdb.texinfo (GDB/MI Async Records): Document
3358 * observer.texi (new_inferior, inferior_exit): New observers.
3362 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
3363 .mt files, TM_CLIBS or TM_CDEPS.
3364 (x86 Watchpoints): Don't mention TDEPFILES.
3368 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
3369 (Overview): Mention notifications and non-stop mode behavior.
3370 (Packets): Update documentation of ?, vAttach, vCont, and vRun
3371 with non-stop mode behavior. Add vStopped description.
3372 (Stop Reply Packets): Update list of packets that return
3373 stop replies. Mention non-stop behavior.
3374 (General Query Packets): Document QNonStop packet and associated
3375 qSupported query response.
3376 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
3378 (Notification Packets): New section.
3379 (Remote Non-Stop): New section.
3380 (File-I/O Overview): Mention non-stop behavior.
3385 * gdb.texinfo (displaced-stepping): Describe the auto mode
3386 setting, and say it's the default. This is now a mainstream
3387 setting instead of a maintenance setting.
3391 * observer.texi (thread_stop_requested): New.
3395 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
3396 (Patching): Replace incorrect usage of @samp by @kbd.
3400 * gdb.texinfo: Add documentation for reverse execution.
3405 * gdb.texinfo. (Values From Inferior): New subsubsection.
3409 * gdb.texinfo (set debug dwarf2-die): Document it.
3413 * gdb.texinfo (catch) [exception]: Document how to insert
3414 a breakpoint on user-defined exceptions when the exception
3415 name is identical to one of the language-defined ones.
3419 * gdb.texinfo (Macros): Remove text about stringification,
3420 varargs, and splicing.
3424 * gdbint.texinfo (Language Support): Remove text about omitting
3425 support for a language.
3429 * gdb.texinfo (info dcache): Update.
3433 * gdb.texinfo (Packets): Add info on thread-id syntax and
3434 multiprocess extensions.
3435 <D>: Document multiprocess form of packet.
3436 <H>: Use thread-id syntax.
3438 <vCont>: Likewise. Note this is required for multiprocess.
3439 <vKill>: New packet.
3440 (Stop Reply Packets) <T>: Use thread-id syntax.
3441 <W>: Document multiprocess form of reply.
3443 (General Query Packets) <qC>: Use thread-id syntax.
3444 <qfThreadInfo>: Likewise.
3445 <qGetTLSAddr>: Likewise.
3447 <qSupported>: Add "multiprocess" feature.
3448 <qThreadExtraInfo>: Use thread-id syntax.
3452 * gdb.texinfo (Inferiors): New section.
3456 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
3460 * gdbint.texinfo (Target Conditionals): Remove documentation
3461 for gdbarch_name_of_malloc.
3465 * gdb.texinfo (Interrupts): Mention TCP interface for
3470 * gdb.texinfo (Commands to Specify Files): Document "remote:"
3471 argument prefix to "set sysroot".
3475 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
3480 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
3481 for possible features of -list-features.
3485 * gdb.texinfo (Background execution): Adjust example
3486 (GDB/MI Miscellaneous Commands): Document -list-target-features.
3490 * doc/gdb.texinfo (PowerPC): Fix typo.
3491 (PowerPC features): Fix typo.
3495 * observer.texi (thread_ptid_changed): New.
3499 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
3500 (PowerPC features): Mention feature set for VSX registers.
3504 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
3505 the direct visibility of all names in user-written packages.
3509 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
3510 setting, and make it the default.
3511 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
3512 non-stop script example.
3516 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
3517 reference to the "Using Different Register and Memory Data
3518 Representation" section.
3522 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
3523 (Remote Protocol): Add Packet Acknowledgment to menu.
3524 (Overview): Mention +/- can be disabled, and point to new section
3525 where this is discussed in detail.
3526 (General Query Packets): Document QStartNoAckMode packet, and
3527 corresponding qSupported reply.
3528 (Packet Acknowledgment): New section.
3533 * gdb.texinfo (Threads): Move paragraph about automatic thread
3534 selection to All-Stop Mode subsection.
3535 (Thread Stops): Reorganize existing material into subsections.
3536 Add introductory blurb and menu.
3537 (Non-Stop Mode): New subsection.
3538 (Background Execution): New subsection.
3539 (Maintenance Commands): Add cross-references from async mode
3540 commands to the new Background Execution section.
3544 * gdb.texinfo (Extending GDB): New chapter.
3545 (Sequences): Demoted chapter, now a section under the new
3546 Extending GDB chapter.
3547 (Python): New section.
3551 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
3555 * gdbint.texinfo: General round of cleanup and minor
3557 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
3558 (Longjmp Support): Update description to reflect how it is done
3559 for targets without using native header.
3560 (Symbol Handling): Add a little more general explanation.
3561 (COFF, ELF): Mention stabs encapsulation.
3562 (DWARF 3): New section.
3563 (Adding a New Host): Scrub out some obsolete bits.
3564 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
3565 (Host Conditionals): Remove descriptions of NO_STD_REGS,
3566 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
3567 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
3568 SEEK_SET, STOP_SIGNAL, USG.
3569 (Raw and Virtual Register Representations): Ditto for
3570 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
3571 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
3572 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
3573 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
3574 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
3575 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
3576 DEPRECATED_REGISTER_VIRTUAL_SIZE,
3577 DEPRECATED_REGISTER_VIRTUAL_TYPE,
3578 DEPRECATED_USE_STRUCT_CONVENTION.
3579 Describe gdbarch_deprecated_fp_regnum.
3580 Update description of gdbarch_print_insn.
3581 (Adding a New Target): Scrub out obsolete bits.
3582 (Obsolete Conditionals): Remove entire section.
3586 * observer.texi (GDB Observers): Document new observers:
3587 breakpoint_created, breakpoint_deleted, breakpoint_modified,
3588 tracepoint_created, tracepoint_deleted, tracepoint_modified,
3589 architecture_changed.
3593 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
3594 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
3598 * observer.texi (GDB Observers): Remove obsolete comment.
3599 <executable_changed>: Remove argument.
3603 * gdb.texinfo (Macros): Update. Use @code rather than @command.
3607 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
3611 * gdb.texinfo (Starting): Document "set disable-randomization".
3615 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
3619 * gdb.texinfo (GDB/MI Target Manipulation): Add
3620 example of -target-attach.
3624 * observer.texi (target_resumed): New observer.
3625 * gdb.texinfo (GDB/MI Output Records): Document *running.
3629 * gdb.texinfo (Completion): Add field name example.
3633 * gdb.texinfo (GDB/MI Program Context): Added example
3638 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
3645 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
3647 * configure: Regenerate.
3648 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
3649 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
3650 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
3651 mailing-list-specific text about bug reporting unless
3656 * gdb.texinfo (-target-select): Remove reference to target async.
3657 (Maintenance Commands): Document "maint set/show remote-async".
3661 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
3662 in -target-file-get section.
3666 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
3667 killing the inferior when it is already debugging a process.
3671 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
3672 abbreviation for "finish".
3676 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
3680 * gdbint.texinfo (Target Conditionals): Delete entry for
3681 gdbarch_dwarf_reg_to_regnum.
3685 * gdb.texinfo: Document "find" command, qSearch:memory packet.
3689 * gdb.texinfo (disassemble): Document /m modifier.
3693 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
3694 will not report the time of commands that run the target.
3698 * gdb.texinfo (GDB/MI Output Records): Add
3703 * gdb.texinfo (GDB/MI Output Records):
3704 Document =thread-create and =thread-exited.
3708 * gdb.texinfo (GDB/MI Development and Front Ends):
3709 Remove mention of dmi-discuss.
3713 * observer.texi (thread_exit): New.
3717 * gdb.texinfo (Debugging Output): Document "set/show debug
3719 (Maintenance Commands): Document "maint set/show
3720 can-use-displaced-stepping".
3724 * gdb.texinfo (ARM): Document set/show arm fallback-mode
3725 and set/show arm force-mode.
3729 * gdbint.texinfo (Algorithms): Describe
3730 target_watchpoint_addr_within_range.
3734 * gdbint.texinfo (Stack Frames): New chapter.
3735 (Algorithms): Move Frames text to the new chapter.
3736 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
3737 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
3741 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
3742 output does not necessary include any tokens.
3746 * gdb.texinfo (Set SH Calling convention): New @item.
3747 (Show SH Calling convention): Ditto.
3751 * gdb.texinfo (Fortran Operators): Describe '%' operator.
3755 * gdb.texinfo (Set Breaks): Mention that multiple location
3756 breakpoints need line number info. Add index entries.
3760 * gdb.texinfo (Requirements): Add an optional requirement on
3762 * gdbint.texinfo (Debugging File Formats): Add new subsection for
3767 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
3768 sample output for 'stopped,reason="breakpoint-hit"' message.
3769 (GDB/MI Program Execution): Likewise.
3773 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
3774 -var-set-format. Add -f option to -var-evaluate-expression.
3778 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
3779 new node "Ambiguous Expressions". Replace references to this
3780 node by references to "Ambiguous Expressions" throughout.
3781 (Ambiguous Expressions): New node.
3785 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
3789 * gdb.texinfo (Debugging Output): Document
3790 "set/show debug lin-lwp-async".
3791 (Maintenance Commands): Document "maint set/show linux-async".
3795 * gdb.texinfo (Expressions): Update description of malloced arrays.
3799 * gdb.texinfo (Thread Commands): Document
3800 -thread-info. Remove -thread-list-all-threads.
3805 * gdb.texinfo (Library List Format): Update to mention the
3806 possibility to pass section addresses instead of segment
3811 * gdb.texinfo (Starting): Document "set exec-wrapper".
3812 (Server): Document gdbserver --wrapper.
3816 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
3817 unreadable memory. Delete obsolete SPARClite reference.
3821 * gdb.texinfo (Starting): Mention always-running targets.
3822 (Target Commands): Add an anchor for load.
3823 (Connecting): Explain continue instead of run.
3827 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
3831 * gdb.texinfo (Set Breaks): Revert description of Enb column of
3836 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
3837 killing the inferior when it is already debugging a process.
3841 * gdbint.texinfo (Build Script): New section. Mention new build script
3846 * gdb.texinfo (Help): Summarize 'info args' correctly.
3850 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
3851 available in PowerPC architecture.
3852 (Embedded Processors): Change node name of PowerPC item in menu.
3853 (PowerPC): Rename to...
3854 (PowerPC Embedded): this.
3855 (Architectures): Add new PowerPC item in menu.
3856 (PowerPC): New node.
3860 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
3865 * gdb.texinfo (Setting Catchpoints): Mention features
3866 supported on GNU/Linux.
3870 * gdb.texinfo (GDB/MI File Commands): Describe new output
3871 field for MI command -file-list-exec-source-file.
3875 * gdb.texinfo (Using the `gdbserver' Program): Add security
3876 warning. Rearrange into subsections and subsubsections. Document
3877 --multi and --debug. Correct --with-sysroot typo. Update --attach
3878 usage. Make load reference clearer. Document monitor exit.
3879 (Remote Configuration): Document set remote exec-file, attach-packet,
3881 (Packets): Document vAttach and vRun.
3885 * gdb.texinfo (Processes): Mention process command.
3886 detach-on-follow -> detach-on-fork.
3890 * gdbint.texinfo (Native Conditionals): Remove
3891 SHELL_COMMAND_CONCAT and SHELL_FILE.
3895 * gdb.texinfo (Specify Location): Improve wording.
3899 * gdb.texinfo (Threads): Document new "set print thread-events"
3900 and "show print thread-events" commands.
3904 * gdb.texinfo (Specify Location): New section.
3905 (Delete Breaks, Edit, Set Breaks): Remove description of
3906 locations. Instead, add a reference to "Specify Location".
3907 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
3908 (Symbols): Refer to "Specify Location" for the valid forms of
3909 linespecs and locations.
3913 * gdbint.texinfo (Target Conditionals): Replace the description of
3914 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
3918 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
3919 about &&var, which is rejected by the expression parser.
3923 * gdb.texinfo (Output): Update documentation on using printf with DFP
3928 * gdb.texinfo (C and C++): Add Decimal Floating Point format
3930 (Decimal Floating Point format): New subsubsection.
3934 * gdb.texinfo (File Options): Remove mention of the attempt to
3935 open a core file with the -p option. Don't list -c as a valid
3936 option to attach to a process.
3940 * gdbint.texinfo (Host Conditionals): Remove mention of
3941 ALIGN_STACK_ON_ENTRY.
3945 * gdbint.texinfo (Start of New Year Procedure): Add item
3946 describing how to update the source and documentation copyright
3951 * gdb.texinfo (Set Watchpoints): Integrate per-thread
3952 watchpoint explanation into the main description of the watchpoint
3953 command; update synopses of 'watch', 'rwatch', and 'awatch'
3958 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3959 Document 'pending-breakpoints' feature of
3964 * gdb.texinfo: Add new parameter's description.
3968 * gdb.texinfo (Overview): Clarify run-length encoding
3969 example. Remove the restriction on "+" and "-" characters.
3973 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
3977 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
3978 the -f option for -break-insert, remove -r option,
3979 and clarify specification of location.
3983 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
3985 (Remote Debugging): Add File Transfer section.
3986 (Remote Configuration): Document Host I/O packets.
3987 (GDB/MI): Add GDB/MI File Transfer Commands section.
3988 (Host I/O Packets): New section in "Remote Protocol".
3989 (Packets): Add vFile.
3993 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
3994 breakpoints with multiple locations.
3995 (Breakpoint Menus): Improve wording.
3996 (Output): Fix last change.
4000 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
4004 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
4008 * gdbint.texinfo (Native Conditionals): Remove
4009 mention of CLEAR_SOLIB.
4013 * gdb.texinfo (Print Settings): Add documentation for "set/show
4014 print frame-arguments".
4018 * gdb.texinfo (Output): Update printf command's description.
4022 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
4023 powerpc soft-float".
4027 * gdb.texinfo (Files): Correct formatting. Mention Expat
4029 (Requirements for Building GDB): Expand the list of Expat
4031 (Library List Format, Memory Map Format): Mention Expat.
4032 (Target Descriptions): Update Expat wording.
4036 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
4037 Document that gdbarch_convert_register_p should return zero for no-op
4042 * gdbint.texi (Compiler Characteristics): Move documentation
4043 of set_gdbarch_sofun_address_maybe_missing back to ...
4044 (Target Conditionals): ... here to fix build break.
4048 * gdbint.texi (Target Conditionals): Remove documentation of
4049 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
4050 (Compiler Characteristics): ... documentation of
4051 set_gdbarch_sofun_address_maybe_missing.
4055 * gdbint.texinfo (Target Conditionals): Use
4056 frame_unwind_register_unsigned in examples instead of
4057 frame_unwind_unsigned_register.
4061 * gdb.texinfo (Predefined Target Types): Add int128
4063 (Standard Target Features): Add PowerPC features.
4067 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
4071 * gdbint.texi (Target Conditionals): Remove documentation
4072 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
4073 gdbarch_extract_return_value, and gdbarch_store_return_value.
4077 * gdbint.texi (Target Conditionals): Remove documentation of
4078 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
4082 * gdb.texinfo: Mention that inaccessible-by-default is on by
4087 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
4091 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
4092 multi-threaded watchpoints.
4093 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
4094 checked. Describe sticky notification. Expand description
4095 of steppable and continuable watchpoints.
4096 (Watchpoints and Threads): New subsection.
4100 * gdb.texinfo (Setting Breakpoints): Revise
4101 documentation for pending breakpoints. Document
4102 breakpoints with multiple locations.
4106 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4107 Document -list-features.
4111 * gdb.texinfo (Output): Spell out which features of C's printf are
4112 not supported by GDB's printf.
4113 (Separate Debug Files): More accurate wording regarding build ID
4114 and a reference to the ld manual rather than the Fedora wiki.
4119 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
4120 (Examining Memory): Update mentions of the 's' format.
4121 (Automatic Display): Likewise.
4125 * gdb.texinfo: Update the FSF's Back-Cover Text.
4130 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
4131 Fixed the ``build ID'' name. New binaries build instructions for the
4132 build ID inclusion. Explain how the commands are specific to the build
4137 * gdb.texinfo (Separate Debug Files): Fix last change. Add
4138 indexing for ``build ID'' support.
4142 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
4143 Enlisted BUILD ID to the debug file searching example.
4144 Included a BUILD ID `.note.gnu.build-id' section description.
4145 Updated/added the debug files splitting instructions for OBJCOPY.
4149 * gdb.texinfo (Variable Objects): Adjust docs
4150 for -var-info-expression and document
4151 -var-info-path-expression.
4155 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
4156 (title page): Include the dedication in the printed manual, as a
4157 separate page after the copyright notice.
4159 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
4160 don't break a @var across a line.
4164 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
4169 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
4170 in annotate.texinfo.
4171 (Command History): Link to new node.
4175 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
4179 * gdbint.texinfo (Target Conditionals): Fix last change.
4183 * gdb.texinfo: Replace following macros by their appropriate gdbarch
4185 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
4186 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
4187 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
4188 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
4189 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
4190 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
4191 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
4192 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
4193 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
4194 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
4195 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
4196 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
4197 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
4198 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
4199 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
4200 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
4201 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
4202 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
4203 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
4204 (SOFTWARE_SINGLE_STEP_P)
4206 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
4207 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
4209 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
4210 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
4211 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
4212 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
4213 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
4214 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
4215 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
4216 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
4217 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
4218 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
4220 (Converting an existing Target Architecture to Multi-arch): Remove
4223 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
4224 (gdbarch_addr_bits_remove): Add code example.
4226 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
4230 * gdb.texinfo (Remote Configuration): Document library-info-packet.
4231 Add other missing entries. Adjust the table size to fit.
4232 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
4233 stop reasons including the new "library" event.
4234 (General Query Packets): Adjust table widths for qSupported. Mention
4235 qXfer:libraries:read reply to qSupported and document the new packet.
4236 (Library List Format): New section.
4240 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
4242 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
4244 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
4248 * gdbint.texinfo (Register and Memory Data): Break sections
4249 into nodes and add a menu.
4253 * gdb.texinfo (Examining Memory): Document the new behaviour.
4257 * gdb.texinfo (Standard Target Features): Document
4262 * gdb.texinfo (General Query Packets): Document qOffsets changes.
4266 * gdb.texinfo (Target Description Format): Add version attribute
4271 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
4275 * gdb.texinfo (MIPS Features): New subsection.
4280 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
4281 and qXfer:spu:write packets and mention them under qSupported.
4286 * gdb.texinfo (Architectures): Add new SPU section to document
4287 Cell Broadband Engine SPU architecture specific commands.
4291 * gdb.texinfo (GDB/MI Variable Objects): Editorial
4296 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
4300 * gdb.texinfo (Overview): Doc fix.
4304 * gdb.texinfo (Remote Configuration): Document "set/show
4309 * gdb.texinfo (MIPS): Remove documentation for set mips
4310 saved-gpreg-size, show mips saved-gpreg-size, and set mips
4315 * all-cfg.texi (GDBTUI): New.
4316 * gdb.texinfo (Mode Options): Use GDBTUI variable.
4317 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
4318 (TUI Configuration): Edit to improve clarity and fix problems of
4319 both style and content.
4323 * observer.texi (GDB Observers): New observer "new_objfile".
4327 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
4331 * gdb.texinfo (GDB/MI Variable Objects): Document
4332 frozen variables objects.
4336 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
4337 (Character Sets, Caching Data of Remote Targets): Likewise.
4338 (Targets): Delete Remote node. Move its text...
4339 (Debugging Remote Programs): ...to here. Delete description
4340 of the "remote" command.
4341 (Remote configuration): Delete description of "set remotedevice"
4342 and "show remotedevice".
4343 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
4347 * gdb.texinfo (Contributors, Continuing and Stepping)
4348 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
4349 (General Query Packets, File-I/O Remote Protocol Extension)
4350 (Protocol Basics, The F Reply Packet, Write)
4351 (Protocol-specific Representation of Datatypes, Memory Transfer):
4352 Fix hyphenation, punctuation and grammar problems.
4353 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
4354 'section' instead of 'subsection' in the text.
4355 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
4356 (i386): Remove period from section name.
4357 (Installing GDB, Requirements, Running Configure, Separate Objdir)
4358 (Config Names, Configure Options): Use @file{configure}.
4362 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
4367 * gdbint.texinfo (SOM): Correct location of the SOM reader.
4371 * gdb.texinfo: Consistently capitalize all significant words in
4372 node names, chapter titles, section titles, and headings. Update
4373 cross references to match.
4374 (Starting and Stopping Trace Experiment): Make node name plural.
4375 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
4379 * gdb.texinfo (WinCE): Delete obsolete subsection.
4383 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
4384 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
4389 * gdb.texinfo (Startup): Delete references to some alternate
4391 (Thread): Remove LynxOS reference.
4392 (Tandem ST2000): Delete target-specific documentation.
4393 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
4394 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
4395 and GDB_OSABI_LYNXOS.
4399 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
4403 * gdbint.texinfo (Target Conditionals): Remove mention of
4404 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
4405 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
4409 * Makefile.in: Add "pdfdir" installation
4410 directory, PDFTEX macro, support for "install-pdf" target,
4411 and rules for making a pdf version of refcard.texi.
4412 * refcard.tex: Specify paper size for PDF output.
4416 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
4420 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
4421 (Source Path, Character Sets, Macros, Define)
4422 (GDB/MI Result Records, GDB/MI Simple Examples)
4423 (GDB/MI Program Execution, GDB/MI File Commands)
4424 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
4425 (Bug Reporting): Use @value{GCC}.
4429 * gdb.texinfo (Help): Fix formatting of examples.
4430 (Variables): Use @ifnotinfo instead of @iftex.
4431 (Non-debug DLL symbols): Use @ref instead of @pxref.
4432 (Sparclet File): Use @samp instead of quotes.
4436 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
4440 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
4441 the order of the nodes.
4442 (C Operators, C Constants, Debugging C): Remove extra menus.
4443 (Method Names in Commands): Do not specify next/prev/up nodes.
4447 * gdb.texinfo (File Options): Add missing parenthesis.
4448 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
4452 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
4456 * gdb.texinfo (Standard Target Features): Mention
4458 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
4462 * gdb.texinfo (Top): Put Appendix A after numbered sections.
4463 (Files): Add section name to argument list for pxref.
4464 (Non-debug DLL symbols): Don't use `see' for pxref.
4465 (Embedded Processors): Fix typo.
4466 (GDB/MI Breakpoint Commands): Execution commands generate
4471 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
4472 values for in_scope. Mention that only root variables can be
4474 (GDB/MI Development and Front Ends): Explain new values may be
4475 added to existing fields.
4479 * gdb.texinfo (-target-disconnect): Use @smallexample.
4480 (Requirements): Add anchor for Expat. Update description.
4481 (Target Descriptions): Mention Expat.
4482 (Target Description Format): Document new elements. Use
4484 (Predefined Target Types, Standard Target Features): New sections.
4485 * gdbint.texinfo (Target Descriptions): New section.
4489 * gdb.texinfo (Target Description Format): Add section on XInclude.
4493 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
4494 command -enable-timings.
4498 * gdbint.texinfo (Operation System ABI Variant Handling): Update
4499 descriptions for new/deleted elements in gdb_osabi. Add missing
4500 description for function generic_elf_osabi_sniff_abi_tag_sections.
4504 * gdb.texinfo (Maintenance Commands): Add documentation for
4505 the new "maint print target-stack" command.
4510 * gdb.texinfo: Describe CHAR array vs. string identification rules.
4514 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
4515 Use @value{NGCC} instead of @value{GCC}.
4519 * agentexpr.texi: Fix typos.
4520 * annotate.texinfo: Likewise.
4521 * gdb.texinfo: Likewise.
4522 * gdbint.texinfo: Likewise.
4523 * observer.texi: Likewise.
4524 * stabs.texinfo: Likewise.
4528 * gdbint.texinfo (Support Libraries): Remove mmalloc
4529 entry. Describe readline library.
4533 * gdb.texinfo (Target Descriptions): New section.
4534 (General Query Packets): Add QPassSignals anchor. Mention
4535 qXfer:features:read under qSupported. Expand mentions of
4536 qXfer:memory-map:read and QPassSignals. Document
4537 qXfer:features:read.
4541 * gdb.texinfo (Commands to specify files): Describe
4542 "set sysroot" and "show sysroot".
4543 (Using the `gdbserver' program): Lowercase argument
4544 to @var. Expand description of setting up GDB on the
4549 * gdb.texinfo (Set Catchpoints): Add documentation for the new
4550 catch exception, catch exception unhandled, and catch assert
4555 * gdb.texinfo (Debugging Output): Document "set debug xml"
4556 and "show debug xml".
4560 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
4564 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
4568 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
4569 note in @ignore, to be removed later if nobody complains.
4573 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
4578 * gdb.texinfo (Setting breakpoints): Document
4579 automatic software/hardware breakpoint usage and
4580 the "set breakpoint auto-hw" command.
4584 * gdb.texinfo (Memory Access Checking): New.
4588 * gdb.texinfo (Remote configuration): Mention
4589 "pass-signals-packet".
4590 (General Query Packets): Document QPassSignals. Fix
4595 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
4599 * gdb.texinfo (Remote configuration): Rewrite documentation for
4600 packet configuration commands.
4601 (OS Information): Adjust reference to qXfer:auxv:read.
4602 (General Query Packets): Remove references to read-aux-vector-packet
4603 and set remote get-thread-local-storage-address.
4607 * gdbint.texinfo (Target Architecture Definition): Add new
4608 Initializing a New Architecture section.
4612 * stabs.texinfo (Macro define and undefine): New node describing
4613 stabs for #define and #undef.
4617 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
4621 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
4622 clarify on the possible meanings of ``expression'' watched by
4623 watchpoints. Add indexing.
4624 (Prompting, Errors, Invalidation, Annotations for Running)
4625 (Source Annotations): Fix index entries by adding "annotation" to
4626 them, to discriminate from index entries that point to the more
4627 general topic descriptions.
4631 * gdbint.texinfo (Target Vector Definition): Move most
4632 content into Existing Targets. Add a menu.
4633 (Existing Targets): New section, moved from Target Vector
4634 Definition. Use @subsection.
4635 (Managing Execution State): New section.
4639 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
4643 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
4644 (Command Syntax, Signals, Backtrace, Connecting)
4645 (Remote configuration, Renesas Boards, Console I/O): Fix last
4646 change: use Ctrl- instead of C-, except wrt Emacs.
4647 (File-I/O Examples): Put Ctrl-c in @kbd.
4648 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
4649 (Console I/O): Use @samp with Ctrl-.
4650 (Signals, Set Breaks, Set Watchpoints): Document optional
4651 arguments to `info signals' `handle', `info breakpoints', and
4656 * gdb.texinfo (Backtrace): Fix last change.
4660 * gdb.texinfo (Backtrace): Order correctly and add other cases.
4664 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
4665 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
4666 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
4671 * gdb.texinfo (Packets): Document vFlashErase,
4672 vFlashWrite and vFlashDone packets.
4673 (General Query Packets): Document qXfer:memory-map:read.
4674 Add a new feature for qXfer:memory-map:read.
4675 (Memory map format): New section.
4676 (Target Commands): Mention that gdb can write flash.
4681 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
4682 memory regions and "mem auto".
4686 * gdbint.texinfo (Array Containers): New section.
4690 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
4691 -stack-list-arguments HIGH_FRAME argument can be larger then the
4692 actual number of frames.
4696 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
4697 -stack-list-locals HIGH_FRAME argument can be larger then the
4698 actual number of frames.
4702 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
4703 Register Packet Format, Tracepoint Packets): Fix spelling errors.
4707 * gdbint.texinfo (Overall Structure): New section "Source Tree
4712 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
4717 * gdb.texinfo (Source Path): Add documentation for new
4718 substitute-path commands.
4722 * gdb.texinfo (Installing GDB): Update menu. Move text to...
4723 (Running Configure): ...here.
4724 (Requirements): New node. Mention expat.
4728 * gdb.texinfo (Target Commands): Remove
4729 'set download-write-size' and 'show download-write-size'.
4733 * stabs.texinfo (Member Type Descriptor): Correct example for
4734 pointer to member types.
4738 * gdb.texinfo (Optional warnings and messages): Add
4739 'set/show trace-commands'.
4740 (Command files): Add '-v' to source command.
4744 * gdb.texinfo (OS Information): Update qPart reference to
4746 (Remote configuration): Likewise.
4747 (Overview): Move @cindex to the start of a paragraph. Talk
4748 about binary data encoding.
4749 (Packets): Refer to the overview for the details of the X
4751 (General Query Packets): Remove qPart description. Add qXfer
4752 description. Add an anchor to qSupported. Correct feature
4753 table title. Add a new feature for qXfer:auxv:read.
4754 (Interrupts): Add a missing parenthesis.
4758 * gdb.texinfo (KOD): Remove node.
4759 (GDB/MI Kod Commands): Remove commented out node.
4763 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
4764 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
4765 (GDB/MI Thread Commands, GDB/MI Program Execution)
4766 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
4767 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
4768 (GDB/MI File Commands, GDB/MI Target Manipulation)
4769 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
4770 since the MI prompt is hard-wired into the code.
4774 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
4775 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
4776 (GDB/MI Data Manipulation): Remove description of unimplemented
4777 display related commands as variable objects perform this function
4778 and are superior: -display-delete, -display-disable,
4779 -display-enable, -display-insert and -display-list. Move
4780 -environment-cd, -environment-directory, -environment-path
4781 and -environment-pwd to "Program Context".
4782 (GDB/MI Program Control): Rename to "Program Execution". Move
4783 -exec-arguments -exec-abort to...
4784 (GDB/MI Program Context): ...here. New node split from "Data
4789 * gdb.texinfo (Remote configuration): Document set / show
4790 remote supported-packets.
4791 (General Query Packets): Document qSupported packet.
4795 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
4797 (Protocol basics): Likewise.
4798 (The F request packet): Likewise.
4799 (The F reply packet): Likewise.
4800 (Memory transfer): Move this node to be a subsubsection of
4801 "Protocol specific representation of datatypes".
4802 (The Ctrl-C message): More copy editing.
4803 (Console I/O): Likewise.
4804 (The isatty call): Delete this node, and merge its content into
4805 the "isatty" node. Fixed references elsewhere.
4806 (The system call): Delete this node, and merge its content into
4807 the "system" node. Fixed references elsewhere.
4808 (open): Reformat to use @table, and add appropriate font markup.
4815 (stat/fstat): Likewise.
4816 (gettimeofday): Likewise.
4818 (system): Likewise, plus minor changes to fix confusing wording.
4819 (Integral datatypes): Fix font markup.
4820 (Pointer values): Likewise.
4821 (struct stat): Fix markup to use @table, plus minor copy editing.
4822 (struct timeval): Fix font markup, plus minor copy editing.
4823 (Constants): Minor copy editing.
4824 (Errno values): Add font markup.
4825 (File-I/O Examples): Likewise.
4829 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
4830 (GDB/MI Simple Examples): Move node up one level. Use real
4832 (GDB/MI Compatibility with CLI): Update.
4833 (GDB/MI Result Records): Add "connected" and "exit" result
4835 (GDB/MI Stream Records): Clarify target output.
4836 (GDB/MI Command Description Format): Modify example description.
4837 (GDB/MI Breakpoint Table Commands): Rename to...
4838 (GDB/MI Breakpoint Commands): ...this
4839 (GDB/MI Breakpoint Commands): Add optional thread field.
4840 (GDB/MI Program Control): Add an introduction. Move "Program
4841 termination" examples into exec-run description.
4842 (GDB/MI File Commands): Mention similar CLI commands.
4843 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
4844 is similar to "-gdb-version".
4848 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
4852 * gdb.texinfo (GDB/MI Development and Front Ends): Use
4853 sourceware.org for mailing lists.
4854 (GDB/MI File Commands): New node split from Program Control.
4858 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
4862 * gdb.texinfo (Cygwin Native): Fix last change.
4866 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
4870 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
4871 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
4875 * gdb.texinfo (General Query Packets): Recommend not starting
4876 new packets with qC and clarify.
4880 * gdb.texinfo (M2 Types): New section.
4884 * agentexpr.texi: Add a copyright and license notice.
4885 * observer.texi: Likewise, with GPL clause for function prototypes.
4886 Remove trailing whitespace.
4890 * gdb.texinfo (General Query Packets): Document conventions for
4891 terminating packet names, and their violations.
4895 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
4896 * gdb.texinfo: Likewise.
4900 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
4901 and "show remotedebug".
4902 (Debugging Output): Add additional index entries.
4906 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
4910 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
4911 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
4915 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
4916 and remove breakpoint prototypes.
4917 (Watchpoints): Move description of target_insert_hw_breakpoint and
4918 target_remove_hw_breakpoint ...
4919 (Breakpoints): ... to here. Document target_insert_breakpoint and
4920 target_remove_breakpoint.
4924 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
4925 and C packets are optional.
4929 * gdb.texinfo (Specifying source directories): Update the description
4930 of the source file search to reflect the fact that the source path
4931 always contains at least $cdir and $cwd.
4935 * gdb.texinfo: Update copyright dates.
4939 * gdb.texinfo (Overview): Add an index entry to "empty response".
4943 * gdbint.texinfo (Prologue Analysis): New section.
4947 * gdb.texinfo (Connecting): Document 'target remote pipe'.
4949 * gdb.texinfo (Target Commands): Update text describing how to
4950 specify a target. Refer to the detailed section on remote
4951 debugging, not the brief mention.
4953 * gdb.texinfo (Connecting): Organize the different 'target remote'
4954 connection methods into a table. Add a 'target remote' index
4959 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
4960 'ptype' commands to reflect the fact that the only significant
4961 difference between them is that ptype prints the complete type
4962 description instead of just the name.
4966 * gdbint.texinfo (Watchpoints): Delete
4967 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
4971 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
4972 times fields where needed. Fix typos. Update general form given
4973 for output of -break-insert.
4974 (GDB/MI): Abbreviate some unnecessarily long fullnames.
4978 * gdbint.texinfo (Symbol Handling): Add a section
4979 on memory management.
4983 * gdb.texinfo (Breakpoint table commands): Document the fullname
4984 field in -break-list output.
4988 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
4989 debugging information produced by the various "set debug..."
4994 * gdb.texinfo (Files): Remove obsolete bits from the description
4999 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
5003 * gdbint.texinfo (Frames): Document the basics of GDB's register
5004 unwinding model, and explain the existence of the "sentinel" frame.
5008 * gdb.texinfo (Choosing files): Mention that -directory is used
5010 (Specifying source directories): Likewise.
5011 (Command files): Explain how script files are found.
5015 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
5016 the threads in a multi-threaded program.
5017 (Threads): The threadno argument of "thread apply" can be a range
5022 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
5027 * gdb.texinfo (Sequences): Improve menu annotations.
5028 (Define): Add index entries for arguments of user-defined
5029 commands. Move the description of flow-control commands...
5030 (Command Files): ...to here. Document loop_break and
5032 (Define, Command Files): Document `end' and add index entries for
5037 * gdb.texinfo: Add documentation for linux-fork.
5038 * gdbint.texinfo: Add internal documentation for checkpoints.
5042 * gdb.texinfo (Omissions from Ada): Document that there is now
5043 limited aggregate support.
5047 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
5048 registers and the likes.
5052 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
5053 (Symbols): Fix usage of "e.g.".
5054 (Memory Region Attributes): Fix usage of "etc."
5056 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
5057 (Coding): Fix usage of "e.g.".
5070 * Makefile.in: Add (C) after Copyright. Update the FSF
5075 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
5076 extend GDB with commands for external monitor.
5080 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
5084 * gdbint.texinfo (Start of New Year Procedure): New chapter.
5088 * gdb.texinfo (Tracepoint Packets): Document restrictions on
5089 placement of 'R' actions in tracepoint action packets; document
5090 dependence of 'X' and 'M' actions on a preceding 'R' action for
5095 * gdb.texinfo (Tracepoint Packets): New node.
5096 (General Query Packets): Add entries for the tracepoint packets,
5097 referring to the "Tracepoint Packets" node.
5098 (Tracepoints): Add reference to "Tracepoint Packets".
5102 * gdb.texinfo (set remotebreak): Add anchor.
5103 (X packet): Likewise.
5104 (Remote Protocol): Add new section `Interrupts' and new index
5105 entry `interrupts (remote protocol)'.
5109 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
5110 entries into the General Query Packets section. Add a
5111 cross-reference to that section. Drop description of replies, as
5112 these are covered in the descriptions of each packet.
5113 (General Query Packets): Add introductory text. Explain naming
5114 conventions, and how the end of a name is recognized.
5118 * gdb.texinfo (Remote configuration): Fix typo in description of
5119 "set remotebreak" command.
5123 * gdb.texinfo (Packets, Stop Reply Packets)
5124 (General Query Packets): Various formatting cleanups.
5125 - Use @samp for packet contents.
5126 - Drop summaries from packet @item lines; the same information appears
5127 immediately below in the description.
5128 - Delete paragraph breaks after packet @item commands, so that the
5129 description appears directly to the right of the packet prototype
5130 in the printed manual, if it fits.
5131 - Place spaces in packet prototypes between @vars and non-@var
5132 letters, and explain that they're just for formatting.
5133 - Use @dots{} instead of '...'.
5134 - Fix uses of @code where @var was needed.
5135 - Replace "deprecated" markers with English text spelling out the
5136 packet's status and the preferred alternatives.
5137 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
5138 what this ever meant.
5139 - Remove "(draft)" markers on 'i' packets; nobody has commented on
5140 this for a long time.
5141 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
5142 implemented several times, and have been in use for years.
5146 * gdb.texinfo (Packets): Add index entries for 'm' packet
5149 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
5150 of stub when processing an 'm' packet.
5152 * gdb.texinfo (Packets): Mention that packets beginning with
5153 letters are reserved once, at the top, instead of actually listing
5154 them all and saying "reserved".
5158 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
5159 Change @var{$arg0 to @code{$arg0.
5163 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
5167 * gdb.texinfo (General Query Packets): Put packets in alphabetical
5168 order. Remove extraneous 'z'.
5172 * gdb.texinfo (Choosing files): Add --eval-command.
5176 * gdb.texinfo (Choosing modes): Add --return-child-result.
5181 * gdb.texinfo (Choosing modes): Add --batch-silent.
5185 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
5186 "The -var-update Command".
5190 * gdb.texinfo (Print Settings): Add documentation for set/show
5191 print array-indexes.
5195 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
5200 * gdb.texinfo (File Options): Don't document --mapped, it's gone
5203 (Variables, Symbols): Document the "<incomplete type>" message and
5208 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
5212 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
5213 option for -var-list-children and -var-update.
5214 (GDB/MI Stack Manipulation): Simplify description of
5215 print-values option for -stack-list-locals.
5216 (GDB/MI Command Description Format): Clarify.
5217 (Mode Options): Spelling of superseded.
5221 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
5222 corresponding GDB command comment.
5226 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
5227 and -inferior-tty-show.
5228 (Input/Output): Document "set/show inferior-tty" and tty alias.
5232 * gdb.texinfo (Packets): Change description of 'D' packet to note
5233 that GDB does wait for a response.
5237 * gdb.texinfo (History) Rename "Command History".
5238 (Command History): Move node "Server Prefix" from section on
5243 * gdb.texinfo (GDB/MI Stack Manipulation):
5244 Re-instate -stack-info-frame with example. Say that it gets
5245 info on selected frame, not current frame.
5249 * gdb.texinfo (Server): Clarify that `file' should be used before
5250 connecting to the server.
5251 (Files): Add an xref to the above description.
5252 (Output Formats): More detailed description of the `c' format.
5253 (Memory): List explicitly all the formats supported by `x'.
5254 (Threads): Add an @cindex entry for "thread apply".
5255 (Files): Document the possibility of loading unlinked object
5256 files. Add more indexing for solib-absolute-prefix and
5258 (Machine Code): Document possible problems with locations in
5260 (Backtrace): Document that free-standing environments do not need
5261 to have a `main' function.
5265 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
5270 * gdb.texinfo (Contributors): Note the original multi-arch
5275 * gdb.texinfo (Registers): Add index entries for the standard
5277 (Frames): Add cross-reference from frame pointer description to
5279 (Annotations Overview): Fix the reference to GDB name.
5283 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
5284 can-use-hw-watchpoints.
5288 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
5289 the possible reasons why an exec async record would be returned to FE.
5293 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
5294 Andrew Cagney implemented the original GDB/MI.
5298 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
5299 documentation. Add documentation for cris-mode.
5303 * gdb.texinfo (Numbers): Explain the example and make the wording
5309 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
5310 (GDB/MI Data Manipulation, GDB/MI Program Control)
5311 (GDB/MI Stack Manipulation): Update examples to include the fullname
5312 attribute in stack frames.
5316 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
5317 do with other non-standard names of init files.
5321 * gdb.texinfo (Command Files): Move the description of the startup
5323 (Startup): ...to this new subsection of the Invocation chapter.
5324 Rearrange the description of init files more logically and add a
5325 cross-reference to "Command Files". Document the special gdbinit
5326 name for CISCO 68k. Expand the description of what GDB does
5328 (History): Add index entry for HISTSIZE.
5332 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
5336 * gdb.texinfo (SVR4 Process Information, The isatty call)
5337 (The system call): Don't use foo(N) notation for man pages and
5339 (Compilation, DJGPP Native): Improve wording.
5343 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
5344 were optimized away.
5348 * gdb.texinfo (Remote configuration): Document "set/show
5349 get-thread-local-storage-address". Add cross-reference to the
5350 description of the qGetTLSAddr packet.
5351 (General Query Packets): Mention "set remote
5352 get-thread-local-storage-address" and add a reference to its
5357 * gdb.texinfo (Backtrace): Describe 'bt full'.
5361 * gdb.texinfo (Mode Options): Fix typo.
5362 (GDB/MI): Describe how to invoke GDB/MI.
5366 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
5367 references changed. Add description of "info udot".
5368 (Files): Document "set/show stop-on-solib-events".
5369 (M32R/D): Document "set/show download-path", "set/show
5370 board-address", "set/show server-address", "upload", "tload".
5371 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
5372 "use_mon_code", "use_ib_break", "use_dbt_break".
5373 (Maintenance Commands): Improve indexing.
5374 (Target Commands): Document "set/show hash", "set/show debug
5376 (SVR4 Process Information): Document "info pidlist" and "info
5377 meminfo". Document "set/show procfs-tarce" and "set/show
5378 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
5379 (Symbols, The Print Command with Objective-C): Improve indexing.
5380 (Objective-C): Add references to "info classes" and "info
5382 (Debugging Output): Improve wording. Document "set/show debug
5383 solib-frv". Fix "set/show debugvarobj".
5384 (Set Breaks): Add index entry for "hardware breakpoints".
5385 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
5386 and "set/show usehardbreakpoints".
5387 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
5388 monitor-prompt", "set/show monitor-warnings", "pmon".
5389 (ARM): Document "rdilogfile", "rdilogenable", "set/show
5390 rdiromatzero", "set/show rdiheartbeat".
5391 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
5393 (Embedded Processors): Document the "sim" command.
5394 (Remote): Document the "remote" command.
5395 (DJGPP Native): Document the "info serial" command.
5396 (Threads): Document "maint info sol-threads".
5397 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
5398 (Set Breaks): Improve indexing.
5399 (Command Syntax): Add a reference to dont-repeat.
5400 (Define): Document "dont-repeat".
5401 (TUI Commands): Document "tabset".
5402 (WinCE): New subsection. Document "set/show remotedirectory",
5403 "set/show remoteupload", "set/show remoteaddhost".
5407 * gdb.texinfo (Hurd Native): New subsection, documents
5408 Hurd-specific commands.
5409 (Maintenance Commands): Add cross-reference to "Debugging Output".
5410 (Debugging Output): Document "set/show debug lin-lwp".
5411 (MIPS): Improve documentation of heuristic-fence-post. Document
5412 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
5413 mips stack-arg-size", "set/show mips mask-address", "set/show mips
5414 remote-mips64-transfers-32bit-regs", "set/show debug mips".
5415 (ARM): Document ARM-specific commands.
5416 (AVR): New section. Document "info io_registers".
5417 (CRIS): New section. Document "set/show cris-version" and
5418 "set/show cris-dwarf2-cfi".
5419 (HPPA): New section. Document "set/show debug hppa" and "maint
5421 (Neutrino): New subsection. Document "set/show debug nto-debug".
5422 (Super-H): New section. Document the "regs" command.
5423 (Debugging Output): Document "set/show debug aix-thread".
5427 * gdb.texinfo (Print Settings): Document "set/show print
5428 pascal_static-members", "set print repeats", "show print
5429 null-stop". Improve indexing. Fix documentation of "set print
5431 (Pascal): New section.
5432 (Supported languages): Rename from "Support"; all references
5433 updated. Add a menu item for Pascal.
5434 (Numbers): Document "set radix.
5435 (Screen Size): Document "set/show pagination".
5436 (MIPS Embedded): Remove "set processor" documentation.
5437 (Remote configuration): Document "set/show X/P/Z-packet",
5438 "set/show read-aux-vector-packet", "set/show remote
5439 symbol-lookup-packet", "set/show remote verbose-resume-packet",
5440 "set/show remoteaddresssize", "set/show remotebaud", "set/show
5441 remotedebug", "set/show remotebreak", "set/show remotedevice",
5442 "set/show remotelogfile".
5443 (Auxiliary Vector): Add reference to the description of the
5444 read-aux-vector-packet setting.
5445 (Set Watchpoints): Add a cross-reference to "set remote
5446 hardware-breakpoint-limit".
5447 (General Query Packets): Add indexing of requests and
5448 cross-references to related commands in "Remote configuration".
5449 (File-I/O Overview, The system call): Fix wording and typos.
5450 (Thread Stops): Add index entries.
5451 (Continuing and Stepping): Document "show step-mode".
5452 (i386): New node. Document "set/show struct-convention".
5453 (Files): Document "show trust-readonly-sections".
5454 (Calling): Document "set/show unwindonsignal".
5455 (Messages/Warnings): Add index entries.
5456 (Maintenance Commands): Document "set/show watchdog".
5457 (Annotations Overview): Document "show annotate".
5458 (Set Watchpoints): Add index entries.
5459 (Symbols): Fix doc of case-sensitive.
5460 (ABI): Document "show coerce-float-to-double".
5461 (Convenience Vars, Help): Improve indexing.
5462 (Machine Code): Document "show disassembly-flavor".
5463 (Debugging C plus plus): Document "show overload-resolution".
5464 (Value History, Signaling): Add index entries.
5468 * gdb.texinfo (Show): Move @kindex entries to their proper places.
5469 (Processes): Fix wording.
5470 (History, List, Logging output, Define, Symbols, Print Settings):
5475 * gdb.texinfo (Targets): Document "set/show architecture". Remove
5476 redundant index entry for "target" command.
5477 (Backtrace): Add index entries.
5478 (Symbols, Fortran): Document the "set case-sensitive" command.
5479 (DJGPP Native): Document "set com1base", "set com1irq", etc.
5480 (Print Settings): Add index entry for "set demangle-style".
5481 (Target Commands): Document "set download-write-size".
5482 (Debugging Output): Document "set exec-done-display".
5486 * gdb.texinfo (Files): Fix the name and documentation of
5487 add-shared-symbol-files. Document its alias assf. Update the
5488 list of OSs where GDB supports shared libraries. Fix markup.
5489 (Continuing and Stepping): Add reference to @var{location} in the
5491 (Dump/Restore Files): Fix reference to @{filename}.
5492 (Help): Fix wording.
5494 (Set Watchpoints): Ditto.
5495 (Backtrace): Remove redundant index entries. Improve index
5497 (Delete Breaks): Fix wording.
5498 (Memory): Document the compare-sections command.
5499 (Memory Region Attributes): Improve wording.
5500 (Disabling): Improve wording.
5501 (Fortran): New subsection. Document the "info common" command.
5502 (Help): Document aliases "info copying" and "info warranty".
5503 (Caching Remote Data): New section. Document the "set/show
5504 remotecache" and "info dcache" commands.
5505 (Show): Fix wording of the documentation of the "set
5506 extension-language" command.
5507 (Signals): Add index entry for "info handle".
5508 (Memory Region Attributes): Fix punctuation.
5509 (Symbols): Change the arg name to "location" and refer to it in
5510 the text. Fix wording of "info types" doc.
5511 (Threads): Fix usage of @enumerate @item's.
5512 (Listing Tracepoints): Add index entry for "info tp".
5513 (Set Watchpoints): Add xref to "info break" description.
5514 (Macros): Add an index entry for "macro exp1". Document the
5515 "macro list" command.
5516 (Maintenance Commands): Document "flushregs", "maint agent",
5517 "maint check-symtabs", "maint cplus", "maint demangle", "maint
5518 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
5519 "maint print architecture", "maint print objfiles", "maint print
5520 statistics", "maint print type", "maint show-debug-regs", "maint
5521 space", "maint time", and "maint translate-address".
5522 (Connecting): Document the "monitor" command.
5523 (Annotations Overview): Describe the "set annotate" command.
5527 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
5528 Rearrange index entries and improve wording about support for
5529 hardware watchpoints.
5533 * gdb.texinfo: Update copyright
5537 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
5542 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
5546 * gdb.texinfo: Fix spelling, infinte -> infinite.
5550 * observer.texi (GDB Observers): Document "solib_loaded".
5554 * configure.ac: Rename configure.in, require autoconf 2.59.
5555 * configure: Re-generate.
5557 * configure.in: Replace configdirs with multiple references to
5559 * configure: Re-generate.
5563 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
5564 part of the version number.
5568 * gdbint.texinfo (Algorithms): Remove description of
5569 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
5573 * gdb.texinfo (General Query Packets): Specify that thread ID's in
5574 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
5579 * gdb.texinfo (Mode Options): Document -l option.
5583 * gdbint.texinfo (Algorithms): More accurate description of
5584 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
5585 is not needed unless data-read and data-access watchpoints are
5586 supported. Add a description of how GDB checks whether the
5587 inferior stopped because a watchpoint was hit.
5591 * gdb.texinfo (Files): Add cross-reference to description of
5592 -readnow command-line switch.
5596 * gdb.texinfo: Document set/show backtrace past-entry commands.
5597 Rearrange index entries for set/show backtrace past-main.
5602 * gdb.texinfo (Remote Serial Protocol): Further describe
5603 binary transfer escaping mechanism .
5607 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
5608 and "show debug infrun". Add index entries.
5612 * gdb.texinfo (SVR4 Process Information): Document subcommands of
5613 "info proc" that are already implemented. Add index entries.
5614 (Working Directory): Add a cross-reference to "info proc" command.
5615 (Files): Add a tip for decreasing memory used for symtabs from
5617 (Starting): Fix whitespace; make "elaboration" stand out where it
5618 is first used, and add an index entry for the term.
5619 (Calling): Expand and elaborate text. Add "print". Add the
5620 description of problems with weak aliases.
5621 (Core File Generation): New section.
5625 * gdbint.texinfo (Versions and Branches): New chapter.
5626 (Releasing GDB): Delete "Versions and Branches" section.
5627 (Top): Add "Versions and Branches".
5631 * gdb.texinfo (Editing, History): Add cross-references to the
5632 included Readline and History user documentation. Remove
5633 references to the symbol have-readline-appendices which is unused
5635 (History): Fix indexing.
5639 * gdbint.texinfo (target_stopped_data_address): Update to
5641 (i386_stopped_data_address): Update prototype and description.
5642 (i386_stopped_by_watchpoint): New function and description.
5646 * gdb.texinfo (Filenames): Add Ada suffixes.
5652 * gdb.texinfo (Packets): Document the "p" packet.
5656 * gdb.texinfo (Paths and Names of the Source Files): Document the
5657 meaning of values in the 'desc' field of a SO stab.
5661 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
5662 max-cache-age" and "maint show dwarf2 max-cache-age".
5666 * gdb.texinfo (Set Breaks): Add index entry for setting
5667 breakpoints on overloaded C++ functions that are not members of
5668 any classes. Add an example and an index entry for setting
5669 breakpoints on all program functions.
5670 (Character Sets, Macros, Overlay Commands)
5671 (Non-debug DLL symbols, GDB/MI Output Syntax)
5672 (Annotations Overview, Maintenance Commands, File-I/O Overview):
5673 Use "(@value{GDBP})" instead of a literal "(gdb)".
5677 * gdbint.texinfo (Native Debugging): Delete description of
5682 * gdbint.texinfo (User Interface): Change local_hex_string_custom
5683 to hex_string_custom (not historically correct, but more
5684 understandable, given the current code).
5688 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
5692 * observer.texi (solib_unloaded): New observer.
5696 * gdbint.texinfo (Target Architecture Definition): Add missing
5701 * (Using the Testsuite): build != host is supported,
5702 but some test scripts do not support build != host.
5706 * gdbint.texinfo (Host Definition): Delete description of
5707 FCLOSE_PROVIDED and GETENV_PROVIDED.
5711 * gdbint.texinfo (Host Definition): Delete description of
5713 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
5718 * gdbint.texinfo (Target Architecture Definition): Delete
5719 reference to deprecated_read_fp.
5723 * gdbint.texinfo (Target Architecture Definition): Delete
5724 description of DEPRECATED_REGISTER_BYTES.
5728 * gdb.texinfo (Source Path): Document the new behavior of
5729 searching for the source files.
5733 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
5734 (Search, Expressions, Arrays, Variables, Data, Machine Code)
5735 (Auto Display): Improve indexing.
5739 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
5744 * gdb.texinfo: Fix @kindex entries so that multiple commands that
5745 have the same prefix have only their prefix in the index.
5749 * gdb.texinfo (BSD libkvm Interface): New node (section)
5750 (Native): Add it to the menu.
5754 * gdbint.texinfo (Target Architecture Definition): Remove
5759 * gdbint.texinfo (Target Architecture Definition): Remove
5760 SUN_FIXED_LBRAC_BUG.
5764 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
5768 * gdbint.texinfo (Target Architecture Definition): Deprecate
5769 USE_STRUCT_CONVENTION.
5773 gdb.texinfo (Bug Reporting): Mention session recording,
5774 with the script command or Emacs.
5778 * gdbint.texinfo (Target Architecture Definition): Deprecate
5779 FUNCTION_START_OFFSET.
5783 Based on changes from Karl Berry.
5784 * gdb.texinfo: Do not use @sc in a direntry.
5785 * stabs.texinfo: Change @dircateogry to "Software development".
5786 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
5790 * gdbint.texinfo (Target Architecture Definition): Delete
5791 description of RETURN_VALUE_ON_STACK.
5795 * gdbint.texinfo (Native Debugging): Restore "@table @code"
5796 deleted by previous patch.
5800 * gdbint.texinfo (Native Debugging): Delete documentation on
5805 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
5809 * gdb.texinfo (push_dummy_call): Update argument list to match
5810 the new push_dummy_call method signature. Describe the function
5815 * gdb.texinfo (Starting): Document new start command.
5819 * observer.texi (GDB Observers): Document "inferior_created".
5823 * gdbint.texinfo (Target Architecture Definition): Delete
5824 description of DO_DEFERRED_STORES.
5826 * gdbint.texinfo (Target Architecture Definition): Delete
5827 references to DEPRECATED_FIX_CALL_DUMMY.
5829 * gdbint.texinfo (Target Architecture Definition): Delete
5830 description of DEPRECATED_CALL_DUMMY_WORDS,
5831 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
5833 * gdbint.texinfo (Target Architecture Definition): Delete
5834 description of DEPRECATED_PUSH_DUMMY_FRAME.
5836 * gdbint.texinfo (Target Architecture Definition): Delete
5837 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
5841 * observer.texi (GDB Observers): Add "Debugging" section. Include
5842 cross reference to "set/show debug observer".
5843 * gdb.texinfo (Debugging Output): Document "set/show debug
5848 * gdbint.texinfo (Target Architecture Definition): Delete
5849 description of DEPRECATED_PC_IN_SIGTRAMP.
5853 * gdbint.texinfo (Target Architecture Definition): Delete
5854 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
5858 * observer.texi (GDB Observers): Correct spelling.
5862 * observer.texi (GDB Observers): Add target_changed event.
5866 * observer.texi (GDB Observers): Rework, provide generic observer
5867 definitions and then a list of observable events.
5871 * gdbint.texinfo (Host Definition): Delete reference to
5876 * gdbint.texinfo (Target Architecture Definition): Delete
5877 reference to DEPRECATED_CALL_DUMMY_LENGTH.
5881 * gdb.texinfo (TUI Commands): Document tui reg commands.
5885 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
5887 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
5888 (Contributors): Mention both Text and Terminal User Interface.
5892 * gdbint.texinfo (Target Architecture Definition): Deprecate
5893 references to SIGTRAMP_START and SIGTRAMP_END.
5897 * gdbint.texinfo (Target Architecture Definition): Deprecate
5898 references to PC_IN_SIGTRAMP.
5902 * gdbint.texinfo (Target Architecture Definition): Delete
5903 reference to GDB_TARGET_IS_HPPA.
5907 * gdbint.texinfo (Coding): Update section on gdbarch_data,
5908 describe pre_init and post_init.
5912 * gdb.texinfo (Debugging Output): Document values for "set debug
5917 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
5921 * gdb.texinfo (breakpoints): Add information about the
5922 new "set breakpoint pending" and "show breakpoint pending"
5927 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
5928 in Per-architecture module data section.
5932 * gdb.texinfo (General Query Packets): Document qPart:... packets.
5936 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
5937 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
5938 * fdl.texi: Import Version 1.2, November 2002.
5942 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
5946 * gdbint.texinfo (Target Architecture Definition): Deprecate
5947 FRAMELESS_FUNCTION_INVOCATION.
5951 * gdbint.texinfo (Coding): Mention -Wunused-function.
5955 * gdbint.texinfo (Target Architecture Definition): Delete
5956 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5960 * gdb.texinfo: Properly quote the name "C++".
5961 * gdbint.texinfo: Ditto.
5962 * stabs.texinfo: Ditto.
5966 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
5967 minimal information about libiberty.
5971 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
5975 * gdb.texinfo (Auxiliary Vector): New node (section).
5976 (Data): Add it to the menu.
5980 * gdb.texinfo (Breakpoints): Add information about pending
5985 * gdb.texinfo (Overview): Delete references to the cisco protocol
5986 including the "N" response.
5990 * gdbint.texinfo (Target Architecture Definition): Rename
5991 EXTRACT_STRUCT_VALUE_ADDRESS to
5992 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5996 * gdb.texinfo (KOD): Document "show os". Add index entries for
5997 "set/show os" and "info cisco" commands.
6001 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
6005 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
6006 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
6010 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
6012 (GDB/MI Variable Objects): Describe extension to
6017 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
6021 * gdbint.texinfo (Target Architecture Definition): Delete
6022 documentation on DEPRECATED_NPC_REGNUM.
6026 * gdb.texinfo: Update copyright year. Mention that set
6027 follow-fork-mode is supported on GNU/Linux. Remove documentation of
6028 "set follow-fork-mode ask".
6032 * gdbint.texinfo: Update copyright year.
6033 (Coding): Add -Wunused-label to list of -Werror warnings.
6038 * gdb.texinfo: Update copyright.
6039 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
6040 around names, as appropriate. Minor syntax cleanup of
6041 _NSPrintForDebugger explanation. Two spaces after periods.
6042 GDBN used instead of lit. "gdb". Index entries added for
6043 print-object and _NSPrintForDebugger. @noindent added in one spot.
6047 * stabs.texinfo: Add dircategory and direntry commands.
6048 * annotate.texinfo: Ditto.
6052 * gdbint.texinfo (Target Architecture Definition): Replace the
6053 return_value method's "inval" and "outval" parameters with
6054 "readbuf" and "writebuf".
6058 * gdb.texinfo (The F request packet, The F reply packet): Renamed
6059 from "The `F' request packet" and "The `F' reply packet", to make
6061 (File-I/O remote protocol extension): Update menu entries, too.
6065 * gdb.texinfo (Thread Stops): Document the issue with
6066 premature return from system calls in multi-threaded programs.
6070 * annotate.texinfo: Fix "fortunatly"[sic].
6074 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
6075 with "Hitachi" and "Mitsubishi".
6079 * gdbint.texinfo (Target Architecture Definition): Document
6080 gdbarch_return_value. Add cross references from
6081 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
6082 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
6086 * gdbint.texinfo (Target Architecture Definition): Document
6087 regset_from_core_section.
6091 * gdb.texinfo (M32R/D): Mention m32rsdi target.
6096 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
6100 * gdb.texinfo (Breakpoint related warnings): New node.
6101 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
6105 * gdb.texinfo (Remote Protocol): Document v and vCont.
6109 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
6110 * gdbint.texinfo: Ditto.
6115 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
6120 * gdbint.texinfo (Target Architecture Definition): Deprecate
6121 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
6126 * gdbint.texinfo (Target Architecture Definition): Rename
6127 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
6128 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
6129 * gdbint.texinfo (Target Architecture Definition): Rename
6133 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
6134 (Target Architecture Definition):
6136 * gdbint.texinfo (Target Architecture Definition): Rename
6137 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
6141 * gdbint.texinfo (Target Architecture Definition): Delete
6142 documentation for NEED_TEXT_START_END.
6144 * gdbint.texinfo (Target Architecture Definition): Rename
6145 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
6150 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
6154 * gdbint.texinfo (Target Architecture Definition): Fix typos.
6158 * gdbint.texinfo (Target Architecture Definition): Document
6159 stabs_argument_has_addr.
6163 * gdbint.texinfo (Target Architecture Definition): Delete
6164 documentation on REGISTER_NAMES.
6168 * gdbint.texinfo (Target Architecture Definition): Replace
6169 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
6173 * gdbint.texinfo (Target Architecture Definition): Replace
6174 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
6178 * gdbint.texinfo (Target Architecture Definition): Document
6179 "frame_red_zone_size".
6183 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
6184 with "set/show backtrace past-main" and "set/show backtrace
6189 * Makefile.in (install-info): Support DESTDIR.
6190 (install-html): Likewise.
6194 Patch from Nick Roberts.
6195 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
6196 bindings. Remove description of send-gdb-command.
6200 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
6205 * gdb.texinfo (Mode Options): Mention that level three is the
6206 highest available and that level 2 is deprecated.
6207 (Annotations Overview): Mention annotation levels. Cross reference
6208 to "Limitations of the Annotation Interface" in annotate.texi.
6209 (TODO, Value Annotations, Frame Annotations): Delete section.
6210 (Displays, Breakpoint Info): Delete.
6214 * agentexpr.texi: Delete @bye.
6215 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
6216 (stabs.info): Add $(srcdir) to include search path.
6217 (html): Depend on "annotate_toc.html", and not "annotate.html".
6218 * stabs.texinfo: Ditto. Include "fdl.texi".
6219 * gdbint.texinfo: Update copyright statement's list of invariant
6224 * Makefile.in (INFO_DEPS): Add annotate.info.
6225 (dvi, ps, html, pdf): Add annotate.
6226 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
6227 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
6228 (ANNOTATE_DOC_FILES): New macro.
6229 (ANNOTATE_TEX_TMPS): New macro.
6230 (annotate.info, annotate_toc.html): Specify dependencies.
6231 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
6232 * annotate.texinfo: Rename annotate.texi. Get building. Add
6233 "Migrating to GDB/MI" and "Limitations of the Annotation
6234 Interface" chapters. Mention why it is not part of the user
6235 guide. Update copyright notice. Include "fdl.texi".
6239 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
6243 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
6247 * gdb.texinfo (Server): Mention pidof.
6251 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
6256 * gdb.texinfo (Logging output): New chapter.
6260 * gdb.texinfo (Unsupported languages): New section.
6261 (Languages): Add link to new section.
6265 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
6269 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
6273 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
6274 * agentexpr.texi: Retitle section, and change it to an appendix.
6275 Comment out texinfo initialization. Factor a @var{} into two
6276 pieces to prevent makeinfo warnings.
6277 * gdb.texinfo: Add Agent Expressions appendix.
6281 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
6285 * gdb.texinfo (Remote Debugging): New section "Connecting to a
6286 remote target". Document the "detach" and "disconnect" commands.
6287 (Server, Netware, Debug Session): Reference "Connecting to a
6289 (GDB/MI Target Manipulation): Document "-target-disconnect".
6293 * gdbint.texinfo (Target Architecture Definition): Deprecate
6294 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
6295 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
6299 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
6303 * gdbint.texinfo (Target Architecture Definition): Delete
6304 documentation on FRAME_ARGS_ADDRESS_CORRECT.
6308 * gdbint.texinfo (Target Architecture Definition): Document
6309 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
6313 * gdb.texinfo: Add Objective-C documentation.
6317 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
6318 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
6322 * gdbint.texinfo (Target Architecture Definition): Delete
6323 references to "extract_address" and "store_address".
6327 * gdbint.texinfo (Target Architecture Definition): Replace
6328 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
6329 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
6333 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
6337 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
6338 (gdb.dvi): Likewise.
6339 (gdb.pdf): Likewise.
6340 (links2roff): Likewise.
6344 * gdb.texinfo (Dump/Restore Files): Update documentation for
6345 'dump', 'append', and 'restore': note that format argument is
6346 optional; simplify presentation of the command variants; and be
6347 more precise about the formats.
6351 * gdb.texinfo (Symbols): Update documentation: 'maint list
6352 symtabs' and 'maint list psymtabs' have been renamed 'maint info
6353 symtabs' and 'maint info psymtabs'.
6357 * gdbint.texinfo (Target Architecture Definition): Make
6358 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
6359 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
6360 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
6364 * gdb.texinfo (Maintenance Commands): Document "maint print
6369 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
6374 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
6379 * gdbint.texinfo (Target Architecture Definition): Document
6380 push_dummy_code. Add cross references.
6384 * gdb.texinfo (Character Sets): Update to reflect new behavior of
6385 set/show charsets commands.
6389 * gdbint.texinfo (Target Architecture Definition): Replace
6390 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
6391 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
6395 * gdbint.texinfo (Target Architecture Definition): Rename
6396 "tm_print_insn" to "deprecated_tm_print_insn".
6400 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
6405 * gdbint.texinfo (Target Architecture Definition): Delete
6406 references to EXTRA_FRAME_INFO.
6410 * gdbint.texinfo (Target Architecture Definition): Delete
6411 PRINT_TYPELESS_INTEGER.
6415 * observer.texi (GDB Observers): Adjust the documentation for the
6416 normal_stop notification to better describe reality. Fix a couple
6421 * gdb.texinfo (GDB/MI Program Control): Add
6422 '-file-list-exec-source-file'
6426 * gdbint.texinfo (Target Architecture Definition): Delete
6427 references to CALL_DUMMY_P.
6431 * gdbint.texinfo (Target Architecture Definition): Remove
6432 reference to TARGET_WRITE_SP.
6436 * gdbint.texinfo (Target Architecture Definition): Remove
6437 references to write_sp.
6441 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
6442 chapter body. Use @smallexample instead of @example.
6443 (Annotations): Ditto.
6444 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
6449 * gdbint.texinfo (Target Architecture Definition): Replace
6450 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
6451 dummy_addr parameters.
6455 * gdbint.texinfo (Target Architecture Definition): Delete
6456 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
6457 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6458 Add reference to PUSH_ARGUMENTS.
6462 * gdbint.texinfo (Algorithms, Target Architecture Definition):
6463 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
6467 * gdbint.texinfo (Algorithms): Add new section describing the
6469 (Top): Add menu entry to new observer appendix.
6470 * observer.texi: New file.
6471 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
6472 new observer.texi file.
6476 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
6477 that GNU Press update the manual version number.
6481 * gdbint.texinfo (Target Architecture Definition): Delete
6482 references to get_saved_register. Rename GET_SAVED_REGISTER to
6483 DEPRECATED_GET_SAVED_REGISTER.
6487 * gdbint.texinfo (Target Architecture Definition): Replace
6488 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
6492 * gdbint.texinfo (Target Architecture Definition): Rename
6493 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
6497 * gdb.texinfo: Add File-I/O documentation.
6501 * gdbint.texinfo (Target Architecture Definition): Cross reference
6502 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
6506 * gdb.texinfo (Debugging Output): Mention the "set/show debug
6511 * gdbint.texinfo (Target Architecture Definition): Document
6512 unwind_dummy_id. Cross reference unwind_dummy_id and
6513 SAVE_DUMMY_FRAME_TOS.
6518 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
6523 * gdbint.texinfo (Target Architecture Definition): Document
6528 * stabs.texinfo (Structures): Use @samp and separate @var's
6529 instead of a single @var containing a comma separated list.
6534 * Makefile.in (distclean): Remove config.log.
6538 * gdbint.texinfo (Target Architecture Definition): Rename
6539 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
6543 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
6544 DEPRECATED_INIT_EXTRA_FRAME_INFO.
6548 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
6549 (Non-debug DLL symbols): New node, describing the minimal symbols
6550 loaded from DLLs without real debugging symbols.
6554 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
6555 hardware-breakpoint-limit".
6556 (Set Watchpoints): Add cross reference to "set remote
6557 hardware-watchpoint-limit".
6558 (Remote configuration options): New section.
6562 * gdbint.texinfo (Target Architecture Definition): Delete
6563 descrption of IS_TRAPPED_INTERNALVAR.
6566 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
6567 option "-i"/"--interpreter" to this chapter. Include index
6572 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
6573 (Variables): Recommend stabs+ and DWARF 2.
6574 (C plus plus expressions): Correct info about
6575 compiler versions, debug formats.
6576 (Contributors): Change 'DWARF2' to 'DWARF 2'.
6581 * gdbint.texinfo (Target Architecture Definition): Delete
6582 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
6583 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
6584 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
6585 references to nindy and i960.
6586 * gdb.texinfo (i960): Delete all references to i960 and nindy.
6590 * gdbint.texinfo (Target Architecture Definition): Delete
6595 * stabs.texinfo (Member Type Descriptor): Clarify description of
6596 `@'. Suggested by Ben Hutchings.
6600 * gdb.texinfo (M68K): Delete reference to es1800.
6604 * gdb.texinfo (Maintenance Commands): Document `maint print
6605 reggroups' and `maint print register-groups'.
6606 * gdbint.texinfo (Target Architecture Definition): Document
6607 register_reggroup_p.
6611 * gdb.texinfo (Separate Debug Files): New section.
6615 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
6616 and "maint show profile".
6620 * gdb.texinfo (Installing GDB): Warn against
6621 ".../gdb-VERSION/gdb/configure".
6622 (Separate Objdir): Likewise.
6626 * gdbint.texinfo (Target Architecture Definition): Delete
6627 definition of PRINT_REGISTER_HOOK.
6631 (OpenRISC 1000): Fix formatting of command names.
6635 * gdb.texinfo (Continuing and Stepping): Add new command
6636 'advance'. Clarify behavior of 'until'.
6640 * gdb.texinfo (Files): Document solib-absolute-prefix and
6645 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
6646 (Create a Release): Add new instructions for new @file{src-release}.
6647 Document existing instructions for @file{Makefile.in} as
6648 being for @value{GDBN} 5.3.1 or earlier.
6652 * gdbint.texinfo (Target Architecture Definition): Mention
6653 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
6658 * gdb.texinfo (Controlling GDB): Add @kindex for
6660 (Backtraces): Add @kindex's for backtrace-below-main.
6664 * gdb.texinfo (Controlling GDB): Document "set osabi".
6668 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
6669 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
6673 * gdb.texinfo (Controlling GDB): Add ABI section. Document
6674 "set coerce-float-to-double".
6675 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
6679 * stabs.texinfo: Remove obsolete text.
6680 * gdbint.texinfo: Ditto.
6681 * gdb.texinfo: Ditto.
6685 * gdbint.texinfo (Target Architecture Definition): Update
6686 description of gdbarch_register_osabi.
6690 * agentexpr.texi: Fix typos.
6691 * annotate.texi: Likewise.
6692 * fdl.texi: Likewise.
6696 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
6697 DEPRECATED_INIT_FRAME_PC.
6701 * gdbint.texinfo (Target Architecture Definition): Delete
6706 * gdbint.texinfo (Host Definition): Delete documentation on
6707 USE_GENERIC_DUMMY_FRAMES.
6711 Fix PR gdb/723 and PR gdb/245.
6712 * Makefile.in (install-info): Run the install-info command as part
6713 of the post install steps only.
6714 (uninstall-info): New target.
6715 (uninstall): New target.
6719 * Makefile.in (install): Make install do some real work.
6723 Fix POSIX problem reported by Paul Eggert.
6724 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
6729 * gdbint.texinfo (Target Architecture Definition): Delete
6730 definition of DO_REGISTERS_INFO.
6734 * gdbint.texinfo (Address Classes): Fix problems with insertion
6735 of ``{'' and ``}'' in example.
6739 * gdbint.texinfo (Address Classes): New section.
6740 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
6741 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
6742 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
6743 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
6747 * gdb.texinfo (Registers): Mention vector registers as well as
6748 floating registers in the documentation for 'info registers' and
6749 'info all-registers'.
6753 * gdbint.texinfo (CPLUS_MARKER): Remove item.
6757 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
6758 interface definition.
6762 * gdb.texinfo (Target Commands): Add or1k target specific
6764 * gdb.texinfo (Contributors): Add myself to the contributors list.
6768 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
6769 and "mi1" instead of "mi1" and "mi0".
6773 * gdb.texinfo (Packets): Fix typos "alligned".
6774 Correct z3/Z3 description. Correct z4/Z4 title.
6778 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
6782 * gdb.texinfo: Use GNU/Linux instead of Linux.
6786 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
6790 * gdb.texinfo: Replace @example with @smallexample.
6795 * gdb.texinfo (Character Sets): Use @smallexample instead of
6796 @example. Use GNU/Linux instead of Linux.
6800 * gdb.texinfo: Add character set documentation.
6804 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
6805 (Packets): Add cross reference from `b' packet to `z' packets.
6809 * gdb.texinfo (Maintenance Commands): Document ``maint
6810 internal-error'' and ``maint internal-warning''.
6812 * gdbint.texinfo (Target Architecture Definition): Revise
6813 description of STACK_ALIGN. Add description of FRAME_ALIGN.
6817 * gdbint.texinfo (Target Conditionals): Document the new
6818 NAME_OF_MALLOC macro.
6822 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
6827 * gdb.texinfo (TUI Overview): Document status line fields.
6831 * gdb.texinfo (TUI Commands): Document info win command.
6835 * gdb.texinfo (TUI Overview): Document breakpoint markers.
6839 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
6840 (TUI Keys): Likewise.
6844 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
6845 for a packet receive.
6849 * Makefile.in (clean): Move to end of file.
6850 (distclean, maintainer-clean, realclean): Ditto.
6851 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
6852 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
6853 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
6854 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
6858 * Makefile.in (GDBINT_TEX_TMPS): Define.
6859 (gdbint.dvi, gdbint.pdf): Use
6860 (GDB_TEX_TMPS): Define.
6861 (gdb.dvi, gdb.pdf): Use.
6862 (STABS_TEX_TMPS): Define.
6863 (stabs.dvi, stabs.pdf): Use.
6864 (GDB_DOC_SOURCE_INCLUDES): New macros.
6865 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
6866 (GDBINT_DOC_FILES_INCLUDES): New macros.
6867 (GDBINT_DOC_BUILD_INCLUDES): New macros.
6868 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
6869 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
6870 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
6871 (links2roff): Replace SFILES_INCLUDED with
6872 GDB_DOC_SOURCE_INCLUDES.
6873 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
6874 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
6875 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
6877 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
6879 (gdbmi.texinfo): Delete rule.
6880 (inc-hist.texinfo): Delete rule.
6881 (rluser.texinfo): Delete rule.
6885 * gdbint.texinfo (Target Architecture Definition): Update
6886 STORE_RETURN_VALUE, mention regcache.
6890 * gdbint.texinfo (Target Architecture Definition): Document
6891 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
6895 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
6896 Fix minor typos. Add index entries.
6900 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
6904 * gdbint.texinfo (Target Architecture Definition): Document
6906 * gdb.texinfo (Vector Unit): Document "info vectors" command.
6910 * gdb.texinfo (Maintenance Commands): Document "maint print
6911 registers", "maint print raw-registers" and "maint print
6917 * gdb.texinfo (Protocol): Document T packet extension to
6918 allow watchpoint address reporting.
6922 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
6926 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
6931 * gdbint.texinfo (Coding): Revise section "Include Files".
6935 * gdbint.texinfo: Obsolete references to m88k.
6936 * gdb.texinfo: Ditto.
6940 * gdbint.texinfo (Create a release candiate): Add the location
6941 where the proper version of autoconf can be retrieved.
6945 * gdb.texinfo (Command Files): Further describe the behavior of
6946 sourced command files.
6950 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
6951 (Coding): Clarify ISO C version that GDB assumes.
6955 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
6956 add_setshow_cmd_full.
6960 * gdb.texinfo (Memory Region Attributes): Document new behavior
6965 * gdb.texinfo (Symbols): Update documentation for `info source'
6968 * gdb.texinfo (Macros): Call the command `info macro', not
6973 * gdbint.texinfo (Coding): Add section ``Per-architecture module
6978 * gdbint.texinfo (Target Architecture Definition): Document
6979 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6983 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
6988 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
6993 * gdbint.texinfo (Target Architecture Definition): Add section
6994 ``Converting an existing Target Architecture to Multi-arch''.
6998 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
6999 to ``Obsoleting code''. Revise.
7003 * gdb.texinfo (C Preprocessor Macros): New chapter.
7004 Include it in the main menu.
7005 (Contributors): Credit Jim Blandy with macro support.
7006 (Compilation): Explain how to get macro information into the
7008 (Expressions): Note that preprocessor macros are expanded.
7012 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
7013 options for `target remote'.
7017 * gdbint.texinfo (Target Architecture Definition): Delete
7018 documentation on NNPC_REGNUM.
7022 * gdbint.texinfo (Target Architecture Definition): Document
7023 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
7024 (Target Architecture Definition): Revise section `Using Different
7025 Register and Memory Data Representations'. Add section `Raw and
7026 Virtual Register Representations'.
7030 * gdbint.texinfo (Target Architecture Definition): Mention
7031 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
7032 (Target Architecture Definition): Mention same. Add references to
7037 * stabs.texinfo (Attributes): Document new "vector" attribute.
7041 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
7045 * gdb.texinfo: Delete obsolete references to a29k.
7049 * gdbint.texinfo (Target Architecture Definition): Replace
7050 IN_SIGTRAMP with PC_IN_SIGTRAMP.
7054 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
7058 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
7062 * gdbint.texinfo (Target Architecture Definition): Delete
7063 definition of HAVE_REGISTER_WINDOWS.
7067 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
7073 * gdb.texinfo (show max-user-call-depth): Correct formatting.
7074 Provide a better explaination of this feature.
7078 * gdbint.texinfo (Target Architecture Definition): Remove
7079 FRAME_CHAIN_COMBINE.
7083 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
7088 * gdbint.texinfo (Obsolete Conditionals): Remove references to
7093 * gdb.texinfo (Bug Reporting): Document that the web is the
7094 prefered way of submitting bug reports.
7095 (Bug Reporting): Delete the s-mail address as the last resort.
7099 * gdbint.texinfo (Target Architecture Definition): Delete
7100 references to TARGET_WRITE_FP and write_fp.
7104 * gdb.texinfo: Document new commands dump, append, and restore.
7108 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
7113 * gdb.texinfo: Change all examples to @smallexample.
7114 * gdbint.texinfo: Ditto.
7118 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
7123 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
7128 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
7129 expresson, suports, dependant, trhe, perhaphs, situtations,
7130 explictily, taged, oportunity, unfortunatly).
7134 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
7135 Remove reference to 3.12.
7139 * gdbint.texinfo: Include fdl.texi.
7140 (Top): Add GNU Free Documentation License.
7141 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
7142 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
7143 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
7144 (gdbint.info): Add srcdir to include path.
7145 * gdb.texinfo: Include gpl.texi.
7147 * gpl.texi: New file.
7151 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
7155 * gdb.texinfo: Document Cygwin native specific commands.
7159 * gdb.texinfo: Document gdbserver ``--attach'' command.
7163 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
7164 to @code(_ovly_debug_event).
7168 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
7172 * gdb.texinfo (overlays): Mention new magic symbol
7173 '_ovly_debug_event', which allows GDB to keep better track
7178 * gdb.texinfo (Memory Region Attributes): Fix the wording.
7179 Suggested by Dmitry Sivachenko.
7181 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
7185 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
7189 * gdb.texinfo: (remote protocol): Gramatical fix-up.
7190 (set trust-readonly-sections): Document.
7194 * gdbint.texinfo (Releasing GDB): Revise and update.
7198 * gdbint.texinfo (Target Architecture Definition): Delete
7199 description of TARGET_BYTE_ORDER_DEFAULT.
7203 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
7208 * libgdb.texinfo: Delete file.
7212 * gdb.texinfo: Remove makeinfo 3.12 hacks.
7213 * gdbint.texinfo: Ditto.
7217 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
7221 * Makefile.in: Update copyright.
7223 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
7224 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
7226 (TEXINDEX, PDFTEX): Delete makefile variables.
7230 * gdb.texinfo (Protocol): Move section to appendix.
7234 * gdb.texinfo (Remote Debugging): Create a menu.
7235 (Top): Add ``Remote Debugging'' to menu.
7239 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
7240 serial protocol'' from here.
7241 (Remote Debugging): To here. New chapter.
7245 * gdbint.texinfo (Target Architecture Definition): Delete
7246 description of TARGET_BYTE_ORDER_SELECTABLE_P.
7250 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
7251 are no longer needed.
7252 (Porting GDB): Add maintainer note about configure.host.
7256 * gdbint.texinfo (Target Architecture Definition): Remove
7257 definition of IEEE_FLOAT.
7261 * gdb.texinfo: Beautify copyright years; fix a typo.
7262 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
7267 * gdbint.texinfo (Host Definition): Remove references to
7268 MALLOC_INCOMPATIBLE.
7272 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
7277 * gdb.texinfo (Maintenance Commands): Add appendix.
7278 (Set Breaks): Copy ``maint info breakpoint'' doco to
7279 ``Maintenance Commands'' appendix. Add reference.
7283 * fdl.texi: Remove next/prev from @node.
7287 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
7288 for monstrous @multitable (from Brian Youmans).
7290 * fdl.texi: New file.
7292 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
7296 * gdbint.texinfo (Releasing GDB): New chapter.
7300 * gdb.texinfo (Embedded Processors, Calling program functions):
7301 Obsolete references to a29k.
7305 * gdbint.texinfo (Coding): Review Cleanups section. Examples
7306 examples. Document that a code-block should do or discard its
7307 cleanups before exit.
7311 * gdb.texinfo (Choosing files): Change @samp to @file.
7315 * gdb.texinfo (--pid): Document new command line option (attach).
7319 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
7324 * gdbint.texinfo (Target Architecture Definition): Replace
7325 BIG_ENDIAN with BFD_ENDIAN_BIG.
7329 * gdbint.texinfo (Target Architecture Definition): Replace
7330 value_ptr with struct value pointer.
7334 * gdb.texinfo (Free Software): Fix wording.
7338 * gdb.texinfo (Free Software): New section ``Free Software Needs
7339 Free Documentation''.
7347 * annotate.texi: Fix the application of GFDL in the Copyright notice.
7351 * gdb.texinfo (maint info sections): Fix typo.
7355 * gdb.texinfo (maint info sections): Document.
7357 * gdb.texinfo (info proc): Comment out documentation for
7358 'info proc' sub-options that are currently not implemented.
7362 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
7366 * gdbint.texinfo (Target Architecture Definition): Replace
7367 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
7371 * gdbint.texinfo (Host Definition): Delete documentation on
7376 * gdb.texinfo (Overlays): New chapter, documenting GDB's
7377 overlay support. Add to top-level menu.
7381 * gdb.texinfo (Command Syntax): Document C-o binding.
7385 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
7386 use since it is described in the referenced section.
7389 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
7390 clearer when using DJGPP.
7394 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
7395 specifically refer to MS-DOS.
7396 (command files): Mention gdb.ini is only used on MS-DOS.
7400 * gdb.texinfo (Invoking GDB): Document --args.
7401 (Mode Options): Likewise.
7405 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
7406 Delete documentation; this macro has been removed from the
7411 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
7415 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
7419 * gdb.texinfo (info functions): Document use of backslash to
7420 quote regexp chars in function names such as "operator*()".
7424 * gdbint.texinfo (SOLIB_ADD): Document additional new
7429 * gdb.texinfo: (Command Files) Added documentation for the
7430 behavior of gdb with input redirected from a file.
7434 * gdb.texinfo (auto-solib-add): Change docs to match
7435 implementation change.
7436 (auto-solib-limit): Add docs for new variable.
7440 * gdbint.texinfo (Target Architecture Definition): Function
7441 value_as_pointer renamed to value_as_address.
7445 * gdbint.texinfo (Target Architecture Definition): Default
7446 POINTER_TO_ADDRESS functions assume unsigned addresses.
7447 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
7448 posting by Jim Blandy.
7452 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
7453 version of texi2html (1.64) doesn't support this flag any more.
7457 * gdbint.texinfo (Host Definition): Remove description of
7460 * gdbint.texinfo (Host Definition): Remove description of R_OK.
7462 * gdbint.texinfo (Host Definition): Remove description of
7467 * gdbint.texinfo (Target Architecture Definition): Add
7468 explanation of TARGET_PRINT_INSN macro.
7472 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
7473 Explain what it means to load relocatable files.
7477 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
7482 * gdbint.texinfo: Add a cautionary note about macro use.
7486 * gdb.texinfo: Explain omitting the hostname in the
7487 `target remote' command.
7491 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
7492 and END-INFO-DIR-ENTRY.
7496 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
7500 * gdbint.texinfo (libgdb): Rewrite.
7504 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
7508 * gdb.texinfo (TUI): New chapter, document the TUI.
7509 (Mode Options): Document the -tui option.
7513 * gdbint.texinfo (Host Definition): Remove description of
7518 * gdb.tex (DJGPP Native): New node, with descriptions of
7519 DJGPP-specific commands.
7523 * gdbint.texinfo: Three misspellings.
7527 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
7528 `test` expressions on bash. Problem reported by Colin Walters.
7532 * gdbint.texinfo (User Interface): Update ui-out documentation to
7533 refelect recent UI/MI updates.
7537 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
7542 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
7543 structure and not macros.
7544 (Host Definition): Document that much of this chapter is obsolete.
7545 (Target Architecture Definition): Update list of files that make
7546 up a target architecture.
7551 * gdbint.texinfo (Target Architecture Definition): Update
7552 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
7553 The latter has been changed to a true predicate.
7557 * annotate.texi: Add @noindent where needed. From Dmitry
7559 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
7563 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
7567 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
7568 returns ``OK''. Document that the ``R'' packet does not reply.
7572 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
7576 * gdb.texinfo (Signals): Clarify the default setting of signal
7581 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
7582 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
7586 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
7590 * gdbint.texinfo (Clean Design and Portable Implementation):
7591 Renamed from "Clean Design".
7592 (Clean Design and Portable Implementation): Document portable
7593 methods of handling file names, and the associated macros.
7597 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
7598 command and provide a cross-reference to its description.
7599 (Symbols): Note that "info scope" is useful for trace experiments.
7603 * gdb.texinfo (Symbols): Document "info scope".
7604 (Tracepoints): New chapter.
7605 (Contributors): Update for v5.1.
7606 <All nodes>: Change "C++" to "C@t{++}".
7608 * gdbint.texinfo (User Interface): A new section about ui_out
7609 functions, based on text written by Fernando Nasser.
7611 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
7615 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
7617 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
7619 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
7620 Replace "GDB" with "@value{GDBN}". Fix markup.
7622 * annotate.texi: Change Permissions to GFDL. Update Copyright.
7624 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
7625 a cross-reference to its description.
7626 (Symbols): Document "info symbol".
7630 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
7631 subsection "x86 Watchpoints".
7632 (Target Architecture Definition): Document the macros
7633 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
7634 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
7638 * gdbint.texinfo (Target Architecture Definition): Update
7639 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
7644 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
7645 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
7649 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
7653 * gdb.texinfo (Environment): Document that `path' does not change
7654 the value of PATH in GDB's own environment (it did in the past,
7655 but that was changed on March 15, 1994). Reported by Doug Evans
7658 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
7659 its line. Fix markup of commands and macros. Add an Index node
7664 * gdb.texinfo (Memory region attributes): New manual section.
7668 * gdbint.texinfo (POP_FRAME): Document use by return_command.
7672 * refcard.tex: Version and copyright fixed. From Phil Edwards
7677 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
7678 DWARF2_REG_TO_REGNUM): Document.
7682 * gdbint.texinfo (Coding): Update current value of
7683 --enable-build-warnings. Mention --enable-gdb-build-warnings.
7687 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
7692 * gdb.texinfo: Document new 'set step-mode' command.
7696 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
7701 * gdb.texinfo (Hooks): Document the new post-hook functionality.
7706 * gdbint.texinfo (Overall Structure): Spelling fix.
7710 * gdbint.texinfo (Target Architecture Definition): Document that
7711 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
7712 for which REGISTER_CONVERTIBLE returns a zero value.
7716 * Makefile.in (install-info): Find files to install in either the
7717 build or source directories (adapted from Makefile.am).
7721 * stabs.texinfo: Fix spelling errors.
7722 (String Field): FILE-NUMBER starts from 0, not 1.
7726 * refcard.tex: Remove \centerline from the blurb. Patch from
7731 * Makefile.in (install-info): Support installation from outside of
7732 the source directory. Reported by Mark Harig
7737 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
7741 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
7742 Generate using pdftex.
7744 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
7745 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
7746 @contents at the start.
7750 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
7756 * gdb.texinfo: Fix ``et al.''.
7760 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
7765 * configure: Regenerate.
7769 * Makefile.in (install-info): Run install-info on installed Info
7774 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
7779 * gdb.texinfo: Proofreading changes from Brian Youmans.
7783 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
7784 startup sequence, minor edits.
7788 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
7791 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
7792 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
7793 like `n' and `s' which look weird. Convert some of the @kindex to
7794 @vindex, when they refer to variables, not commands.
7798 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
7802 * Makefile.in (GDBMI_DIR): New variable.
7803 (SET_TEXINPUTS): Add $(GDBMI_DIR).
7804 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
7805 (gdbmi.texinfo): New target, for texi2roff.
7806 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
7807 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
7809 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
7811 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
7816 * gdb.texinfo (Files): Update description of add-symbol-file
7821 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
7822 prevents the build (and is generally a Bad Idea).
7826 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
7827 a comma inside @var.
7828 (Command Files): Index markup changes from Dmitry Sivachenko
7833 * Makefile.in (LN_S): Define.
7834 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
7835 invoke "ln -s" unless it is known to work.
7837 * configure.in (AC_PROG_LN_S): Add.
7841 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
7843 (Target Conditionals): Document ADDRESS_TO_POINTER,
7848 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
7849 gdb-cfg.texi to get the value.
7853 * gdbint.texinfo (Target Architecture Definition): Fix
7858 * gdbint.texinfo (Using Different Register and Memory Data
7859 Representations): New section.
7860 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
7861 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
7862 REGISTER_CONVERT_TO_RAW): Document.
7866 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
7867 for acknowledgments.
7871 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
7876 * gdb.texinfo: Clarify which remote debug protocol commands are
7877 required and which are optional.
7881 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
7883 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
7884 * annotate.texi: Update.
7888 * gdb.texinfo: Update dates, bump to Eighth Edition (note
7889 expectation of additional changes before release), update
7890 ISBN, add copy of top-level menu for @ifhtml, remove explicit
7891 node links, rephrase and/or shorten lines to fix formatting
7892 problem in both regular and @smallbook formats.
7893 * annotate.texi: Shorten lines in example, use smallexample
7894 consistently everywhere.
7895 * Makefile.in: Add comment about texinfo 4.0 html generation.
7896 (SFILES_INCLUDED): Add annotate.texi.
7900 * gdb.texinfo (Debugging Output): Added new section, documenting
7901 the "set/show debug" commands.
7905 * annotate.texi (Annotations): When GDBN omit @chapter and @node
7908 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
7909 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
7910 @chapter and @node entries.
7912 * gdb.texinfo: Link all top-level nodes.
7916 * Makefile.in (install-info): Create $(infodir) before installing
7922 * gdbint.texinfo : Added paragraphs about command deprecation.
7926 * gdb.texinfo: Add documentation for the apropos command.
7930 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
7934 * gdb.texinfo: Add white space to prevent overprinting in
7939 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
7945 * gdb.texinfo (main menu): Add Annotations.
7946 (File Options): Add @cindex entries for each command-line option.
7947 Document --epoch, --annotate, --async, --interpreter, --write,
7948 --statistics, and --version.
7950 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
7955 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
7959 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
7963 * Makefile.in (diststuff): New target.
7967 * agentexpr.texi: Fix wording regarding Intel's IA-64
7968 architecture. [From Jim Wilson.]
7972 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
7973 (Delete Breaks): Mention range arguments.
7974 (Disabling): Likewise.
7978 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
7982 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
7987 * gdb.texinfo: Clarify regular expressions used in rbreak.
7991 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
7992 MEMORY_REMOVE_BREAKPOINT): Document.
7996 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
7997 offset re-using the DATA offset instead.
8001 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
8006 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
8009 * gdb.texinfo: Various minor wording and formatting improvements,
8010 mentions of additional command-line options.
8014 * gdb.texinfo: Document additional forms of specifying section
8015 names and addresses for the add-symbol-file command.
8019 * gdbint.texinfo: Fix typo, add the word "have".
8023 * gdbint.texinfo (Target Architecture Definition): Document the
8024 SKIP_PERMANENT_BREAKPOINT macro.
8028 * gdb.texinfo: Fiks speling errers.
8030 * gdb.texinfo: Fix uses of @multitable.
8033 * gdb.texinfo: Include details specific to DOS host, clarify
8034 some confusing language, fix @ref/@xref/@pxref usages, add
8035 comments about using with optimization, add more indexing,
8036 fix info about disassembly-flavor.
8040 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
8041 SKIP_SOLIB_RESOLVER): Define.
8045 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
8050 * gdb.texinfo: Create a new "Configurations" chapter with
8051 platform-specific info, inline remote.texi and move sections of it
8052 into the new chapter, move bits about info proc, heuristic search,
8053 and register stack into the new chapter.
8054 * remote.texi: Remove, now part of gdb.texinfo.
8055 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
8059 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
8060 GDB_TARGET_IS_MACH386): These kludges have gone away.
8064 * gdbint.texinfo (Target Architecture Definition): Mention
8069 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
8070 surrounding text to fit HP-UX bits into general info.
8071 (HPPA-cfg.texi): Remove, no longer useful.
8073 * gdb.texinfo: Remove explicit links from @node lines, remove
8074 HP-added "Detailed Node Listing" from main menu which confuses
8078 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
8079 in description of `set environment'.
8083 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
8087 * gdbint.texinfo (Breakpoint Handling): Add missing words.
8091 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
8092 watch, awatch, and rwatch. Explain why the latter two cannot be
8093 set as software watchpoints. Document that watchpoints for local
8094 variables are deleted when the debuggee terminates.
8098 * remote.texi (Protocol): Further clarification of the "qRcmd"
8099 packet. Allow E.. response packet. "qRcmd" packet is no longer
8104 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
8105 * gdb.texinfo: Ditto.
8109 * gdb.texinfo (KOD): New node.
8113 * remote.texi (Rcmd): Fix minor formatting typos.
8117 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
8122 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
8127 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
8131 * remote.texi (Communication Protocol): ``v'' is in use. Fix
8132 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
8133 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
8134 packets that are not supported on all hosts. Expand examples.
8139 * Makefile.in: Recognize html, install-html. Add targets
8140 to build HTML versions of documentation via texi2html.
8144 * gdbint.texinfo (Testsuite): New chapter, information about the
8149 * remote.texi (Communication Protocol): Rewrite.
8153 * stabs.texinfo: Fix uses of xref.
8157 * gdbint.texinfo: Add an anti-printf exhortation, and update the
8158 info about patch submission.
8163 * gdb.texinfo: Document Chill support.
8167 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
8168 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
8169 Document that the value should be greater-than or equal-to zero.
8170 (NO_STD_REGS): Document. Deprecate.
8174 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
8175 Document that these are not used.
8179 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
8183 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
8184 numargs was dropped.
8188 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
8192 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
8197 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
8198 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
8202 * gdbint.texinfo: Fix typos: $ -> @.
8206 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
8207 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
8208 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
8213 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
8214 CALL_DUMMY_STACK_ADJUST): Document.
8218 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
8219 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
8223 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
8228 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
8229 nearly all @ifset/@ifclear conditionals; nobody uses them, and
8230 they make the manual source incomprehensible.
8231 * h8-cfg.texi: Remove, hasn't been used in years.
8235 * gdb.texinfo: Update the credits.
8239 * gdb.texinfo: Fix mistakes noticed in printout of last
8240 draft, add Alpha to discussion of heuristic fence post.
8244 * gdb.texinfo, remote.texi: Many changes; update to Seventh
8245 Edition, merge some HP changes into mainline, describe some
8246 previously undocumented features, describe more of the target
8247 commands available, eliminate obsolete section on renamed
8249 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
8253 * gdb.texinfo: Make many HPPA conditionals unconditional,
8254 including catchpoint description, since now on for all configs.
8255 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
8260 * Makefile.in (GDBvn.texi): Fix match expression to work with
8261 current format of VERSION in gdb/Makefile.in.
8262 * gdb.texinfo: Fix node ref to match new readline.
8266 * gdb.texinfo: Changes made as part of a project to merge in
8267 changes made by HP. Documentation makes extensive use of
8268 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
8269 on remote debugging. There are differences in documentation
8270 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
8271 the HP manual discusses catchpoints, hardware watchpoints, and
8272 some HPUX specific limitations for shared library support.
8274 There are also a number of @node changes.
8278 * gdbint.texinfo (Formatting): Disambiguate a sentence.
8283 The following changes were made by Edith Epstein
8287 * HPPA-cfg.texi: new file.
8289 * all-cfg.texi: set HPPA for HP PA-RISC targets.
8291 * refcard.tex: change documentation about catch.
8296 * gdbint.texinfo: Expand on GDB's coding standards,
8297 specify the use of arg names with prototypes.
8301 * gdb.texinfo: Fix tipo.
8305 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
8306 TARGET_BYTE_ORDER_SELECTABLE_P.
8310 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
8314 * agentexpr.texi: New file.
8316 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
8318 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
8322 * remote.texi: Changed wording that implied that the GDB remote
8323 protocol caches register values instead of GDB itself.
8327 * gdbint.texinfo: Add some info about symbol readers.
8328 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
8329 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
8330 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
8331 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
8333 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
8335 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
8339 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
8341 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
8343 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
8344 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
8348 * gdbint.texinfo: Fix minor typos.
8352 * gdbint.texinfo: Complete overhaul. Group descriptions more
8353 logically, add more info on generic algorithms, remove much
8354 obsolete and/or wrong material.
8358 * stabs.texinfo (Method Type Descriptor): Expand and correct.
8362 * refcard.tex: Copyright, address updates.
8366 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
8367 for the edition instead of confusing GDB-version-like numbers.
8371 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
8375 * LRS: Reformat a bit to keep text under 80 columns.
8379 * gdb.texinfo: Add some credits, mention bug monitor.
8380 * remote.texi: Mention mips monitor targets.
8381 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
8385 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
8386 files, finish sorting of host vs target vs native macros, describe
8391 * gdbint.texinfo (Host Conditionals): Document change from
8392 using NO_MMALLOC to it's inverse, USE_MMALLOC.
8396 * gdbint.texinfo (Host Conditionals): Document
8397 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
8401 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
8402 Document LSEEK_NOT_LINEAR.
8406 * stabs.texinfo (Stab Section Basics): Make it clear that only
8407 some versions of the GNU linker remove the leading N_UNDF symbol.
8411 * stabs.texinfo (String Field): Document type number pairs here,
8412 instead of in the Sun specific section.
8413 (Include Files): The GNU linker supports the N_BINCL
8414 optimization. Clarify the N_BINCL value, and what it is used
8416 (Procedures): Document N_FUN with an empty string to mark the end
8418 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
8419 (Sun Differences): Remove this node, as the information is now
8420 elsewhere in the main document.
8421 (Stab Section Basics): Mention that the GNU linker may optimize
8422 stabs and remove the leading N_UNDF symbol.
8426 * gdb.texinfo, refcard.tex: Restore author credit
8430 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
8431 documentation to account for START and END macros taking
8437 * gdb.texinfo (Frames): Fix typo.
8441 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
8442 a target_signal as arg type, not a pid.
8446 * gdb.texinfo: Document `set assembly-language'.
8450 * remote.texi: Update list of stubs in the GDB distribution.
8454 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
8455 Also document that some systems can use mmalloc but must define
8456 this if their C runtime allocates memory that is later freed.
8457 (MMCHECK_FORCE): Document new macro.
8461 * remote.texi: Add documentation for target Sparclet.
8465 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
8466 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
8467 * configure.in: Rewritten for autoconf.
8472 * Makefile.in (DVIPS): New define, set to dvips.
8473 (dvi): Add stabs.dvi.
8475 (all-doc): Depend on info, dvi, and ps targets.
8476 (STAGESTUFF): Add *.ps and *.dvi files.
8477 (clean-info, clean-dvi): Remove.
8478 (mostlyclean): Does not depend upon clean-info or clean-dvi,
8479 rules completely rewritten.
8480 (maintainer-clean): Remove clean-info and clean-dvi
8481 dependencies and put their actions in the rules.
8482 (gdb.ps): New target
8483 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
8484 intermediate TeX files, whether they have 2 or 3 character
8486 (gdbint.ps): Add target and rules.
8487 (gdb-internals): Delete unused target.
8488 (Makefile): Depends upon config.status also.
8492 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
8498 * gdb.texinfo (Expressions): Fix erroneous array constant example.
8502 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
8506 * gdb.texinfo (Print settings): Document
8507 `set/show print static-members' commands.
8511 * gdbint.texinfo (Native): Document name change, coredep.c to
8516 * stabs.texinfo (Include Files): Document the values the SunOS4
8517 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
8521 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
8526 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
8531 * Makefile.in (maintainer-clean): New target, synonym for
8536 * Update all FSF addresses except those in COPYING* files.
8541 * gdb.texinfo (convenience variables): Document $_exitcode.
8542 (quit): Document optional expression to use as exit code.
8546 * gdb.texinfo, remote.texi: Brought up to date with various
8551 * gdb.texinfo: Update dates and versions, fix comments about
8552 hardware watchpoints in future releases and about the
8553 sharedlibrary command.
8557 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
8558 C_FUN stab. Other cleanups.
8562 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
8567 * annotate.texi: Clarify which addresses have differing formats
8568 depending on the language and which do not.
8572 * remote.texi (NetWare): Changed example to use BOARD= instead of
8573 NODE= argument to reflect correspoding change to gdbserve.nlm.
8577 * stabs.texinfo (Negative Type Numbers): Mention the fact that
8578 GDB, as well as AIX dbx, supports the size type attribute.
8582 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
8586 * gdb.texinfo (Define): Document $arg0... arguments to commands,
8587 and new 'if' and 'while' commands.
8591 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
8595 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
8596 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
8597 NetWare targets. Mostly stolen from the Server node.
8601 * gdb.texinfo (Setting): Talk about the language of a source file
8602 versus the working language. The old documentation did not match
8607 * stabs.texinfo (Source Files): Document N_SO used to mark the end
8612 * gdb.texinfo (Processes): New node.
8616 * remote.texi: Update documentation of set/show mipsfpu.
8620 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
8621 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
8625 * gdbint.texinfo: Removed mentions of some incorrectly placed and
8626 obsolete conditionals, described some others.
8630 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
8631 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
8635 * gdbint.texinfo: Put regex conditionals in their own table.
8639 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
8640 described or fixed the descriptions of many others.
8644 * gdb.texinfo: Add some more credits.
8645 * gdbint.texinfo: Capitalize GDB consistently, describe some
8646 macros and remove some.
8650 * gdbint.texinfo: Removed mentions of many incorrectly placed and
8651 obsolete conditionals, described some others.
8655 * gdb.texinfo (help targets): Changed to `help target', which
8656 is the correct gdb command.
8660 * annotate.texi (TODO): New node, for keeping track of annotations
8661 suggested but not yet implemented.
8665 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
8666 another symbol, it is not the address itself.
8670 * stabs.texinfo (Stab Section Basics): Add comment about alignment
8671 of stabs-in-coff sections.
8675 * annotate.texi: Change edition to 0.5 and date to May 1994.
8677 (Frames): New node, for frame annotation.
8678 (Displays): New node, for display annotation.
8680 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
8681 when waiting for your program to stop.
8685 * annotate.texi (Breakpoint Info): Document annotation of header
8686 fields and record annotation.
8690 * annotate.texi: New file, to document annotations.
8694 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
8695 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
8699 * stabs.texinfo (Stab Section Basics): Say what is in .stab
8700 section, and say n_strx field is compilation unit relative.
8701 * stabs.texinfo: Don't use @code for a.out when it is the name of
8702 an object file format.
8706 * gdb.texinfo: Refer to file names, not path names, per rms
8708 (Arguments): Fix typo.
8712 * stabs.texinfo (Global Variables): Talk about stabs in files
8713 where variables are referenced, but not defined.
8717 * stabs.texinfo: Move stuff on @ and # type descriptors from node
8718 Cplusplus to new nodes Member Type Descriptor and Method Type
8719 Descriptor. Re-write stuff for #.
8723 * gdb.texinfo (Print Settings): Don't document "set print
8724 fast-symbolic-addr off". The bug which it worked around was fixed
8725 on 25 Feb 94 in coffread.c, so I'm nuking the command.
8727 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
8730 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
8734 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
8735 references to ieee-float.c.
8739 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
8740 match what the code actually does.
8744 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
8748 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
8753 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
8754 well as for ELF and SOM. Unify the descriptions of ELF and SOM
8755 as "stabs in sections" rather than just saying "ELF and SOM".
8756 Also make that stuff apply to COFF.
8760 * gdb.texinfo (Formatting Documentation): Change GhostScript to
8765 * gdb.texinfo (Continuing and Stepping): When talking about "step"
8766 versus functions without line numbers, also mention stepping into
8767 them as well as "step" when you are in them. Tell the user how to
8768 deal with the situation. Add comment about "debugging information".
8772 * stabs.texinfo (Enumerations): Document restriction on where
8773 enumeration types can appear and still win with GDB.
8777 * stabs.texinfo (Negative Type Numbers): Document format for type
8782 * gdb.texinfo (Selection, Frame Info): Update information about
8783 arbitrary frame specficiations.
8787 * gdb.texinfo, remote.texi: general editing pass prior to Net release
8791 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
8795 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
8799 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
8800 Differences node to Statics node.
8801 (Statics): Discuss XCOFF use of V symbol descriptor.
8803 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
8808 * gdb.texinfo (Print Settings): Document `set print
8809 fast-symbolic-addr' and improve the doc for some other
8814 * stabs.texinfo (String Field): Talk about defining several type
8816 Fix lint regarding changing node ELF Transformations to
8817 ELF and SOM Transformations.
8821 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
8825 * stabs.texinfo (Cross-References): `::' is for nested types only
8827 (Structures): Document static members.
8831 * stabs.texinfo: Document S type attribute.
8835 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
8839 * gdbint.texinfo: Fix a few typos.
8843 * gdb.texinfo, remote.texi: formatting improvements
8845 * gdb.texinfo (New Features): mention threads.
8846 (Summary, C): fix xrefs in newly contributed text.
8847 (Threads): index entries, clarifications, example
8848 (passim): minor typos fixed, phrasing improvements
8850 * remote.texi (Bootstrapping): rephrase text on ^C and add index
8851 entries; (Server): explain use of gdbserver w/real-time systems,
8852 add example of conflicting TCP port; (MIPS Remote) break up
8853 running text into table, highlighting commands, and add example.
8857 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
8861 * stabs.texinfo (Nested Symbols): New node.
8862 (String Field, Symbol Descriptors, Cross-References): Refer to it.
8866 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
8867 to picking which Bbss.bss symbol to use, and (because there seems to
8868 be no good way of doing it) re-write some of the text to make it
8869 sound like Bbss.bss isn't such a great idea after all (as currently
8872 * gdb.texinfo (C): In addition to saying people have to use g++ for
8873 good results, say they have to use stabs. Specifically say cfront
8875 (Summary): Merge in information on Modula-2, Pascal, and Chill from
8876 the gdb README. Add xrefs to places where the support for the various
8877 languages is described in detail.
8881 * stabs.texinfo: Clean up stuff about visibility and virtual
8884 * stabs.texinfo (N_M2C): Cite Sun doc.
8888 * gdb.texinfo: updates re threads.
8889 * remote.texinfo: avoid index entries starting with digits.
8893 * stabs.texinfo (Enumerations): Talk about large, negative and
8894 octal values. Clean up cross reference to type attributes.
8895 (String Field): Say that GDB 4.11 supports size attribute.
8899 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
8900 is a mandatory step. Make the stuff about that more concise.
8904 * stabs.texinfo (Class Names): New node.
8906 * gdb.texinfo (Command Files): Explain order of init file reading.
8908 * remote.texi (Bootstrapping): Talk about getting the serial driver
8909 to deal with ^C sent by gdb to stop the remote system.
8913 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
8915 * libgdb.texinfo (Defining Commands): made the DOC arg
8916 to gdb_define_app_command a char * instead of char **
8917 per a suggestion from kingdon.
8919 * libgdb.texinfo: total rewrite from a different starting
8924 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
8925 floats passed as doubles (to improve clarity).
8929 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
8931 * a4rc.sed: update to work with Andreas Vogel papersize params
8933 * refcard.tex: use Andreas Vogel simplifications of papersize
8934 params; remove useless version info; update copyright date.
8938 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
8942 * gdb.texinfo (Files): Say what address the load command loads it at.
8944 * stabs.texinfo (Common Blocks): Minor cleanups.
8946 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
8947 that Sun has backed away from the linker kludge and thus the relevant
8948 issue is changes to the SunPRO tools, not the Solaris linker.
8950 * stabs.texinfo (Traditional Integer Types): Clean up description
8951 of octal bounds a little bit. Document extra leading zeroes.
8955 * gdb.texinfo (Signaling): Update for symbolic symbol names
8956 and add a section explaining the difference between the GDB
8957 signal command and the shell kill utility.
8961 * libgdb.texinfo: added `@' to braces that were unescaped.
8965 * libgdb.texinfo: new file. Spec for the gdb library.
8969 * stabs.texinfo (Include Files): Fix typo (start -> end).
8973 * gdb.texinfo, remote.texi: assorted small improvements, mostly
8974 from Melissa at FSF's editing pass.
8978 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
8979 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
8980 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
8984 * remote.texi (Bootstrapping): Discuss 386 call gates.
8988 * stabs.texinfo (Based Variables): New node.
8992 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
8993 names, sizes, and formats to suggest how not to lose.
8997 * stabs.texinfo (Methods): Fix typo.
9001 * gdb.texinfo: Fix a few typos.
9005 * gdb.texinfo: Clarify how well it works with Fortran.
9007 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
9008 More on relocating stabs in ELF files.
9012 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
9016 * stabs.texinfo (Local Variable Parameters): Talk about nameless
9021 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
9025 * stabs.texinfo: Make info author notice match the TeX author notice.
9029 * stabs.texinfo: Initial-caps all words in node names and
9030 non-trivial words in section names.
9034 * stabs.texinfo: Many minor cleanups.
9036 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
9040 * stabs.texinfo: Remove full description of big example.
9041 It's not really helpful; just use pieces of it where appropriate.
9042 Add more Texinfo formatting directives (@samp, etc.).
9043 Use @deffn to define stab types.
9044 Eliminate some wordiness. Break up some nodes.
9045 Add an (alphabetized) index of symbol types.
9046 Use consistent capitalization style in node and section names.
9050 * gdb.texinfo: Change typo "Two two" to "The two".
9054 * stabs.texinfo (XCOFF-differences): Remove references to
9055 non-existent types N_DECL and N_RPSYM.
9057 * stabs.texinfo (String Field): Say that type attributes bug is
9058 fixed in GDB 4.10, since it is.
9060 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
9064 * stabs.texinfo: Formatting cleanups.
9068 * stabs.texinfo: When explaining the n_type of a stab, standardize
9069 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
9071 (Global Variables): Clean up.
9075 * stabs.texinfo (Stack Variables): Re-write.
9079 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
9080 addresses of a source file. Also revise formatting.
9081 Change "object module" or "object file" to "source file".
9082 Various: Miscellaneous cleanups.
9086 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
9090 * gdbint.texinfo: Removed many nonsensical machine-collected
9091 host and target conditionals, described some of the remainder.
9095 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
9097 * gdbint.texinfo (Top): Add name to @top line, and re-write the
9098 paragraph which follows.
9100 * gdbint.texinfo (Host): Use @code not @samp for Makefile
9101 variables. Looks better and avoids overful hbox.
9105 * stabs.texinfo (Procedures): Improve stuff on nested functions.
9109 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
9114 * gdbint.texinfo: Update statement about `some ancient Unix
9115 systems, like Ultrix 4.0' to Ultrix 4.2.
9117 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
9119 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
9121 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
9123 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
9124 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
9126 * remote.texi: new name for former gdbinv-s.texi
9128 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
9132 * gdbinv-s.texi: Documented timeout and retransmit-timeout
9133 variables for MIPS remote debugging protocol.
9137 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
9141 * Makefile.in (refcard.dvi): Use srcdir where necessary.
9145 * gdb.texinfo: repair conditional bugs in text markup
9149 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
9150 to select Modula-2 material.
9154 * stabs.texinfo: Cleanups regarding statics.
9156 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
9157 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
9161 * stabs.texinfo: N_MAIN is sometimes used for C.
9165 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
9169 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
9170 removed from the code by Kingdon.
9174 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
9175 input when evaluating breakpoint conditions; the bug has been fixed.
9177 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
9178 sets the ignore count to N-1, not to N.
9182 * refcard.tex (\hoffset): correct longstanding error to match
9183 intended offset; avoids cutting off edge on some printers
9187 * stabs.texinfo (Parameters): Say that order of stabs is significant.
9191 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
9195 * Makefile.in: (REFEDITS) new var to control whether PS or CM
9196 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
9197 collect sed edits if any, apply to refcard before formatting;
9198 (refcard.ps) stop implying PS fonts if PS output requested;
9199 (lrefcard.ps) delete extra target for variant PS fonts
9201 * refcard.tex: parametrize papersize dependent info, collect
9202 in easily replaced spot
9204 * a4rc.sed: new file, edits to refcard for A4 paper
9208 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
9212 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
9216 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
9217 politely rather than rudely.
9221 * stabs.texinfo: Document common blocks.
9225 * stabs.texinfo: Add some basic info about stabs-in-elf.
9229 * stabs.texinfo (Top): Minor cleanup.
9231 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
9233 * Makefile.in (install-info): remove parentdir support
9237 * gdb.texinfo (Copying): delete this node and references to it;
9238 RMS says this manual need not carry GPL. (passim): Improvements
9239 from last round at FSF, largely due to Ian Taylor review, and
9240 minor formatting improvements.
9242 * gdbinv-s.texi (passim): Improvements from last round at FSF,
9243 largely due to Ian Taylor review. (Debug Session): minor edits to
9248 * Makefile.in (realclean): Remove info and dvi files too.
9252 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
9253 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
9254 * gdb.texinfo: Change accordingly.
9256 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
9257 N_{L,R}BRAC,N_SLINE are relative to.
9261 * Makefile.in (GDBvn.texi): Update atomically.
9265 * gdbinv-s.texi (Debug Session): Document exceptionHook.
9269 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
9270 addresses together. Also motivate the set print symbol-filename
9271 command and suggest other solutions.
9275 * gdb.texinfo (set print elements): Note that the number of
9276 elements is set to unlimited by "set print elements 0".
9280 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
9282 (Stab Types): Include Solaris stab types.
9283 (Procedures): Document Solaris extensions.
9287 * gdb.texinfo: Add `set print symbol-filename' doc.
9291 * stabs.texinfo (Arrays): Talk about type definition vs. type
9294 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
9295 the trailing semicolon.
9299 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
9300 and merge in other parts of the document addressing these subjects.
9301 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
9303 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
9304 at the end of a range type.
9306 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
9311 * stabs.texinfo (Stabs Format): Misc fixes.
9315 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
9316 (Traditional builtin types): Document convex convention for long long.
9317 (Negative builtin types): Discuss type names, and misc fixes.
9321 * stabs.texinfo (Builtin Type Descriptors): Document the floating
9322 point types used with @samp{R} type descriptor.
9323 (Symbol Descriptors): Describe how to handle conflict between
9324 different meanings of @samp{P} symbol descriptor.
9328 * stabs.texinfo: Remove node Quick Reference and put its children
9329 directly under the main menu.
9331 * stabs.texinfo: Many more changes to bring it into line with
9332 AIX documentation and reality. I think it now has all the
9333 information from the AIX documentation, except that I burned
9334 out when I got to variant records (Pascal and Modula-2) and
9335 all the COBOL types. Oh well, we can add them later when we're
9336 worrying more about those languages.
9338 * stabs.texinfo (Automatic variables): Talk about what it means
9339 to omit the symbol descriptor.
9343 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
9344 gcc2 behavior with promoted args.
9348 * gdb.texinfo: include readline appendices in info version of manual
9352 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
9355 * gdb.texinfo (Machine Code): more index entries for disassemble
9359 * Clarify the intended use of the gdb-testers and gdb-patches
9360 mailing lists, and shrink gzip comment.
9364 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
9365 DOSHOST configuration of manual.
9367 * gdb.texinfo (MIPS Stack): new node.
9369 * all-config.texi (MIPS) new switch.
9371 * gdbinv-s.texi (Nindy Options) Remove two instances of future
9372 tense; (MIPS Remote) new node.
9374 * gdb.texinfo (passim) rephrases to work around makeinfo @value
9375 bug; (Environment) less passive, other small cleanups in text about
9376 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
9377 (Remote) new MIPS Remote menu entry.
9381 * stabs.texinfo: Many changes to include information from the
9384 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
9388 * gdbint.texinfo (new node Debugging GDB, elsewhere):
9389 Move a bunch of information from ../README.
9390 (Getting Started): New node.
9394 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
9396 * gdb.texinfo: advance manual revision dates to present
9398 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
9399 stop using silly Roman numerals in @set variable names
9403 * stabs.texinfo (Parameters): Keep trying to get this right.
9407 * stabs.texinfo (Parameters): More on "local parameters".
9411 * stabs.texinfo (Parameters): Re-do "local parameters" section.
9415 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
9416 (Parameters): Rewrite.
9417 (xcoff-differences, Sun-differences): Minor changes.
9421 * stabs.texinfo: Minor cleanup.
9425 * gdbint.texinfo: Minor xcoff stuff.
9429 * gdbint.texinfo: Update for new config directory structure.
9430 Add info about internal type data structures.
9434 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
9436 (gdb-config.texi): Depend on file in $(srcdir).
9440 * stabs.texinfo: Fixes about N_SO.
9444 * gdb.texinfo: include list of nonstandard init file names
9446 * *-config.texi: new switch GENERIC for text that applies *only*
9447 to (usual) multiple-target version of manual
9449 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
9452 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
9453 in menus (rather than conditionally selected multiple alternative
9456 * Makefile.in: define and use DOC_CONFIG var to select
9457 configuration for GDB user manual.
9459 * gdb-config.texi: delete from repository, generate from Makefile.
9461 * all-config.texi: normal `generic' configuration file, formerly
9462 stored as gdb-config.texi
9464 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9466 * Makefile.in: add dvi target to build all .dvi files
9470 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
9474 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
9476 * stabs.texinfo: More array fixes inspired by Jim's.
9480 * stabs.texinfo: Fixes re arrays and continuations.
9482 * gdbint.texinfo: Add XCOFF node.
9486 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
9490 * stabs.texinfo: Fix for array types to mention lower bounds.
9494 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
9498 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
9502 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
9507 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
9511 * gdb.texinfo, gdbinv-s.texi: misc updates
9515 * gdbint.texinfo: Brief documentation for longjmp support,
9516 from an email msg by Stu.
9520 * stabs.texinfo: Fix description of floating point "range"
9521 types (which really define basic types). Reported by Jim Meehan,
9524 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
9528 * gdbint.texinfo: Slightly expand section on supporting a new
9533 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
9538 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
9542 * gdbinv-s.texi: z8000 simulator target name is just "sim"
9544 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
9549 * gdbint.texinfo: Add sections on clean design and on how to send
9554 * gdbint.texinfo: Add how to declare the result of make_cleanup.
9558 * gdb.texinfo: Fix typo, reported by Karl Berry.
9562 * gdb.texinfo: Add opcodes dir to GDB distribution description.
9564 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9566 * gdbint.texinfo: fixed a stray email address (needs @@),
9567 added @table @code to node "Native Conditionals"
9571 * gdbint.texinfo: Describe coding style of GDB.
9575 * stabs.texinfo: Minor wording changes.
9579 * gdbint.texinfo: Improve release doc slightly.
9583 * gdbint.texinfo: Improve doc of GDB config macros.
9587 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
9588 These will be reinserted when examined.
9592 * gdbint.texinfo: Make a start at documenting all the #if macros
9593 in GDB. At least list them all, and start separating them into
9594 host-specific and target-specific.
9598 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
9599 examples (not consistent w others).
9600 gdb.texinfo: issue disclaimer paragraph on cmdline options only
9601 for generic vn of doc
9605 * Makefile.in: always create installation directories.
9609 * gdb.texinfo: in h8 config, do not describe searching commands.
9613 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
9614 conditionals; introduce a few generic switches that may be
9615 useful for other cross-dev or dos-hosted configs.
9617 * gdb.texinfo: fix typo in "info reg" description
9621 * stabs.texinfo: Minor updates from running TeX over it.
9622 * Makefile.in (stabs.dvi, stabs.ps): Add.
9626 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
9627 First pass at converting it to texinfo.
9631 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
9632 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
9636 * gdbint.texinfo: Add section on partial symbol tables.
9638 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
9640 * gdb.texinfo: document `set remotedebug' and `set
9641 rstack_high_address'.
9645 * gdb.texinfo: slight expansion of new text on reading info files
9646 * gdbinv-s.m4.in: correct and expand info on cross-debugging
9649 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
9651 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
9653 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
9655 * gdb.texinfo: Say how to read the `info' files.
9659 * Makefile.in: gm4 -> m4.
9661 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
9663 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
9664 Documentation' ahead of `Installing GDB' to match README.
9665 Update shared library doc, -readnow and -mapped, and directory
9666 structure (add glob and mmalloc). Update configure doc.
9670 * Makefile.in: remove $(srcdir) from gdb.info rule.
9674 * Makefile.in: commented out gdb-all.texinfo rule. This is
9679 * Makefile.in, configure.in: removed traces of namesubdir,
9680 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
9681 copyrights to '92, changed some from Cygnus to FSF.
9683 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
9685 * gdb.texinfo: Improve how we ask for bug reports.
9687 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9689 * Makefile.in: infodir belongs in datadir.
9691 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9693 * Makefile.in: remove spaces following hyphens, bsd make can't
9694 cope. install using INSTALL_DATA. added clean-info. added
9695 standards.text support.
9697 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9699 * Makefile.in: idestdir and ddestdir go away. Added copyrights
9700 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
9701 and mandir now keyed off datadir by default.
9708 version-control: never