Update
[gdb.git] / gdb / doc / ChangeLog
blobaeadccd86962196c2a32c714725bb4b32c123d5a
1 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3         * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
4         available in PowerPC architecture.
5         (Embedded Processors): Change node name of PowerPC item in menu.
6         (PowerPC): Rename to...
7         (PowerPC Embedded): this.
8         (Architectures): Add new PowerPC item in menu.
9         (PowerPC): New node.
11 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
13         * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
14         commands.
16 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
18         * gdb.texinfo (Setting Catchpoints): Mention features
19         supported on GNU/Linux.
21 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
23         * gdb.texinfo (GDB/MI File Commands): Describe new output
24         field for MI command -file-list-exec-source-file.
26 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
28         * gdb.texinfo (Using the `gdbserver' Program): Add security
29         warning.  Rearrange into subsections and subsubsections.  Document
30         --multi and --debug.  Correct --with-sysroot typo.  Update --attach
31         usage.  Make load reference clearer.  Document monitor exit.
32         (Remote Configuration): Document set remote exec-file, attach-packet,
33         and run-packet.
34         (Packets): Document vAttach and vRun.
36 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
38         * gdb.texinfo (Processes): Mention process command.
39         detach-on-follow -> detach-on-fork.
41 2008-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
43         * gdbint.texinfo (Native Conditionals): Remove
44         SHELL_COMMAND_CONCAT and SHELL_FILE.
46 2008-01-23  Chris Demetriou  <cgd@google.com>
48         * gdb.texinfo (Threads): Document new "set print thread-events"
49         and "show print thread-events" commands.
51 2008-01-19  Eli Zaretskii  <eliz@gnu.org>
53         * gdb.texinfo (Specify Location): New section.
54         (Delete Breaks, Edit, Set Breaks): Remove description of
55         locations.  Instead, add a reference to "Specify Location".
56         (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
57         (Symbols): Refer to "Specify Location" for the valid forms of
58         linespecs and locations.
60 2008-01-18  Markus Deuling  <deuling@de.ibm.com>
62         * gdbint.texinfo (Target Conditionals): Replace the description of
63         BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
65 2008-01-12  Paul Hilfinger  <hilfinger@adacore.com>
67         * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
68         about &&var, which is rejected by the expression parser.
70 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
72         * gdb.texinfo (Output): Update documentation on using printf with DFP
73         types.
75 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
77         * gdb.texinfo (C and C++): Add Decimal Floating Point format
78         subsubsection.
79         (Decimal Floating Point format): New subsubsection.
81 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
83         * gdb.texinfo (File Options): Remove mention of the attempt to
84         open a core file with the -p option.  Don't list -c as a valid
85         option to attach to a process.
87 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
89         * gdbint.texinfo (Host Conditionals): Remove mention of
90         ALIGN_STACK_ON_ENTRY.
92 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
94         * gdbint.texinfo (Start of New Year Procedure): Add item
95         describing how to update the source and documentation copyright
96         notices.
98 2007-12-18  Jim Blandy  <jimb@codesourcery.com>
100         * gdb.texinfo (Set Watchpoints): Integrate per-thread
101         watchpoint explanation into the main description of the watchpoint
102         command; update synopses of 'watch', 'rwatch', and 'awatch'
103         commands.
105 2007-12-18  Vladimir Prus  <vladimir@codesourcery.com>
107         * gdb.texinfo (Miscellaneous gdb/mi Commands):
108         Document 'pending-breakpoints' feature of
109         -list-features.
111 2007-12-17  Luis Machado  <luisgpm@br.ibm.com>
113         * doc/gdb.texinfo: Add new parameter's description.
115 2007-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
117         * gdb.texinfo (Overview): Clarify run-length encoding
118         example.  Remove the restriction on "+" and "-" characters.
120 2007-12-15  Eli Zaretskii  <eliz@gnu.org>
122         * gdb.texinfo (Host I/O Packets): Fix xref syntax.
124 2007-12-14  Vladimir Prus  <vladimir@codesourcery.com>
125         
126         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
127         the -f option for -break-insert, remove -r option,
128         and clarify specification of location.
130 2007-11-30  Daniel Jacobowitz  <dan@codesourcery.com>
132         * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
133         formatting.
134         (Remote Debugging): Add File Transfer section.
135         (Remote Configuration): Document Host I/O packets.
136         (GDB/MI): Add GDB/MI File Transfer Commands section.
137         (Host I/O Packets): New section in "Remote Protocol".
138         (Packets): Add vFile.
140 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
142         * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
143         breakpoints with multiple locations.
144         (Breakpoint Menus): Improve wording.
145         (Output): Fix last change.
147 2007-11-17  Ulrich Weigand  <uweigand@de.ibm.com>
149         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
151 2007-11-15  Doug Evans  <dje@google.com>
153         * gdb.texinfo (Symbols): Update output of "maint info symtabs".
155 2007-11-15  Vladimir Prus  <vladimir@codesourcery.com>
157         * gdbint.texinfo (Native Conditionals): Remove
158         mention of CLEAR_SOLIB.
159         
160 2007-11-11  Joel Brobecker  <brobecker@adacore.com>
162         * gdb.texinfo (Print Settings): Add documentation for "set/show
163         print frame-arguments".
165 2007-11-05  Luis Machado  <luisgpm@br.ibm.com>
167         * gdb.texinfo (Output): Update printf command's description.
169 2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
171         * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
172         powerpc soft-float".
174 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
176         * gdb.texinfo (Files): Correct formatting.  Mention Expat
177         requirement.
178         (Requirements for Building GDB): Expand the list of Expat
179         uses.
180         (Library List Format, Memory Map Format): Mention Expat.
181         (Target Descriptions): Update Expat wording.
183 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
185         * gdbint.texinfo (Register and Memory Data, Target Conditionals):
186         Document that gdbarch_convert_register_p should return zero for no-op
187         conversions.
189 2007-10-22  Ulrich Weigand  <uweigand@de.ibm.com>
191         * gdbint.texi (Compiler Characteristics): Move documentation
192         of set_gdbarch_sofun_address_maybe_missing back to ...
193         (Target Conditionals): ... here to fix build break.
195 2007-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
197         * gdbint.texi (Target Conditionals): Remove documentation of
198         SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
199         (Compiler Characteristics): ... documentation of
200         set_gdbarch_sofun_address_maybe_missing.
202 2007-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
204         * gdbint.texinfo (Target Conditionals): Use
205         frame_unwind_register_unsigned in examples instead of
206         frame_unwind_unsigned_register.
208 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
210         * gdb.texinfo (Predefined Target Types): Add int128
211         and uint128.
212         (Standard Target Features): Add PowerPC features.
214 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
216         * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
218 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
220         * gdbint.texi (Target Conditionals): Remove documentation
221         of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
222         gdbarch_extract_return_value, and gdbarch_store_return_value.
224 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
226         * gdbint.texi (Target Conditionals): Remove documentation of
227         and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
229 2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
231         * gdb.texinfo: Mention that inaccessible-by-default is on by
232         default.
234 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
236         * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
238 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
240         * gdb.texinfo (Setting Watchpoints): Adjust warning text about
241         multi-threaded watchpoints.
242         * gdbint.texinfo (Watchpoints): Describe how watchpoints are
243         checked.  Describe sticky notification.  Expand description
244         of steppable and continuable watchpoints.
245         (Watchpoints and Threads): New subsection.
247 2007-09-28  Vladimir Prus  <vladimir@codesourcery.com>
249         * gdb.texinfo (Setting Breakpoints): Revise
250         documentation for pending breakpoints.  Document
251         breakpoints with multiple locations.
252         
253 2007-09-19  Vladimir Prus  <vladimir@codesourcery.com>
255         * gdb.texinfo (Miscellaneous gdb/mi Commands):
256         Document -list-features.
257         
258 2007-09-15  Eli Zaretskii  <eliz@gnu.org>
260         * gdb.texinfo (Output): Spell out which features of C's printf are
261         not supported by GDB's printf.
262         (Separate Debug Files): More accurate wording regarding build ID
263         and a reference to the ld manual rather than the Fedora wiki.
265 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
266             Jim Blandy  <jimb@codesourcery.com>
268         * gdb.texinfo (Output Formats): Update 'c' description.  Describe 's'.
269         (Examining Memory): Update mentions of the 's' format.
270         (Automatic Display): Likewise.
272 2007-09-02  Daniel Jacobowitz  <dan@codesourcery.com>
274         * gdb.texinfo: Update the FSF's Back-Cover Text.
276 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
277             Eli Zaretskii  <eliz@gnu.org>
279         * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
280         Fixed the ``build ID'' name.  New binaries build instructions for the
281         build ID inclusion.  Explain how the commands are specific to the build
282         ID vs. debug link.
284 2007-09-01  Eli Zaretskii  <eliz@gnu.org>
286         * gdb.texinfo (Separate Debug Files): Fix last change.  Add
287         indexing for ``build ID'' support.
289 2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
291         * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
292         Enlisted BUILD ID to the debug file searching example.
293         Included a BUILD ID `.note.gnu.build-id' section description.
294         Updated/added the debug files splitting instructions for OBJCOPY.
296 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
298         * gdb.texinfo (Variable Objects): Adjust docs
299         for -var-info-expression and document
300         -var-info-path-expression.
302 2007-08-20  Jim Blandy  <jimb@codesourcery.com>
304         * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
305         (title page): Include the dedication in the printed manual, as a
306         separate page after the copyright notice.
307         
308         * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
309         don't break a @var across a line.
311 2007-07-25  Maciej W. Rozycki  <macro@mips.com>
313         * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
314         for include files.
316 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
318         * gdb.texinfo (Server Prefix): New node.  Adapt from existing node
319         in annotate.texinfo.
320         (Command History): Link to new node.
322 2007-07-05  Markus Deuling  <deuling@de.ibm.com>
324         * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
326 2007-07-05  Eli Zaretskii  <eliz@gnu.org>
328         * gdbint.texinfo (Target Conditionals): Fix last change.
330 2007-07-03  Markus Deuling  <deuling@de.ibm.com>
332         * gdb.texinfo: Replace following macros by their appropriate gdbarch
333         routines:
334         (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
335         (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
336         (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
337         (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
338         (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
339         (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
340         (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
341         (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
342         (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
343         (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
344         (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
345         (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
346         (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
347         (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
348         (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
349         (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
350         (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
351         (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
352         (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
353         (SOFTWARE_SINGLE_STEP_P)
355         (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
356         (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
358         (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
359         (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
360         (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
361         (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
362         (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
363         (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
364         (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
365         (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
366         (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
367         (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
369         (Converting an existing Target Architecture to Multi-arch): Remove
370          section.
372         (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
373         (gdbarch_addr_bits_remove): Add code example.
375         * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
377 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
379         * gdb.texinfo (Remote Configuration): Document library-info-packet.
380         Add other missing entries.  Adjust the table size to fit.
381         (Stop Reply Packets): Use @itemize instead of @enumerate.  Document
382         stop reasons including the new "library" event.
383         (General Query Packets): Adjust table widths for qSupported.  Mention
384         qXfer:libraries:read reply to qSupported and document the new packet.
385         (Library List Format): New section.
387 2007-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
389         * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
391 2007-06-28  Michael Snyder  <msnyder@svkmacdonelllnx>
393         * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
395 2007-06-25  Nick Roberts  <nickrob@snap.net.nz>
397         * gdbint.texinfo (Register and Memory Data): Break sections
398         into nodes and add a menu.
400 2007-06-21  Maciej W. Rozycki  <macro@mips.com>
402         * gdb.texinfo (Examining Memory): Document the new behaviour.
404 2007-06-21  Vladimir Prus  <vladimir@codesourcery.com>
406         * gdb.texinfo (Standard Target Features): Document
407         m68k features.
409 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
411         * gdb.texinfo (General Query Packets): Document qOffsets changes.
413 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
415         * gdb.texinfo (Target Description Format): Add version attribute
416         for <target>.
418 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
420         * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
422 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
424         * gdb.texinfo (MIPS Features): New subsection.
426 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
427             Markus Deuling  <deuling@de.ibm.com>
429         * gdb.texinfo (General Query Packets): Document qXfer:spu:read
430         and qXfer:spu:write packets and mention them under qSupported.
432 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
433             Markus Deuling  <deuling@de.ibm.com>
435         * gdb.texinfo (Architectures): Add new SPU section to document
436         Cell Broadband Engine SPU architecture specific commands.
438 2007-06-09  Vladimir Prus  <vladimir@codesourcery.com>
440         * gdb.texinfo (GDB/MI Variable Objects): Editorial
441         comments.
443 2007-06-07  Nick Roberts  <nickrob@snap.net.nz>
445         * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
447 2007-05-29  Jim Blandy  <jimb@codesourcery.com>
449         * gdb.texinfo (Overview): Doc fix.
451 2007-05-22  Maciej W. Rozycki  <macro@mips.com>
453         * gdb.texinfo (Remote Configuration): Document "set/show
454         remoteflow".
456 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
458         * gdb.texinfo (MIPS): Remove documentation for set mips
459         saved-gpreg-size, show mips saved-gpreg-size, and set mips
460         stack-arg-size.
462 2007-05-14  Bob Wilson  <bob.wilson@acm.org>
463         
464         * all-cfg.texi (GDBTUI): New.
465         * gdb.texinfo (Mode Options): Use GDBTUI variable.
466         (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
467         (TUI Configuration): Edit to improve clarity and fix problems of
468         both style and content.
469         
470 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
472         * observer.texi (GDB Observers): New observer "new_objfile".
474 2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
476         * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
478 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
480         * gdb.texinfo (GDB/MI Variable Objects): Document
481         frozen variables objects.
482         
483 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
485         * gdb.texinfo (Memory): Reference Remote Debugging chapter.
486         (Character Sets, Caching Data of Remote Targets): Likewise.
487         (Targets): Delete Remote node.  Move its text...
488         (Debugging Remote Programs): ...to here.  Delete description
489         of the "remote" command.
490         (Remote configuration): Delete description of "set remotedevice"
491         and "show remotedevice".
492         (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
494 2007-04-11  Bob Wilson  <bob.wilson@acm.org>
496         * gdb.texinfo (Contributors, Continuing and Stepping)
497         (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
498         (General Query Packets, File-I/O Remote Protocol Extension)
499         (Protocol Basics, The F Reply Packet, Write)
500         (Protocol-specific Representation of Datatypes, Memory Transfer):
501         Fix hyphenation, punctuation and grammar problems.
502         (Cygwin Native): Likewise.  Also fix misuse of @pxref and use
503         'section' instead of 'subsection' in the text.
504         (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
505         (i386): Remove period from section name.
506         (Installing GDB, Requirements, Running Configure,  Separate Objdir)
507         (Config Names, Configure Options): Use @file{configure}.
509 2007-04-11  Daniel Jacobowitz  <dan@codesourcery.com>
511         * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
512         and tab expansion.
514 2007-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
516         * gdbint.texinfo (SOM): Correct location of the SOM reader.
518 2007-04-02  Bob Wilson  <bob.wilson@acm.org>
519         
520         * gdb.texinfo: Consistently capitalize all significant words in
521         node names, chapter titles, section titles, and headings.  Update
522         cross references to match.
523         (Starting and Stopping Trace Experiment): Make node name plural.
524         (Breakpoint related warnings): Hyphenate "Breakpoint-related".
525         
526 2007-03-30  Pedro Alves  <pedro_alves@portugalmail.pt>
528         * gdb.texinfo (WinCE): Delete obsolete subsection.
530 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
532         * gdb.texinfo (M68K): Remove obsolete ROM monitors.
533         * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
534         references.
536 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
538         * gdb.texinfo (Startup): Delete references to some alternate
539         names for .gdbinit.
540         (Thread): Remove LynxOS reference.
541         (Tandem ST2000): Delete target-specific documentation.
542         * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
543         (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
544         and GDB_OSABI_LYNXOS.
546 2007-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
548         * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
550 2007-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
552         * gdbint.texinfo (Target Conditionals): Remove mention of
553         DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
554         and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
556 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
558         * Makefile.in: Add "pdfdir" installation
559         directory, PDFTEX macro, support for "install-pdf" target,
560         and rules for making a pdf version of refcard.texi.
561         * refcard.tex: Specify paper size for PDF output.
563 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
564         
565         * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
566         
567 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
568         
569         * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
570         (Source Path, Character Sets, Macros, Define)
571         (GDB/MI Result Records, GDB/MI Simple Examples)
572         (GDB/MI Program Execution, GDB/MI File Commands)
573         (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
574         (Bug Reporting): Use @value{GCC}.
575         
576 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
577         
578         * gdb.texinfo (Help): Fix formatting of examples.
579         (Variables): Use @ifnotinfo instead of @iftex.
580         (Non-debug DLL symbols): Use @ref instead of @pxref.
581         (Sparclet File): Use @samp instead of quotes.
582         
583 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
585         * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
587 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
589         * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
590         the order of the nodes.
591         (C Operators, C Constants, Debugging C): Remove extra menus.
592         (Method Names in Commands): Do not specify next/prev/up nodes.
593         
594 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
596         * gdb.texinfo (File Options): Add missing parenthesis.
597         (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
599 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
601         * gdb.texinfo (Monitor commands for gdbserver): New subsection.
603 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
605         * src/gdb/doc/gdb.texinfo (Standard Target Features): Mention
606         case insensitivity.
607         (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
609 2007-02-18  Nick Roberts  <nickrob@snap.net.nz>
611         * gdb.texinfo (Top): Put Appendix A after numbered sections.
612         (Files): Add section name to argument list for pxref.
613         (Non-debug DLL symbols): Don't use `see' for pxref.
614         (Embedded Processors): Fix typo.
615         (GDB/MI Breakpoint Commands): Execution commands generate
616         *stopped not ^done.
618 2007-02-13  Nick Roberts  <nickrob@snap.net.nz>
620         * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
621         values for in_scope.  Mention that only root variables can be
622         updated.
623         (GDB/MI Development and Front Ends): Explain new values may be
624         added to existing fields.
626 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
628         * gdb.texinfo (-target-disconnect): Use @smallexample.
629         (Requirements): Add anchor for Expat.  Update description.
630         (Target Descriptions): Mention Expat.
631         (Target Description Format): Document new elements.  Use
632         @smallexample.
633         (Predefined Target Types, Standard Target Features): New sections.
634         * doc/gdbint.texinfo (Target Descriptions): New section.
636 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
638         * gdb.texinfo (Target Description Format): Add section on XInclude.
640 2006-02-03  Nick Roberts  <nickrob@snap.net.nz>
642         * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
643         command -enable-timings.
645 2007-02-02  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
647         * gdbint.texinfo (Operation System ABI Variant Handling): Update
648         descriptions for new/deleted elements in gdb_osabi.  Add missing
649         description for function generic_elf_osabi_sniff_abi_tag_sections.
651 2007-01-29  Joel Brobecker  <brobecker@adacore.com>
653         * gdb.texinfo (Maintenance Commands): Add documentation for
654         the new "maint print target-stack" command.
656 2007-01-26  Jan Kratochvil <jan.kratochvil@redhat.com>
657             Eli Zaretskii  <eliz@gnu.org>
659         * gdb.texinfo: Describe CHAR array vs. string identification rules.
661 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
663         * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
664         Use @value{NGCC} instead of @value{GCC}.
666 2007-01-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
668         * agentexpr.texi: Fix typos.
669         * annotate.texinfo: Likewise.
670         * gdb.texinfo: Likewise.
671         * gdbint.texinfo: Likewise.
672         * observer.texi: Likewise.
673         * stabs.texinfo: Likewise.
675 2007-01-20  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
677         * gdbint.texinfo (Support Libraries): Remove mmalloc
678         entry.  Describe readline library.
680 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
682         * gdb.texinfo (Target Descriptions): New section.
683         (General Query Packets): Add QPassSignals anchor.  Mention
684         qXfer:features:read under qSupported.  Expand mentions of
685         qXfer:memory-map:read and QPassSignals.  Document
686         qXfer:features:read.
688 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
690         * gdb.texinfo (Commands to specify files): Describe
691         "set sysroot" and "show sysroot".
692         (Using the `gdbserver' program): Lowercase argument
693         to @var.  Expand description of setting up GDB on the
694         host.
696 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
698         * gdb.texinfo (Set Catchpoints): Add documentation for the new
699         catch exception, catch exception unhandled, and catch assert
700         commands.
702 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
704         * gdb.texinfo (Debugging Output): Document "set debug xml"
705         and "show debug xml".
707 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
709         * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
711 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
713         * gdbint.texinfo (Start of New Year Procedure): Add missing item.
715 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
717         * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
718         note in @ignore, to be removed later if nobody complains.
720 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
722         * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
723         of -var-delete.
725 2006-11-22  Vladimir Prus  <vladimir@codesourcery.com>
726         
727         * gdb.texinfo (Setting breakpoints): Document
728         automatic software/hardware breakpoint usage and
729         the "set breakpoint auto-hw" command.
731 2006-11-21  Vladimir Prus  <vladimir@codesourcery.com>
733         * gdb.texinfo (Memory Access Checking): New.
735 2006-11-16  Daniel Jacobowitz  <dan@codesourcery.com>
737         * gdb.texinfo (Remote configuration): Mention
738         "pass-signals-packet".
739         (General Query Packets): Document QPassSignals.  Fix
740         a typo.
742 2006-11-14  Maxim Grigoriev  <maxim@tensilica.com>
744         * gdb.texinfo (Contributors): Add contributors of Xtensa port.
746 2006-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
748         * gdb.texinfo (Remote configuration): Rewrite documentation for
749         packet configuration commands.
750         (OS Information): Adjust reference to qXfer:auxv:read.
751         (General Query Packets): Remove references to read-aux-vector-packet
752         and set remote get-thread-local-storage-address.
754 2006-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
756         * gdbint.texinfo (Target Architecture Definition): Add new
757         Initializing a New Architecture section.
759 2006-10-31  David Taylor  <dtaylor@emc.com>
761         * stabs.texinfo (Macro define and undefine): New node describing
762         stabs for #define and #undef.
764 2006-10-27  Andreas Schwab  <schwab@suse.de>
766         * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
768 2006-10-21  Eli Zaretskii  <eliz@gnu.org>
770         * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
771         clarify on the possible meanings of ``expression'' watched by
772         watchpoints.  Add indexing.
773         (Prompting, Errors, Invalidation, Annotations for Running)
774         (Source Annotations): Fix index entries by adding "annotation" to
775         them, to discriminate from index entries that point to the more
776         general topic descriptions.
778 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
780         * gdbint.texinfo (Target Vector Definition): Move most
781         content into Existing Targets.  Add a menu.
782         (Existing Targets): New section, moved from Target Vector
783         Definition.  Use @subsection.
784         (Managing Execution State): New section.
786 2006-10-16  Bob Wilson  <bob.wilson@acm.org>
788         * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
790 2006-10-15  Eli Zaretskii  <eliz@gnu.org>
792         * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
793         (Command Syntax, Signals, Backtrace, Connecting)
794         (Remote configuration, Renesas Boards, Console I/O): Fix last
795         change: use Ctrl- instead of C-, except wrt Emacs.
796         (File-I/O Examples): Put Ctrl-c in @kbd.
797         (Cygwin Native, File-I/O Overview, The Ctrl-C message)
798         (Console I/O): Use @samp with Ctrl-.
799         (Signals, Set Breaks, Set Watchpoints): Document optional
800         arguments to `info signals'  `handle', `info breakpoints', and
801         `info watchpoints'.
803 2006-10-14  Eli Zaretskii  <eliz@gnu.org>
805         * gdb.texinfo (Backtrace): Fix last change.
807 2006-10-14  Nick Roberts  <nickrob@snap.net.nz>
809         * gdb.texinfo (Backtrace): Order correctly and add other cases.
811 2006-10-10  Bob Wilson  <bob.wilson@acm.org>
813         * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
814         (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
815         (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
817 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
818             Daniel Jacobowitz  <dan@codesourcery.com>
820         * gdb.texinfo (Packets): Document vFlashErase,
821         vFlashWrite and vFlashDone packets.
822         (General Query Packets): Document qXfer:memory-map:read.
823         Add a new feature for qXfer:memory-map:read.
824         (Memory map format): New section.
825         (Target Commands): Mention that gdb can write flash.
827 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
828             Daniel Jacobowitz  <dan@codesourcery.com>
830         * gdb.texinfo (Memory Region Attributes): Mention target-supplied
831         memory regions and "mem auto".
833 2006-09-21  Nathan Sidwell  <nathan@codesourcery.com>
835         * gdbint.texinfo (Array Containers): New section.
837 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
839         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
840         -stack-list-arguments HIGH_FRAME argument can be larger then the
841         actual number of frames.
843 2006-09-07  Vladimir Prus  <vladimir@codesourcery.com>
845         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
846         -stack-list-locals HIGH_FRAME argument can be larger then the
847         actual number of frames.
849 2006-09-02  Bob Wilson  <bob.wilson@acm.org>
851         * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
852         Register Packet Format, Tracepoint Packets): Fix spelling errors.
854 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
856         * gdbint.texinfo (Overall Structure): New section "Source Tree
857         Structure".
859 2006-08-17  Jim Blandy  <jimb@codesourcery.com>
861         * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
862         responses.
864 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
866         * gdb.texinfo (Source Path): Add documentation for new
867         substitute-path commands.
869 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
871         * gdb.texinfo (Installing GDB): Update menu.  Move text to...
872         (Running Configure): ...here.
873         (Requirements): New node.  Mention expat.
875 2006-08-08  Vladimir Prus  <vladimir@codesourcery.com>
877         * gdb.texinfo (Target Commands): Remove 
878         'set download-write-size' and 'show download-write-size'.
880 2006-08-01  Daniel Jacobowitz  <dan@codesourcery.com>
882         * stabs.texinfo (Member Type Descriptor): Correct example for
883         pointer to member types.
885 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
887         * gdb.texinfo (Optional warnings and messages): Add
888         'set/show trace-commands'.
889         (Command files): Add '-v' to source command.
891 2006-07-12  Daniel Jacobowitz  <dan@codesourcery.com>
893         * gdb.texinfo (OS Information): Update qPart reference to
894         qXfer.
895         (Remote configuration): Likewise.
896         (Overview): Move @cindex to the start of a paragraph.  Talk
897         about binary data encoding.
898         (Packets): Refer to the overview for the details of the X
899         packet encoding.
900         (General Query Packets): Remove qPart description.  Add qXfer
901         description.  Add an anchor to qSupported.  Correct feature
902         table title.  Add a new feature for qXfer:auxv:read.
903         (Interrupts): Add a missing parenthesis.
905 2006-07-05  Daniel Jacobowitz  <dan@codesourcery.com>
907         * doc/gdb.texinfo (KOD): Remove node.
908         (GDB/MI Kod Commands): Remove commented out node.
910 2006-07-01  Eli Zaretskii  <eliz@gnu.org>
912         * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
913         (GDB/MI Breakpoint Commands, GDB/MI Program Context)
914         (GDB/MI Thread Commands, GDB/MI Program Execution)
915         (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
916         (GDB/MI Data Manipulation, GDB/MI Symbol Query)
917         (GDB/MI File Commands, GDB/MI Target Manipulation)
918         (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
919         since the MI prompt is hard-wired into the code.
921 2006-07-01  Nick Roberts  <nickrob@snap.net.nz>
923         * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
924         (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
925         (GDB/MI Data Manipulation): Remove description of unimplemented
926         display related commands as variable objects perform this function
927         and are superior: -display-delete, -display-disable,
928         -display-enable, -display-insert and -display-list.  Move
929         -environment-cd, -environment-directory, -environment-path
930         and -environment-pwd to "Program Context".
931         (GDB/MI Program Control): Rename to "Program Execution".  Move
932         -exec-arguments -exec-abort to...
933         (GDB/MI Program Context): ...here.  New node split from "Data
934          Manipulation".
936 2006-06-21  Daniel Jacobowitz  <dan@codesourcery.com>
938         * gdb.texinfo (Remote configuration): Document set / show
939         remote supported-packets.
940         (General Query Packets): Document qSupported packet.
942 2006-06-10  Sandra Loosemore <sandra@codesourcery.com>
944         * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
945         and font markup.
946         (Protocol basics): Likewise.
947         (The F request packet): Likewise.
948         (The F reply packet): Likewise.
949         (Memory transfer): Move this node to be a subsubsection of
950         "Protocol specific representation of datatypes".
951         (The Ctrl-C message): More copy editing.
952         (Console I/O): Likewise.
953         (The isatty call): Delete this node, and merge its content into
954         the "isatty" node.  Fixed references elsewhere.
955         (The system call): Delete this node, and merge its content into
956         the "system" node.  Fixed references elsewhere.
957         (open): Reformat to use @table, and add appropriate font markup.
958         (close): Likewise.
959         (read): Likewise.
960         (write): Likewise.
961         (lseek): Likewise.
962         (rename): Likewise.
963         (unlink): Likewise.
964         (stat/fstat): Likewise.
965         (gettimeofday): Likewise.
966         (isatty): Likewise.
967         (system): Likewise, plus minor changes to fix confusing wording.
968         (Integral datatypes): Fix font markup.
969         (Pointer values): Likewise.
970         (struct stat): Fix markup to use @table, plus minor copy editing.
971         (struct timeval): Fix font markup, plus minor copy editing.
972         (Constants): Minor copy editing.
973         (Errno values): Add font markup.
974         (File-I/O Examples): Likewise.
976 2006-06-10  Nick Roberts  <nickrob@snap.net.nz>
978         * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
979         (GDB/MI Simple Examples): Move node up one level.  Use real
980         examples.
981         (GDB/MI Compatibility with CLI): Update.
982         (GDB/MI Result Records): Add "connected" and "exit" result
983         classes.
984         (GDB/MI Stream Records): Clarify target output.
985         (GDB/MI Command Description Format): Modify example description.
986         (GDB/MI Breakpoint Table Commands): Rename to...
987         (GDB/MI Breakpoint Commands): ...this
988         (GDB/MI Breakpoint Commands): Add optional thread field.
989         (GDB/MI Program Control): Add an introduction.  Move "Program
990         termination" examples into exec-run description.
991         (GDB/MI File Commands): Mention similar CLI commands.
992         (GDB/MI Miscellaneous Commands): Move to end.  Mention "show version"
993         is similar to "-gdb-version".
995 2006-06-09  Eli Zaretskii  <eliz@gnu.org>
997         * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
999 2006-06-02  Nick Roberts  <nickrob@snap.net.nz>
1001         * gdb.texinfo (GDB/MI Development and Front Ends): Use
1002         sourceware.org for mailing lists.
1003         (GDB/MI File Commands): New node split from Program Control.
1005 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
1007         * gdb.texinfo (GDB/MI Development and Front Ends): New node.
1009 2006-05-22  Eli Zaretskii  <eliz@gnu.org>
1011         * gdb.texinfo (Cygwin Native): Fix last change.
1013 2006-05-22  Christopher Faylor  <cgf@timesys.com>
1015         * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
1017 2006-05-15  Nick Roberts  <nickrob@snap.net.nz>
1019         * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
1020         (Releasing GDB, Testsuite): Remove details for including DejaGnu.
1022 2006-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
1024         * gdb.texinfo (General Query Packets): Recommend not starting
1025         new packets with qC and clarify.
1027 2006-05-13  Gaius Mulley  <gaius@glam.ac.uk>
1029         * gdb.texinfo (M2 Types): New section.
1031 2006-05-10  Daniel Jacobowitz  <dan@codesourcery.com>
1033         * agentexpr.texi: Add a copyright and license notice.
1034         * observer.texi: Likewise, with GPL clause for function prototypes.
1035         Remove trailing whitespace.
1037 2006-05-05  Jim Blandy  <jimb@codesourcery.com>
1039         * gdb.texinfo (General Query Packets): Document conventions for
1040         terminating packet names, and their violations.
1042 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
1044         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
1045         * gdb.texinfo: Likewise.
1047 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
1049         * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
1050         and "show remotedebug".
1051         (Debugging Output): Add additional index entries.
1053 2006-04-27  Michael Snyder  <msnyder@redhat.com>
1055         * gdb.texinfo (delete-fork): Command renamed to "delete fork".
1057 2006-04-22  Andrew Cagney  <cagney@redhat.com>
1059         * gdb.texinfo (Contributors): Credit frame unwinder contributors.
1060         * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
1062 2006-04-18  Daniel Jacobowitz  <dan@codesourcery.com>
1064         * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
1065         and remove breakpoint prototypes.
1066         (Watchpoints): Move description of target_insert_hw_breakpoint and
1067         target_remove_hw_breakpoint ...
1068         (Breakpoints): ... to here.  Document target_insert_breakpoint and
1069         target_remove_breakpoint.
1071 2006-04-17  Jim Blandy  <jimb@codesourcery.com>
1073         * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
1074         and C packets are optional.
1076 2006-04-14  Frederic Riss  <frederic.riss@st.com>
1078         * gdb.texinfo (Specifying source directories): Update the description
1079         of the source file search to reflect the fact that the source path
1080         always contains at least $cdir and $cwd.
1082 2006-03-31  Michael Snyder  <msnyder@redhat.com>
1084         * gdb.texinfo: Update copyright dates.
1086 2006-03-31  Eli Zaretskii  <eliz@gnu.org>
1088         * gdb.texinfo (Overview): Add an index entry to "empty response".
1090 2006-03-28  Jim Blandy  <jimb@codesourcery.com>
1092         * gdbint.texinfo (Prologue Analysis): New section.
1094 2006-03-07  Jim Blandy  <jimb@red-bean.com>
1096         * gdb.texinfo (Connecting): Document 'target remote pipe'.
1098         * gdb.texinfo (Target Commands): Update text describing how to
1099         specify a target.  Refer to the detailed section on remote
1100         debugging, not the brief mention.
1102         * gdb.texinfo (Connecting): Organize the different 'target remote'
1103         connection methods into a table.  Add a 'target remote' index
1104         entry. (!!!)
1106 2006-02-17  Fred Fish  <fnf@specifix.com>
1108         * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
1109         'ptype' commands to reflect the fact that the only significant
1110         difference between them is that ptype prints the complete type
1111         description instead of just the name.
1113 2006-02-13  Wu Zhou  <woodzltc@cn.ibm.com>
1115         * gdbint.texinfo (Watchpoints): Delete
1116         TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
1118 2006-02-10  Nick Roberts  <nickrob@snap.net.nz>
1120         * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
1121         times fields where needed.  Fix typos.  Update general form given
1122         for output of -break-insert.
1123         (GDB/MI): Abbreviate some unnecessarily long fullnames.
1125 2006-02-06  Daniel Jacobowitz  <dan@codesourcery.com>
1127         * gdbint.texinfo (Symbol Handling): Add a section
1128         on memory management.
1130 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
1132         * gdb.texinfo (Breakpoint table commands): Document the fullname
1133         field in -break-list output.
1135 2006-02-03  Eli Zaretskii  <eliz@gnu.org>
1137         * gdb.texinfo (Cygwin Native): Fix typos.  Clarify the types of
1138         debugging information produced by the various "set debug..."
1139         options.
1141 2006-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
1143         * gdb.texinfo (Files): Remove obsolete bits from the description
1144         of "symbol-file".
1146 2006-01-25  Jim Blandy  <jimb@redhat.com>
1148         * gdbint.texinfo (Testsuite): Explain how to run selected tests.
1150 2006-01-24  Jim Blandy  <jimb@redhat.com>
1152         * gdbint.texinfo (Frames): Document the basics of GDB's register
1153         unwinding model, and explain the existence of the "sentinel" frame.
1155 2006-01-23  Andrew Stubbs  <andrew.stubbs@st.com>
1157         * gdb.texinfo (Choosing files): Mention that -directory is used
1158         for script files.
1159         (Specifying source directories): Likewise.
1160         (Command files): Explain how script files are found.
1162 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
1164         * gdb.texinfo (Backtrace): Describe how to get backtrace of all
1165         the threads in a multi-threaded program.
1166         (Threads): The threadno argument of "thread apply" can be a range
1167         of numbers.
1169 2006-01-18  Jim Blandy  <jimb@redhat.com>
1171         * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
1172         of warning flags.
1174 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
1176         * gdb.texinfo (Sequences): Improve menu annotations.
1177         (Define): Add index entries for arguments of user-defined
1178         commands.  Move the description of flow-control commands...
1179         (Command Files): ...to here.  Document loop_break and
1180         loop_continue.
1181         (Define, Command Files): Document `end' and add index entries for
1182         it.
1184 2006-01-04  Michael Snyder  <msnyder@redhat.com>
1186         * gdb.texinfo: Add documentation for linux-fork.
1187         * gdbint.texinfo: Add internal documentation for checkpoints. 
1189 2006-01-02  Paul N. Hilfinger  <hilfinger@gnat.com>
1191         * gdb.texinfo (Omissions from Ada): Document that there is now
1192         limited aggregate support.
1194 2005-12-28  Eli Zaretskii  <eliz@gnu.org>
1196         * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
1197         registers and the likes.
1199 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
1201         * gdb.texinfo (Target Commands, Bug Reporting, File Options)
1202         (Symbols): Fix usage of "e.g.".
1203         (Memory Region Attributes): Fix usage of "etc."
1205         * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
1206         (Coding): Fix usage of "e.g.".
1208 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
1210         * stabs.texinfo: 
1211         * refcard.tex: 
1212         * gpl.texi:
1213         * gdbint.texinfo: 
1214         * gdb.texinfo: 
1215         * gdb-cfg.texi: 
1216         * fdl.texi:
1217         * annotate.texinfo: 
1218         * all-cfg.texi: 
1219         * Makefile.in: Add (C) after Copyright.  Update the FSF
1220         address.
1222 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
1224         * gdb.texinfo (Connecting): Explain that `monitor' is a way to
1225         extend GDB with commands for external monitor.
1227 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
1229         * gdb.texinfo (Convenience variables): Add init-if-undefined command.
1231 2005-11-25  Joel Brobecker  <brobecker@adacore.com>
1233         * gdbint.texinfo (Start of New Year Procedure): New chapter.
1235 2005-11-21  Jim Blandy  <jimb@redhat.com>
1237         * gdb.texinfo (Tracepoint Packets): Document restrictions on
1238         placement of 'R' actions in tracepoint action packets; document
1239         dependence of 'X' and 'M' actions on a preceding 'R' action for
1240         their registers.
1242 2005-11-19  Jim Blandy  <jimb@redhat.com>
1244         * gdb.texinfo (Tracepoint Packets): New node.
1245         (General Query Packets): Add entries for the tracepoint packets,
1246         referring to the "Tracepoint Packets" node.
1247         (Tracepoints): Add reference to "Tracepoint Packets".
1248         
1249 2005-11-18  Kevin Buettner  <kevinb@redhat.com>
1251         * gdb.texinfo (set remotebreak): Add anchor.
1252         (X packet): Likewise.
1253         (Remote Protocol): Add new section `Interrupts' and new index
1254         entry `interrupts (remote protocol)'.
1256 2005-11-18  Jim Blandy  <jimb@redhat.com>
1258         * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
1259         entries into the General Query Packets section.  Add a
1260         cross-reference to that section.  Drop description of replies, as
1261         these are covered in the descriptions of each packet.
1262         (General Query Packets): Add introductory text.  Explain naming
1263         conventions, and how the end of a name is recognized.
1265 2005-11-17  Kevin Buettner  <kevinb@redhat.com>
1267         * gdb.texinfo (Remote configuration): Fix typo in description of
1268         "set remotebreak" command.
1270 2005-11-16  Jim Blandy  <jimb@redhat.com>
1272         * gdb.texinfo (Packets, Stop Reply Packets)
1273         (General Query Packets): Various formatting cleanups.
1274         - Use @samp for packet contents.
1275         - Drop summaries from packet @item lines; the same information appears
1276           immediately below in the description.
1277         - Delete paragraph breaks after packet @item commands, so that the
1278           description appears directly to the right of the packet prototype
1279           in the printed manual, if it fits.
1280         - Place spaces in packet prototypes between @vars and non-@var
1281           letters, and explain that they're just for formatting.
1282         - Use @dots{} instead of '...'.
1283         - Fix uses of @code where @var was needed.
1284         - Replace "deprecated" markers with English text spelling out the
1285           packet's status and the preferred alternatives.
1286         - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
1287           what this ever meant.
1288         - Remove "(draft)" markers on 'i' packets; nobody has commented on
1289           this for a long time.
1290         - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
1291           implemented several times, and have been in use for years.
1293 2005-11-15  Jim Blandy  <jimb@redhat.com>
1295         * gdb.texinfo (Packets): Add index entries for 'm' packet
1296         disclaimers.
1297         
1298         * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
1299         of stub when processing an 'm' packet.
1301         * gdb.texinfo (Packets): Mention that packets beginning with
1302         letters are reserved once, at the top, instead of actually listing
1303         them all and saying "reserved".
1305 2005-11-15  Andrew Stubbs  <andrew.stubbs@st.com>
1307         * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
1308         Change @var{$arg0 to @code{$arg0.
1310 2005-11-14  Wu Zhou  <woodzltc@cn.ibm.com>
1312         * gdb.texinfo (Fortran): Add some words about Fortran debugging.
1314 2005-11-12  Jim Blandy  <jimb@redhat.com>
1316         * gdb.texinfo (General Query Packets): Put packets in alphabetical
1317         order.  Remove extraneous 'z'.
1319 2005-11-07  Andrew Stubbs  <andrew.stubbs@st.com>
1321         * gdb.texinfo (Choosing files): Add --eval-command.
1323 2005-11-04  Andrew Stubbs  <andrew.stubbs@st.com>
1325         * gdb.texinfo (Choosing modes): Add --return-child-result.
1328 2005-11-01  Andrew Stubbs  <andrew.stubbs@st.com>
1330         * gdb.texinfo (Choosing modes): Add --batch-silent.
1332 2005-10-28  Eli Zaretskii  <eliz@gnu.org>
1334         * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
1335         "The -var-update Command".
1337 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
1339         * gdb.texinfo (Print Settings): Add documentation for set/show
1340         print array-indexes.
1342 2005-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
1344         * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
1345         6.2 and 6.3.
1347 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
1349         * gdb.texinfo (File Options): Don't document --mapped, it's gone
1350         since 19-Jan-2004.
1351         (Files): Likewise.
1352         (Variables, Symbols): Document the "<incomplete type>" message and
1353         its reasons.
1355 2005-08-01  Fred Fish  <fnf@specifix.com>
1357         * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
1359 2005-07-15  Nick Roberts  <nickrob@snap.net.nz>
1361         * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
1362         option for -var-list-children and -var-update.
1363         (GDB/MI Stack Manipulation): Simplify description of
1364         print-values option for -stack-list-locals.
1365         (GDB/MI Command Description Format): Clarify.
1366         (Mode Options): Spelling of superseded.
1368 2005-07-12  Bob Rossi  <bob@brasko.net>
1370         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
1371         corresponding GDB command comment.
1373 2005-07-06  Bob Rossi  <bob@brasko.net>
1375         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
1376         and -inferior-tty-show.
1377         (Input/Output): Document "set/show inferior-tty" and tty alias.
1379 2005-07-02  Nathan J. Williams  <nathanw@wasabisystems.com>
1381         * gdb.texinfo (Packets): Change description of 'D' packet to note
1382         that GDB does wait for a response.
1384 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
1386         * gdb.texinfo (History) Rename "Command History".
1387         (Command History): Move node "Server Prefix" from section on
1388         Annotations here.
1390 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
1392         * gdb.texinfo (GDB/MI Stack Manipulation):
1393         Re-instate -stack-info-frame with example.  Say that it gets
1394         info on selected frame, not current frame.
1396 2005-06-18  Eli Zaretskii  <eliz@gnu.org>
1398         * gdb.texinfo (Server): Clarify that `file' should be used before
1399         connecting to the server.
1400         (Files): Add an xref to the above description.
1401         (Output Formats): More detailed description of the `c' format.
1402         (Memory): List explicitly all the formats supported by `x'.
1403         (Threads): Add an @cindex entry for "thread apply".
1404         (Files): Document the possibility of loading unlinked object
1405         files.  Add more indexing for solib-absolute-prefix and
1406         --with-sysroot.
1407         (Machine Code): Document possible problems with locations in
1408         shared libraries.
1409         (Backtrace): Document that free-standing environments do not need
1410         to have a `main' function.
1412 2005-06-18  Nick Roberts  <nickrob@snap.net.nz>
1414         * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
1415         -stack-info-frame.
1417 2005-06-07  Andrew Cagney  <cagney@gnu.org>
1419         * gdb.texinfo (Contributors): Note the original multi-arch
1420         contributors.
1422 2005-06-03  Eli Zaretskii  <eliz@gnu.org>
1424         * gdb.texinfo (Registers): Add index entries for the standard
1425         registers.
1426         (Frames): Add cross-reference from frame pointer description to
1427         the Registers node.
1428         (Annotations Overview): Fix the reference to GDB name.
1430 2005-06-01  Eli Zaretskii  <eliz@gnu.org>
1432         * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
1433         can-use-hw-watchpoints.
1435 2005-05-28  Bob Rossi  <bob@brasko.net>
1437         * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
1438         the possible reasons why an exec async record would be returned to FE.
1440 2005-05-26  Andrew Cagney  <cagney@gnu.org>
1442         * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
1443         Andrew Cagney implemented the original GDB/MI.
1445 2005-05-23  Orjan Friberg  <orjanf@axis.com>
1447         * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
1448         documentation.  Add documentation for cris-mode.
1450 2005-05-20  Eli Zaretskii  <eliz@gnu.org>
1452         * gdb.texinfo (Numbers): Explain the example and make the wording
1453         more acurate.
1455 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
1456             Dennis Brueni  <dennis@slickedit.com>
1458         * gdb.texinfo (GDB/MI Breakpoint Table Commands)
1459         (GDB/MI Data Manipulation, GDB/MI Program Control)
1460         (GDB/MI Stack Manipulation): Update examples to include the fullname
1461         attribute in stack frames.
1463 2005-05-12  Eli Zaretskii  <eliz@gnu.org>
1465         * gdb.texinfo (Startup): Fix last change.  Treat gdb.ini like we
1466         do with other non-standard names of init files.
1468 2005-05-11  Eli Zaretskii  <eliz@gnu.org>
1470         * gdb.texinfo (Command Files): Move the description of the startup
1471         from here...
1472         (Startup): ...to this new subsection of the Invocation chapter.
1473         Rearrange the description of init files more logically and add a
1474         cross-reference to "Command Files".  Document the special gdbinit
1475         name for CISCO 68k.  Expand the description of what GDB does
1476         during startup.
1477         (History): Add index entry for HISTSIZE.
1479 2005-05-02  Mark Kettenis  <kettenis@gnu.org>
1481         * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
1483 2005-05-02  Eli Zaretskii  <eliz@gnu.org>
1485         * gdb.texinfo (SVR4 Process Information, The isatty call)
1486         (The system call): Don't use foo(N) notation for man pages and
1487         functions.
1488         (Compilation, DJGPP Native): Improve wording.
1490 2005-04-27  Eli Zaretskii  <eliz@gnu.org>
1492         * gdb.texinfo (Backtrace): Describe backtraces with arguments that
1493         were optimized away.
1495 2005-04-22  Eli Zaretskii  <eliz@gnu.org>
1497         * gdb.texinfo (Remote configuration): Document "set/show
1498         get-thread-local-storage-address".  Add cross-reference to the
1499         description of the qGetTLSAddr packet.
1500         (General Query Packets): Mention "set remote
1501         get-thread-local-storage-address" and add a reference to its
1502         description.
1504 2005-04-19  Nick Roberts  <nickrob@snap.net.nz>
1506         * gdb.texinfo (Backtrace): Describe 'bt full'.
1508 2005-04-17  Nick Roberts  <nickrob@snap.net.nz>
1510         * gdb.texinfo (Mode Options): Fix typo.
1511         (GDB/MI): Describe how to invoke GDB/MI.
1513 2005-04-16  Eli Zaretskii  <eliz@gnu.org>
1515         * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
1516         references changed.  Add description of "info udot".
1517         (Files): Document "set/show stop-on-solib-events".
1518         (M32R/D): Document "set/show download-path", "set/show
1519         board-address", "set/show server-address", "upload", "tload".
1520         Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
1521         "use_mon_code", "use_ib_break", "use_dbt_break".
1522         (Maintenance Commands): Improve indexing.
1523         (Target Commands): Document "set/show hash", "set/show debug
1524         monitor".
1525         (SVR4 Process Information): Document "info pidlist" and "info
1526         meminfo".  Document "set/show procfs-tarce" and "set/show
1527         procfs-file".  Document "proc-trace-*" and "proc-untrace-*".
1528         (Symbols, The Print Command with Objective-C): Improve indexing.
1529         (Objective-C): Add references to "info classes" and "info
1530         selectors".
1531         (Debugging Output): Improve wording.  Document "set/show debug
1532         solib-frv".  Fix "set/show debugvarobj".
1533         (Set Breaks): Add index entry for "hardware breakpoints".
1534         (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
1535         and "set/show usehardbreakpoints".
1536         (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
1537         monitor-prompt", "set/show monitor-warnings", "pmon".
1538         (ARM): Document "rdilogfile", "rdilogenable", "set/show
1539         rdiromatzero", "set/show rdiheartbeat".
1540         (PowerPC): Document SDS-specific commands "set/show sdstimeout",
1541         "sds".
1542         (Embedded Processors): Document the "sim" command.
1543         (Remote): Document the "remote" command.
1544         (DJGPP Native): Document the "info serial" command.
1545         (Threads): Document "maint info sol-threads".
1546         (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
1547         (Set Breaks): Improve indexing.
1548         (Command Syntax): Add a reference to dont-repeat.
1549         (Define): Document "dont-repeat".
1550         (TUI Commands): Document "tabset".
1551         (WinCE): New subsection.  Document "set/show remotedirectory",
1552         "set/show remoteupload", "set/show remoteaddhost".
1554 2005-04-15  Eli Zaretskii  <eliz@gnu.org>
1556         * gdb.texinfo (Hurd Native): New subsection, documents
1557         Hurd-specific commands.
1558         (Maintenance Commands): Add cross-reference to "Debugging Output".
1559         (Debugging Output): Document "set/show debug lin-lwp".
1560         (MIPS): Improve documentation of heuristic-fence-post.  Document
1561         "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
1562         mips stack-arg-size", "set/show mips mask-address", "set/show mips
1563         remote-mips64-transfers-32bit-regs", "set/show debug mips".
1564         (ARM): Document ARM-specific commands.
1565         (AVR): New section.  Document "info io_registers".
1566         (CRIS): New section.  Document "set/show cris-version" and
1567         "set/show cris-dwarf2-cfi".
1568         (HPPA): New section.  Document "set/show debug hppa" and "maint
1569         print unwind".
1570         (Neutrino): New subsection.  Document "set/show debug nto-debug".
1571         (Super-H): New section.  Document the "regs" command.
1572         (Debugging Output): Document "set/show debug aix-thread".
1574 2005-04-09  Eli Zaretskii  <eliz@gnu.org>
1576         * gdb.texinfo (Print Settings): Document "set/show print
1577         pascal_static-members", "set print repeats", "show print
1578         null-stop".  Improve indexing.  Fix documentation of "set print
1579         union".
1580         (Pascal): New section.
1581         (Supported languages): Rename from "Support"; all references
1582         updated.  Add a menu item for Pascal.
1583         (Numbers): Document "set radix.
1584         (Screen Size): Document "set/show pagination".
1585         (MIPS Embedded): Remove "set processor" documentation.
1586         (Remote configuration): Document "set/show X/P/Z-packet",
1587         "set/show read-aux-vector-packet", "set/show remote
1588         symbol-lookup-packet", "set/show remote verbose-resume-packet",
1589         "set/show remoteaddresssize", "set/show remotebaud", "set/show
1590         remotedebug", "set/show remotebreak", "set/show remotedevice",
1591         "set/show remotelogfile".
1592         (Auxiliary Vector): Add reference to the description of the
1593         read-aux-vector-packet setting.
1594         (Set Watchpoints): Add a cross-reference to "set remote
1595         hardware-breakpoint-limit".
1596         (General Query Packets): Add indexing of requests and
1597         cross-references to related commands in "Remote configuration".
1598         (File-I/O Overview, The system call): Fix wording and typos.
1599         (Thread Stops): Add index entries.
1600         (Continuing and Stepping): Document "show step-mode".
1601         (i386): New node.  Document "set/show struct-convention".
1602         (Files): Document "show trust-readonly-sections".
1603         (Calling): Document "set/show unwindonsignal".
1604         (Messages/Warnings): Add index entries.
1605         (Maintenance Commands): Document "set/show watchdog".
1606         (Annotations Overview): Document "show annotate".
1607         (Set Watchpoints): Add index entries.
1608         (Symbols): Fix doc of case-sensitive.
1609         (ABI): Document "show coerce-float-to-double".
1610         (Convenience Vars, Help): Improve indexing.
1611         (Machine Code): Document "show disassembly-flavor".
1612         (Debugging C plus plus): Document "show overload-resolution".
1613         (Value History, Signaling): Add index entries.
1615 2005-04-08  Eli Zaretskii  <eliz@gnu.org>
1617         * gdb.texinfo (Show): Move @kindex entries to their proper places.
1618         (Processes): Fix wording.
1619         (History, List, Logging output, Define, Symbols, Print Settings):
1620         Improve indexing.
1622 2005-04-03  Eli Zaretskii  <eliz@gnu.org>
1624         * gdb.texinfo (Targets): Document "set/show architecture".  Remove
1625         redundant index entry for "target" command.
1626         (Backtrace): Add index entries.
1627         (Symbols, Fortran): Document the "set case-sensitive" command.
1628         (DJGPP Native): Document "set com1base", "set com1irq", etc.
1629         (Print Settings): Add index entry for "set demangle-style".
1630         (Target Commands): Document "set download-write-size".
1631         (Debugging Output): Document "set exec-done-display".
1633 2005-04-02  Eli Zaretskii  <eliz@gnu.org>
1635         * gdb.texinfo (Files): Fix the name and documentation of
1636         add-shared-symbol-files.  Document its alias assf.  Update the
1637         list of OSs where GDB supports shared libraries.  Fix markup.
1638         (Continuing and Stepping): Add reference to @var{location} in the
1639         text.
1640         (Dump/Restore Files): Fix reference to @{filename}.
1641         (Help): Fix wording.
1642         (Attach): Ditto.
1643         (Set Watchpoints): Ditto.
1644         (Backtrace): Remove redundant index entries.  Improve index
1645         entries.
1646         (Delete Breaks): Fix wording.
1647         (Memory): Document the compare-sections command.
1648         (Memory Region Attributes): Improve wording.
1649         (Disabling): Improve wording.
1650         (Fortran): New subsection.  Document the "info common" command.
1651         (Help): Document aliases "info copying" and "info warranty".
1652         (Caching Remote Data): New section.  Document the "set/show
1653         remotecache" and "info dcache" commands.
1654         (Show): Fix wording of the documentation of the "set
1655         extension-language" command.
1656         (Signals): Add index entry for "info handle".
1657         (Memory Region Attributes): Fix punctuation.
1658         (Symbols): Change the arg name to "location" and refer to it in
1659         the text.  Fix wording of "info types" doc.
1660         (Threads): Fix usage of @enumerate @item's.
1661         (Listing Tracepoints): Add index entry for "info tp".
1662         (Set Watchpoints): Add xref to "info break" description.
1663         (Macros): Add an index entry for "macro exp1".  Document the
1664         "macro list" command.
1665         (Maintenance Commands): Document "flushregs", "maint agent",
1666         "maint check-symtabs", "maint cplus", "maint demangle", "maint
1667         deprecate", "maint undeprecate", "maint dump-me", "maint packet",
1668         "maint print architecture", "maint print objfiles", "maint print
1669         statistics", "maint print type", "maint show-debug-regs", "maint
1670         space", "maint time", and "maint translate-address".
1671         (Connecting): Document the "monitor" command.
1672         (Annotations Overview): Describe the "set annotate" command.
1674 2005-04-01  Eli Zaretskii  <eliz@gnu.org>
1676         * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
1677         Rearrange index entries and improve wording about support for
1678         hardware watchpoints.
1680 2005-03-10  Bob Rossi  <bob@brasko.net>
1682         * gdb.texinfo: Update copyright
1684 2005-02-09  Theodore A. Roth  <troth@openavr.org>
1686         * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
1687         error.
1689 2005-02-03  Kevin Buettner  <kevinb@redhat.com>
1691         * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
1693 2005-01-17  Michael Snyder  <msnyder@redhat.com>
1695         * gdb.texinfo: Fix spelling, infinte  ->  infinite.
1697 2005-01-08  Mark Kettenis  <kettenis@gnu.org>
1699         * observer.texi (GDB Observers): Document "solib_loaded".
1701 2005-01-07  Andrew Cagney  <cagney@gnu.org>
1703         * configure.ac: Rename configure.in, require autoconf 2.59.
1704         * configure: Re-generate.
1706         * configure.in: Replace configdirs with multiple references to
1707         AC_CONFIG_SUBDIRS.
1708         * configure: Re-generate.
1709         
1710 2005-01-04  Andrew Cagney  <cagney@gnu.org>
1712         * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
1713         part of the version number.
1715 2004-12-24  Mark Kettenis  <kettenis@gnu.org>
1717         * gdbint.texinfo (Algorithms): Remove description of
1718         TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
1720 2004-12-07  Jim Blandy  <jimb@redhat.com>
1722         * gdb.texinfo (General Query Packets): Specify that thread ID's in
1723         the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
1724         numbers.
1726 2004-12-07  Andreas Schwab  <schwab@suse.de>
1728         * gdb.texinfo (Mode Options): Document -l option.
1730 2004-12-04  Eli Zaretskii  <eliz@gnu.org>
1732         * gdbint.texinfo (Algorithms): More accurate description of
1733         STOPPED_BY_WATCHPOINT.  Point out that target_stopped_data_address
1734         is not needed unless data-read and data-access watchpoints are
1735         supported.  Add a description of how GDB checks whether the
1736         inferior stopped because a watchpoint was hit.
1738 2004-11-23  Eli Zaretskii  <eliz@gnu.org>
1740         * gdb.texinfo (Files): Add cross-reference to description of
1741         -readnow command-line switch.
1743 2004-11-10  Randolph Chung  <tausq@debian.org>
1745         * gdb.texinfo: Document set/show backtrace past-entry commands.
1746         Rearrange index entries for set/show backtrace past-main.
1748 2004-11-10  Jon Beniston <jon@beniston.com>
1750         Committed by Andrew Cagney  <cagney@gnu.org>.
1751         * gdb.texinfo (Remote Serial Protocol): Further describe 
1752         binary transfer escaping mechanism .
1754 2004-11-08  Randolph Chung  <tausq@debian.org>
1756         * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
1757         and "show debug infrun".  Add index entries.
1759 2004-10-23  Eli Zaretskii  <eliz@gnu.org>
1761         * gdb.texinfo (SVR4 Process Information): Document subcommands of
1762         "info proc" that are already implemented.  Add index entries.
1763         (Working Directory): Add a cross-reference to "info proc" command.
1764         (Files): Add a tip for decreasing memory used for symtabs from
1765         shared libraries.
1766         (Starting): Fix whitespace; make "elaboration" stand out where it
1767         is first used, and add an index entry for the term.
1768         (Calling): Expand and elaborate text.  Add "print".  Add the
1769         description of problems with weak aliases.
1770         (Core File Generation): New section.
1772 2004-10-12  Andrew Cagney  <cagney@gnu.org>
1774         * gdbint.texinfo (Versions and Branches): New chapter.
1775         (Releasing GDB): Delete "Versions and Branches" section.
1776         (Top): Add "Versions and Branches".
1778 2004-10-08  Eli Zaretskii  <eliz@gnu.org>
1780         * gdb.texinfo (Editing, History): Add cross-references to the
1781         included Readline and History user documentation.  Remove
1782         references to the symbol have-readline-appendices which is unused
1783         and undefined.
1784         (History): Fix indexing.
1786 2004-10-08  Jeff Johnston  <jjohnstn@redhat.com>
1788         * gdbint.texinfo (target_stopped_data_address): Update to
1789         new prototype.
1790         (i386_stopped_data_address): Update prototype and description.
1791         (i386_stopped_by_watchpoint): New function and description.
1793 2004-10-03  Paul N. Hilfinger  <hilfinger@gnat.com>
1795         * gdb.texinfo (Filenames): Add Ada suffixes.
1796         (Ada) New section.
1798 2004-09-27  Andrew Cagney  <cagney@gnu.org>
1799             Robert Picco  <Robert.Picco@hp.com>
1801         * gdb.texinfo (Packets): Document the "p" packet.
1803 2004-09-21  Jason Molenda  (jmolenda@apple.com)
1805         * gdb.texinfo (Paths and Names of the Source Files): Document the
1806         meaning of values in the 'desc' field of a SO stab.
1808 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
1810         * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
1811         max-cache-age" and "maint show dwarf2 max-cache-age".
1813 2004-09-16  Eli Zaretskii  <eliz@gnu.org>
1815         * gdb.texinfo (Set Breaks): Add index entry for setting
1816         breakpoints on overloaded C++ functions that are not members of
1817         any classes.  Add an example and an index entry for setting
1818         breakpoints on all program functions.
1819         (Character Sets, Macros, Overlay Commands)
1820         (Non-debug DLL symbols, GDB/MI Output Syntax)
1821         (Annotations Overview, Maintenance Commands, File-I/O Overview):
1822         Use "(@value{GDBP})" instead of a literal "(gdb)".
1824 2004-09-12  Andrew Cagney  <cagney@gnu.org>
1826         * gdbint.texinfo (Native Debugging): Delete description of
1827         FILES_INFO_HOOK.
1829 2004-09-11  Paul Hilfinger  <hilfinger@gnat.com>
1831         * gdbint.texinfo (User Interface): Change local_hex_string_custom 
1832         to hex_string_custom (not historically correct, but more 
1833         understandable, given the current code).
1835 2004-09-03  Andrew Cagney  <cagney@gnu.org>
1837         * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
1839 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
1841         * observer.texi (solib_unloaded): New observer.
1843 2004-08-24  Andrew Cagney  <cagney@gnu.org>
1845         * gdbint.texinfo (Target Architecture Definition): Add missing
1846         comma.
1848 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
1850         * (Using the Testsuite): build != host is supported,
1851         but some test scripts do not support build != host.
1853 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
1855         * gdbint.texinfo (Host Definition): Delete description of
1856         FCLOSE_PROVIDED and GETENV_PROVIDED.
1858 2004-08-05  Mark Kettenis  <kettenis@chello.nl>
1860         * gdbint.texinfo (Host Definition): Delete description of
1861         NO_SYS_FILE.
1862         (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
1863         PTRACE_FP_BUG.
1865 2004-08-05  Andrew Cagney  <cagney@gnu.org>
1867         * gdbint.texinfo (Target Architecture Definition): Delete
1868         reference to deprecated_read_fp.
1870 2004-08-02  Andrew Cagney  <cagney@gnu.org>
1872         * gdbint.texinfo (Target Architecture Definition): Delete
1873         description of DEPRECATED_REGISTER_BYTES.
1875 2004-07-30  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
1877         * gdb.texinfo (Source Path): Document the new behavior of
1878         searching for the source files.
1880 2004-07-17  Eli Zaretskii  <eliz@gnu.org>
1882         * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
1883         (Search, Expressions, Arrays, Variables, Data, Machine Code)
1884         (Auto Display): Improve indexing.
1886 2004-07-16  Andrew Cagney  <cagney@gnu.org>
1888         * gdb.texinfo (Mode Options): Delete documentation on "-async" and
1889         "-noasync".
1891 2004-07-09  Eli Zaretskii  <eliz@gnu.org>
1893         * gdb.texinfo: Fix @kindex entries so that multiple commands that
1894         have the same prefix have only their prefix in the index.
1896 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
1898         * gdb.texinfo (BSD libkvm Interface): New node (section)
1899         (Native): Add it to the menu.
1901 2004-07-01  Mark Kettenis  <kettenis@gnu.org>
1903         * gdbint.texinfo (Target Architecture Definition): Remove
1904         PCC_SOL_BROKEN.
1906 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
1908         * gdbint.texinfo (Target Architecture Definition): Remove
1909         SUN_FIXED_LBRAC_BUG.
1911 2004-06-26  Andrew Cagney  <cagney@gnu.org>
1913         * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
1915 2004-06-20  Andrew Cagney  <cagney@gnu.org>
1917         * gdbint.texinfo (Target Architecture Definition): Deprecate
1918         USE_STRUCT_CONVENTION.
1920 2004-06-19  Michael Chastain  <mec.gnu@mindspring.com>
1922         gdb.texinfo (Bug Reporting): Mention session recording,
1923         with the script command or Emacs.
1925 2004-06-18  Andrew Cagney  <cagney@gnu.org>
1927         * gdbint.texinfo (Target Architecture Definition): Deprecate
1928         FUNCTION_START_OFFSET.
1930 2004-06-14  Andrew Cagney  <cagney@gnu.org>
1932         Based on changes from Karl Berry.
1933         * gdb.texinfo: Do not use @sc in a direntry.
1934         * stabs.texinfo: Change @dircateogry to "Software development".
1935         * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
1937 2004-06-13  Andrew Cagney  <cagney@gnu.org>
1939         * gdbint.texinfo (Target Architecture Definition): Delete
1940         description of RETURN_VALUE_ON_STACK.
1942 2004-06-09  Andrew Cagney  <cagney@gnu.org>
1944         * gdbint.texinfo (Native Debugging): Restore "@table @code"
1945         deleted by previous patch.
1947 2004-06-08  Andrew Cagney  <cagney@gnu.org>
1949         * gdbint.texinfo (Native Debugging): Delete documentation on
1950         ATTACH_DETACH.
1952 2004-06-06  Randolph Chung  <tausq@debian.org>
1954         * gdb.texinfo (push_dummy_call): Use @code{struct value}.
1956 2004-06-06  Randolph Chung  <tausq@debian.org>
1958         * gdb.texinfo (push_dummy_call): Update argument list to match 
1959         the new push_dummy_call method signature.  Describe the function
1960         argument.
1962 2004-05-24  Joel Brobecker  <brobecker@gnat.com>
1964         * gdb.texinfo (Starting): Document new start command.
1966 2004-05-21  Andrew Cagney  <cagney@redhat.com>
1968         * observer.texi (GDB Observers): Document "inferior_created".
1970 2004-05-08  Andrew Cagney  <cagney@redhat.com>
1972         * gdbint.texinfo (Target Architecture Definition): Delete
1973         description of DO_DEFERRED_STORES.
1975         * gdbint.texinfo (Target Architecture Definition): Delete
1976         references to DEPRECATED_FIX_CALL_DUMMY.
1978         * gdbint.texinfo (Target Architecture Definition): Delete
1979         description of DEPRECATED_CALL_DUMMY_WORDS,
1980         DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
1982         * gdbint.texinfo (Target Architecture Definition): Delete
1983         description of DEPRECATED_PUSH_DUMMY_FRAME.
1985         * gdbint.texinfo (Target Architecture Definition): Delete
1986         reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
1988 2004-05-07  Andrew Cagney  <cagney@redhat.com>
1990         * observer.texi (GDB Observers): Add "Debugging" section.  Include
1991         cross reference to "set/show debug observer".
1992         * gdb.texinfo (Debugging Output): Document "set/show debug
1993         observer".
1995 2004-05-01  Andrew Cagney  <cagney@redhat.com>
1997         * gdbint.texinfo (Target Architecture Definition): Delete
1998         description of DEPRECATED_PC_IN_SIGTRAMP.
2000 2004-04-30  Andrew Cagney  <cagney@redhat.com>
2002         * gdbint.texinfo (Target Architecture Definition): Delete
2003         documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
2005 2004-04-30  Orjan Friberg  <orjanf@axis.com>
2007         * observer.texi (GDB Observers): Correct spelling.
2009 2004-04-26  Orjan Friberg  <orjanf@axis.com>
2011         * observer.texi (GDB Observers): Add target_changed event.
2013 2004-04-08  Andrew Cagney  <cagney@redhat.com>
2015         * observer.texi (GDB Observers): Rework, provide generic observer
2016         definitions and then a list of observable events.
2018 2004-04-04  Andrew Cagney  <cagney@redhat.com>
2020         * gdbint.texinfo (Host Definition): Delete reference to
2021         NO_SIGINTERRUPT.
2023 2004-04-02  Andrew Cagney  <cagney@redhat.com>
2025         * gdbint.texinfo (Target Architecture Definition): Delete
2026         reference to DEPRECATED_CALL_DUMMY_LENGTH.
2028 2004-03-28  Stephane Carrez  <stcarrez@nerim.fr>
2030         * gdb.texinfo (TUI Commands): Document tui reg commands.
2032 2004-03-26  Andrew Cagney  <cagney@redhat.com>
2034         * gdb.texinfo (TUI): Delete reference to --enable-tui.  Mention
2035         "gdbtui".
2036         (Mode Options): Mention "gdbtui".  Use "Text" not "Terminal".
2037         (Contributors): Mention both Text and Terminal User Interface.
2039 2004-03-23  Andrew Cagney  <cagney@redhat.com>
2041         * gdbint.texinfo (Target Architecture Definition): Deprecate
2042         references to SIGTRAMP_START and SIGTRAMP_END.
2044 2004-03-23  Andrew Cagney  <cagney@redhat.com>
2046         * gdbint.texinfo (Target Architecture Definition): Deprecate
2047         references to PC_IN_SIGTRAMP.
2049 2004-03-19  Andrew Cagney  <cagney@redhat.com>
2051         * gdbint.texinfo (Target Architecture Definition): Delete
2052         reference to GDB_TARGET_IS_HPPA.
2054 2004-03-18  Andrew Cagney  <cagney@redhat.com>
2056         * gdbint.texinfo (Coding): Update section on gdbarch_data,
2057         describe pre_init and post_init.
2059 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
2061         * gdb.texinfo (Debugging Output): Document values for "set debug
2062         target".
2064 2004-02-28  Andrew Cagney  <cagney@redhat.com>
2066         * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
2068 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
2070         * gdb.texinfo (breakpoints): Add information about the
2071         new "set breakpoint pending" and "show breakpoint pending"
2072         commands.
2074 2004-02-26  Andrew Cagney  <cagney@redhat.com>
2076         * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
2077         in Per-architecture module data section.
2079 2004-02-25  Roland McGrath  <roland@redhat.com>
2081         * gdb.texinfo (General Query Packets): Document qPart:... packets.
2083 2004-02-24  Andrew Cagney  <cagney@redhat.com>
2085         * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
2086         * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
2087         * fdl.texi: Import Version 1.2, November 2002.
2089 2004-02-17  Andrew Cagney  <cagney@redhat.com>
2091         * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
2093 2004-02-16  Andrew Cagney  <cagney@redhat.com>
2095         * gdbint.texinfo (Target Architecture Definition): Deprecate
2096         FRAMELESS_FUNCTION_INVOCATION.
2098 2004-02-16  Andrew Cagney  <cagney@redhat.com>
2100         * gdbint.texinfo (Coding): Mention -Wunused-function.
2102 2004-02-14  Andrew Cagney  <cagney@redhat.com>
2104         * gdbint.texinfo (Target Architecture Definition): Delete
2105         description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
2107 2004-02-12  Elena Zannoni  <ezannoni@redhat.com>
2109         * gdb.texinfo: Properly quote the name "C++".
2110         * gdbint.texinfo: Ditto.
2111         * stabs.texinfo: Ditto.
2113 2004-02-11  Elena Zannoni  <ezannoni@redhat.com>
2115         * gdbint.texinfo (Support Libraries): Add doco about obstacks and
2116         minimal information about libiberty.
2118 2004-02-06  Michael Chastain  <mec.gnu@mindspring.com>
2120         * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
2122 2004-02-04  Roland McGrath  <roland@redhat.com>
2124         * gdb.texinfo (Auxiliary Vector): New node (section).
2125         (Data): Add it to the menu.
2127 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
2129         * gdb.texinfo (Breakpoints): Add information about pending
2130         breakpoint support.
2132 2004-01-26  Andrew Cagney  <cagney@redhat.com>
2134         * gdb.texinfo (Overview): Delete references to the cisco protocol
2135         including the "N" response.
2137 2004-01-26  Andrew Cagney  <cagney@redhat.com>
2139         * gdbint.texinfo (Target Architecture Definition): Rename
2140         EXTRACT_STRUCT_VALUE_ADDRESS to
2141         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
2143 2004-01-24  Eli Zaretskii  <eliz@gnu.org>
2145         * gdb.texinfo (KOD): Document "show os".  Add index entries for
2146         "set/show os" and "info cisco" commands.
2148 2004-01-21  Eli Zaretskii  <eliz@gnu.org>
2150         * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
2152 2004-01-19  Michael Chastain  <mec.gnu@mindspring.com>
2154         * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
2155         MMAP_BASE_ADDRESS, MMAP_INCREMENT.
2157 2004-01-19  Nick Roberts  <nick@nick.uklinux.net>
2159         * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
2160         -stack-list-locals.
2161         (GDB/MI Variable Objects): Describe extension to
2162         -var-list-children.
2164 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
2166         * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
2168 2004-01-17  Andrew Cagney  <cagney@redhat.com>
2170         * gdbint.texinfo (Target Architecture Definition): Delete
2171         documentation on DEPRECATED_NPC_REGNUM.
2173 2004-01-13  Daniel Jacobowitz  <drow@mvista.com>
2175         * gdb.texinfo: Update copyright year.  Mention that set
2176         follow-fork-mode is supported on GNU/Linux.  Remove documentation of
2177         "set follow-fork-mode ask".
2179 2004-01-13  Andrew Cagney  <cagney@redhat.com>
2181         * gdbint.texinfo: Update copyright year.
2182         (Coding): Add -Wunused-label to list of -Werror warnings.
2184 2004-01-08  Jason Molenda  <jmolenda@apple.com>
2185             Eli Zaretskii  <eliz@gnu.org>
2187         * gdb.texinfo: Update copyright.
2188         (Objective-C): "methodName" typeo fixed.  Add @code/@var markup
2189         around names, as appropriate.  Minor syntax cleanup of
2190         _NSPrintForDebugger explanation.  Two spaces after periods.
2191         GDBN used instead of lit. "gdb".  Index entries added for
2192         print-object and _NSPrintForDebugger.  @noindent added in one spot.
2194 2003-11-11  Elena Zannoni  <ezannoni@redhat.com>
2196         * stabs.texinfo: Add dircategory and direntry commands.
2197         * annotate.texinfo: Ditto.
2199 2003-11-10  Andrew Cagney  <cagney@redhat.com>
2201         * gdbint.texinfo (Target Architecture Definition): Replace the
2202         return_value method's "inval" and "outval" parameters with
2203         "readbuf" and "writebuf".
2205 2003-10-28  Jim Blandy  <jimb@redhat.com>
2207         * gdb.texinfo (The F request packet, The F reply packet): Renamed
2208         from "The `F' request packet" and "The `F' reply packet", to make
2209         texi2dvi happy.
2210         (File-I/O remote protocol extension): Update menu entries, too.
2212 2003-10-26  Michael Chastain  <mec@shout.net>
2214         * gdb.texinfo (Thread Stops): Document the issue with
2215         premature return from system calls in multi-threaded programs.
2217 2003-10-24  Andrew Cagney  <cagney@redhat.com>
2219         * annotate.texinfo: Fix "fortunatly"[sic].
2221 2003-10-23  Kei Sakamoto  <sakamoto.kei@renesas.com>
2223         * gdb.texinfo (Contributors to GDB): Replace "Renesas"
2224         with "Hitachi" and "Mitsubishi".
2226 2003-10-20  Andrew Cagney  <cagney@redhat.com>
2228         * gdbint.texinfo (Target Architecture Definition): Document
2229         gdbarch_return_value.  Add cross references from
2230         USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
2231         STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
2233 2003-10-18  Mark Kettenis  <kettenis@gnu.org>
2235         * gdbint.texinfo (Target Architecture Definition): Document
2236         regset_from_core_section.
2238 2003-10-16  Kei Sakamot Sakamoto  <sakamoto.kei@renesas.com>
2240         * gdb.texinfo (M32R/D): Mention m32rsdi target.
2242 2003-10-15  Kevin Buettner  <kevinb@redhat.com>
2244         From Anthony Green  <green@redhat.com>:
2245         * gdb.texinfo (Breakpoints related warnings): Insert into menu.
2247 2003-10-14  Kevin Buettner  <kevinb@redhat.com>
2249         * gdb.texinfo (Breakpoint related warnings): New node.
2250         * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
2252 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
2254         * gdb.texinfo (Remote Protocol): Document v and vCont.
2256 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
2258         * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
2259         * gdbint.texinfo: Ditto.
2261 2003-10-09  Andrew Cagney  <cagney@redhat.com>
2263         From 2003-09-18 David Anderson <davea@sgi.com>:
2264         * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
2265         "command".
2267 2003-10-03  Andrew Cagney  <cagney@redhat.com>
2269         * gdbint.texinfo (Target Architecture Definition): Deprecate
2270         IBM6000_TARGET.  Mention that it implies an RS/6000 system and not
2271         just target.
2273 2003-10-02  Andrew Cagney  <cagney@redhat.com>
2275         * gdbint.texinfo (Target Architecture Definition): Rename
2276         REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
2277         * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
2278         * gdbint.texinfo (Target Architecture Definition): Rename
2280 2003-09-30  Andrew Cagney  <cagney@redhat.com>
2282         REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
2283         (Target Architecture Definition):
2285         * gdbint.texinfo (Target Architecture Definition): Rename
2286         REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
2288 2003-09-29  Andrew Cagney  <cagney@redhat.com>
2290         * gdbint.texinfo (Target Architecture Definition): Delete
2291         documentation for NEED_TEXT_START_END.
2293         * gdbint.texinfo (Target Architecture Definition): Rename
2294         NPC_REGNUM to DEPRECATED_NPC_REGNUM.  Add cross reference to
2295         TARGET_WRITE_PC.
2297 2003-09-22  Michael Chastain  <mec@shout.net>
2299         * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
2301 2003-09-21  Anthony Green  <green@redhat.com>
2303         * gdbint.texinfo (Target Architecture Definition): Fix typos.
2305 2003-09-21  Mark Kettenis  <kettenis@gnu.org>
2307         * gdbint.texinfo (Target Architecture Definition): Document
2308         stabs_argument_has_addr.
2310 2003-09-18  Andrew Cagney  <cagney@redhat.com>
2312         * gdbint.texinfo (Target Architecture Definition): Delete
2313         documentation on REGISTER_NAMES.
2315 2003-09-13  Mark Kettenis  <kettenis@gnu.org>
2317         * gdbint.texinfo (Target Architecture Definition): Replace
2318         REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
2320 2003-09-11  Andrew Cagney  <cagney@redhat.com>
2322         * gdbint.texinfo (Target Architecture Definition): Replace
2323         STACK_ALIGN with DEPRECATED_STACK_ALIGN.
2325 2003-08-18  Andrew Cagney  <cagney@redhat.com>
2327         * gdbint.texinfo (Target Architecture Definition): Document
2328         "frame_red_zone_size".
2330 2003-08-09  Andrew Cagney  <cagney@redhat.com>
2332         * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
2333         with "set/show backtrace past-main" and "set/show backtrace
2334         limit".
2336 2003-08-08  H.J. Lu  <hongjiu.lu@intel.com>
2338         * Makefile.in (install-info): Support DESTDIR.
2339         (install-html): Likewise.
2341 2003-08-07  Andrew Cagney  <cagney@redhat.com>
2343         Patch from Nick Roberts.
2344         * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
2345         bindings.  Remove description of send-gdb-command.
2347 2003-08-07  Andrew Cagney  <cagney@redhat.com>
2349         * gdb.texinfo (Mode Options): Mention that "mi2" was included in
2350         GDB 6.0.
2352 2003-08-06  Andrew Cagney  <cagney@redhat.com>
2354         * gdb.texinfo (Mode Options): Mention that level three is the
2355         highest available and that level 2 is deprecated.
2356         (Annotations Overview): Mention annotation levels. Cross reference
2357         to "Limitations of the Annotation Interface" in annotate.texi.
2358         (TODO, Value Annotations, Frame Annotations): Delete section.
2359         (Displays, Breakpoint Info): Delete.
2361 2003-08-04  Andrew Cagney  <cagney@redhat.com>
2363         * agentexpr.texi: Delete @bye.
2364         * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
2365         (stabs.info): Add $(srcdir) to include search path.
2366         (html): Depend on "annotate_toc.html", and not "annotate.html".
2367         * stabs.texinfo: Ditto.  Include "fdl.texi".
2368         * gdbint.texinfo: Update copyright statement's list of invariant
2369         sections.
2371 2003-07-28  Andrew Cagney  <cagney@redhat.com>
2373         * Makefile.in (INFO_DEPS): Add annotate.info.
2374         (dvi, ps, html, pdf): Add annotate.
2375         (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
2376         (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
2377         (ANNOTATE_DOC_FILES): New macro.
2378         (ANNOTATE_TEX_TMPS): New macro.
2379         (annotate.info, annotate_toc.html): Specify dependencies.
2380         (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
2381         * annotate.texinfo: Rename annotate.texi.  Get building.  Add
2382         "Migrating to GDB/MI" and "Limitations of the Annotation
2383         Interface" chapters.  Mention why it is not part of the user
2384         guide.  Update copyright notice.  Include "fdl.texi".
2386 2003-07-26  Stephane Carrez  <stcarrez@nerim.fr>
2388         * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
2390 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
2392         * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
2394 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
2396         * gdb.texinfo (Server): Mention pidof.
2398 2003-07-22  Andrew Cagney  <cagney@redhat.com>
2400         * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
2401         list.
2403 2003-06-28  Daniel Jacobowitz  <drow@mvista.com>
2405         * gdb.texinfo (Logging output): New chapter.
2407 2003-06-24  Joel Brobecker  <brobecker@gnat.com>
2409         * gdb.texinfo (Unsupported languages): New section.
2410         (Languages): Add link to new section.
2412 2003-06-22  Andrew Cagney  <cagney@redhat.com>
2414         * gdb.texinfo (Contributors): Mention 6.0 release engineer.
2416 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
2418         * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
2420 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
2422         * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
2423         * agentexpr.texi: Retitle section, and change it to an appendix.
2424         Comment out texinfo initialization.  Factor a @var{} into two
2425         pieces to prevent makeinfo warnings.
2426         * gdb.texinfo: Add Agent Expressions appendix.
2428 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
2430         * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
2432 2003-06-18  Daniel Jacobowitz  <drow@mvista.com>
2434         * gdb.texinfo (Remote Debugging): New section "Connecting to a
2435         remote target".  Document the "detach" and "disconnect" commands.
2436         (Server, Netware, Debug Session): Reference "Connecting to a
2437         remote target".
2438         (GDB/MI Target Manipulation): Document "-target-disconnect".
2440 2003-06-13  Andrew Cagney  <cagney@redhat.com>
2442         * gdbint.texinfo (Target Architecture Definition): Deprecate
2443         REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
2444         BIG_REMOTE_BREAKPOINT.  Cross reference BREAKPOINT_FROM_PC.
2446 2003-06-09  Jim Blandy  <jimb@redhat.com>
2448         * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
2450 2003-06-08  Andrew Cagney  <cagney@redhat.com>
2452         * gdbint.texinfo (Target Architecture Definition): Delete
2453         documentation on FRAME_ARGS_ADDRESS_CORRECT.
2455 2003-06-08  Andrew Cagney  <cagney@redhat.com>
2457         * gdbint.texinfo (Target Architecture Definition): Document
2458         "unwind_sp".  Cross reference "unwind_sp" and TARGET_READ_SP.
2460 2003-06-07  Adam Fedor  <fedor@gnu.org>
2462         * gdb.texinfo: Add Objective-C documentation.
2464 2003-06-01  Andrew Cagney  <cagney@redhat.com>
2466         * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
2467         parameter to "push_dummy_call".  Rename "dummy_addr" to "bp_addr".
2469 2003-05-21  Andrew Cagney  <cagney@redhat.com>
2471         * gdbint.texinfo (Target Architecture Definition): Delete
2472         references to "extract_address" and "store_address".
2474 2003-05-16  Andrew Cagney  <cagney@redhat.com>
2476         * gdbint.texinfo (Target Architecture Definition): Replace
2477         REGISTER_BYTES with DEPRECATED_REGISTER_BYTES.  Fix typo,
2478         DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
2480 2003-05-14  Theodore A. Roth  <troth@openavr.org>
2482         * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
2484 2003-05-10  H.J. Lu <hongjiu.lu@intel.com>
2486         * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
2487         (gdb.dvi): Likewise.
2488         (gdb.pdf): Likewise.
2489         (links2roff): Likewise.
2491 2003-05-08  Jim Blandy  <jimb@redhat.com>
2493         * gdb.texinfo (Dump/Restore Files): Update documentation for
2494         'dump', 'append', and 'restore': note that format argument is
2495         optional; simplify presentation of the command variants; and be
2496         more precise about the formats.
2498 2003-05-07  Jim Blandy  <jimb@redhat.com>
2500         * gdb.texinfo (Symbols): Update documentation: 'maint list
2501         symtabs' and 'maint list psymtabs' have been renamed 'maint info
2502         symtabs' and 'maint info psymtabs'.
2504 2003-05-05  Andrew Cagney  <cagney@redhat.com>
2506         * gdbint.texinfo (Target Architecture Definition): Make
2507         CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
2508         FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
2509         CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
2511 2003-05-04  Andrew Cagney  <cagney@redhat.com>
2513         * gdb.texinfo (Maintenance Commands): Document "maint print
2514         dummy-frames".
2516 2003-05-04  Andrew Cagney  <cagney@redhat.com>
2518         * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
2520 2003-05-03  J. Brobecker  <brobecker@gnat.com>
2522         Thierry Schneider  <tpschneider1@yahoo.com>
2523         * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
2524         for new MI command.
2526 2003-05-03  Andrew Cagney  <cagney@redhat.com>
2528         * gdbint.texinfo (Target Architecture Definition): Document
2529         push_dummy_code.  Add cross references.
2531 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
2533         * gdb.texinfo (Character Sets): Update to reflect new behavior of
2534         set/show charsets commands.
2536 2003-04-28  Andrew Cagney  <cagney@redhat.com>
2538         * gdbint.texinfo (Target Architecture Definition): Replace
2539         read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
2540         DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
2542 2003-04-28  Andrew Cagney  <cagney@redhat.com>
2544         * gdbint.texinfo (Target Architecture Definition): Rename
2545         "tm_print_insn" to "deprecated_tm_print_insn".
2547 2003-04-09  Jim Blandy  <jimb@redhat.com>
2549         * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
2550         list psymtabs'.
2552 2003-04-08  Andrew Cagney  <cagney@redhat.com>
2554         * gdbint.texinfo (Target Architecture Definition): Delete
2555         references to EXTRA_FRAME_INFO.
2557 2003-04-08  Andrew Cagney  <cagney@redhat.com>
2559         * gdbint.texinfo (Target Architecture Definition): Delete
2560         PRINT_TYPELESS_INTEGER.
2562 2003-04-02  J. Brobecker  <brobecker@gnat.com>
2564         * observer.texi (GDB Observers): Adjust the documentation for the
2565         normal_stop notification to better describe reality. Fix a couple
2566         of minor typos.
2568 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
2570         * gdb.texinfo (GDB/MI Program Control): Add
2571         '-file-list-exec-source-file'
2573 2003-03-31  Andrew Cagney  <cagney@redhat.com>
2575         * gdbint.texinfo (Target Architecture Definition): Delete
2576         references to CALL_DUMMY_P.
2578 2003-03-30  Andrew Cagney  <cagney@redhat.com>
2580         * gdbint.texinfo (Target Architecture Definition): Remove
2581         reference to TARGET_WRITE_SP.
2583 2003-03-27  Andrew Cagney  <cagney@redhat.com>
2585         * gdbint.texinfo (Target Architecture Definition): Remove
2586         references to write_sp.
2588 2003-03-27  Andrew Cagney  <cagney@redhat.com>
2590         * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
2591         chapter body.  Use @smallexample instead of @example.
2592         (Annotations): Ditto.
2593         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
2594         annotate.texi.
2596 2003-03-26  Andrew Cagney  <cagney@redhat.com>
2598         * gdbint.texinfo (Target Architecture Definition): Replace
2599         PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
2600         dummy_addr parameters.
2602 2003-03-25  Andrew Cagney  <cagney@redhat.com>
2604         * gdbint.texinfo (Target Architecture Definition): Delete
2605         reference to CALL_DUMMY_STACK_ADJUST_P.  Rename
2606         CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
2607         Add reference to PUSH_ARGUMENTS.
2609 2003-03-23  Andrew Cagney  <cagney@redhat.com>
2611         * gdbint.texinfo (Algorithms, Target Architecture Definition):
2612         Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
2614 2003-03-18  J. Brobecker  <brobecker@gnat.com>
2616         * gdbint.texinfo (Algorithms): Add new section describing the
2617         Observer paradigm.
2618         (Top): Add menu entry to new observer appendix.
2619         * observer.texi: New file.
2620         * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
2621         new observer.texi file.
2623 2003-03-17  Andrew Cagney  <cagney@redhat.com>
2625         * gdb.texinfo (DATE): Delete.  Remove date from titles.  Mention
2626         that GNU Press update the manual version number.
2628 2003-03-12  Andrew Cagney  <cagney@redhat.com>
2630         * gdbint.texinfo (Target Architecture Definition): Delete
2631         references to get_saved_register.  Rename GET_SAVED_REGISTER to
2632         DEPRECATED_GET_SAVED_REGISTER.
2634 2003-03-13  Andrew Cagney  <cagney@redhat.com>
2636         * gdbint.texinfo (Target Architecture Definition): Replace
2637         POP_FRAME with DEPRECATED_POP_FRAME.  Update description.
2639 2003-03-12  Andrew Cagney  <cagney@redhat.com>
2641         * gdbint.texinfo (Target Architecture Definition): Rename
2642         FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
2644 2003-03-10  Corinna Vinschen  <vinschen@redhat.com>
2646         * gdb.texinfo: Add File-I/O documentation.
2648 2003-03-10  Andrew Cagney  <cagney@redhat.com>
2650         * gdbint.texinfo (Target Architecture Definition): Cross reference
2651         FRAME_SAVED_PC to unwind_pc.  Document unwind_pc.
2653 2003-03-07  Andrew Cagney  <cagney@redhat.com>
2655         * gdb.texinfo (Debugging Output): Mention the "set/show debug
2656         frame" command.
2658 2003-03-05  Andrew Cagney  <cagney@redhat.com>
2660         * gdbint.texinfo (Target Architecture Definition): Document
2661         unwind_dummy_id.  Cross reference unwind_dummy_id and
2662         SAVE_DUMMY_FRAME_TOS.
2664 2003-03-05  James Ingham <jingham@apple.com>
2665             Daniel Jacobowitz  <drow@mvista.com>
2667         * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
2668         and "show cp-abi".
2670 2003-03-03  Andrew Cagney  <cagney@redhat.com>
2672         * gdbint.texinfo (Target Architecture Definition): Document
2673         register_type.
2675 2003-03-03  Andrew Cagney  <cagney@redhat.com>
2677         * stabs.texinfo (Structures): Use @samp and separate @var's
2678         instead of a single @var containing a comma separated list.
2679         (Unions): Ditto.
2681 2003-03-02  Daniel Jacobowitz  <drow@mvista.com>
2683         * Makefile.in (distclean): Remove config.log.
2685 2003-03-01  Andrew Cagney  <cagney@redhat.com>
2687         * gdbint.texinfo (Target Architecture Definition): Rename
2688         FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
2690 2003-03-01  Andrew Cagney  <cagney@redhat.com>
2692         * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
2693         DEPRECATED_INIT_EXTRA_FRAME_INFO.
2695 2003-02-23  Raoul Gough  <RaoulGough@yahoo.co.uk>
2697         * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
2698         (Non-debug DLL symbols): New node, describing the minimal symbols
2699         loaded from DLLs without real debugging symbols.
2701 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
2703         * gdb.texinfo (Set Breaks): Add cross reference to "set remote
2704         hardware-breakpoint-limit".
2705         (Set Watchpoints): Add cross reference to "set remote
2706         hardware-watchpoint-limit".
2707         (Remote configuration options): New section.
2709 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
2711         * gdbint.texinfo (Target Architecture Definition): Delete
2712         descrption of IS_TRAPPED_INTERNALVAR.
2714         From Keith Seitz <keiths@redhat.com>:
2715         * gdb.texinfo (Interpreters): New chapter.  Refer the command-line
2716         option "-i"/"--interpreter" to this chapter.  Include index
2717         entries.
2719 2003-02-04  David Carlton  <carlton@math.stanford.edu>
2721         * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
2722         (Variables): Recommend stabs+ and DWARF 2.
2723         (C plus plus expressions): Correct info about
2724         compiler versions, debug formats.
2725         (Contributors): Change 'DWARF2' to 'DWARF 2'.
2726         PR symtab/874.
2728 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
2730         * gdbint.texinfo (Target Architecture Definition): Delete
2731         description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
2732         ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
2733         BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
2734         references to nindy and i960.
2735         * gdb.texinfo (i960): Delete all references to i960 and nindy.
2737 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
2739         * gdbint.texinfo (Target Architecture Definition): Delete
2740         FLOAT_INFO.
2742 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
2744         * stabs.texinfo (Member Type Descriptor): Clarify description of
2745         `@'.  Suggested by Ben Hutchings.
2747 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
2749         * gdb.texinfo (M68K): Delete reference to es1800.
2751 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
2753         * gdb.texinfo (Maintenance Commands): Document `maint print
2754         reggroups' and `maint print register-groups'.
2755         * gdbint.texinfo (Target Architecture Definition): Document
2756         register_reggroup_p.
2758 2003-01-23  Jim Blandy  <jimb@redhat.com>
2760         * gdb.texinfo (Separate Debug Files): New section.
2762 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
2764         * gdb.texinfo (Maintenance Commands): Add "maint set profile"
2765         and "maint show profile".
2767 2003-01-16  Michael Chastain  <mec@shout.net>
2769         * gdb.texinfo (Installing GDB): Warn against
2770         ".../gdb-VERSION/gdb/configure".
2771         (Separate Objdir): Likewise.
2773 2003-01-15  Andrew Cagney  <ac131313@redhat.com>
2775         * gdbint.texinfo (Target Architecture Definition): Delete
2776         definition of PRINT_REGISTER_HOOK.
2778 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
2780         (OpenRISC 1000): Fix formatting of command names.
2782 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
2784         * gdb.texinfo (Continuing and Stepping): Add new command
2785         'advance'. Clarify behavior of 'until'.
2787 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
2789         * gdb.texinfo (Files): Document solib-absolute-prefix and
2790         solib-search-path.
2792 2003-01-09  Michael Chastain  <mec@shout.net>
2794         * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
2795         (Create a Release): Add new instructions for new @file{src-release}.
2796         Document existing instructions for @file{Makefile.in} as
2797         being for @value{GDBN} 5.3.1 or earlier.
2799 2003-01-09  Andrew Cagney  <ac131313@redhat.com>
2801         * gdbint.texinfo (Target Architecture Definition): Mention
2802         frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
2803         allocate memory.
2805 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
2807         * gdb.texinfo (Controlling GDB): Add @kindex for
2808         "show osabi".
2809         (Backtraces): Add @kindex's for backtrace-below-main.
2811 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
2813         * gdb.texinfo (Controlling GDB): Document "set osabi".
2815 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
2817         * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
2818         * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
2820 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
2822         * gdb.texinfo (Controlling GDB): Add ABI section.  Document
2823         "set coerce-float-to-double".
2824         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
2826 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
2828         * stabs.texinfo: Remove obsolete text.
2829         * gdbint.texinfo: Ditto.
2830         * gdb.texinfo: Ditto.
2832 2002-12-22  Mark Kettenis  <kettenis@gnu.org>
2834         * gdbint.texinfo (Target Architecture Definition): Update
2835         description of gdbarch_register_osabi.
2837 2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>
2839         * agentexpr.texi: Fix typos.
2840         * annotate.texi: Likewise.
2841         * fdl.texi: Likewise.
2843 2002-12-10  Andrew Cagney  <cagney@redhat.com>
2845         * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
2846         DEPRECATED_INIT_FRAME_PC.
2848 2002-12-01  Andrew Cagney  <ac131313@redhat.com>
2850         * gdbint.texinfo (Target Architecture Definition): Delete
2851         PC_IN_CALL_DUMMY.
2853 2002-11-28  Andrew Cagney  <ac131313@redhat.com>
2855         * gdbint.texinfo (Host Definition): Delete documentation on
2856         USE_GENERIC_DUMMY_FRAMES.
2858 2002-11-26  Elena Zannoni  <ezannoni@redhat.com>
2860         Fix PR gdb/723 and PR gdb/245.
2861         * Makefile.in (install-info): Run the install-info command as part
2862         of the post install steps only.
2863         (uninstall-info): New target.
2864         (uninstall): New target.
2866 2002-11-22  Elena Zannoni  <ezannoni@redhat.com>
2868         * Makefile.in (install): Make install do some real work.
2870 2002-11-19  Andrew Cagney  <ac131313@redhat.com>
2872         Fix POSIX problem reported by Paul Eggert.
2873         * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
2874         Fix PR gdb/527.
2876 2002-10-26  Andrew Cagney  <cagney@redhat.com>
2878         * gdbint.texinfo (Target Architecture Definition): Delete
2879         definition of DO_REGISTERS_INFO.
2881 2002-10-18  Kevin Buettner  <kevinb@redhat.com>
2883         * gdbint.texinfo (Address Classes): Fix problems with insertion
2884         of ``{'' and ``}'' in example.
2886 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
2888         * gdbint.texinfo (Address Classes): New section.
2889         (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
2890         ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
2891         ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
2892         ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
2894 2002-10-11  Klee Dienes  <kdienes@apple.com>
2896         * gdb.texinfo (Registers): Mention vector registers as well as
2897         floating registers in the documentation for 'info registers' and
2898         'info all-registers'.
2900 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
2902         * gdbint.texinfo (CPLUS_MARKER): Remove item.
2904 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
2906         * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
2907         interface definition.
2909 2002-10-03  Marko Mlinar   <markom@opencores.org>
2911         * gdb.texinfo (Target Commands): Add or1k target specific
2912         commands.
2913         * gdb.texinfo (Contributors): Add myself to the contributors list.
2915 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
2917         * gdb.texinfo (Mode Options): Update --interpreter option.  "mi2"
2918         and "mi1" instead of "mi1" and "mi0".
2920 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
2922         * gdb.texinfo (Packets): Fix typos "alligned".
2923         Correct z3/Z3 description.  Correct z4/Z4 title.
2925 2002-09-27  Andrew Cagney  <ac131313@redhat.com>
2927         * all-cfg.texi: Use @sc for GDB and GCC.  Update copyright.
2929 2002-09-25  Kevin Buettner  <kevinb@redhat.com>
2931         * gdb.texinfo: Use GNU/Linux instead of Linux.
2933 2002-09-25  Andrew Cagney  <ac131313@redhat.com>
2935         * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
2937 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
2939         * gdb.texinfo: Replace @example with @smallexample.
2941 2002-09-20  Kevin Buettner  <kevinb@redhat.com>
2943         From Eli Zaretskii  <eliz@gnu.org>:
2944         * gdb.texinfo (Character Sets): Use @smallexample instead of
2945         @example.  Use GNU/Linux instead of Linux.
2947 2002-09-20  Jim Blandy  <jimb@redhat.com>
2949         * gdb.texinfo: Add character set documentation.
2951 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
2953         * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
2954         (Packets): Add cross reference from `b' packet to `z' packets.
2956 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
2958         * gdb.texinfo (Maintenance Commands): Document ``maint
2959         internal-error'' and ``maint internal-warning''.
2961         * gdbint.texinfo (Target Architecture Definition): Revise
2962         description of STACK_ALIGN.  Add description of FRAME_ALIGN.
2964 2002-09-19  Joel Brobecker  <brobecker@gnat.com>
2966         * gdbint.texinfo (Target Conditionals): Document the new
2967         NAME_OF_MALLOC macro.
2969 2002-09-05  Andrew Cagney  <ac131313@redhat.com>
2971         * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
2972         engineer.
2974 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
2976         * gdb.texinfo (TUI Overview): Document status line fields.
2978 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
2980         * gdb.texinfo (TUI Commands): Document info win command.
2982 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
2984         * gdb.texinfo (TUI Overview): Document breakpoint markers.
2986 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
2988         * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
2989         (TUI Keys): Likewise.
2991 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
2993         * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
2994         for a packet receive.
2996 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
2998         * Makefile.in (clean): Move to end of file.
2999         (distclean, maintainer-clean, realclean): Ditto.
3000         (mostlyclean): Move rule to end of file.  Use GDB_TEX_TMPS,
3001         GDBINT_TEX_TMPS, STABS_TEX_TMPS.
3002         (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
3003         (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
3005 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
3007         * Makefile.in (GDBINT_TEX_TMPS): Define.
3008         (gdbint.dvi, gdbint.pdf): Use
3009         (GDB_TEX_TMPS): Define.
3010         (gdb.dvi, gdb.pdf): Use.
3011         (STABS_TEX_TMPS): Define.
3012         (stabs.dvi, stabs.pdf): Use.
3013         (GDB_DOC_SOURCE_INCLUDES): New macros.
3014         (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
3015         (GDBINT_DOC_FILES_INCLUDES): New macros.
3016         (GDBINT_DOC_BUILD_INCLUDES): New macros.
3017         (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
3018         (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
3019         (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
3020         (links2roff): Replace SFILES_INCLUDED with
3021         GDB_DOC_SOURCE_INCLUDES.
3022         (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
3023         (gdb.me, gdb.mm, gdb.ms): Update dependencies.
3024         (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
3025         dependencies.
3026         (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
3027         dependencies.
3028         (gdbmi.texinfo): Delete rule.
3029         (inc-hist.texinfo): Delete rule.
3030         (rluser.texinfo): Delete rule.
3032 2002-08-23  Andrew Cagney  <cagney@redhat.com>
3034         * gdbint.texinfo (Target Architecture Definition): Update
3035         STORE_RETURN_VALUE, mention regcache.
3037 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
3039         * gdbint.texinfo (Target Architecture Definition): Document
3040         print_registers_info.  Note that DO_REGISTERS_INFO is deprecated.
3042 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
3044         * gdb.texinfo (Remote Protocol): Reformat.  Use cross references.
3045         Fix minor typos.  Add index entries.
3047 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
3049         * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
3051 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
3053         * gdbint.texinfo (Target Architecture Definition): Document
3054         PRINT_VECTOR_INFO.
3055         * gdb.texinfo (Vector Unit): Document "info vectors" command.
3057 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
3059         * gdb.texinfo (Maintenance Commands): Document "maint print
3060         registers", "maint print raw-registers" and "maint print
3061         cooked-registers".
3063 2002-08-08  Grace Sainsbury  <graces@redhat.com>
3065         From Mark Salter:
3066         * gdb.texinfo (Protocol): Document T packet extension to
3067         allow watchpoint address reporting.
3069 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
3071         * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
3073 2002-08-01  Andrew Cagney  <cagney@redhat.com>
3075         * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
3076         to CHILL.
3078 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
3080         * gdbint.texinfo (Coding): Revise section "Include Files".
3082 2002-07-24  Andrew Cagney  <cagney@redhat.com>
3084         * gdbint.texinfo: Obsolete references to m88k.
3085         * gdb.texinfo: Ditto.
3087 2002-07-10  Joel Brobecker  <brobecker@gnat.com>
3089         * gdbint.texinfo (Create a release candiate): Add the location
3090         where the proper version of autoconf can be retrieved.
3092 2002-07-09  Don Howard  <dhoward@redhat.com>
3094         * gdb.texinfo (Command Files): Further describe the behavior of
3095         sourced command files.
3097 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
3099         * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
3100         (Coding): Clarify ISO C version that GDB assumes.
3102 2002-06-26  Tom Tromey  <tromey@redhat.com>
3104         * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
3105         add_setshow_cmd_full.
3107 2002-06-25  Don Howard  <dhoward@redhat.com>
3109         * gdb.texinfo (Memory Region Attributes): Document new behavior
3110         for 'mem' command.
3112 2002-06-11  Jim Blandy  <jimb@redhat.com>
3114         * gdb.texinfo (Symbols): Update documentation for `info source'
3115         command.
3117         * gdb.texinfo (Macros): Call the command `info macro', not
3118         `show macro'.
3120 2002-06-09  Andrew Cagney  <ac131313@redhat.com>
3122         * gdbint.texinfo (Coding): Add section ``Per-architecture module
3123         data''.
3125 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
3127         * gdbint.texinfo (Target Architecture Definition): Document
3128         GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
3130 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
3132         * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
3133         lists.
3135 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
3137         * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
3138         Branch''.
3140 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
3142         * gdbint.texinfo (Target Architecture Definition): Add section
3143         ``Converting an existing Target Architecture to Multi-arch''.
3145 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
3147         * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
3148         to ``Obsoleting code''.  Revise.
3150 2002-05-17  Jim Blandy  <jimb@redhat.com>
3152         * gdb.texinfo (C Preprocessor Macros): New chapter.
3153         Include it in the main menu.
3154         (Contributors): Credit Jim Blandy with macro support.
3155         (Compilation): Explain how to get macro information into the
3156         executable.
3157         (Expressions): Note that preprocessor macros are expanded.
3159 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
3161         * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
3162         options for `target remote'.
3164 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
3166         * gdbint.texinfo (Target Architecture Definition): Delete
3167         documentation on NNPC_REGNUM.
3169 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
3171         * gdbint.texinfo (Target Architecture Definition): Document
3172         REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
3173         (Target Architecture Definition): Revise section `Using Different
3174         Register and Memory Data Representations'.  Add section `Raw and
3175         Virtual Register Representations'.
3177 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
3179         * gdbint.texinfo (Target Architecture Definition): Mention
3180         defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
3181         (Target Architecture Definition): Mention same.  Add references to
3182         web pages.
3184 2002-05-08  Michael Snyder  <msnyder@redhat.com>
3186         * stabs.texinfo (Attributes): Document new "vector" attribute.
3188 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
3190         * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
3192 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
3194         * gdb.texinfo: Delete obsolete references to a29k.
3196 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
3198         * gdbint.texinfo (Target Architecture Definition): Replace
3199         IN_SIGTRAMP with PC_IN_SIGTRAMP.
3201 2002-04-24  David S. Miller  <davem@redhat.com>
3203         * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
3205 2002-04-21  David S. Miller  <davem@redhat.com>
3207         * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
3209 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
3211         * gdbint.texinfo (Target Architecture Definition): Delete
3212         definition of HAVE_REGISTER_WINDOWS.
3214 2002-04-19  Eli Zaretskii  <eliz@gnu.org>
3216         * gdbint.texinfo (Releasing GDB, Coding): Fix typos.  Reported by
3217         "Theodore A. Roth" <troth@verinet.com>.
3219 2002-04-15  Don Howard  <dhoward@redhat.com>
3221         From Eli Zaretskii <eliz@gnu.org>
3222         * gdb.texinfo (show max-user-call-depth): Correct formatting.
3223         Provide a better explaination of this feature.
3225 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
3227         * gdbint.texinfo (Target Architecture Definition): Remove
3228         FRAME_CHAIN_COMBINE.
3230 2002-04-12  Michael Chastain  <mec@shout.net>
3232         * gdbint.texinfo (Obsolete Conditionals): Remove reference to
3233         REG_STACK_SEGMENT.
3235 2002-04-09  Michael Chastain  <mec@shout.net>
3237         * gdbint.texinfo (Obsolete Conditionals): Remove references to
3238         PYRAMID_* macros.
3240 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
3242         * gdb.texinfo (Bug Reporting): Document that the web is the
3243         prefered way of submitting bug reports.
3244         (Bug Reporting): Delete the s-mail address as the last resort.
3246 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
3248         * gdbint.texinfo (Target Architecture Definition): Delete
3249         references to TARGET_WRITE_FP and write_fp.
3251 2002-03-27  Michael Snyder  <msnyder@redhat.com>
3253         * gdb.texinfo: Document new commands dump, append, and restore.
3255 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
3257         * gdbint.texinfo (Releasing GDB): Revise the section `Before the
3258         Branch'.
3260 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
3262         * gdb.texinfo: Change all examples to @smallexample.
3263         * gdbint.texinfo: Ditto.
3265 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
3267         * gdbint.texinfo (Releasing GDB): Add section ``Versions and
3268         Branches''.
3270 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
3272         * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
3273         Policy''.
3275 2002-03-04  Fred Fish  <fnf@redhat.com>
3277         * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
3278         expresson, suports, dependant, trhe, perhaphs, situtations,
3279         explictily, taged, oportunity, unfortunatly).
3281 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
3283         * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
3284         Remove reference to 3.12.
3286 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
3288         * gdbint.texinfo: Include fdl.texi.
3289         (Top): Add GNU Free Documentation License.
3290         * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
3291         (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
3292         (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
3293         (gdbint.info): Add srcdir to include path.
3294         * gdb.texinfo: Include gpl.texi.
3295         (Top): Add Copying.
3296         * gpl.texi: New file.
3298 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
3300         * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
3302 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
3304         * gdb.texinfo: Document Cygwin native specific commands.
3306 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
3308         * gdb.texinfo: Document gdbserver ``--attach'' command.
3310 2002-02-07  Michael Snyder  <msnyder@redhat.com>
3312         * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
3313         to @code(_ovly_debug_event).
3315 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
3317         * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
3319 2002-02-06  Michael Snyder  <msnyder@redhat.com>
3321         * gdb.texinfo (overlays): Mention new magic symbol
3322         '_ovly_debug_event', which allows GDB to keep better track
3323         of overlays.
3325 2002-02-03  Eli Zaretskii  <eliz@gnu.org>
3327         * gdb.texinfo (Memory Region Attributes): Fix the wording.
3328         Suggested by Dmitry Sivachenko.
3330         * (<many nodes>): Fix the spelling and punctuation of "i.e.".
3332 2002-02-01  Michael Snyder  <msnyder@redhat.com>
3334         * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
3336 2002-01-30  Michael Snyder  <msnyder@redhat.com>
3338         * gdb.texinfo: (remote protocol): Gramatical fix-up.
3339         (set trust-readonly-sections): Document.
3341 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
3343         * gdbint.texinfo (Releasing GDB): Revise and update.
3345 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
3347         * gdbint.texinfo (Target Architecture Definition): Delete
3348         description of TARGET_BYTE_ORDER_DEFAULT.
3350 2002-01-27  Eli Zaretskii  <eliz@gnu.org>
3352         * gdb.texinfo: Fix typos and markup.  From Dmitry Sivachenko
3353         <mitya@cavia.pp.ru>.
3355 2002-01-23  Andrew Cagney  <ac131313@redhat.com>
3357         * libgdb.texinfo: Delete file.
3359 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
3361         * gdb.texinfo: Remove makeinfo 3.12 hacks.
3362         * gdbint.texinfo: Ditto.
3364 Tue Jan 22 11:57:38 2002  Andrew Cagney  <cagney@redhat.com>
3366         * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
3368 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
3370         * Makefile.in: Update copyright.
3371         (TEXI2DVI): Define.
3372         (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
3373         (gdbint.dvi, gdbint.pdf): Use TEXI2DVI.  Add dependency on
3374         gdb-cfg.texi.
3375         (TEXINDEX, PDFTEX): Delete makefile variables.
3377 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
3379         * gdb.texinfo (Protocol): Move section to appendix.
3381 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
3383         * gdb.texinfo (Remote Debugging): Create a menu.
3384         (Top): Add ``Remote Debugging'' to menu.
3386 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
3388         * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
3389         serial protocol'' from here.
3390         (Remote Debugging): To here.  New chapter.
3392 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
3394         * gdbint.texinfo (Target Architecture Definition): Delete
3395         description of TARGET_BYTE_ORDER_SELECTABLE_P.
3397 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
3399         * gdbint.texinfo (Host Definition): Revise.  xm-xyz.h and xyz.mh
3400         are no longer needed.
3401         (Porting GDB): Add maintainer note about configure.host.
3403 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
3405         * gdbint.texinfo (Target Architecture Definition): Remove
3406         definition of IEEE_FLOAT.
3408 2002-01-20  Eli Zaretskii  <eliz@gnu.org>
3410         * gdb.texinfo: Beautify copyright years; fix a typo.
3411         (DJGPP Native): Fix overfull hboxes in examples.  From Brian Youmans
3412         <3diff@gnu.org>
3414 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
3416         * gdbint.texinfo (Host Definition): Remove references to
3417         MALLOC_INCOMPATIBLE.
3419 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
3421         * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
3422         and xyz-xdep.o.
3424 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
3426         * gdb.texinfo   (Maintenance Commands): Add appendix.
3427         (Set Breaks): Copy ``maint info breakpoint'' doco to
3428         ``Maintenance Commands'' appendix.  Add reference.
3430 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
3432         * fdl.texi: Remove next/prev from @node.
3434 2002-01-17  Eli Zaretskii  <eliz@gnu.org>
3436         * gdb.texinfo: @include fdl.texi.  Fixes for overfull hboxes and
3437         for monstrous @multitable (from Brian Youmans).
3439         * fdl.texi: New file.
3441         * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
3443 2002-01-15  Andrew Cagney  <ac131313@redhat.com>
3445         * gdbint.texinfo (Releasing GDB): New chapter.
3447 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
3449         * gdb.texinfo (Embedded Processors, Calling program functions):
3450         Obsolete references to a29k.
3452 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
3454         * gdbint.texinfo (Coding): Review Cleanups section.  Examples
3455         examples.  Document that a code-block should do or discard its
3456         cleanups before exit.
3458 2002-01-11  Michael Snyder  <msnyder@redhat.com>
3460         * gdb.texinfo (Choosing files): Change @samp to @file.
3462 2002-01-05  Michael Snyder  <msnyder@redhat.com>
3464         * gdb.texinfo (--pid): Document new command line option (attach).
3466 2002-01-07  Eli Zaretskii  <eliz@gnu.org>
3468         * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
3469         in the stub.
3471 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
3473         * gdbint.texinfo (Target Architecture Definition): Replace
3474         BIG_ENDIAN with BFD_ENDIAN_BIG.
3476 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
3478         * gdbint.texinfo (Target Architecture Definition): Replace
3479         value_ptr with struct value pointer.
3481 2002-01-02  Eli Zaretskii  <eliz@gnu.org>
3483         * gdb.texinfo (Free Software): Fix wording.
3485 2001-12-31  Eli Zaretskii  <eliz@gnu.org>
3487         * gdb.texinfo (Free Software): New section ``Free Software Needs
3488         Free Documentation''.
3490 2001-12-30  Eli Zaretskii  <eliz@gnu.org>
3492         * stabs.texinfo:
3493         * gdb.texinfo:
3494         * gdbint.texinfo:
3495         * libgdb.texinfo:
3496         * annotate.texi: Fix the application of GFDL in the Copyright notice.
3498 2001-12-29  Michael Snyder  <msnyder@redhat.com>
3500         * gdb.texinfo (maint info sections): Fix typo.
3502 2001-12-26  Michael Snyder  <msnyder@redhat.com>
3504         * gdb.texinfo (maint info sections): Document.
3506         * gdb.texinfo (info proc): Comment out documentation for
3507         'info proc' sub-options that are currently not implemented.
3509 2001-12-20  Jim Blandy  <jimb@redhat.com>
3511         * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
3513 2001-12-15  Andrew Cagney  <ac131313@redhat.com>
3515         * gdbint.texinfo (Target Architecture Definition): Replace
3516         LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
3518 2001-12-01  Andrew Cagney  <ac131313@redhat.com>
3520         * gdbint.texinfo (Host Definition): Delete documentation on
3521         HOST_BYTE_ORDER.
3523 2001-11-30  Jim Blandy  <jimb@redhat.com>
3525         * gdb.texinfo (Overlays): New chapter, documenting GDB's
3526         overlay support.  Add to top-level menu.
3528 2001-11-26  Tom Tromey  <tromey@redhat.com>
3530         * gdb.texinfo (Command Syntax): Document C-o binding.
3532 2001-07-26  Christopher Faylor  <cgf@redhat.com>
3534         * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
3535         use since it is described in the referenced section.
3537         From Eli Zaretskii <eliz@gnu.org>
3538         * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
3539         clearer when using DJGPP.
3541 2001-11-24  Christopher Faylor  <cgf@redhat.com>
3543         * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
3544         specifically refer to MS-DOS.
3545         (command files): Mention gdb.ini is only used on MS-DOS.
3547 2001-11-21  Tom Tromey  <tromey@redhat.com>
3549         * gdb.texinfo (Invoking GDB): Document --args.
3550         (Mode Options): Likewise.
3552 2001-11-21  Jim Blandy  <jimb@redhat.com>
3554         * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
3555         Delete documentation; this macro has been removed from the
3556         sources.
3558 2001-11-13  Jim Blandy  <jimb@redhat.com>
3560         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
3562 2001-11-06  Corinna Vinschen  <vinschen@redhat.com>
3564         * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
3566 2001-11-05  Michael Snyder  <msnyder@redhat.com>
3568         * gdb.texinfo (info functions): Document use of backslash to
3569         quote regexp chars in function names such as "operator*()".
3571 2001-11-01  Fred Fish  <fnf@redhat.com>
3573         * gdbint.texinfo (SOLIB_ADD): Document additional new
3574         "readsyms" arg.
3576 2001-10-30  Don Howard  <dhoward@redhat.com>
3578         * gdb.texinfo: (Command Files) Added documentation for the
3579         behavior of gdb with input redirected from a file.
3581 2001-10-28  Fred Fish  <fnf@redhat.com>
3583         * gdb.texinfo (auto-solib-add): Change docs to match
3584         implementation change.
3585         (auto-solib-limit): Add docs for new variable.
3587 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
3589         * gdbint.texinfo (Target Architecture Definition): Function
3590         value_as_pointer renamed to value_as_address.
3592 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
3594         * gdbint.texinfo (Target Architecture Definition): Default
3595         POINTER_TO_ADDRESS functions assume unsigned addresses.
3596         (INTEGER_TO_ADDRESS): Document.  Derive pragmatics section from a
3597         posting by Jim Blandy.
3599 2001-10-12  Jim Blandy  <jimb@redhat.com>
3601         * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
3602         version of texi2html (1.64) doesn't support this flag any more.
3604 2001-09-08  Mark Kettenis  <kettenis@gnu.org>
3606         * gdbint.texinfo (Host Definition): Remove description of
3607         MEM_FNS_DECLARED.
3609         * gdbint.texinfo (Host Definition): Remove description of R_OK.
3611         * gdbint.texinfo (Host Definition): Remove description of
3612         HAVE_SIGSETMASK.
3614 2001-09-04  Elena Zannoni  <ezannoni@redhat.com>
3616         * gdbint.texinfo (Target Architecture Definition): Add
3617         explanation of TARGET_PRINT_INSN macro.
3619 2001-08-30  Jim Blandy  <jimb@redhat.com>
3621         * gdb.texinfo (`add-symbol-file'): Correct synopsis.
3622         Explain what it means to load relocatable files.
3624 2001-08-28  Jim Blandy  <jimb@redhat.com>
3626         * gdbint.texinfo: Bring the HTML `top' menu into sync with the
3627         info `top' menu.
3629 Wed Aug 15 10:47:28 2001  Christopher Faylor <cgf@cygnus.com>
3631         * gdbint.texinfo: Add a cautionary note about macro use.
3633 2001-08-02  Corinna Vinschen  <vinschen@redhat.com>
3635         * gdb.texinfo: Explain omitting the hostname in the
3636         `target remote' command.
3638 2001-07-30  Daniel Jacobowitz  <drow@mvista.com>
3640         * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
3641         and END-INFO-DIR-ENTRY.
3643 2001-07-28  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3645         * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
3647 2001-07-25  Andrew Cagney  <ac131313@redhat.com>
3649         * gdbint.texinfo (libgdb): Rewrite.
3651 2001-07-26  Eli Zaretskii  <eliz@gnu.org>
3653         * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
3655 2001-07-24  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3657         * gdb.texinfo (TUI): New chapter, document the TUI.
3658         (Mode Options): Document the -tui option.
3660 2001-07-23  Mark Kettenis  <kettenis@gnu.org>
3662         * gdbint.texinfo (Host Definition): Remove description of
3663         NEED_POSIX_SETPGID.
3665 2001-07-23  Eli Zaretskii  <eliz@gnu.org>
3667         * gdb.tex (DJGPP Native): New node, with descriptions of
3668         DJGPP-specific commands.
3670 2001-07-19  John R. Moore  <jmoore@redhat.com>
3672         * gdbint.texinfo: Three misspellings.
3674 2001-07-06  Andrew Cagney  <ac131313@redhat.com>
3676         * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
3677         `test` expressions on bash.  Problem reported by Colin Walters.
3679 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
3681         * gdbint.texinfo (User Interface): Update ui-out documentation to
3682         refelect recent UI/MI updates.
3684 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
3686         * gdb.texinfo (Mode Options): Mention the mi0 and mi1
3687         interpreters.
3689 2001-06-15  Andrew Cagney  <ac131313@redhat.com>
3691         * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
3692         structure and not macros.
3693         (Host Definition): Document that much of this chapter is obsolete.
3694         (Target Architecture Definition): Update list of files that make
3695         up a target architecture.
3696         (Coding): Update.
3698 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
3700         * gdbint.texinfo (Target Architecture Definition): Update
3701         EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
3702         The latter has been changed to a true predicate.
3704 2001-06-17  Eli Zaretskii  <eliz@gnu.org>
3706         * annotate.texi: Add @noindent where needed.  From Dmitry
3707         Sivachenko <dima@Chg.RU>.
3708         * gdb.texinfo: Indexing fix.  From Dmitry Sivachenko.
3710 2001-06-16  Andrew Cagney  <ac131313@redhat.com>
3712         * gdb.texinfo (Protocol): Fix typo.  Extra parenthesis.
3714 2001-06-14  Andrew Cagney  <ac131313@redhat.com>
3716         * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
3717         returns ``OK''.  Document that the ``R'' packet does not reply.
3719 2001-06-13  Michael Snyder  <msnyder@redhat.com>
3721         * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
3723 2001-06-13  Eli Zaretskii  <eliz@gnu.org>
3725         * gdb.texinfo (Signals): Clarify the default setting of signal
3726         handling.
3728 2001-05-14  Andrew Cagney  <ac131313@redhat.com>
3730         * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
3731         (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
3733 2001-05-12  Andrew Cagney  <ac131313@redhat.com>
3735         * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
3737 2001-05-10  Eli Zaretskii  <eliz@gnu.org>
3739         * gdbint.texinfo (Clean Design and Portable Implementation):
3740         Renamed from "Clean Design".
3741         (Clean Design and Portable Implementation): Document portable
3742         methods of handling file names, and the associated macros.
3744 2001-04-02  Eli Zaretskii  <eliz@gnu.org>
3746         * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
3747         command and provide a cross-reference to its description.
3748         (Symbols): Note that "info scope" is useful for trace experiments.
3750 2001-04-01  Eli Zaretskii  <eliz@gnu.org>
3752         * gdb.texinfo (Symbols): Document "info scope".
3753         (Tracepoints): New chapter.
3754         (Contributors): Update for v5.1.
3755         <All nodes>: Change "C++" to "C@t{++}".
3757         * gdbint.texinfo (User Interface): A new section about ui_out
3758         functions, based on text written by Fernando Nasser.
3760         * stabs.texinfo: Change Permissions to GFDL.  Update Copyright.
3762 2001-03-26  Eli Zaretskii  <eliz@gnu.org>
3764         * gdb.texinfo: Change Permissions to GFDL.  Update Copyright.
3766         * gdbint.texinfo: Change Permissions to GFDL.  Update Copyright.
3768         * gdbgui.texinfo: Change Permissions to GFDL.  Update Copyright.
3769         Replace "GDB" with "@value{GDBN}".  Fix markup.
3771         * annotate.texi: Change Permissions to GFDL.  Update Copyright.
3773         * gdb.texinfo (Output Formats): Mention "info symbol" and provide
3774         a cross-reference to its description.
3775         (Symbols): Document "info symbol".
3777 2001-03-21  Eli Zaretskii  <eliz@gnu.org>
3779         * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
3780         subsection "x86 Watchpoints".
3781         (Target Architecture Definition): Document the macros
3782         I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
3783         (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
3785 2001-03-20  Andrew Cagney  <ac131313@redhat.com>
3787         * gdbint.texinfo (Target Architecture Definition): Update
3788         definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
3789         list.
3791 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
3793         * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
3794         gdbint.texinfo, refcard.tex: Update/correct copyright notices.
3796 2001-02-21  Eli Zaretskii  <eliz@gnu.org>
3798         * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
3800 2001-02-11  Eli Zaretskii  <eliz@gnu.org>
3802         * gdb.texinfo (Environment): Document that `path' does not change
3803         the value of PATH in GDB's own environment (it did in the past,
3804         but that was changed on March 15, 1994).  Reported by Doug Evans
3805         <dje@transmeta.com>.
3807         * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
3808         its line.  Fix markup of commands and macros.  Add an Index node
3809         and index entries.
3811 2001-01-23  J.T. Conklin  <jtc@redback.com>
3813         * gdb.texinfo (Memory region attributes): New manual section.
3815 2001-01-04  Nicholas Duffek  <nsd@redhat.com>
3817         * gdbint.texinfo (POP_FRAME): Document use by return_command.
3819 2000-12-25  Eli Zaretskii  <eliz@gnu.org>
3821         * refcard.tex: Version and copyright fixed.  From Phil Edwards
3822         <pedwards@disaster.jaj.com>.
3824 Thu Nov 30 16:57:19 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3826         * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
3827         DWARF2_REG_TO_REGNUM): Document.
3829 Mon Nov 20 21:29:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3831         * gdbint.texinfo (Coding): Update current value of
3832         --enable-build-warnings.  Mention --enable-gdb-build-warnings.
3834 2000-11-19  Eli Zaretskii  <eliz@gnu.org>
3836         * gdb.texinfo (Continuing and Stepping):  Fixed markup and typos,
3837         as suggested by Dmitry Sivachenko <dima@Chg.RU>.
3839 2000-11-10  Christopher Faylor <cgf@cygnus.com>
3841         * gdb.texinfo: Document new 'set step-mode' command.
3843 2000-10-16  Eli Zaretskii  <eliz@gnu.org>
3845         * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
3846         changes from Dmitry Sivachenko <dima@Chg.RU>.
3848 2000-09-26  Eli Zaretskii  <eliz@gnu.org>
3850         * gdb.texinfo (Hooks): Document the new post-hook functionality.
3851         From Steven Johnson <sbjohnson@ozemail.com.au>.
3853 2000-08-10  Mark Kettenis  <kettenis@gnu.org>
3855         * gdbint.texinfo (Overall Structure): Spelling fix.
3857 2000-08-10  Eli Zaretskii  <eliz@gnu.org>
3859         * gdbint.texinfo (Target Architecture Definition): Document that
3860         REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
3861         for which REGISTER_CONVERTIBLE returns a zero value.
3863 2000-07-08  Christopher Faylor <cgf@cygnus.com>
3865         * Makefile.in (install-info): Find files to install in either the
3866         build or source directories (adapted from Makefile.am).
3868 2000-07-07  Nicholas Duffek  <nsd@redhat.com>
3870         * stabs.texinfo: Fix spelling errors.
3871         (String Field): FILE-NUMBER starts from 0, not 1.
3873 2000-07-05  Eli Zaretskii <eliz@gnu.org>
3875         * refcard.tex: Remove \centerline from the blurb.  Patch from
3876         Brian Youmans.
3878 2000-06-25  Eli Zaretskii <eliz@gnu.org>
3880         * Makefile.in (install-info): Support installation from outside of
3881         the source directory.  Reported by Mark Harig
3882         <markh@frazier.landmark.com>.
3884 2000-06-20  J.T. Conklin  <jtc@redback.com>
3886         * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
3888 Fri May 26 15:55:33 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3890         * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
3891         Generate using pdftex.
3892         (PDFTEX): Define.
3893         (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
3894         (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
3895         @contents at the start.
3897 2000-05-24  Eli Zaretskii  <eliz@gnu.org>
3899         * gdb.texinfo: Remove duplicate @syncodeindex.  From Brian
3900         Youmans.
3902 Wed May 24 21:27:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3904         From Brian Youmans:
3905         * gdb.texinfo: Fix ``et al.''.
3907 Tue May 23 22:57:41 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3909         * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
3910         loop.
3912 2000-05-19  Jimmy Guo  <guo@cup.hp.com>
3914         * configure: Regenerate.
3916 2000-05-17  Eli Zaretskii  <eliz@gnu.org>
3918         * Makefile.in (install-info): Run install-info on installed Info
3919         files.
3921 Fri May 12 20:18:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3923         * gdb.texinfo: Add Stan Shebs, et.al. as authors.  Mention
3924         Andrew Cagney.
3926 2000-05-09  Eli Zaretskii  <eliz@gnu.org>
3928         * gdb.texinfo: Proofreading changes from Brian Youmans.
3930 2000-05-01  Nick Duffek  <nsd@cygnus.com>
3932         * gdb.texinfo (Command Files): Mention -x, use @enumerate for
3933         startup sequence, minor edits.
3935 2000-05-01  Eli Zaretskii  <eliz@gnu.org>
3937         * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
3938         TeX.
3940         * gdb.texinfo: Add "@syncodeindex fn cp".  Convert all entries
3941         "@kindex f" into "@kindex f (foo)", otherwise we get index entries
3942         like `n' and `s' which look weird.  Convert some of the @kindex to
3943         @vindex, when they refer to variables, not commands.
3945 Sat Apr 29 17:01:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3947         * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
3949 2000-04-23  Eli Zaretskii  <eliz@gnu.org>
3951         * Makefile.in (GDBMI_DIR): New variable.
3952         (SET_TEXINPUTS): Add $(GDBMI_DIR).
3953         (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
3954         (gdbmi.texinfo): New target, for texi2roff.
3955         (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
3956         (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
3958         * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
3959         gdbmi.texinfo.
3960         (Mode Options): Add xref to GDB/MI docs and remove a FIXME
3961         comment.
3963 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
3965         * gdb.texinfo (Files): Update description of add-symbol-file
3966         command.
3968 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
3970         * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
3971         prevents the build (and is generally a Bad Idea).
3973 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
3975         * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
3976         a comma inside @var.
3977         (Command Files): Index markup changes from Dmitry Sivachenko
3978         <dima@Chg.RU>.
3980 2000-04-16  Eli Zaretskii  <eliz@gnu.org>
3982         * Makefile.in (LN_S): Define.
3983         (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
3984         invoke "ln -s" unless it is known to work.
3986         * configure.in (AC_PROG_LN_S): Add.
3988 2000-04-14  Jim Blandy  <jimb@redhat.com>
3990         * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
3991         section.
3992         (Target Conditionals): Document ADDRESS_TO_POINTER,
3993         POINTER_TO_ADDRESS.
3995 2000-04-11  Daniel Berlin  <dan@cgsoftware.com>
3997         * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
3998         gdb-cfg.texi to get the value.
4000 2000-04-10  Jim Blandy  <jimb@redhat.com>
4002         * gdbint.texinfo (Target Architecture Definition): Fix
4003         cross-references.
4005 2000-04-08  Jim Blandy  <jimb@redhat.com>
4007         * gdbint.texinfo (Using Different Register and Memory Data
4008         Representations): New section.
4009         (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
4010         REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
4011         REGISTER_CONVERT_TO_RAW): Document.
4013 Mon Apr  3 19:16:32 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4015         * gdb.texinfo (Protocol): Deprecate the sequence-id.  Add cindex
4016         for acknowledgments.
4018 Tue Mar 28 18:28:45 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4020         * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
4021         qThreadExtraInfo.
4023 2000-03-28  J.T. Conklin  <jtc@redback.com>
4025         * gdb.texinfo: Clarify which remote debug protocol commands are
4026         required and which are optional.
4028 Tue Mar 28 16:06:22 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4030         * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
4031         Cagney <cagney@b1.cygnus.com>.  Move @chapter and @node entries
4032         back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
4033         * annotate.texi: Update.
4035 2000-03-28  Stan Shebs  <shebs@apple.com>
4037         * gdb.texinfo: Update dates, bump to Eighth Edition (note
4038         expectation of additional changes before release), update
4039         ISBN, add copy of top-level menu for @ifhtml, remove explicit
4040         node links, rephrase and/or shorten lines to fix formatting
4041         problem in both regular and @smallbook formats.
4042         * annotate.texi: Shorten lines in example, use smallexample
4043         consistently everywhere.
4044         * Makefile.in: Add comment about texinfo 4.0 html generation.
4045         (SFILES_INCLUDED): Add annotate.texi.
4047 2000-03-27  Daniel Berlin  <dan@cgsoftware.com>
4049         * gdb.texinfo (Debugging Output): Added new section, documenting
4050         the "set/show debug" commands.
4052 Fri Mar 24 18:06:34 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4054         * annotate.texi (Annotations): When GDBN omit @chapter and @node
4055         entry.
4057         * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
4058         (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
4059         @chapter and @node entries.
4061         * gdb.texinfo: Link all top-level nodes.
4063 Fri Mar 24 17:56:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4065         * Makefile.in (install-info): Create $(infodir) before installing
4066         files.
4068 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
4070         From David Whedon <dwhedon@gordian.com>
4071         * gdbint.texinfo : Added paragraphs about command deprecation.
4073 2000-03-22  Daniel Berlin  <dan@cgsoftware.com>
4075       * gdb.texinfo: Add documentation for the apropos command.
4077 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
4079         * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
4081 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
4083         * gdb.texinfo: Add white space to prevent overprinting in
4084         two places.
4086 2000-03-17  Stan Shebs  <shebs@apple.com>
4088         * gdb.texinfo: Many minor changes from Dmitry Sivachenko
4089         <dima@Chg.RU>, also clarification of allowed content for
4090         string constants.
4092 2000-03-16  Eli Zaretskii <eliz@gnu.org>
4094         * gdb.texinfo (main menu): Add Annotations.
4095         (File Options): Add @cindex entries for each command-line option.
4096         Document --epoch, --annotate, --async, --interpreter, --write,
4097         --statistics, and --version.
4099         * annotate.texi: Convert to a chapter.  Use @value{GDBN} instead
4100         of GDB.
4102 2000-02-23  Jim Blandy  <jimb@redhat.com>
4104         * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
4106 2000-02-22  Jim Blandy  <jimb@redhat.com>
4108         * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
4110 2000-02-15  Jason Molenda  (jsm@bugshack.cygnus.com)
4112         * Makefile.in (diststuff): New target.
4114 2000-02-15  Kevin Buettner  <kevinb@redhat.com>
4116         * agentexpr.texi: Fix wording regarding Intel's IA-64
4117         architecture.  [From Jim Wilson.]
4119 2000-01-16  Tom Tromey  <tromey@cygnus.com>
4121         * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
4122         (Delete Breaks): Mention range arguments.
4123         (Disabling): Likewise.
4125 2000-01-05  Dmitry Sivachenko <dima@Chg.RU>
4127         * gdb.texinfo:  Wrap "ASCII" in @sc{}; clarify a few sentences.
4129 Wed Dec  8 19:53:08 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4131         * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
4132         valid functions.
4134 1999-11-05  Stan Shebs  <shebs@andros.cygnus.com>
4136         * gdb.texinfo: Clarify regular expressions used in rbreak.
4138 1999-10-15  Kevin Buettner  <kevinb@cygnus.com>
4140         * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
4141         MEMORY_REMOVE_BREAKPOINT):  Document.
4143 Thu Oct 14 21:17:17 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4145         * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
4146         offset re-using the DATA offset instead.
4148 1999-10-11  Jim Kingdon  <kingdon@redhat.com>
4150         * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
4152 1999-10-05  Stan Shebs  <shebs@andros.cygnus.com>
4154         From Dmitry Sivachenko <demon@gpad.ac.ru>:
4155         * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
4156         typos.
4158         * gdb.texinfo: Various minor wording and formatting improvements,
4159         mentions of additional command-line options.
4161 1999-09-30  Fred Fish  <fnf@cygnus.com>
4163         * gdb.texinfo:  Document additional forms of specifying section
4164         names and addresses for the add-symbol-file command.
4166 1999-09-14  Michael Snyder  <msnyder@cleaver.cygnus.com>
4168         * gdbint.texinfo: Fix typo, add the word "have".
4170 1999-09-14  Jim Blandy  <jimb@cris.red-bean.com>
4172         * gdbint.texinfo (Target Architecture Definition): Document the
4173         SKIP_PERMANENT_BREAKPOINT macro.
4175 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
4177         * gdb.texinfo: Fiks speling errers.
4179         * gdb.texinfo: Fix uses of @multitable.
4181         From Eli Zaretskii  <eliz@gnu.org>:
4182         * gdb.texinfo: Include details specific to DOS host, clarify
4183         some confusing language, fix @ref/@xref/@pxref usages, add
4184         comments about using with optimization, add more indexing,
4185         fix info about disassembly-flavor.
4187 Tue Sep  7 09:11:24 1999  Kevin Buettner  <kevinb@cygnus.com>
4189         * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
4190         SKIP_SOLIB_RESOLVER): Define.
4192 Fri Sep  3 18:05:14 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4194         * gdb.texinfo (Protocol): Review.  Add tables describing ``q'' and
4195         ``g'' packets.
4197 1999-08-30  Stan Shebs  <shebs@andros.cygnus.com>
4199         * gdb.texinfo: Create a new "Configurations" chapter with
4200         platform-specific info, inline remote.texi and move sections of it
4201         into the new chapter, move bits about info proc, heuristic search,
4202         and register stack into the new chapter.
4203         * remote.texi: Remove, now part of gdb.texinfo.
4204         * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
4206 1999-08-27  Jason Molenda  (jsm@bugshack.cygnus.com)
4208         * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
4209         GDB_TARGET_IS_MACH386): These kludges have gone away.
4211 Wed Aug 25 10:47:03 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4213         * gdbint.texinfo (Target Architecture Definition): Mention
4214         TDEPLIBS.
4216 1999-08-20  Stan Shebs  <shebs@andros.cygnus.com>
4218         * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
4219         surrounding text to fit HP-UX bits into general info.
4220         (HPPA-cfg.texi): Remove, no longer useful.
4222         * gdb.texinfo: Remove explicit links from @node lines, remove
4223         HP-added "Detailed Node Listing" from main menu which confuses
4224         things.
4226         From Dmitry Sivachenko <dima@Chg.RU>:
4227         * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
4228         in description of `set environment'.
4230 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
4232         * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
4234 1999-08-12  Ben Elliston  <bje@cygnus.com>
4236         * gdbint.texinfo (Breakpoint Handling): Add missing words.
4238 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
4240         * gdb.texinfo (Set Watchpoints): Explain some subtleties about
4241         watch, awatch, and rwatch.  Explain why the latter two cannot be
4242         set as software watchpoints.  Document that watchpoints for local
4243         variables are deleted when the debuggee terminates.
4245 Wed Aug 11 13:18:14 1999  Andrew Cagney  <cagney@amy.cygnus.com>
4247         * remote.texi (Protocol): Further clarification of the "qRcmd"
4248         packet.  Allow E.. response packet.  "qRcmd" packet is no longer
4249         reserved.
4251 1999-08-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
4253         * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
4254         * gdb.texinfo: Ditto.
4256 1999-08-06  Tom Tromey  <tromey@cygnus.com>
4258         * gdb.texinfo (KOD): New node.
4260 Fri Aug  6 17:05:48 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4262         * remote.texi (Rcmd): Fix minor formatting typos.
4264 Thu Aug  5 17:57:41 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4266         * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
4267         packets.
4269 1999-07-14  Jim Blandy  <jimb@zwingli.cygnus.com>
4271         * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
4272         fixes.
4274 Tue Jun 29 11:43:55 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4276         * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
4278 Fri Jun 25 11:47:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4280         * remote.texi (Communication Protocol): ``v'' is in use. Fix
4281         numerous formatting errors.  Clarify ``i''.  Mark ``i'', ``Z'',
4282         ``z'' and ``qRcmd'' as draft instead of reserved.  Identify
4283         packets that are not supported on all hosts. Expand examples.
4284         Spell check.
4286 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
4288         * Makefile.in: Recognize html, install-html.  Add targets
4289         to build HTML versions of documentation via texi2html.
4291 Thu Jun 24 15:59:03 1999  Stan Shebs  <shebs@andros.cygnus.com>
4293         * gdbint.texinfo (Testsuite): New chapter, information about the
4294         testsuite.
4296 Fri Jun 25 02:40:34 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4298         * remote.texi (Communication Protocol): Rewrite.
4300 Thu Jun 24 16:59:54 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4302         * stabs.texinfo: Fix uses of xref.
4304 Thu Jun 17 17:23:25 1999  Stan Shebs  <shebs@andros.cygnus.com>
4306         * gdbint.texinfo: Add an anti-printf exhortation, and update the
4307         info about patch submission.
4309 Mon Jun  7 15:49:40 1999  Stan Shebs  <shebs@andros.cygnus.com>
4311         From Per Bothner  <bothner@cygnus.com>:
4312         * gdb.texinfo: Document Chill support.
4314 Fri Jun  4 16:58:22 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4316         * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
4317         to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
4318         Document that the value should be greater-than or equal-to zero.
4319         (NO_STD_REGS): Document. Deprecate.
4321 Tue Jun  1 15:04:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4323         * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
4324         Document that these are not used.
4326 Thu May 27 09:28:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4328         * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
4330 Mon May 24 10:07:39 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4332         * gdbint.texinfo (FRAME_NUM_ARGS): Update definition.  Parameter
4333         numargs was dropped.
4335 Thu May 20 12:26:59 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4337         * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
4339 Tue Apr 27 19:14:20 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4341         * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
4342         Update.
4344 Thu Apr 22 13:07:37 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4346         * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
4347         (GET_SAVED_REGISTER): Update, not just the a29k uses this.
4349 Wed Apr 21 13:59:01 1999  Dave Brolley  <brolley@cygnus.com>
4351         * gdbint.texinfo: Fix typos: $ -> @.
4353 Tue Apr 20 11:59:38 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4355         * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
4356         LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
4357         BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
4358         BREAKPOINT_FROM_PC.
4360 Mon Apr 12 16:00:44 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4362         * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
4363         CALL_DUMMY_STACK_ADJUST): Document.
4365 Thu Apr  8 17:23:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4367         * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
4368         SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
4370 1999-04-02  Stan Shebs  <shebs@andros.cygnus.com>
4372         * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
4373         longer exists.
4375 Tue Mar  9 19:25:11 1999  Stan Shebs  <shebs@andros.cygnus.com>
4377         * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
4378         nearly all @ifset/@ifclear conditionals; nobody uses them, and
4379         they make the manual source incomprehensible.
4380         * h8-cfg.texi: Remove, hasn't been used in years.
4382 Thu Feb 11 18:00:59 1999  Stan Shebs  <shebs@andros.cygnus.com>
4384         * gdb.texinfo: Update the credits.
4386 Mon Feb  8 17:33:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
4388         * gdb.texinfo: Fix mistakes noticed in printout of last
4389         draft, add Alpha to discussion of heuristic fence post.
4391 Fri Feb  5 17:20:00 1999  Stan Shebs  <shebs@andros.cygnus.com>
4393         * gdb.texinfo, remote.texi: Many changes; update to Seventh
4394         Edition, merge some HP changes into mainline, describe some
4395         previously undocumented features, describe more of the target
4396         commands available, eliminate obsolete section on renamed
4397         commands.
4398         * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
4400 Wed Jan 20 17:47:45 1999  Stan Shebs  <shebs@andros.cygnus.com>
4402         * gdb.texinfo: Make many HPPA conditionals unconditional,
4403         including catchpoint description, since now on for all configs.
4404         * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
4405         specializations.
4407 Thu Jan 14 17:10:12 1999  Stan Shebs  <shebs@andros.cygnus.com>
4409         * Makefile.in (GDBvn.texi): Fix match expression to work with
4410         current format of VERSION in gdb/Makefile.in.
4411         * gdb.texinfo: Fix node ref to match new readline.
4413 Wed Jan 13 10:38:40 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
4415         * gdb.texinfo: Changes made as part of a project to merge in
4416           changes made by HP. Documentation makes extensive use of
4417           @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
4418           on remote debugging. There are differences in documentation
4419           (HP vs.  non-HP) on C++ support (aCC vs. gnu gcc++). Also,
4420           the HP manual discusses catchpoints, hardware watchpoints, and
4421           some HPUX specific limitations for shared library support.
4423           There are also a number of @node changes.
4425 1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
4427         * gdbint.texinfo (Formatting): Disambiguate a sentence.
4428         (C Usage): Same.
4430 Wed Jan  6 11:55:34 1999  David Taylor  <taylor@texas.cygnus.com>
4432         The following changes were made by Edith Epstein
4433         <eepstein@cygnus.com> as part of a project to merge in changes
4434         made by HP.
4436         * HPPA-cfg.texi: new file.
4438         * all-cfg.texi: set HPPA for HP PA-RISC targets.
4440         * refcard.tex: change documentation about catch.
4441           removed info catch.
4443 Mon Jan  4 18:29:18 1999  Stan Shebs  <shebs@andros.cygnus.com>
4445         * gdbint.texinfo: Expand on GDB's coding standards,
4446         specify the use of arg names with prototypes.
4448 1998-12-14  J.T. Conklin  <jtc@redbacknetworks.com>
4450         * gdb.texinfo: Fix tipo.
4452 Sun Dec 13 10:27:59 1998  Andrew Cagney  <cagney@b1.cygnus.com>
4454         * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
4455         TARGET_BYTE_ORDER_SELECTABLE_P.
4457 Thu Dec 10 16:07:09 1998  Andrew Cagney  <cagney@b1.cygnus.com>
4459         * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
4461 1998-12-09  Jim Blandy  <jimb@zwingli.cygnus.com>
4463         * agentexpr.texi: New file.
4465 Wed Dec  9 21:13:57 1998  Andrew Cagney  <cagney@chook>
4467         * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
4469 1998-12-03  J.T. Conklin  <jtc@redbacknetworks.com>
4471         * remote.texi: Changed wording that implied that the GDB remote
4472         protocol caches register values instead of GDB itself.
4474 Tue Dec  1 17:45:43 1998  Stan Shebs  <shebs@andros.cygnus.com>
4476         * gdbint.texinfo: Add some info about symbol readers.
4477         (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
4478         (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
4479         (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
4480         (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
4482 Mon Nov 30 11:32:21 1998  Andrew Cagney  <cagney@chook>
4484         * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
4486 Sat Nov 28 13:45:53 1998  Andrew Cagney  <cagney@b1.cygnus.com>
4488         * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
4490 Fri Nov 27 12:39:45 1998  Andrew Cagney  <cagney@chook>
4492         * gdbint.texinfo (NO_SINGLE_STEP): Replace with
4493         SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
4495 Wed Oct 14 10:02:40 1998  Andrew Cagney  <cagney@b1.cygnus.com>
4497         * gdbint.texinfo: Fix minor typos.
4499 Wed Sep 30 18:03:19 1998  Stan Shebs  <shebs@andros.cygnus.com>
4501         * gdbint.texinfo: Complete overhaul.  Group descriptions more
4502         logically, add more info on generic algorithms, remove much
4503         obsolete and/or wrong material.
4505 Fri Jul 24 17:51:38 1998  Ian Lance Taylor  <ian@cygnus.com>
4507         * stabs.texinfo (Method Type Descriptor): Expand and correct.
4509 Mon May  4 10:37:12 1998  Brian Youmans (3diff@gnu.org)
4511         * refcard.tex:  Copyright, address updates.
4513 Tue Apr 21 18:09:56 1998  Stan Shebs  <shebs@andros.cygnus.com>
4515         * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
4516         for the edition instead of confusing GDB-version-like numbers.
4518 Mon Apr 13 14:05:00 1998  Fred Fish  <fnf@cygnus.com>
4520         * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
4522 Thu Apr  2 16:52:44 1998  Jason Molenda  (crash@bugshack.cygnus.com)
4524         * LRS: Reformat a bit to keep text under 80 columns.
4526 Thu Apr  2 16:10:36 1998  Stan Shebs  <shebs@andros.cygnus.com>
4528         * gdb.texinfo: Add some credits, mention bug monitor.
4529         * remote.texi: Mention mips monitor targets.
4530         * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
4532 Mon Feb  2 17:13:03 1998  Stan Shebs  <shebs@andros.cygnus.com>
4534         * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
4535         files, finish sorting of host vs target vs native macros, describe
4536         some more of them.
4538 Tue Jan 13 16:44:50 1998  Fred Fish  <fnf@cygnus.com>
4540         * gdbint.texinfo (Host Conditionals): Document change from
4541         using NO_MMALLOC to it's inverse, USE_MMALLOC.
4543 Mon Nov 24 13:55:21 1997  Andrew Cagney  <cagney@b1.cygnus.com>
4545         * gdbint.texinfo (Host Conditionals): Document
4546         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
4548 Fri Jul  4 14:52:31 1997  Ian Lance Taylor  <ian@cygnus.com>
4550         * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
4551         Document LSEEK_NOT_LINEAR.
4553 Tue Mar 25 14:44:09 1997  Ian Lance Taylor  <ian@cygnus.com>
4555         * stabs.texinfo (Stab Section Basics): Make it clear that only
4556         some versions of the GNU linker remove the leading N_UNDF symbol.
4558 Thu Feb 27 17:45:19 1997  Ian Lance Taylor  <ian@cygnus.com>
4560         * stabs.texinfo (String Field): Document type number pairs here,
4561         instead of in the Sun specific section.
4562         (Include Files): The GNU linker supports the N_BINCL
4563         optimization.  Clarify the N_BINCL value, and what it is used
4564         for.
4565         (Procedures): Document N_FUN with an empty string to mark the end
4566         of a function.
4567         (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
4568         (Sun Differences): Remove this node, as the information is now
4569         elsewhere in the main document.
4570         (Stab Section Basics): Mention that the GNU linker may optimize
4571         stabs and remove the leading N_UNDF symbol.
4573 Mon Dec  9 12:23:32 1996  Roland Pesch  <roland@wrs.com>
4575         * gdb.texinfo, refcard.tex: Restore author credit
4577 Wed Oct  2 22:01:36 1996  Fred Fish  <fnf@fishfood.ninemoons.com>
4579         * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
4580         documentation to account for START and END macros taking
4581         one arg.
4583 Thu Aug 22 17:59:03 1996  Fred Fish  <fnf@cygnus.com>
4585         From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
4586         * gdb.texinfo (Frames): Fix typo.
4588 Tue Jul 23 10:06:20 1996  Fred Fish  <fnf@cygnus.com>
4590         * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
4591         a target_signal as arg type, not a pid.
4593 Fri Jul 12 11:10:05 1996  Stu Grossman  (grossman@critters.cygnus.com)
4595         * gdb.texinfo:  Document `set assembly-language'.
4597 Thu Jul 11 13:50:28 1996  Stan Shebs  <shebs@andros.cygnus.com>
4599         * remote.texi: Update list of stubs in the GDB distribution.
4601 Fri Jul  5 15:38:54 1996  Fred Fish  <fnf@cygnus.com>
4603         * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
4604         Also document that some systems can use mmalloc but must define
4605         this if their C runtime allocates memory that is later freed.
4606         (MMCHECK_FORCE): Document new macro.
4608 Fri Jun 28 22:17:10 1996  Dawn Perchik  <dawn@cygnus.com>
4610         * remote.texi: Add documentation for target Sparclet.
4612 Mon Jun 24 18:12:22 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
4614         * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
4615         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
4616         * configure.in: Rewritten for autoconf.
4617         * configure: New.
4619 Mon Jun 17 10:43:41 1996  Fred Fish  <fnf@cygnus.com>
4621         * Makefile.in (DVIPS): New define, set to dvips.
4622         (dvi): Add stabs.dvi.
4623         (ps): New target.
4624         (all-doc): Depend on info, dvi, and ps targets.
4625         (STAGESTUFF): Add *.ps and *.dvi files.
4626         (clean-info, clean-dvi): Remove.
4627         (mostlyclean): Does not depend upon clean-info or clean-dvi,
4628         rules completely rewritten.
4629         (maintainer-clean): Remove clean-info and clean-dvi
4630         dependencies and put their actions in the rules.
4631         (gdb.ps): New target
4632         (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
4633         intermediate TeX files, whether they have 2 or 3 character
4634         extensions.
4635         (gdbint.ps): Add target and rules.
4636         (gdb-internals): Delete unused target.
4637         (Makefile): Depends upon config.status also.
4639 Sat Mar 30 15:46:58 1996  Fred Fish  <fnf@cygnus.com>
4641         * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
4642         set.
4644 Sat Mar 16 15:10:20 1996  Fred Fish  <fnf@cygnus.com>
4646         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4647         * gdb.texinfo (Expressions): Fix erroneous array constant example.
4649 Sat Mar 16 13:28:45 1996  Fred Fish  <fnf@cygnus.com>
4651         * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
4653 Sat Feb 10 03:28:36 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
4655         * gdb.texinfo (Print settings):  Document
4656         `set/show print static-members' commands.
4658 Wed Jan 10 14:16:37 1996  Fred Fish  <fnf@cygnus.com>
4660         * gdbint.texinfo (Native): Document name change, coredep.c to
4661         core-aout.c.
4663 Wed Dec 13 12:35:28 1995  Ian Lance Taylor  <ian@cygnus.com>
4665         * stabs.texinfo (Include Files): Document the values the SunOS4
4666         linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
4668 Fri Dec  8 21:08:44 1995  Fred Fish  <fnf@cygnus.com>
4670         * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
4671         Fix typo.
4673 Fri Dec  1 11:07:50 1995  Fred Fish  <fnf@cygnus.com>
4675         * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
4676         "gdb.tar.Z".
4678 Wed Sep 20 13:14:10 1995  Ian Lance Taylor  <ian@cygnus.com>
4680         * Makefile.in (maintainer-clean): New target, synonym for
4681         realclean.
4683 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
4685         * Update all FSF addresses except those in COPYING* files.
4687 Wed Jul 19 18:43:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
4689         From Richard Earnshaw (rearnsha@armltd.co.uk):
4690         * gdb.texinfo (convenience variables): Document $_exitcode.
4691         (quit): Document optional expression to use as exit code.
4693 Thu Jun 22 21:27:33 1995  Victoria Mixon  <victoria@cygnus.com>
4695         * gdb.texinfo, remote.texi: Brought up to date with various
4696         GDB changes.
4698 Tue Jun 20 14:35:38 1995  Stan Shebs  <shebs@andros.cygnus.com>
4700         * gdb.texinfo: Update dates and versions, fix comments about
4701         hardware watchpoints in future releases and about the
4702         sharedlibrary command.
4704 Mon May  8 09:30:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
4706         * stabs.texinfo: Remove node `XCOFF differences'.  Describe value of
4707         C_FUN stab.  Other cleanups.
4709 Wed Apr 19 07:02:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
4711         * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
4712         for the sparc stub.
4714 Tue Apr 11 11:41:49 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
4716         * annotate.texi: Clarify which addresses have differing formats
4717         depending on the language and which do not.
4719 Tue Mar 28 16:56:22 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4721         * remote.texi (NetWare): Changed example to use BOARD= instead of
4722           NODE= argument to reflect correspoding change to gdbserve.nlm.
4724 Fri Mar 17 06:47:02 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
4726         * stabs.texinfo (Negative Type Numbers): Mention the fact that
4727         GDB, as well as AIX dbx, supports the size type attribute.
4729 Thu Mar 16 12:11:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
4731         * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
4733 Mon Mar 13 16:49:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
4735         * gdb.texinfo (Define):  Document $arg0... arguments to commands,
4736         and new 'if' and 'while' commands.
4738 Fri Feb 17 15:24:35 1995  Per Bothner  <bothner@kalessin.cygnus.com>
4740         * gdb.texinfo (Artificial arrays):  Note use of coerce-to-array-type.
4742 Wed Feb 15 11:59:18 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4744         * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
4745         * remote.texi (NetWare): New node, how to use gdbserve.nlm on
4746           NetWare targets.  Mostly stolen from the Server node.
4748 Fri Feb 10 20:20:08 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
4750         * gdb.texinfo (Setting): Talk about the language of a source file
4751         versus the working language.  The old documentation did not match
4752         what GDB did.
4754 Wed Feb  1 20:26:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
4756         * stabs.texinfo (Source Files): Document N_SO used to mark the end
4757         of a source file.
4759 Mon Jan 23 14:23:37 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
4761         * gdb.texinfo (Processes): New node.
4763 Tue Jan 17 14:09:03 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
4765         * remote.texi: Update documentation of set/show mipsfpu.
4767 Fri Jan  6 17:17:28 1995  Stan Shebs  <shebs@andros.cygnus.com>
4769         * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
4770         * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
4772 Sun Sep  4 16:47:21 1994  Stan Shebs  (shebs@andros.cygnus.com)
4774         * gdbint.texinfo: Removed mentions of some incorrectly placed and
4775         obsolete conditionals, described some others.
4777 Mon Aug  1 15:42:39 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4779         * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
4780         SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
4782 Mon Aug  1 15:12:02 1994  Stan Shebs  (shebs@andros.cygnus.com)
4784         * gdbint.texinfo: Put regex conditionals in their own table.
4786 Tue Jul 26 18:32:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
4788         * gdbint.texinfo: Removed mentions of many obsolete conditionals,
4789         described or fixed the descriptions of many others.
4791 Sun Jul 17 14:14:03 1994  Stan Shebs  (shebs@andros.cygnus.com)
4793         * gdb.texinfo: Add some more credits.
4794         * gdbint.texinfo: Capitalize GDB consistently, describe some
4795         macros and remove some.
4797 Thu Jul 14 18:43:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
4799         * gdbint.texinfo: Removed mentions of many incorrectly placed and
4800         obsolete conditionals, described some others.
4802 Tue Jul 12 12:23:15 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
4804         * gdb.texinfo (help targets):  Changed to `help target', which
4805         is the correct gdb command.
4807 Wed Jun 22 18:00:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4809         * annotate.texi (TODO): New node, for keeping track of annotations
4810         suggested but not yet implemented.
4812 Wed Jun  1 16:10:45 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4814         * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
4815         another symbol, it is not the address itself.
4817 Thu May  5 20:23:36 1994  Stan Shebs  (shebs@andros.cygnus.com)
4819         * stabs.texinfo (Stab Section Basics): Add comment about alignment
4820         of stabs-in-coff sections.
4822 Wed May  4 06:26:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4824         * annotate.texi: Change edition to 0.5 and date to May 1994.
4825         Add index.
4826         (Frames): New node, for frame annotation.
4827         (Displays): New node, for display annotation.
4829         * remote.texi (MIPS Remote): Say that set timeout doesn't apply
4830         when waiting for your program to stop.
4832 Fri Apr 29 18:24:46 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4834         * annotate.texi (Breakpoint Info): Document annotation of header
4835         fields and record annotation.
4837 Thu Apr 28 07:44:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4839         * annotate.texi: New file, to document annotations.
4841 Thu Apr 21 14:20:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4843         * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
4844         16 I meant to make this change but did not).  Do remove gdb-cfg.texi.
4846 Wed Apr 20 11:22:48 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4848         * stabs.texinfo (Stab Section Basics): Say what is in .stab
4849         section, and say n_strx field is compilation unit relative.
4850         * stabs.texinfo: Don't use @code for a.out when it is the name of
4851         an object file format.
4853 Wed Apr 13 20:29:54 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
4855         * gdb.texinfo: Refer to file names, not path names, per rms
4856         convention.
4857         (Arguments): Fix typo.
4859 Thu Mar 24 08:09:12 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4861         * stabs.texinfo (Global Variables): Talk about stabs in files
4862         where variables are referenced, but not defined.
4864 Wed Mar 23 07:16:36 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4866         * stabs.texinfo: Move stuff on @ and # type descriptors from node
4867         Cplusplus to new nodes Member Type Descriptor and Method Type
4868         Descriptor.  Re-write stuff for #.
4870 Wed Mar 16 08:20:19 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4872         * gdb.texinfo (Print Settings): Don't document "set print
4873         fast-symbolic-addr off".  The bug which it worked around was fixed
4874         on 25 Feb 94 in coffread.c, so I'm nuking the command.
4876         * stabs.texinfo (Alternate Entry Points): New node, rewritten from
4877         N_ENTRY node.
4879         * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
4881 Tue Mar 15 08:43:02 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4883         * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
4884         references to ieee-float.c.
4886 Fri Mar 11 08:09:40 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4888         * gdb.texinfo (Set Breaks): Update documentation for tbreak to
4889         match what the code actually does.
4891 Wed Mar  9 19:43:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4893         * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
4895 Tue Mar  1 17:04:43 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
4897         * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
4898         i, and b.
4900 Wed Feb 23 10:44:18 1994  Jim Kingdon  (kingdon@rtl.cygnus.com)
4902         * stabs.texinfo: Document N_RBRAC as function relative for COFF as
4903         well as for ELF and SOM.  Unify the descriptions of ELF and SOM
4904         as "stabs in sections" rather than just saying "ELF and SOM".
4905         Also make that stuff apply to COFF.
4907 Fri Feb 18 08:25:58 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4909         * gdb.texinfo (Formatting Documentation): Change GhostScript to
4910         Ghostscript.
4912 Fri Feb  4 06:31:31 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4914         * gdb.texinfo (Continuing and Stepping): When talking about "step"
4915         versus functions without line numbers, also mention stepping into
4916         them as well as "step" when you are in them.  Tell the user how to
4917         deal with the situation.  Add comment about "debugging information".
4919 Thu Feb  3 11:39:59 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4921         * stabs.texinfo (Enumerations): Document restriction on where
4922         enumeration types can appear and still win with GDB.
4924 Wed Feb  2 11:29:17 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4926         * stabs.texinfo (Negative Type Numbers): Document format for type
4927         -16.
4929 Thu Jan 27 16:53:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4931         * gdb.texinfo (Selection, Frame Info): Update information about
4932         arbitrary frame specficiations.
4934 Wed Jan 26 15:31:57 1994  Roland H. Pesch  (pesch@fowanton.cygnus.com)
4936         * gdb.texinfo, remote.texi: general editing pass prior to Net release
4938 Tue Jan 25 12:12:04 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4940         * stabs.texinfo (String Field): Discuss continuing stabs with ?.
4942 Wed Jan 19 06:39:24 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
4944         * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
4946 Sun Jan 16 12:43:32 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4948         * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
4949         Differences node to Statics node.
4950         (Statics): Discuss XCOFF use of V symbol descriptor.
4952         * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
4953         not clean.
4955 Wed Jan 12 21:29:54 1994  John Gilmore  (gnu@cygnus.com)
4957         * gdb.texinfo (Print Settings): Document `set print
4958         fast-symbolic-addr' and improve the doc for some other
4959         `set print's.
4961 Mon Jan  3 17:23:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
4963         * stabs.texinfo (String Field): Talk about defining several type
4964         numbers at once.
4965         Fix lint regarding changing node ELF Transformations to
4966         ELF and SOM Transformations.
4968 Fri Dec 31 00:42:43 1993  John Gilmore  (gnu@cygnus.com)
4970         * stabs.texinfo:  Insert Peter Kessler's name as inventor (I think).
4972 Tue Dec 28 09:30:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
4974         * stabs.texinfo (Cross-References): `::' is for nested types only
4975         within <>.
4976         (Structures): Document static members.
4978 Mon Dec 27 13:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
4980         * stabs.texinfo: Document S type attribute.
4982 Sun Dec 26 20:46:36 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
4984         * stabs.texinfo: Add notes about stabs-in-som where appropriate.
4986 Fri Dec  3 19:13:19 1993  John Gilmore  (gnu@cygnus.com)
4988         * gdbint.texinfo:  Fix a few typos.
4990 Sun Nov 28 18:06:25 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
4992         * gdb.texinfo, remote.texi: formatting improvements
4994         * gdb.texinfo (New Features): mention threads.
4995         (Summary, C): fix xrefs in newly contributed text.
4996         (Threads): index entries, clarifications, example
4997         (passim): minor typos fixed, phrasing improvements
4999         * remote.texi (Bootstrapping): rephrase text on ^C and add index
5000         entries; (Server): explain use of gdbserver w/real-time systems,
5001         add example of conflicting TCP port; (MIPS Remote) break up
5002         running text into table, highlighting commands, and add example.
5004 Wed Nov 24 14:15:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5006         * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
5008 Fri Nov 12 16:10:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5010         * stabs.texinfo (Nested Symbols): New node.
5011         (String Field, Symbol Descriptors, Cross-References): Refer to it.
5013 Thu Nov 11 13:26:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5015         * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
5016         to picking which Bbss.bss symbol to use, and (because there seems to
5017         be no good way of doing it) re-write some of the text to make it
5018         sound like Bbss.bss isn't such a great idea after all (as currently
5019         designed).
5021         * gdb.texinfo (C): In addition to saying people have to use g++ for
5022         good results, say they have to use stabs.  Specifically say cfront
5023         doesn't work well.
5024         (Summary): Merge in information on Modula-2, Pascal, and Chill from
5025         the gdb README.  Add xrefs to places where the support for the various
5026         languages is described in detail.
5028 Mon Nov  8 11:47:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5030         * stabs.texinfo: Clean up stuff about visibility and virtual
5031         characters.
5033         * stabs.texinfo (N_M2C): Cite Sun doc.
5035 Fri Nov  5 16:27:27 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5037         * gdb.texinfo: updates re threads.
5038         * remote.texinfo: avoid index entries starting with digits.
5040 Tue Nov  2 09:08:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5042         * stabs.texinfo (Enumerations): Talk about large, negative and
5043         octal values.  Clean up cross reference to type attributes.
5044         (String Field): Say that GDB 4.11 supports size attribute.
5046 Sun Oct 31 13:31:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5048         * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
5049         is a mandatory step.  Make the stuff about that more concise.
5051 Wed Oct 27 00:25:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5053         * stabs.texinfo (Class Names): New node.
5055         * gdb.texinfo (Command Files): Explain order of init file reading.
5057         * remote.texi (Bootstrapping): Talk about getting the serial driver
5058         to deal with ^C sent by gdb to stop the remote system.
5060 Mon Oct 25 03:25:41 1993  Tom Lord  (lord@cygnus.com)
5062         * libgdb.texinfo (I/O): incorporated better phrasing from rich.
5064         * libgdb.texinfo (Defining Commands): made the DOC arg
5065         to gdb_define_app_command a char * instead of char **
5066         per a suggestion from kingdon.
5068         * libgdb.texinfo: total rewrite from a different starting
5069         premise.
5071 Wed Oct 20 18:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5073         * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
5074         floats passed as doubles (to improve clarity).
5076 Tue Oct 19 14:21:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5078         * gdb.texinfo (Source Path): index entries for $cwd, $pdir
5080         * a4rc.sed: update to work with Andreas Vogel papersize params
5082         * refcard.tex: use Andreas Vogel simplifications of papersize
5083         params; remove useless version info; update copyright date.
5085 Tue Oct 19 10:46:22 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5087         * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
5089 Tue Oct 12 09:11:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5091         * gdb.texinfo (Files): Say what address the load command loads it at.
5093         * stabs.texinfo (Common Blocks): Minor cleanups.
5095         * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
5096         that Sun has backed away from the linker kludge and thus the relevant
5097         issue is changes to the SunPRO tools, not the Solaris linker.
5099         * stabs.texinfo (Traditional Integer Types): Clean up description
5100         of octal bounds a little bit.  Document extra leading zeroes.
5102 Thu Oct  7 16:15:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5104         * gdb.texinfo (Signaling): Update for symbolic symbol names
5105         and add a section explaining the difference between the GDB
5106         signal command and the shell kill utility.
5108 Wed Oct  6 13:23:01 1993  Tom Lord  (lord@rtl.cygnus.com)
5110         * libgdb.texinfo: added `@' to braces that were unescaped.
5112 Mon Oct  4 10:42:18 1993  Tom Lord  (lord@rtl.cygnus.com)
5114         * libgdb.texinfo: new file.  Spec for the gdb library.
5116 Sun Oct  3 15:26:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5118         * stabs.texinfo (Include Files): Fix typo (start -> end).
5120 Thu Sep 30 18:24:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5122         * gdb.texinfo, remote.texi: assorted small improvements, mostly
5123         from Melissa at FSF's editing pass.
5125 Thu Sep 30 11:54:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5127         * gdb.texinfo: Remove stuff about ar and 14 character filenames.
5128         I believe this was fixed by the 13 Sep 89 change to print_frame_info.
5129         Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
5131 Wed Sep 22 21:22:11 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5133         * remote.texi (Bootstrapping): Discuss 386 call gates.
5135 Sat Sep 18 17:10:44 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
5137         * stabs.texinfo (Based Variables): New node.
5139 Thu Sep 16 17:48:55 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
5141         * stabs.texinfo (Negative Type Numbers): Re-write discussions of
5142         names, sizes, and formats to suggest how not to lose.
5144 Sat Sep 11 09:35:11 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
5146         * stabs.texinfo (Methods): Fix typo.
5148 Fri Sep 10 06:34:20 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
5150         * gdb.texinfo: Fix a few typos.
5152 Wed Sep  8 09:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5154         * gdb.texinfo: Clarify how well it works with Fortran.
5156         * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
5157         More on relocating stabs in ELF files.
5159 Tue Sep  7 13:45:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5161         * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
5163 Mon Sep  6 19:23:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5165         * stabs.texinfo (Local Variable Parameters): Talk about nameless
5166         parameters on VAX.
5168 Fri Sep  3 17:06:08 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5170         * gdb.texinfo: @up/@down -> @raisesections/@lowersections
5172 Fri Sep  3 12:04:15 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5174         * stabs.texinfo: Make info author notice match the TeX author notice.
5176 Tue Aug 31 13:21:06 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
5178         * stabs.texinfo: Initial-caps all words in node names and
5179         non-trivial words in section names.
5181 Mon Aug 30 11:13:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5183         * stabs.texinfo: Many minor cleanups.
5185         * stabs.texinfo: Remove @deffn except from Expanded Reference node.
5187 Sat Aug 28 12:08:09 1993  David J. MacKenzie  (djm@edison.eng.umd.edu)
5189         * stabs.texinfo: Remove full description of big example.
5190         It's not really helpful; just use pieces of it where appropriate.
5191         Add more Texinfo formatting directives (@samp, etc.).
5192         Use @deffn to define stab types.
5193         Eliminate some wordiness.  Break up some nodes.
5194         Add an (alphabetized) index of symbol types.
5195         Use consistent capitalization style in node and section names.
5197 Thu Aug 26 06:36:31 1993  Fred Fish  (fnf@deneb.cygnus.com)
5199         * gdb.texinfo:  Change typo "Two two" to "The two".
5201 Sun Aug 22 12:15:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5203         * stabs.texinfo (XCOFF-differences): Remove references to
5204         non-existent types N_DECL and N_RPSYM.
5206         * stabs.texinfo (String Field): Say that type attributes bug is
5207         fixed in GDB 4.10, since it is.
5209         * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
5211 Sat Aug 21 04:32:28 1993  David MacKenzie  (djm@cygnus.com)
5213         * stabs.texinfo: Formatting cleanups.
5215 Fri Aug 20 20:49:53 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5217         * stabs.texinfo: When explaining the n_type of a stab, standardize
5218         how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
5219         no tabs, use @r).
5220         (Global Variables): Clean up.
5222 Tue Aug 17 15:57:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5224         * stabs.texinfo (Stack Variables): Re-write.
5226 Mon Aug 16 21:20:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5228         * stabs.texinfo (Stabs-in-elf): Talk about getting the start
5229         addresses of a source file.  Also revise formatting.
5230         Change "object module" or "object file" to "source file".
5231         Various: Miscellaneous cleanups.
5233 Thu Aug 12 15:11:51 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5235         * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
5237 Tue Aug 10 16:57:49 1993  Stan Shebs  (shebs@rtl.cygnus.com)
5239         * gdbint.texinfo: Removed many nonsensical machine-collected
5240         host and target conditionals, described some of the remainder.
5242 Tue Aug 10 13:28:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5244         * gdbint.texinfo (Getting Started): Use @itemize, not @table.
5246         * gdbint.texinfo (Top): Add name to @top line, and re-write the
5247         paragraph which follows.
5249         * gdbint.texinfo (Host): Use @code not @samp for Makefile
5250         variables.  Looks better and avoids overful hbox.
5252 Fri Jul 30 18:26:21 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5254         * stabs.texinfo (Procedures): Improve stuff on nested functions.
5256 Thu Jul 29 15:10:58 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5258         * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
5259         retransmit-timeout
5261 Thu Jul 29 13:16:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5263         * gdbint.texinfo: Update statement about `some ancient Unix
5264         systems, like Ultrix 4.0' to Ultrix 4.2.
5266 Wed Jul 28 15:26:53 1993  Roland H. Pesch  (pesch@el_bosque.cygnus.com)
5268         * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
5270         * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
5272         * remote.texi: (Server) New node on gdbserver.  (Remote Serial,
5273         ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
5275         * remote.texi: new name for former gdbinv-s.texi
5277         * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
5279 Wed Jul 28 08:26:24 1993  Ian Lance Taylor  (ian@cygnus.com)
5281         * gdbinv-s.texi: Documented timeout and retransmit-timeout
5282         variables for MIPS remote debugging protocol.
5284 Mon Jul 26 13:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5286         * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
5288 Tue Jul 20 16:30:41 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
5290         * Makefile.in (refcard.dvi): Use srcdir where necessary.
5292 Mon Jul 19 12:02:50 1993  Roland H. Pesch  (pesch@cygnus.com)
5294         * gdb.texinfo: repair conditional bugs in text markup
5296 Fri Jul 16 18:57:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5298         * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
5299         to select Modula-2 material.
5301 Thu Jul 15 13:15:01 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5303         * stabs.texinfo: Cleanups regarding statics.
5305         * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
5306         (Debug Session): Mention exceptionHandler.  Add xref to Bootstrapping.
5308 Mon Jul 12 13:37:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5310         * stabs.texinfo: N_MAIN is sometimes used for C.
5312 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
5314         * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
5316 Tue Jul  6 12:41:28 1993  John Gilmore  (gnu@cygnus.com)
5318         * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
5319         removed from the code by Kingdon.
5321 Tue Jul  6 12:24:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5323         * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
5324         input when evaluating breakpoint conditions; the bug has been fixed.
5326         * gdb.texinfo (Continuing and Stepping): Argument to "continue"
5327         sets the ignore count to N-1, not to N.
5329 Thu Jul  1 14:57:42 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5331         * refcard.tex (\hoffset): correct longstanding error to match
5332           intended offset; avoids cutting off edge on some printers
5334 Wed Jun 30 18:23:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5336         * stabs.texinfo (Parameters): Say that order of stabs is significant.
5338 Fri Jun 25 21:34:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5340         * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
5342 Fri Jun 25 16:15:10 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5344         * Makefile.in: (REFEDITS) new var to control whether PS or CM
5345         fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
5346         collect sed edits if any, apply to refcard before formatting;
5347         (refcard.ps) stop implying PS fonts if PS output requested;
5348         (lrefcard.ps) delete extra target for variant PS fonts
5350         * refcard.tex: parametrize papersize dependent info, collect
5351           in easily replaced spot
5353         * a4rc.sed: new file, edits to refcard for A4 paper
5355 Fri Jun 25 14:21:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5357         * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
5359 Wed Jun 23 15:02:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5361         * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
5363 Tue Jun 22 16:31:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5365         * stabs.texinfo: Express disapproval of 'D' symbol descriptor
5366         politely rather than rudely.
5368 Fri Jun 18 19:42:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5370         * stabs.texinfo: Document common blocks.
5372 Fri Jun 18 12:12:57 1993  Fred Fish  (fnf@cygnus.com)
5374         * stabs.texinfo:  Add some basic info about stabs-in-elf.
5376 Fri Jun 18 13:57:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5378         * stabs.texinfo (Top): Minor cleanup.
5380 Mon Jun 14 16:16:51 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
5382         * Makefile.in (install-info): remove parentdir support
5384 Tue Jun 15 18:11:39 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5386         * gdb.texinfo (Copying): delete this node and references to it;
5387         RMS says this manual need not carry GPL. (passim): Improvements
5388         from last round at FSF, largely due to Ian Taylor review, and
5389         minor formatting improvements.
5391         * gdbinv-s.texi (passim): Improvements from last round at FSF,
5392         largely due to Ian Taylor review. (Debug Session): minor edits to
5393         new text.
5395 Sun Jun 13 12:52:39 1993  Jim Kingdon  (kingdon@cygnus.com)
5397         * Makefile.in (realclean): Remove info and dvi files too.
5399 Sat Jun 12 16:09:22 1993  Jim Kingdon  (kingdon@cygnus.com)
5401         * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
5402         * Makefile.in: Change accordingly.  gdb-config.texi -> gdb-cfg.texi.
5403         * gdb.texinfo: Change accordingly.
5405         * stabs.texinfo: Clean up N_{L,R}BRAC.  Discuss what addresses of
5406         N_{L,R}BRAC,N_SLINE are relative to.
5408 Fri Jun 11 15:15:55 1993  Jim Kingdon  (kingdon@cygnus.com)
5410         * Makefile.in (GDBvn.texi): Update atomically.
5412 Wed Jun  9 10:58:16 1993  Jim Kingdon  (kingdon@cygnus.com)
5414         * gdbinv-s.texi (Debug Session): Document exceptionHook.
5416 Tue Jun  8 13:42:04 1993  Jim Kingdon  (kingdon@cygnus.com)
5418         * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
5419         addresses together.  Also motivate the set print symbol-filename
5420         command and suggest other solutions.
5422 Tue Jun  1 22:46:43 1993  Fred Fish  (fnf@cygnus.com)
5424         * gdb.texinfo (set print elements):  Note that the number of
5425         elements is set to unlimited by "set print elements 0".
5427 Mon May 31 08:06:55 1993  Jim Kingdon  (kingdon@cygnus.com)
5429         * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
5430         NF_LDOUBLE means.
5431         (Stab Types): Include Solaris stab types.
5432         (Procedures): Document Solaris extensions.
5434 Thu May 27 06:20:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
5436         * gdb.texinfo:  Add `set print symbol-filename' doc.
5438 Wed May 26 00:26:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5440         * stabs.texinfo (Arrays): Talk about type definition vs. type
5441         information.
5443         * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
5444         the trailing semicolon.
5446 Tue May 25 14:49:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5448         * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
5449         and merge in other parts of the document addressing these subjects.
5450         gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
5452         * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
5453         at the end of a range type.
5455         * stabs.texinfo (Subranges): "A offset" and "T offset" are not
5456         AIX extensions.
5458 Mon May 24 09:00:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5460         * stabs.texinfo (Stabs Format):  Misc fixes.
5462 Sat May 22 10:40:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5464         * stabs.texinfo (Constants):  Allow an `e' constant to be non-enum.
5465         (Traditional builtin types): Document convex convention for long long.
5466         (Negative builtin types): Discuss type names, and misc fixes.
5468 Fri May 21 11:20:31 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5470         * stabs.texinfo (Builtin Type Descriptors): Document the floating
5471         point types used with @samp{R} type descriptor.
5472         (Symbol Descriptors): Describe how to handle conflict between
5473         different meanings of @samp{P} symbol descriptor.
5475 Thu May 20 13:35:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5477         * stabs.texinfo: Remove node Quick Reference and put its children
5478         directly under the main menu.
5480         * stabs.texinfo: Many more changes to bring it into line with
5481         AIX documentation and reality.  I think it now has all the
5482         information from the AIX documentation, except that I burned
5483         out when I got to variant records (Pascal and Modula-2) and
5484         all the COBOL types.  Oh well, we can add them later when we're
5485         worrying more about those languages.
5487         * stabs.texinfo (Automatic variables): Talk about what it means
5488         to omit the symbol descriptor.
5490 Tue May 18 17:59:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5492         * stabs.texinfo (Parameters): Add "(sometimes)" when describing
5493         gcc2 behavior with promoted args.
5495 Fri May 14 21:35:29 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5497         * gdb.texinfo: include readline appendices in info version of manual
5499 Fri May  7 11:56:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5501         * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
5502         target remote.
5504         * gdb.texinfo (Machine Code): more index entries for disassemble
5506 Fri May  7 10:12:30 1993  Fred Fish  (fnf@cygnus.com)
5508         * Clarify the intended use of the gdb-testers and gdb-patches
5509         mailing lists, and shrink gzip comment.
5511 Thu May  6 16:39:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5513         * gdb.texinfo (Shell Commands): do not mention SHELL env var in
5514         DOSHOST configuration of manual.
5516         * gdb.texinfo (MIPS Stack): new node.
5518         * all-config.texi (MIPS) new switch.
5520         * gdbinv-s.texi (Nindy Options) Remove two instances of future
5521         tense; (MIPS Remote) new node.
5523         * gdb.texinfo (passim) rephrases to work around makeinfo @value
5524         bug; (Environment) less passive, other small cleanups in text about
5525         .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
5526         (Remote) new MIPS Remote menu entry.
5528 Thu Apr 29 09:36:25 1993  Jim Kingdon  (kingdon@cygnus.com)
5530         * stabs.texinfo: Many changes to include information from the
5531         AIX documentation.
5533         * gdb.texinfo (Environment): Mention pitfall with .cshrc.
5535 Tue Apr 27 14:02:57 1993  Jim Kingdon  (kingdon@cygnus.com)
5537         * gdbint.texinfo (new node Debugging GDB, elsewhere):
5538         Move a bunch of information from ../README.
5539         (Getting Started): New node.
5541 Fri Apr 23 17:21:13 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5543         * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
5545         * gdb.texinfo: advance manual revision dates to present
5547         * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
5548         stop using silly Roman numerals in @set variable names
5550 Fri Apr 23 07:30:01 1993  Jim Kingdon  (kingdon@cygnus.com)
5552         * stabs.texinfo (Parameters): Keep trying to get this right.
5554 Wed Apr 21 15:18:47 1993  Jim Kingdon  (kingdon@cygnus.com)
5556         * stabs.texinfo (Parameters): More on "local parameters".
5558 Mon Apr 19 08:00:51 1993  Jim Kingdon  (kingdon@cygnus.com)
5560         * stabs.texinfo (Parameters): Re-do "local parameters" section.
5562 Sun Apr 18 09:47:45 1993  Jim Kingdon  (kingdon@cygnus.com)
5564         * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
5565         (Parameters): Rewrite.
5566         (xcoff-differences, Sun-differences): Minor changes.
5568 Thu Apr 15 02:35:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
5570         * stabs.texinfo:  Minor cleanup.
5572 Wed Apr 14 17:31:00 1993  Jim Kingdon  (kingdon@cygnus.com)
5574         * gdbint.texinfo: Minor xcoff stuff.
5576 Wed Apr  7 14:11:07 1993  Fred Fish  (fnf@cygnus.com)
5578         * gdbint.texinfo:  Update for new config directory structure.
5579         Add info about internal type data structures.
5581 Mon Apr  5 09:06:30 1993  Ian Lance Taylor  (ian@cygnus.com)
5583         * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
5584         $(srcdir).
5585         (gdb-config.texi): Depend on file in $(srcdir).
5587 Fri Apr  2 16:55:13 1993  Jim Kingdon  (kingdon@cygnus.com)
5589         * stabs.texinfo: Fixes about N_SO.
5591 Fri Mar 26 18:00:35 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5593         * gdb.texinfo: include list of nonstandard init file names
5595         * *-config.texi: new switch GENERIC for text that applies *only*
5596         to (usual) multiple-target version of manual
5598         * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
5599         h8 config
5601         * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
5602         in menus (rather than conditionally selected multiple alternative
5603         menus).
5605         * Makefile.in: define and use DOC_CONFIG var to select
5606         configuration for GDB user manual.
5608         * gdb-config.texi: delete from repository, generate from Makefile.
5610         * all-config.texi: normal `generic' configuration file, formerly
5611         stored as gdb-config.texi
5613 Wed Mar 24 14:03:19 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
5615         * Makefile.in: add dvi target to build all .dvi files
5617 Tue Mar 23 16:03:24 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5619         * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
5621 Fri Mar 19 21:46:50 1993  John Gilmore  (gnu@cygnus.com)
5623         * gdbint.texinfo:  Doc NO_MMALLOC and NO_MMALLOC_CHECK as
5624         host conditionals.
5625         * stabs.texinfo:  More array fixes inspired by Jim's.
5627 Fri Mar 19 10:23:34 1993  Jim Kingdon  (kingdon@cygnus.com)
5629         * stabs.texinfo: Fixes re arrays and continuations.
5631         * gdbint.texinfo: Add XCOFF node.
5633 Mon Mar  8 15:52:18 1993  John Gilmore  (gnu@cygnus.com)
5635         * gdb.texinfo:  Add `set print max-symbolic-offset' doc.
5637 Sun Feb 21 17:09:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
5639         * stabs.texinfo:  Fix for array types to mention lower bounds.
5641 Thu Feb 18 01:19:49 1993  John Gilmore  (gnu@cygnus.com)
5643         * gdbint.texinfo:  Update PTRACE_ARG3_TYPE doc, pull PT_*.
5645 Wed Feb 17 08:15:24 1993  John Gilmore  (gnu@cygnus.com)
5647         * gdbint.texinfo:  Remove SET_STACK_LIMIT_HUGE from target defines.
5649 Thu Feb 11 10:38:40 1993  John Gilmore  (gnu@cygnus.com)
5651         * gdbint.texinfo:  Fix thinko (NM_FILE => NAT_FILE).  Found
5652         by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
5654 Wed Feb 10 23:59:19 1993  John Gilmore  (gnu@cygnus.com)
5656         * gdbint.texinfo:  Eliminate IBM6000_HOST, document IBM6000_TARGET.
5658 Tue Feb  9 18:26:21 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5660         * gdb.texinfo, gdbinv-s.texi: misc updates
5662 Sat Feb  6 10:25:47 1993  John Gilmore  (gnu@cygnus.com)
5664         * gdbint.texinfo:  Brief documentation for longjmp support,
5665         from an email msg by Stu.
5667 Fri Feb  5 14:10:15 1993  John Gilmore  (gnu@cygnus.com)
5669         * stabs.texinfo:  Fix description of floating point "range"
5670         types (which really define basic types).  Reported by Jim Meehan,
5671         <meehan@src.dec.com>.
5673         * gdbint.texinfo:  Remove COFF_NO_LONG_FILE_NAMES define, now gone.
5675 Thu Feb  4 13:56:46 1993  Ian Lance Taylor  (ian@cygnus.com)
5677         * gdbint.texinfo: Slightly expand section on supporting a new
5678         object file format.
5680 Thu Feb  4 01:49:04 1993  John Gilmore  (gnu@cygnus.com)
5682         * Makefile.in (refcard.ps, lrefcard.ps):  Remove psref.tex
5683         intermediate file.
5685 Tue Feb  2 12:18:06 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5687         * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
5689 Mon Feb  1 15:35:47 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5691         * gdbinv-s.texi: z8000 simulator target name is just "sim"
5693         * gdbinv-s.texi:  Mention that Z8000 simulator can simulate Z8001
5694         as well as Z8002.
5696 Sat Nov 28 06:51:35 1992  John Gilmore  (gnu@cygnus.com)
5698         * gdbint.texinfo:  Add sections on clean design and on how to send
5699         in changes.
5701 Mon Nov  9 23:57:02 1992  John Gilmore  (gnu@cygnus.com)
5703         * gdbint.texinfo:  Add how to declare the result of make_cleanup.
5705 Mon Oct 26 11:09:47 1992  John Gilmore  (gnu@cygnus.com)
5707         * gdb.texinfo:  Fix typo, reported by Karl Berry.
5709 Fri Oct 23 00:41:21 1992  John Gilmore  (gnu@cygnus.com)
5711         * gdb.texinfo:  Add opcodes dir to GDB distribution description.
5713 Sat Oct 10 18:04:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
5715         * gdbint.texinfo: fixed a stray email address (needs @@),
5716         added @table @code to node "Native Conditionals"
5718 Tue Sep 22 00:34:15 1992  John Gilmore  (gnu@cygnus.com)
5720         * gdbint.texinfo:  Describe coding style of GDB.
5722 Mon Sep 21 19:32:16 1992  John Gilmore  (gnu@cygnus.com)
5724         * stabs.texinfo:  Minor wording changes.
5726 Tue Sep 15 02:57:09 1992  John Gilmore  (gnu@cygnus.com)
5728         * gdbint.texinfo:  Improve release doc slightly.
5730 Fri Sep 11 01:34:25 1992  John Gilmore  (gnu@sphagnum.cygnus.com)
5732         * gdbint.texinfo:  Improve doc of GDB config macros.
5734 Wed Sep  9 16:52:06 1992  John Gilmore  (gnu@cygnus.com)
5736         * stabs.texinfo:  Remove Bothner's changes for C++ nested types.
5737         These will be reinserted when examined.
5739 Mon Aug 24 01:17:55 1992  John Gilmore  (gnu@cygnus.com)
5741         * gdbint.texinfo:  Make a start at documenting all the #if macros
5742         in GDB.  At least list them all, and start separating them into
5743         host-specific and target-specific.
5745 Tue Aug 18 15:59:13 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5747         * gdbinv-s.m4.in: refrain from using @cartouche for just a few
5748         examples (not consistent w others).
5749         gdb.texinfo: issue disclaimer paragraph on cmdline options only
5750         for generic vn of doc
5752 Tue Aug 18 14:53:27 1992  Ian Lance Taylor  (ian@cygnus.com)
5754         * Makefile.in: always create installation directories.
5756 Tue Aug 18 14:11:50 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5758         * gdb.texinfo: in h8 config, do not describe searching commands.
5760 Mon Aug 17 18:07:59 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5762         * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
5763           conditionals; introduce a few generic switches that may be
5764           useful for other cross-dev or dos-hosted configs.
5766         * gdb.texinfo: fix typo in "info reg" description
5768 Sun Aug 16 01:16:18 1992  John Gilmore  (gnu@cygnus.com)
5770         * stabs.texinfo:  Minor updates from running TeX over it.
5771         * Makefile.in (stabs.dvi, stabs.ps):  Add.
5773 Sat Aug 15 20:52:24 1992  Per Bothner  (bothner@rtl.cygnus.com)
5775         * stabs.texinfo:  Stabs documentation, written by Julia Menapace.
5776         First pass at converting it to texinfo.
5778 Sat Aug 15 03:14:59 1992  John Gilmore  (gnu@cygnus.com)
5780         * gdb.texinfo, refcard.tex:  Document mult args on `info reg'.
5781         * Makefile.in (refcard.ps, lrefcard.ps):  Add missing $(srdir).
5783 Fri Aug 14 21:08:47 1992  John Gilmore  (gnu@cygnus.com)
5785         * gdbint.texinfo:  Add section on partial symbol tables.
5787 Sat Jun 20 16:31:10 1992  John Gilmore  (gnu at cygnus.com)
5789         * gdb.texinfo:  document `set remotedebug' and `set
5790         rstack_high_address'.
5792 Thu May 14 17:09:48 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5794         * gdb.texinfo: slight expansion of new text on reading info files
5795         * gdbinv-s.m4.in: correct and expand info on cross-debugging
5796         H8/300 from DOS.
5798 Tue May 12 12:22:47 1992  John Gilmore  (gnu at cygnus.com)
5800         * gdb.texinfo:  `info user' => `show user'.  Noticed by David Taylor.
5802 Mon May 11 19:06:27 1992  John Gilmore  (gnu at cygnus.com)
5804         * gdb.texinfo:  Say how to read the `info' files.
5806 Tue May  5 12:11:38 1992  K. Richard Pixley  (rich@cygnus.com)
5808         * Makefile.in: gm4 -> m4.
5810 Fri Apr 10 17:50:43 1992  John Gilmore  (gnu at rtl.cygnus.com)
5812         * gdb.texinfo:  Update for GDB-4.5.  Move `Formatting
5813         Documentation' ahead of `Installing GDB' to match README.
5814         Update shared library doc, -readnow and -mapped, and directory
5815         structure (add glob and mmalloc).  Update configure doc.
5817 Tue Mar 24 23:28:38 1992  K. Richard Pixley  (rich@cygnus.com)
5819         * Makefile.in: remove $(srcdir) from gdb.info rule.
5821 Sat Mar  7 18:44:50 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
5823         * Makefile.in: commented out gdb-all.texinfo rule.  This is
5824           temporary.
5826 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
5828         * Makefile.in, configure.in: removed traces of namesubdir,
5829           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
5830           copyrights to '92, changed some from Cygnus to FSF.
5832 Fri Dec 13 09:47:31 1991  John Gilmore  (gnu at cygnus.com)
5834         * gdb.texinfo:  Improve how we ask for bug reports.
5836 Tue Dec 10 04:07:21 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
5838         * Makefile.in: infodir belongs in datadir.
5840 Fri Dec  6 23:57:34 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
5842         * Makefile.in: remove spaces following hyphens, bsd make can't
5843           cope.  install using INSTALL_DATA.  added clean-info.  added
5844           standards.text support.
5846 Thu Dec  5 22:46:12 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
5848         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
5849           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
5850           and mandir now keyed off datadir by default.
5853 Local Variables:
5854 mode: change-log
5855 left-margin: 8
5856 fill-column: 74
5857 version-control: never
5858 End: