* gdb.texinfo (Print Settings): Add kindex for command "set
[gdb/SamB.git] / gdb / doc / ChangeLog
blob0c5f6476c3d548a93a45f317927606312117fb4e
1 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
3         * gdb.texinfo (Print Settings): Add kindex for command "set
4         print frame-arguments".
6 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
8         * gdb.texinfo (Ada Tasks): Add documentation about task-specific
9         breakpoints.
10         (Set Breaks): Add reference to thread-specific and task-specific
11         breakpoints.
13 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
15         * gdb.texinfo (Ada Tasks): Remove the documentation about
16         the "Running" state, as this state has been eliminated.
17         Now all runnable tasks are shown as "Runnable".
19 2009-03-30  Stan Shebs  <stan@codesourcery.com>
21         * gdb.texinfo (Tracepoints): Describe tracepoints as a
22         special case of breakpoints.
23         (Enable and Disable Tracepoints): Mention deprecation.
24         (Listing Tracepoints): Update description and example.
26 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
28         * gdb.texinfo (Frames in Python): New node.
29         (Python API): Update.
31 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
33         * gdb.texinfo (Values From Inferior): Change gdb.Value.address
34         from a method to an attribute.
36 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
38         * gdb.texinfo (Values From Inferior): Document is_optimized_out
39         attribute.
41 2009-03-25  Pedro Alves  <pedro@codesourcery.com>
43         * observer.texi (thread_exit): Add "silent" parameter.
45 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
47         * observer.texi (about_to_proceed): New.
49 2009-03-21  Jeremy Bennett  <jeremy.bennett@embecosm.com>
51         * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
52         field throughout to handle types with spaces in them.  Fix typos
53         found by aspell.
54         (Summary, Requirements, Contributors): New first chapter,
55         "Summary" added, old Requirements section moved there, and new
56         section, "Contributors" added.
57         (Initializing a New Architecture, Register Representation)
58         (Frame Interpretation, Inferior Call Setup, Adding a New Target)
59         (Porting gdb): These sections extended and updated.
60         (Compiler Characteristics): This section (empty) deleted.
61         (Defining Other Architecture Features): This section renamed and
62         duplicate material removed from (formerly "Target Conditionals").
63         Use braces {} in @deftypeXX type field throughout to handle types
64         with spaces in them. Typos found by aspell fixed.
66         * stack_frame.svg: New file, source of image for gdbint.texinfo.
67         * stack_frame.pdf: Version of image for PDF output.
68         * stack_frame.png: Version of image for HTML output and for Emacs.
69         * stack_frame.txt: Version of image for Info output.
70         * stack_frame.eps: Version of image for TeX DVI output.
72 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
74         * gdb.texinfo (Character Sets): Fix last change.
76 2009-03-21  Thiago Jung Bauermann  <bauerman@br.ibm.com>
78         * gdb.texinfo (Values From Inferior): Fix optional arguments
79         markup.
80         (Commands In Python): Adjust argument names of gdb.Command.__init__
81         to what the function accepts as keywords.
83 2008-03-20  Tom Tromey  <tromey@redhat.com>
85         * gdb.texinfo (Convenience Vars): Document convenience functions.
86         (Functions In Python): New node.
87         (Python API): Update.
89 2009-03-20  Tom Tromey  <tromey@redhat.com>
91         * gdb.texinfo (Character Sets): Remove obsolete text.  Document
92         set target-wide-charset.
93         (Requirements): Mention iconv.
95 2009-03-17  Hui Zhu  <teawater@gmail.com>
97         * gdb.texinfo: Change the introduce of "disassemble-next-line".
99 2009-03-17  Hui Zhu  <teawater@gmail.com>
101         * gdb.texinfo: Add documentation for disassemble-next-line.
103 2009-03-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
105         * gdb.texinfo (Commands In Python): Remove tindex entries.
107 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
109         * gdb.texinfo (Returning): New description for missing debug info.
111 2009-03-14  Pedro Alves  <pedro@codesourcery.com>
113         * gdb.texinfo (Remote Configuration): Document query-attached.
114         (General Query Packets): Document qAttached.
116 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
118         * gdb.texinfo (Background Execution): Better describe the set
119         target-async command.
120         (Maintenance Commands): Delete description of the `maint set/show
121         linux-async' and `maint set/show remote-async' commands.
123 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
125         * gdb.texinfo (GDB/MI Async Records): Add double-spaces
126         between sentences.
128 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
130         * gdb.texinfo (GDB/MI Async Records): Document the
131         =library-loaded and =library-unloaded notifications.
133 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
135         * observer.texi (test_notification): New observer.
137 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
139         * observer.texi: Add parameter 'print_frame' to normal_stop
140         observer.
142 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
144         * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
145         (Commands In Python): Fix COMMAND_* constants in last change.  Use
146         @kbd for interactive input.  Add cross-references and index
147         entries.
149 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
151         * gdb.texinfo (Signals): Document $_siginfo.
152         (Convenience Variables): Mention $_siginfo.
153         (Remote Configuration): Document qXfer:siginfo:read,
154         qXfer:siginfo:write packets, and the read-siginfo-object,
155         write-siginfo-object commands.
157 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
159         * gdbint.texinfo (Values): New chapter.
161 2009-02-06  Tom Tromey  <tromey@redhat.com>
163         * gdb.texinfo (Python API): Add entry for Commands In Python.
164         (Commands In Python): New node.
166 2009-02-05  Tom Tromey  <tromey@redhat.com>
168         * gdb.texinfo (Values From Inferior): Document Value.string.
170 2009-02-05  Tom Tromey  <tromey@redhat.com>
172         * gdb.texinfo (Basic Python): Document execute's from_tty
173         argument.
175 2009-02-04  Tom Tromey  <tromey@redhat.com>
177         * gdb.texinfo (Basic Python): Document gdb.history.
179 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
181         * gdb.texinfo (GDB/MI Thread Commands): Document the
182         'current-thread-id' field.  Remove the example with zero threads,
183         since current GDB won't ever report that if there's inferior.
185 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
187         * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
188         option to -break-insert.
190 2009-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
191             Jerome Guitton  <guitton@adacore.com>
193         * gdb.texinfo (Startup): Document --with-system-gdbinit.
194         (System-wide configuration): New section.
196 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
198         PR gdb/7580:
199         * gdb.texinfo (Maintenance Commands): Document "maint set|show
200         internal-error|internal-warning quit|corefile ask|yes|no".
202 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
204         * gdb.texinfo (Using the `gdbserver' Program): Document
205         --remote-debug.
207 2009-01-23  Doug Evans  <dje@google.com>
209         * gdb.texinfo: Add nexti to list of commands that support
210         background execution.
212 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
214         * gdb.texinfo (Define, Hooks): Document prefix command support.
216 2009-01-14  Joseph Myers  <joseph@codesourcery.com>
217             Carlos O'Donell  <carlos@codesourcery.com>
219         Fixes for makeinfo --html.
221         * annotate.texinfo: Use @copying and @insertcopying.  Use
222         @ifnottex in place of @ifinfo.
223         * gdb.texinfo: Use @copying and @insertcopying.  Use @ifnottex in
224         place of @ifinfo.  Use @ifnotinfo for one index entry.
225         * gdbint.texinfo: Use @copying and @insertcopying.  Use @ifnottex
226         in place of @ifinfo.
227         * stabs.texinfo: Use @copying and @insertcopying.  Use @ifnottex
228         in place of @ifinfo.  Include contents at start unconditionally.
230 2009-01-13  Pedro Alves  <pedro@codesourcery.com>
232         * gdb.texinfo (General Query Packets): Remove @var{} around the
233         "spu" literal string.
235 2009-01-07  Pedro Alves  <pedro@codesourcery.com>
237         * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
238         program may be running in another process" errors.
239         * gdbint.texinfo (Native Conditionals): Delete
240         ONE_PROCESS_WRITETEXT description.
242 2009-01-07  Joel Brobecker  <brobecker@adacore.com>
244         * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
245         emacs local variable to be placed at the end of the ChangeLog.
246         Add server.c and gdbreplay.c to the list of files where the
247         copyright year needs to be updated.
249 2009-01-06  Sandra Loosemore  <sandra@codesourcery.com>
251         * gdb.texinfo (Remote Configuration): Document new
252         "set/show tcp auto-retry" and "set/show tcp connect-timeout"
253         commands.
255 2008-12-28  Pedro Alves  <pedro@codesourcery.com>
257         * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
258         FETCH_INFERIOR_REGISTERS.
259         (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
260         FETCH_INFERIOR_REGISTERS descriptions.  Remove
261         gdbarch_get_longjmp_target descrition, since already described in
262         Target Conditionals.  Move gdbarch_fp0_regnum description to ...
263         (Target Conditionals): ... here.
265 2008-12-16  Joel Brobecker  <brobecker@adacore.com>
267         * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
268         examples.
269         (Additions to Ada): Likewise.  Add the missing opening and closing
270         parenthesis of the GDB prompt in one of the examples.
272 2008-12-14  Joel Brobecker  <brobecker@adacore.com>
274         * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
275         about the result of 'Address not being of type System.Address.
276         This problem has been fixed a while ago.
278 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
280         MI non-stop and multiprocess docs.
282         * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
283         (GDB/MI Output Records): New section 'GDB/MI Frame Information'
284         Adjust documentation for *stopped, document =thread-created,
285         =thread-exited, =thread-group-created and =thread-group-exited.
286         (GDB/MI Thread Commands): Document the 'state' field in
287         -thread-info output.
288         (GDB/MI Program Execution): Mention --all and --thread-group
289         options.
290         (GDB/MI Variable Objects): Describe floating and fixed variable
291         objects.
292         (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
294 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
296         * gdb.texinfo (Operating System Information): New appendix.
297         (Operating System Auxiliary Information): Document 'info os processes'
298         (Remote Configuration): Document 'osdata'
299         (General Query Packets): Document qXfer:osdata:read.
301 2008-11-27  Tristan Gingold  <gingold@adacore.com>
303         * gdb.texinfo (Darwin): Document Darwin specific features.
305 2008-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
307         * gdbint.texinfo (Target Conditionals): Extend the
308         gdbarch_breakpoint_from_pc description.
310 2008-11-22  Vladimir Prus  <vladimir@codesourcery.com>
312         * gdb.texinfo (M68K Features): Fix typo.
314 2008-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
316         * gdb.texinfo (Symbols): Mention printing containing
317         image name in "info symbol".
318         (Maint translate-address): Likewise.
319         
320 2008-11-18  Joel Brobecker  <brobecker@adacore.com>
322         * gdb.texinfo (Set Catchpoints): Remove the documentation of
323         commands "catch load" and "catch unload".
325 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
327         * gdb.texinfo (GDB/MI Async Records): Document
328         =thread-selected.
329         
330 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
332         * observer.texi (new_inferior, inferior_exit): New observers.
334 2008-10-27  Pedro Alves  <pedro@codesourcery.com>
336         * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
337         .mt files, TM_CLIBS or TM_CDEPS.
338         (x86 Watchpoints): Don't mention TDEPFILES.
340 2008-10-24  Sandra Loosemore  <sandra@codesourcery.com>
342         * gdb.texinfo (Remote Protocol): Add new nodes to menu.
343         (Overview): Mention notifications and non-stop mode behavior.
344         (Packets): Update documentation of ?, vAttach, vCont, and vRun
345         with non-stop mode behavior.  Add vStopped description.
346         (Stop Reply Packets):  Update list of packets that return
347         stop replies.  Mention non-stop behavior.
348         (General Query Packets): Document QNonStop packet and associated
349         qSupported query response.
350         (Interrupts): Clarify multi-threaded behavior.  Mention non-stop
351         behavior.
352         (Notification Packets): New section.
353         (Remote Non-Stop): New section.
354         (File-I/O Overview): Mention non-stop behavior.
356 2008-10-24  Hui Zhu  <teawater@gmail.com>
357             Pedro Alves  <pedro@codesourcery.com>
359         * gdb.texinfo (displaced-stepping): Describe the auto mode
360         setting, and say it's the default.  This is now a mainstream
361         setting instead of a maintenance setting.
363 2008-10-23  Pedro Alves  <pedro@codesourcery.com>
365         * observer.texi (thread_stop_requested): New.
367 2008-10-22  Joel Brobecker  <brobecker@adacore.com>
369         * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
370         (Patching): Replace incorrect usage of @samp by @kbd.
372 2008-10-17  Michael Snyder  <msnyder@vmware.com>
374         * gdb.texinfo: Add documentation for reverse execution.
376 2008-10-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
377             Eli Zaretskii  <eliz@gnu.org>
379         * gdb.texinfo. (Values From Inferior): New subsubsection.
381 2008-10-06  Doug Evans  <dje@google.com>
383         * gdb.texinfo (set debug dwarf2-die): Document it.
385 2008-10-01  Joel Brobecker  <brobecker@adacore.com>
387         * gdb.texinfo (catch) [exception]: Document how to insert
388         a breakpoint on user-defined exceptions when the exception
389         name is identical to one of the language-defined ones.
391 2008-09-27  Tom Tromey  <tromey@redhat.com>
393         * gdb.texinfo (Macros): Remove text about stringification,
394         varargs, and splicing.
396 2008-09-27  Tom Tromey  <tromey@redhat.com>
398         * gdbint.texinfo (Language Support): Remove text about omitting
399         support for a language.
401 2008-09-23  Doug Evans  <dje@google.com>
403         * gdb.texinfo (info dcache): Update.
405 2008-09-22  Sandra Loosemore  <sandra@codesourcery.com>
407         * gdb.texinfo (Packets): Add info on thread-id syntax and
408         multiprocess extensions.
409         <D>: Document multiprocess form of packet.
410         <H>: Use thread-id syntax.
411         <T>: Likewise.
412         <vCont>: Likewise.  Note this is required for multiprocess.
413         <vKill>: New packet.
414         (Stop Reply Packets) <T>: Use thread-id syntax.
415         <W>: Document multiprocess form of reply.
416         <X>: Likewise.
417         (General Query Packets) <qC>: Use thread-id syntax.
418         <qfThreadInfo>: Likewise.
419         <qGetTLSAddr>: Likewise.
420         <qP>: Likewise.
421         <qSupported>: Add "multiprocess" feature.
422         <qThreadExtraInfo>: Use thread-id syntax.
424 2008-09-22  Stan Shebs  <stan@codesourcery.com>
426         * gdb.texinfo (Inferiors): New section.
428 2008-09-12  Pedro Alves  <pedro@codesourcery.com>
430         * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
432 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
434         * gdbint.texinfo (Target Conditionals): Remove documentation
435         for gdbarch_name_of_malloc.
437 2008-09-03  Angela Marie Thomas <angela@releasedominatrix.com>
439         * gdb.texinfo (Interrupts): Mention TCP interface for
440         sending BREAK.
442 2008-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
444         * gdb.texinfo (Commands to Specify Files): Document "remote:"
445         argument prefix to "set sysroot".
447 2008-08-21  Paul N. Hilfinger  <hilfinger@adacore.com>
449         * gdb.texinfo (Omissions from Ada): Describe new treatment of True
450         and False.
452 2008-08-20  Vladimir Prus  <vladimir@codesourcery.com>
454         * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
455         for possible features of -list-features.
457 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
459         * gdb.texinfo (Background execution): Adjust example
460         (GDB/MI Miscellaneous Commands): Document -list-target-features.
462 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
464         * doc/gdb.texinfo (PowerPC): Fix typo.
465         (PowerPC features): Fix typo.
467 2008-08-18  Pedro Alves  <pedro@codesourcery.com>
469         * observer.texi (thread_ptid_changed): New.
471 2008-08-18  Luis Machado  <luisgpm@br.ibm.com>
473         * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
474         (PowerPC features): Mention feature set for VSX registers.
476 2008-08-13  Joel Brobecker  <brobecker@adacore.com>
478         * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
479         the direct visibility of all names in user-written packages.
481 2008-08-13  Pedro Alves  <pedro@codesourcery.com>
483         * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
484         setting, and make it the default.
485         (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
486         non-stop script example.
488 2008-08-12  Thiago Jung Bauermann  <bauerman@br.ibm.com>
490         * gdbint.texinfo (Raw and Virtual Register Representations): Fix
491         reference to the "Using Different Register and Memory Data
492         Representation" section.
494 2008-08-12  Sandra Loosemore  <sandra@codesourcery.com>
496         * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
497         (Remote Protocol): Add Packet Acknowledgment to menu.
498         (Overview): Mention +/- can be disabled, and point to new section
499         where this is discussed in detail.
500         (General Query Packets): Document QStartNoAckMode packet, and
501         corresponding qSupported reply.
502         (Packet Acknowledgment): New section.
504 2008-08-11  Sandra Loosemore  <sandra@codesourcery.com>
505             Pedro Alves  <pedro@codesourcery.com>
507         * gdb.texinfo (Threads): Move paragraph about automatic thread
508         selection to All-Stop Mode subsection.
509         (Thread Stops): Reorganize existing material into subsections.
510         Add introductory blurb and menu.
511         (Non-Stop Mode): New subsection.
512         (Background Execution): New subsection.
513         (Maintenance Commands): Add cross-references from async mode
514         commands to the new Background Execution section.
516 2008-08-06  Tom Tromey  <tromey@redhat.com>
518         * gdb.texinfo (Extending GDB): New chapter.
519         (Sequences): Demoted chapter, now a section under the new
520         Extending GDB chapter.
521         (Python): New section.
523 2008-07-31  Stan Shebs  <stan@codesourcery.com>
525         * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
527 2008-07-29  Stan Shebs  <stan@codesourcery.com>
529         * gdbint.texinfo: General round of cleanup and minor
530         clarifications.
531         (Breakpoint Handling): Remove mention of BREAKPOINT macro.
532         (Longjmp Support): Update description to reflect how it is done
533         for targets without using native header.
534         (Symbol Handling): Add a little more general explanation.
535         (COFF, ELF): Mention stabs encapsulation.
536         (DWARF 3): New section.
537         (Adding a New Host): Scrub out some obsolete bits.
538         (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
539         (Host Conditionals): Remove descriptions of NO_STD_REGS,
540         HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
541         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
542         SEEK_SET, STOP_SIGNAL, USG.
543         (Raw and Virtual Register Representations): Ditto for
544         DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
545         DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
546         (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
547         DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
548         DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
549         DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
550         DEPRECATED_REGISTER_VIRTUAL_SIZE,
551         DEPRECATED_REGISTER_VIRTUAL_TYPE,
552         DEPRECATED_USE_STRUCT_CONVENTION.
553         Describe gdbarch_deprecated_fp_regnum.
554         Update description of gdbarch_print_insn.
555         (Adding a New Target): Scrub out obsolete bits.
556         (Obsolete Conditionals): Remove entire section.
558 2008-07-25  Tom Tromey  <tromey@redhat.com>
560         * observer.texi (GDB Observers): Document new observers:
561         breakpoint_created, breakpoint_deleted, breakpoint_modified,
562         tracepoint_created, tracepoint_deleted, tracepoint_modified,
563         architecture_changed.
565 2008-07-21  Stan Shebs  <stan@codesourcery.com>
567         * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
568         instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
570 2008-07-21  Tom Tromey  <tromey@redhat.com>
572         * observer.texi (GDB Observers): Remove obsolete comment.
573         <executable_changed>: Remove argument.
575 2008-07-18  Tom Tromey  <tromey@redhat.com>
577         * gdb.texinfo (Macros): Update.  Use @code rather than @command.
579 2008-07-10  Doug Evans  <dje@google.com>
581         * doc/gdb.texinfo: Document "set print symbol-loading on|off".
583 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
585         * gdb.texinfo (Starting): Document "set disable-randomization".
587 2008-07-07  Andreas Schwab  <schwab@suse.de>
589         * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
591 2008-07-06  Vladimir Prus  <vladimir@codesourcery.com>
593         * gdb.texinfo (GDB/MI Target Manipulation): Add
594         example of -target-attach.
596 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
598         * observer.texi (target_resumed): New observer.
599         * gdb.texinfo (GDB/MI Output Records): Document *running.
601 2008-06-06  Tom Tromey  <tromey@redhat.com>
603         * gdb.texinfo (Completion): Add field name example.
605 2008-06-06  Marc Khouzam  <marc.khouzam@ericsson.com>
607         * gdb.texinfo (GDB/MI Program Context): Added example
608         to -exec-arguments
610 2008-06-05  Nick Roberts  <nickrob@snap.net.nz>
612         * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
613         annotation.
615 2008-06-05  Vladimir Prus  <vladimir@codesourcery.com>
616             Nathan Sidwell  <nathan@codesourcery.com>
617             Joseph Myers  <joseph@codesourcery.com>
619         * configure.ac: Include ../../config/acx.m4.  Use ACX_PKGVERSION
620         and ACX_BUGURL.
621         * configure: Regenerate.
622         * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
623         (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
624         * gdb.texinfo: Use VERSION_PACKAGE and BUGURL.  Remove
625         mailing-list-specific text about bug reporting unless
626         BUGURL_DEFAULT.
628 2008-06-05  Pedro Alves  <pedro@codesourcery.com>
630         * gdb.texinfo (-target-select): Remove reference to target async.
631         (Maintenance Commands): Document "maint set/show remote-async".
633 2008-06-04  Marc Khouzam  <marc.khouzam@ericsson.com>
635         * gdb.texinfo (GDB/MI File Transfer Commands): Typo
636         in -target-file-get section.
638 2008-05-22  Pedro Alves  <pedro@codesourcery.com>
640         * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
641         killing the inferior when it is already debugging a process.
643 2008-05-21  Joel Brobecker  <brobecker@adacore.com>
645         * gdb.texinfo (Continuing and Stepping): Document the new "fin"
646         abbreviation for "finish".
648 2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
650         * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
652 2008-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
654         * gdbint.texinfo (Target Conditionals): Delete entry for
655         gdbarch_dwarf_reg_to_regnum.
657 2008-05-09  Doug Evans  <dje@google.com>
659         * gdb.texinfo: Document "find" command, qSearch:memory packet.
661 2008-05-05  Doug Evans  <dje@google.com>
663         * gdb.texinfo (disassemble): Document /m modifier.
665 2008-05-05  Vladimir Prus  <vladimir@codesourcery.com>
667         * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
668         will not report the time of commands that run the target.
670 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
672         * gdb.texinfo (GDB/MI Output Records): Add
673         missing semicolon.
675 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
677         * gdb.texinfo (GDB/MI Output Records):
678         Document =thread-create and =thread-exited.
680 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
682         * gdb.texinfo (GDB/MI Development and Front Ends):
683         Remove mention of dmi-discuss.
685 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
687         * observer.texi (thread_exit): New.
689 2008-05-02  Pedro Alves  <pedro@codesourcery.com>
691         * gdb.texinfo (Debugging Output): Document "set/show debug
692         displaced".
693         (Maintenance Commands): Document "maint set/show
694         can-use-displaced-stepping".
696 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
698         * gdb.texinfo (ARM): Document set/show arm fallback-mode
699         and set/show arm force-mode.
701 2008-05-02  Andreas Schwab  <schwab@suse.de>
703         * gdbint.texinfo (Algorithms): Describe
704         target_watchpoint_addr_within_range.
706 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
708         * gdbint.texinfo (Stack Frames): New chapter.
709         (Algorithms): Move Frames text to the new chapter.
710         (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS.  Document
711         gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
713 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
715         * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
716         output does not necessary include any tokens.
718 2008-04-22  Corinna Vinschen  <vinschen@redhat.com>
720         * gdb.texinfo (Set SH Calling convention): New @item.
721         (Show SH Calling convention): Ditto.
723 2008-04-22  Markus Deuling  <deuling@de.ibm.com>
725         * gdb.texinfo (Fortran Operators): Describe '%' operator.
727 2008-04-20  Eli Zaretskii  <eliz@gnu.org>
729         * gdb.texinfo (Set Breaks): Mention that multiple location
730         breakpoints need line number info.  Add index entries.
732 2008-04-19  Craig Silverstein  <csilvers@google.com>
734         * gdb.texinfo (Requirements): Add an optional requirement on
735         zlib.
736         * gdbint.texinfo (Debugging File Formats): Add new subsection for
737         Compressed DWARF 2.
739 2008-04-16  Aleksandar Ristovski  <aristovski@qnx.com>
741         * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
742         sample output for 'stopped,reason="breakpoint-hit"' message.
743         (GDB/MI Program Execution): Likewise.
745 2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
747         * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
748         -var-set-format.  Add -f option to -var-evaluate-expression.
750 2008-04-03  Joel Brobecker  <brobecker@adacore.com>
752         * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
753         new node "Ambiguous Expressions".  Replace references to this
754         node by references to "Ambiguous Expressions" throughout.
755         (Ambiguous Expressions): New node.
757 2008-03-26  Daniel Jacobowitz  <dan@codesourcery.com>
759         * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
761 2008-03-21  Pedro Alves  <pedro@codesourcery.com>
763         * gdb.texinfo (Debugging Output): Document
764         "set/show debug lin-lwp-async".
765         (Maintenance Commands): Document "maint set/show linux-async".
767 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
769         * gdb.texinfo (Expressions): Update description of malloced arrays.
771 2008-03-15  Vladimir Prus  <vladimir@codesourcery.com>
773         * gdb.texinfo (Thread Commands): Document
774         -thread-info.  Remove -thread-list-all-threads.
776 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
777             Sandra Loosemore  <sandra@codesourcery.com>
779         * gdb.texinfo (Library List Format): Update to mention the
780         possibility to pass section addresses instead of segment
781         addresses.
783 2008-03-10  Daniel Jacobowitz  <dan@codesourcery.com>
785         * gdb.texinfo (Starting): Document "set exec-wrapper".
786         (Server): Document gdbserver --wrapper.
788 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
790         * gdb.texinfo (Set Watchpoints): Mention watchpoints on
791         unreadable memory.  Delete obsolete SPARClite reference.
793 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
795         * gdb.texinfo (Starting): Mention always-running targets.
796         (Target Commands): Add an anchor for load.
797         (Connecting): Explain continue instead of run.
799 2008-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
801         * gdb.texinfo (Debugging Output): Document "set debug timestamp".
803 2008-02-26  Nick Roberts  <nickrob@snap.net.nz>
805         * gdb.texinfo (Set Breaks): Revert description of Enb column of
806         breakpoint table.
808 2008-02-19  Pedro Alves  <pedro@codesourcery.com>
810         * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
811         killing the inferior when it is already debugging a process.
813 2008-02-13  Markus Deuling  <deuling@de.ibm.com>
815         * gdbint.texinfo (Build Script): New section. Mention new build script
816         gdb_buildall.sh.
818 2008-02-01  Jim Blandy  <jimb@red-bean.com>
820         * gdb.texinfo (Help): Summarize 'info args' correctly.
822 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
824         * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
825         available in PowerPC architecture.
826         (Embedded Processors): Change node name of PowerPC item in menu.
827         (PowerPC): Rename to...
828         (PowerPC Embedded): this.
829         (Architectures): Add new PowerPC item in menu.
830         (PowerPC): New node.
832 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
834         * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
835         commands.
837 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
839         * gdb.texinfo (Setting Catchpoints): Mention features
840         supported on GNU/Linux.
842 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
844         * gdb.texinfo (GDB/MI File Commands): Describe new output
845         field for MI command -file-list-exec-source-file.
847 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
849         * gdb.texinfo (Using the `gdbserver' Program): Add security
850         warning.  Rearrange into subsections and subsubsections.  Document
851         --multi and --debug.  Correct --with-sysroot typo.  Update --attach
852         usage.  Make load reference clearer.  Document monitor exit.
853         (Remote Configuration): Document set remote exec-file, attach-packet,
854         and run-packet.
855         (Packets): Document vAttach and vRun.
857 2008-01-29  Nick Roberts  <nickrob@snap.net.nz>
859         * gdb.texinfo (Processes): Mention process command.
860         detach-on-follow -> detach-on-fork.
862 2008-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
864         * gdbint.texinfo (Native Conditionals): Remove
865         SHELL_COMMAND_CONCAT and SHELL_FILE.
867 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
869         * gdb.texinfo (Specify Location): Improve wording.
871 2008-01-23  Chris Demetriou  <cgd@google.com>
873         * gdb.texinfo (Threads): Document new "set print thread-events"
874         and "show print thread-events" commands.
876 2008-01-19  Eli Zaretskii  <eliz@gnu.org>
878         * gdb.texinfo (Specify Location): New section.
879         (Delete Breaks, Edit, Set Breaks): Remove description of
880         locations.  Instead, add a reference to "Specify Location".
881         (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
882         (Symbols): Refer to "Specify Location" for the valid forms of
883         linespecs and locations.
885 2008-01-18  Markus Deuling  <deuling@de.ibm.com>
887         * gdbint.texinfo (Target Conditionals): Replace the description of
888         BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
890 2008-01-12  Paul Hilfinger  <hilfinger@adacore.com>
892         * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
893         about &&var, which is rejected by the expression parser.
895 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
897         * gdb.texinfo (Output): Update documentation on using printf with DFP
898         types.
900 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
902         * gdb.texinfo (C and C++): Add Decimal Floating Point format
903         subsubsection.
904         (Decimal Floating Point format): New subsubsection.
906 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
908         * gdb.texinfo (File Options): Remove mention of the attempt to
909         open a core file with the -p option.  Don't list -c as a valid
910         option to attach to a process.
912 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
914         * gdbint.texinfo (Host Conditionals): Remove mention of
915         ALIGN_STACK_ON_ENTRY.
917 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
919         * gdbint.texinfo (Start of New Year Procedure): Add item
920         describing how to update the source and documentation copyright
921         notices.
923 2007-12-18  Jim Blandy  <jimb@codesourcery.com>
925         * gdb.texinfo (Set Watchpoints): Integrate per-thread
926         watchpoint explanation into the main description of the watchpoint
927         command; update synopses of 'watch', 'rwatch', and 'awatch'
928         commands.
930 2007-12-18  Vladimir Prus  <vladimir@codesourcery.com>
932         * gdb.texinfo (Miscellaneous gdb/mi Commands):
933         Document 'pending-breakpoints' feature of
934         -list-features.
936 2007-12-17  Luis Machado  <luisgpm@br.ibm.com>
938         * gdb.texinfo: Add new parameter's description.
940 2007-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
942         * gdb.texinfo (Overview): Clarify run-length encoding
943         example.  Remove the restriction on "+" and "-" characters.
945 2007-12-15  Eli Zaretskii  <eliz@gnu.org>
947         * gdb.texinfo (Host I/O Packets): Fix xref syntax.
949 2007-12-14  Vladimir Prus  <vladimir@codesourcery.com>
951         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
952         the -f option for -break-insert, remove -r option,
953         and clarify specification of location.
955 2007-11-30  Daniel Jacobowitz  <dan@codesourcery.com>
957         * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
958         formatting.
959         (Remote Debugging): Add File Transfer section.
960         (Remote Configuration): Document Host I/O packets.
961         (GDB/MI): Add GDB/MI File Transfer Commands section.
962         (Host I/O Packets): New section in "Remote Protocol".
963         (Packets): Add vFile.
965 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
967         * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
968         breakpoints with multiple locations.
969         (Breakpoint Menus): Improve wording.
970         (Output): Fix last change.
972 2007-11-17  Ulrich Weigand  <uweigand@de.ibm.com>
974         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
976 2007-11-15  Doug Evans  <dje@google.com>
978         * gdb.texinfo (Symbols): Update output of "maint info symtabs".
980 2007-11-15  Vladimir Prus  <vladimir@codesourcery.com>
982         * gdbint.texinfo (Native Conditionals): Remove
983         mention of CLEAR_SOLIB.
985 2007-11-11  Joel Brobecker  <brobecker@adacore.com>
987         * gdb.texinfo (Print Settings): Add documentation for "set/show
988         print frame-arguments".
990 2007-11-05  Luis Machado  <luisgpm@br.ibm.com>
992         * gdb.texinfo (Output): Update printf command's description.
994 2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
996         * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
997         powerpc soft-float".
999 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1001         * gdb.texinfo (Files): Correct formatting.  Mention Expat
1002         requirement.
1003         (Requirements for Building GDB): Expand the list of Expat
1004         uses.
1005         (Library List Format, Memory Map Format): Mention Expat.
1006         (Target Descriptions): Update Expat wording.
1008 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1010         * gdbint.texinfo (Register and Memory Data, Target Conditionals):
1011         Document that gdbarch_convert_register_p should return zero for no-op
1012         conversions.
1014 2007-10-22  Ulrich Weigand  <uweigand@de.ibm.com>
1016         * gdbint.texi (Compiler Characteristics): Move documentation
1017         of set_gdbarch_sofun_address_maybe_missing back to ...
1018         (Target Conditionals): ... here to fix build break.
1020 2007-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
1022         * gdbint.texi (Target Conditionals): Remove documentation of
1023         SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
1024         (Compiler Characteristics): ... documentation of
1025         set_gdbarch_sofun_address_maybe_missing.
1027 2007-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
1029         * gdbint.texinfo (Target Conditionals): Use
1030         frame_unwind_register_unsigned in examples instead of
1031         frame_unwind_unsigned_register.
1033 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
1035         * gdb.texinfo (Predefined Target Types): Add int128
1036         and uint128.
1037         (Standard Target Features): Add PowerPC features.
1039 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
1041         * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
1043 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
1045         * gdbint.texi (Target Conditionals): Remove documentation
1046         of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
1047         gdbarch_extract_return_value, and gdbarch_store_return_value.
1049 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
1051         * gdbint.texi (Target Conditionals): Remove documentation of
1052         and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
1054 2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
1056         * gdb.texinfo: Mention that inaccessible-by-default is on by
1057         default.
1059 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
1061         * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
1063 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
1065         * gdb.texinfo (Setting Watchpoints): Adjust warning text about
1066         multi-threaded watchpoints.
1067         * gdbint.texinfo (Watchpoints): Describe how watchpoints are
1068         checked.  Describe sticky notification.  Expand description
1069         of steppable and continuable watchpoints.
1070         (Watchpoints and Threads): New subsection.
1072 2007-09-28  Vladimir Prus  <vladimir@codesourcery.com>
1074         * gdb.texinfo (Setting Breakpoints): Revise
1075         documentation for pending breakpoints.  Document
1076         breakpoints with multiple locations.
1078 2007-09-19  Vladimir Prus  <vladimir@codesourcery.com>
1080         * gdb.texinfo (Miscellaneous gdb/mi Commands):
1081         Document -list-features.
1083 2007-09-15  Eli Zaretskii  <eliz@gnu.org>
1085         * gdb.texinfo (Output): Spell out which features of C's printf are
1086         not supported by GDB's printf.
1087         (Separate Debug Files): More accurate wording regarding build ID
1088         and a reference to the ld manual rather than the Fedora wiki.
1090 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
1091             Jim Blandy  <jimb@codesourcery.com>
1093         * gdb.texinfo (Output Formats): Update 'c' description.  Describe 's'.
1094         (Examining Memory): Update mentions of the 's' format.
1095         (Automatic Display): Likewise.
1097 2007-09-02  Daniel Jacobowitz  <dan@codesourcery.com>
1099         * gdb.texinfo: Update the FSF's Back-Cover Text.
1101 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1102             Eli Zaretskii  <eliz@gnu.org>
1104         * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
1105         Fixed the ``build ID'' name.  New binaries build instructions for the
1106         build ID inclusion.  Explain how the commands are specific to the build
1107         ID vs. debug link.
1109 2007-09-01  Eli Zaretskii  <eliz@gnu.org>
1111         * gdb.texinfo (Separate Debug Files): Fix last change.  Add
1112         indexing for ``build ID'' support.
1114 2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1116         * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
1117         Enlisted BUILD ID to the debug file searching example.
1118         Included a BUILD ID `.note.gnu.build-id' section description.
1119         Updated/added the debug files splitting instructions for OBJCOPY.
1121 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
1123         * gdb.texinfo (Variable Objects): Adjust docs
1124         for -var-info-expression and document
1125         -var-info-path-expression.
1127 2007-08-20  Jim Blandy  <jimb@codesourcery.com>
1129         * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
1130         (title page): Include the dedication in the printed manual, as a
1131         separate page after the copyright notice.
1133         * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
1134         don't break a @var across a line.
1136 2007-07-25  Maciej W. Rozycki  <macro@mips.com>
1138         * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
1139         for include files.
1141 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
1143         * gdb.texinfo (Server Prefix): New node.  Adapt from existing node
1144         in annotate.texinfo.
1145         (Command History): Link to new node.
1147 2007-07-05  Markus Deuling  <deuling@de.ibm.com>
1149         * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
1151 2007-07-05  Eli Zaretskii  <eliz@gnu.org>
1153         * gdbint.texinfo (Target Conditionals): Fix last change.
1155 2007-07-03  Markus Deuling  <deuling@de.ibm.com>
1157         * gdb.texinfo: Replace following macros by their appropriate gdbarch
1158         routines:
1159         (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
1160         (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
1161         (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
1162         (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
1163         (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
1164         (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
1165         (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
1166         (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
1167         (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
1168         (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
1169         (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
1170         (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
1171         (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
1172         (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
1173         (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
1174         (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
1175         (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
1176         (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
1177         (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
1178         (SOFTWARE_SINGLE_STEP_P)
1180         (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
1181         (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
1183         (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
1184         (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
1185         (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
1186         (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
1187         (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
1188         (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
1189         (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
1190         (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
1191         (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
1192         (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
1194         (Converting an existing Target Architecture to Multi-arch): Remove
1195          section.
1197         (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
1198         (gdbarch_addr_bits_remove): Add code example.
1200         * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
1202 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
1204         * gdb.texinfo (Remote Configuration): Document library-info-packet.
1205         Add other missing entries.  Adjust the table size to fit.
1206         (Stop Reply Packets): Use @itemize instead of @enumerate.  Document
1207         stop reasons including the new "library" event.
1208         (General Query Packets): Adjust table widths for qSupported.  Mention
1209         qXfer:libraries:read reply to qSupported and document the new packet.
1210         (Library List Format): New section.
1212 2007-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1214         * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
1216 2007-06-28  Michael Snyder  <msnyder@svkmacdonelllnx>
1218         * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
1220 2007-06-25  Nick Roberts  <nickrob@snap.net.nz>
1222         * gdbint.texinfo (Register and Memory Data): Break sections
1223         into nodes and add a menu.
1225 2007-06-21  Maciej W. Rozycki  <macro@mips.com>
1227         * gdb.texinfo (Examining Memory): Document the new behaviour.
1229 2007-06-21  Vladimir Prus  <vladimir@codesourcery.com>
1231         * gdb.texinfo (Standard Target Features): Document
1232         m68k features.
1234 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
1236         * gdb.texinfo (General Query Packets): Document qOffsets changes.
1238 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
1240         * gdb.texinfo (Target Description Format): Add version attribute
1241         for <target>.
1243 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
1245         * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
1247 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
1249         * gdb.texinfo (MIPS Features): New subsection.
1251 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
1252             Markus Deuling  <deuling@de.ibm.com>
1254         * gdb.texinfo (General Query Packets): Document qXfer:spu:read
1255         and qXfer:spu:write packets and mention them under qSupported.
1257 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
1258             Markus Deuling  <deuling@de.ibm.com>
1260         * gdb.texinfo (Architectures): Add new SPU section to document
1261         Cell Broadband Engine SPU architecture specific commands.
1263 2007-06-09  Vladimir Prus  <vladimir@codesourcery.com>
1265         * gdb.texinfo (GDB/MI Variable Objects): Editorial
1266         comments.
1268 2007-06-07  Nick Roberts  <nickrob@snap.net.nz>
1270         * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
1272 2007-05-29  Jim Blandy  <jimb@codesourcery.com>
1274         * gdb.texinfo (Overview): Doc fix.
1276 2007-05-22  Maciej W. Rozycki  <macro@mips.com>
1278         * gdb.texinfo (Remote Configuration): Document "set/show
1279         remoteflow".
1281 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
1283         * gdb.texinfo (MIPS): Remove documentation for set mips
1284         saved-gpreg-size, show mips saved-gpreg-size, and set mips
1285         stack-arg-size.
1287 2007-05-14  Bob Wilson  <bob.wilson@acm.org>
1289         * all-cfg.texi (GDBTUI): New.
1290         * gdb.texinfo (Mode Options): Use GDBTUI variable.
1291         (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
1292         (TUI Configuration): Edit to improve clarity and fix problems of
1293         both style and content.
1295 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
1297         * observer.texi (GDB Observers): New observer "new_objfile".
1299 2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
1301         * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
1303 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
1305         * gdb.texinfo (GDB/MI Variable Objects): Document
1306         frozen variables objects.
1308 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
1310         * gdb.texinfo (Memory): Reference Remote Debugging chapter.
1311         (Character Sets, Caching Data of Remote Targets): Likewise.
1312         (Targets): Delete Remote node.  Move its text...
1313         (Debugging Remote Programs): ...to here.  Delete description
1314         of the "remote" command.
1315         (Remote configuration): Delete description of "set remotedevice"
1316         and "show remotedevice".
1317         (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
1319 2007-04-11  Bob Wilson  <bob.wilson@acm.org>
1321         * gdb.texinfo (Contributors, Continuing and Stepping)
1322         (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
1323         (General Query Packets, File-I/O Remote Protocol Extension)
1324         (Protocol Basics, The F Reply Packet, Write)
1325         (Protocol-specific Representation of Datatypes, Memory Transfer):
1326         Fix hyphenation, punctuation and grammar problems.
1327         (Cygwin Native): Likewise.  Also fix misuse of @pxref and use
1328         'section' instead of 'subsection' in the text.
1329         (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
1330         (i386): Remove period from section name.
1331         (Installing GDB, Requirements, Running Configure,  Separate Objdir)
1332         (Config Names, Configure Options): Use @file{configure}.
1334 2007-04-11  Daniel Jacobowitz  <dan@codesourcery.com>
1336         * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
1337         and tab expansion.
1339 2007-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
1341         * gdbint.texinfo (SOM): Correct location of the SOM reader.
1343 2007-04-02  Bob Wilson  <bob.wilson@acm.org>
1345         * gdb.texinfo: Consistently capitalize all significant words in
1346         node names, chapter titles, section titles, and headings.  Update
1347         cross references to match.
1348         (Starting and Stopping Trace Experiment): Make node name plural.
1349         (Breakpoint related warnings): Hyphenate "Breakpoint-related".
1351 2007-03-30  Pedro Alves  <pedro_alves@portugalmail.pt>
1353         * gdb.texinfo (WinCE): Delete obsolete subsection.
1355 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
1357         * gdb.texinfo (M68K): Remove obsolete ROM monitors.
1358         * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
1359         references.
1361 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
1363         * gdb.texinfo (Startup): Delete references to some alternate
1364         names for .gdbinit.
1365         (Thread): Remove LynxOS reference.
1366         (Tandem ST2000): Delete target-specific documentation.
1367         * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
1368         (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
1369         and GDB_OSABI_LYNXOS.
1371 2007-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
1373         * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
1375 2007-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
1377         * gdbint.texinfo (Target Conditionals): Remove mention of
1378         DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
1379         and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
1381 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
1383         * Makefile.in: Add "pdfdir" installation
1384         directory, PDFTEX macro, support for "install-pdf" target,
1385         and rules for making a pdf version of refcard.texi.
1386         * refcard.tex: Specify paper size for PDF output.
1388 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
1390         * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
1392 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
1394         * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
1395         (Source Path, Character Sets, Macros, Define)
1396         (GDB/MI Result Records, GDB/MI Simple Examples)
1397         (GDB/MI Program Execution, GDB/MI File Commands)
1398         (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
1399         (Bug Reporting): Use @value{GCC}.
1401 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
1403         * gdb.texinfo (Help): Fix formatting of examples.
1404         (Variables): Use @ifnotinfo instead of @iftex.
1405         (Non-debug DLL symbols): Use @ref instead of @pxref.
1406         (Sparclet File): Use @samp instead of quotes.
1408 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
1410         * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
1412 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
1414         * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
1415         the order of the nodes.
1416         (C Operators, C Constants, Debugging C): Remove extra menus.
1417         (Method Names in Commands): Do not specify next/prev/up nodes.
1419 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
1421         * gdb.texinfo (File Options): Add missing parenthesis.
1422         (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
1424 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
1426         * gdb.texinfo (Monitor commands for gdbserver): New subsection.
1428 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
1430         * gdb.texinfo (Standard Target Features): Mention
1431         case insensitivity.
1432         (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
1434 2007-02-18  Nick Roberts  <nickrob@snap.net.nz>
1436         * gdb.texinfo (Top): Put Appendix A after numbered sections.
1437         (Files): Add section name to argument list for pxref.
1438         (Non-debug DLL symbols): Don't use `see' for pxref.
1439         (Embedded Processors): Fix typo.
1440         (GDB/MI Breakpoint Commands): Execution commands generate
1441         *stopped not ^done.
1443 2007-02-13  Nick Roberts  <nickrob@snap.net.nz>
1445         * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
1446         values for in_scope.  Mention that only root variables can be
1447         updated.
1448         (GDB/MI Development and Front Ends): Explain new values may be
1449         added to existing fields.
1451 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
1453         * gdb.texinfo (-target-disconnect): Use @smallexample.
1454         (Requirements): Add anchor for Expat.  Update description.
1455         (Target Descriptions): Mention Expat.
1456         (Target Description Format): Document new elements.  Use
1457         @smallexample.
1458         (Predefined Target Types, Standard Target Features): New sections.
1459         * gdbint.texinfo (Target Descriptions): New section.
1461 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
1463         * gdb.texinfo (Target Description Format): Add section on XInclude.
1465 2006-02-03  Nick Roberts  <nickrob@snap.net.nz>
1467         * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
1468         command -enable-timings.
1470 2007-02-02  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
1472         * gdbint.texinfo (Operation System ABI Variant Handling): Update
1473         descriptions for new/deleted elements in gdb_osabi.  Add missing
1474         description for function generic_elf_osabi_sniff_abi_tag_sections.
1476 2007-01-29  Joel Brobecker  <brobecker@adacore.com>
1478         * gdb.texinfo (Maintenance Commands): Add documentation for
1479         the new "maint print target-stack" command.
1481 2007-01-26  Jan Kratochvil <jan.kratochvil@redhat.com>
1482             Eli Zaretskii  <eliz@gnu.org>
1484         * gdb.texinfo: Describe CHAR array vs. string identification rules.
1486 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
1488         * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
1489         Use @value{NGCC} instead of @value{GCC}.
1491 2007-01-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
1493         * agentexpr.texi: Fix typos.
1494         * annotate.texinfo: Likewise.
1495         * gdb.texinfo: Likewise.
1496         * gdbint.texinfo: Likewise.
1497         * observer.texi: Likewise.
1498         * stabs.texinfo: Likewise.
1500 2007-01-20  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
1502         * gdbint.texinfo (Support Libraries): Remove mmalloc
1503         entry.  Describe readline library.
1505 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
1507         * gdb.texinfo (Target Descriptions): New section.
1508         (General Query Packets): Add QPassSignals anchor.  Mention
1509         qXfer:features:read under qSupported.  Expand mentions of
1510         qXfer:memory-map:read and QPassSignals.  Document
1511         qXfer:features:read.
1513 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
1515         * gdb.texinfo (Commands to specify files): Describe
1516         "set sysroot" and "show sysroot".
1517         (Using the `gdbserver' program): Lowercase argument
1518         to @var.  Expand description of setting up GDB on the
1519         host.
1521 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
1523         * gdb.texinfo (Set Catchpoints): Add documentation for the new
1524         catch exception, catch exception unhandled, and catch assert
1525         commands.
1527 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
1529         * gdb.texinfo (Debugging Output): Document "set debug xml"
1530         and "show debug xml".
1532 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
1534         * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
1536 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
1538         * gdbint.texinfo (Start of New Year Procedure): Add missing item.
1540 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
1542         * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
1543         note in @ignore, to be removed later if nobody complains.
1545 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
1547         * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
1548         of -var-delete.
1550 2006-11-22  Vladimir Prus  <vladimir@codesourcery.com>
1552         * gdb.texinfo (Setting breakpoints): Document
1553         automatic software/hardware breakpoint usage and
1554         the "set breakpoint auto-hw" command.
1556 2006-11-21  Vladimir Prus  <vladimir@codesourcery.com>
1558         * gdb.texinfo (Memory Access Checking): New.
1560 2006-11-16  Daniel Jacobowitz  <dan@codesourcery.com>
1562         * gdb.texinfo (Remote configuration): Mention
1563         "pass-signals-packet".
1564         (General Query Packets): Document QPassSignals.  Fix
1565         a typo.
1567 2006-11-14  Maxim Grigoriev  <maxim@tensilica.com>
1569         * gdb.texinfo (Contributors): Add contributors of Xtensa port.
1571 2006-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
1573         * gdb.texinfo (Remote configuration): Rewrite documentation for
1574         packet configuration commands.
1575         (OS Information): Adjust reference to qXfer:auxv:read.
1576         (General Query Packets): Remove references to read-aux-vector-packet
1577         and set remote get-thread-local-storage-address.
1579 2006-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
1581         * gdbint.texinfo (Target Architecture Definition): Add new
1582         Initializing a New Architecture section.
1584 2006-10-31  David Taylor  <dtaylor@emc.com>
1586         * stabs.texinfo (Macro define and undefine): New node describing
1587         stabs for #define and #undef.
1589 2006-10-27  Andreas Schwab  <schwab@suse.de>
1591         * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
1593 2006-10-21  Eli Zaretskii  <eliz@gnu.org>
1595         * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
1596         clarify on the possible meanings of ``expression'' watched by
1597         watchpoints.  Add indexing.
1598         (Prompting, Errors, Invalidation, Annotations for Running)
1599         (Source Annotations): Fix index entries by adding "annotation" to
1600         them, to discriminate from index entries that point to the more
1601         general topic descriptions.
1603 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
1605         * gdbint.texinfo (Target Vector Definition): Move most
1606         content into Existing Targets.  Add a menu.
1607         (Existing Targets): New section, moved from Target Vector
1608         Definition.  Use @subsection.
1609         (Managing Execution State): New section.
1611 2006-10-16  Bob Wilson  <bob.wilson@acm.org>
1613         * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
1615 2006-10-15  Eli Zaretskii  <eliz@gnu.org>
1617         * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
1618         (Command Syntax, Signals, Backtrace, Connecting)
1619         (Remote configuration, Renesas Boards, Console I/O): Fix last
1620         change: use Ctrl- instead of C-, except wrt Emacs.
1621         (File-I/O Examples): Put Ctrl-c in @kbd.
1622         (Cygwin Native, File-I/O Overview, The Ctrl-C message)
1623         (Console I/O): Use @samp with Ctrl-.
1624         (Signals, Set Breaks, Set Watchpoints): Document optional
1625         arguments to `info signals'  `handle', `info breakpoints', and
1626         `info watchpoints'.
1628 2006-10-14  Eli Zaretskii  <eliz@gnu.org>
1630         * gdb.texinfo (Backtrace): Fix last change.
1632 2006-10-14  Nick Roberts  <nickrob@snap.net.nz>
1634         * gdb.texinfo (Backtrace): Order correctly and add other cases.
1636 2006-10-10  Bob Wilson  <bob.wilson@acm.org>
1638         * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
1639         (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
1640         (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
1642 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
1643             Daniel Jacobowitz  <dan@codesourcery.com>
1645         * gdb.texinfo (Packets): Document vFlashErase,
1646         vFlashWrite and vFlashDone packets.
1647         (General Query Packets): Document qXfer:memory-map:read.
1648         Add a new feature for qXfer:memory-map:read.
1649         (Memory map format): New section.
1650         (Target Commands): Mention that gdb can write flash.
1652 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
1653             Daniel Jacobowitz  <dan@codesourcery.com>
1655         * gdb.texinfo (Memory Region Attributes): Mention target-supplied
1656         memory regions and "mem auto".
1658 2006-09-21  Nathan Sidwell  <nathan@codesourcery.com>
1660         * gdbint.texinfo (Array Containers): New section.
1662 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
1664         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
1665         -stack-list-arguments HIGH_FRAME argument can be larger then the
1666         actual number of frames.
1668 2006-09-07  Vladimir Prus  <vladimir@codesourcery.com>
1670         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
1671         -stack-list-locals HIGH_FRAME argument can be larger then the
1672         actual number of frames.
1674 2006-09-02  Bob Wilson  <bob.wilson@acm.org>
1676         * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
1677         Register Packet Format, Tracepoint Packets): Fix spelling errors.
1679 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
1681         * gdbint.texinfo (Overall Structure): New section "Source Tree
1682         Structure".
1684 2006-08-17  Jim Blandy  <jimb@codesourcery.com>
1686         * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
1687         responses.
1689 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
1691         * gdb.texinfo (Source Path): Add documentation for new
1692         substitute-path commands.
1694 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
1696         * gdb.texinfo (Installing GDB): Update menu.  Move text to...
1697         (Running Configure): ...here.
1698         (Requirements): New node.  Mention expat.
1700 2006-08-08  Vladimir Prus  <vladimir@codesourcery.com>
1702         * gdb.texinfo (Target Commands): Remove
1703         'set download-write-size' and 'show download-write-size'.
1705 2006-08-01  Daniel Jacobowitz  <dan@codesourcery.com>
1707         * stabs.texinfo (Member Type Descriptor): Correct example for
1708         pointer to member types.
1710 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
1712         * gdb.texinfo (Optional warnings and messages): Add
1713         'set/show trace-commands'.
1714         (Command files): Add '-v' to source command.
1716 2006-07-12  Daniel Jacobowitz  <dan@codesourcery.com>
1718         * gdb.texinfo (OS Information): Update qPart reference to
1719         qXfer.
1720         (Remote configuration): Likewise.
1721         (Overview): Move @cindex to the start of a paragraph.  Talk
1722         about binary data encoding.
1723         (Packets): Refer to the overview for the details of the X
1724         packet encoding.
1725         (General Query Packets): Remove qPart description.  Add qXfer
1726         description.  Add an anchor to qSupported.  Correct feature
1727         table title.  Add a new feature for qXfer:auxv:read.
1728         (Interrupts): Add a missing parenthesis.
1730 2006-07-05  Daniel Jacobowitz  <dan@codesourcery.com>
1732         * gdb.texinfo (KOD): Remove node.
1733         (GDB/MI Kod Commands): Remove commented out node.
1735 2006-07-01  Eli Zaretskii  <eliz@gnu.org>
1737         * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
1738         (GDB/MI Breakpoint Commands, GDB/MI Program Context)
1739         (GDB/MI Thread Commands, GDB/MI Program Execution)
1740         (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
1741         (GDB/MI Data Manipulation, GDB/MI Symbol Query)
1742         (GDB/MI File Commands, GDB/MI Target Manipulation)
1743         (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
1744         since the MI prompt is hard-wired into the code.
1746 2006-07-01  Nick Roberts  <nickrob@snap.net.nz>
1748         * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
1749         (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
1750         (GDB/MI Data Manipulation): Remove description of unimplemented
1751         display related commands as variable objects perform this function
1752         and are superior: -display-delete, -display-disable,
1753         -display-enable, -display-insert and -display-list.  Move
1754         -environment-cd, -environment-directory, -environment-path
1755         and -environment-pwd to "Program Context".
1756         (GDB/MI Program Control): Rename to "Program Execution".  Move
1757         -exec-arguments -exec-abort to...
1758         (GDB/MI Program Context): ...here.  New node split from "Data
1759          Manipulation".
1761 2006-06-21  Daniel Jacobowitz  <dan@codesourcery.com>
1763         * gdb.texinfo (Remote configuration): Document set / show
1764         remote supported-packets.
1765         (General Query Packets): Document qSupported packet.
1767 2006-06-10  Sandra Loosemore <sandra@codesourcery.com>
1769         * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
1770         and font markup.
1771         (Protocol basics): Likewise.
1772         (The F request packet): Likewise.
1773         (The F reply packet): Likewise.
1774         (Memory transfer): Move this node to be a subsubsection of
1775         "Protocol specific representation of datatypes".
1776         (The Ctrl-C message): More copy editing.
1777         (Console I/O): Likewise.
1778         (The isatty call): Delete this node, and merge its content into
1779         the "isatty" node.  Fixed references elsewhere.
1780         (The system call): Delete this node, and merge its content into
1781         the "system" node.  Fixed references elsewhere.
1782         (open): Reformat to use @table, and add appropriate font markup.
1783         (close): Likewise.
1784         (read): Likewise.
1785         (write): Likewise.
1786         (lseek): Likewise.
1787         (rename): Likewise.
1788         (unlink): Likewise.
1789         (stat/fstat): Likewise.
1790         (gettimeofday): Likewise.
1791         (isatty): Likewise.
1792         (system): Likewise, plus minor changes to fix confusing wording.
1793         (Integral datatypes): Fix font markup.
1794         (Pointer values): Likewise.
1795         (struct stat): Fix markup to use @table, plus minor copy editing.
1796         (struct timeval): Fix font markup, plus minor copy editing.
1797         (Constants): Minor copy editing.
1798         (Errno values): Add font markup.
1799         (File-I/O Examples): Likewise.
1801 2006-06-10  Nick Roberts  <nickrob@snap.net.nz>
1803         * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
1804         (GDB/MI Simple Examples): Move node up one level.  Use real
1805         examples.
1806         (GDB/MI Compatibility with CLI): Update.
1807         (GDB/MI Result Records): Add "connected" and "exit" result
1808         classes.
1809         (GDB/MI Stream Records): Clarify target output.
1810         (GDB/MI Command Description Format): Modify example description.
1811         (GDB/MI Breakpoint Table Commands): Rename to...
1812         (GDB/MI Breakpoint Commands): ...this
1813         (GDB/MI Breakpoint Commands): Add optional thread field.
1814         (GDB/MI Program Control): Add an introduction.  Move "Program
1815         termination" examples into exec-run description.
1816         (GDB/MI File Commands): Mention similar CLI commands.
1817         (GDB/MI Miscellaneous Commands): Move to end.  Mention "show version"
1818         is similar to "-gdb-version".
1820 2006-06-09  Eli Zaretskii  <eliz@gnu.org>
1822         * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
1824 2006-06-02  Nick Roberts  <nickrob@snap.net.nz>
1826         * gdb.texinfo (GDB/MI Development and Front Ends): Use
1827         sourceware.org for mailing lists.
1828         (GDB/MI File Commands): New node split from Program Control.
1830 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
1832         * gdb.texinfo (GDB/MI Development and Front Ends): New node.
1834 2006-05-22  Eli Zaretskii  <eliz@gnu.org>
1836         * gdb.texinfo (Cygwin Native): Fix last change.
1838 2006-05-22  Christopher Faylor  <cgf@timesys.com>
1840         * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
1842 2006-05-15  Nick Roberts  <nickrob@snap.net.nz>
1844         * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
1845         (Releasing GDB, Testsuite): Remove details for including DejaGnu.
1847 2006-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
1849         * gdb.texinfo (General Query Packets): Recommend not starting
1850         new packets with qC and clarify.
1852 2006-05-13  Gaius Mulley  <gaius@glam.ac.uk>
1854         * gdb.texinfo (M2 Types): New section.
1856 2006-05-10  Daniel Jacobowitz  <dan@codesourcery.com>
1858         * agentexpr.texi: Add a copyright and license notice.
1859         * observer.texi: Likewise, with GPL clause for function prototypes.
1860         Remove trailing whitespace.
1862 2006-05-05  Jim Blandy  <jimb@codesourcery.com>
1864         * gdb.texinfo (General Query Packets): Document conventions for
1865         terminating packet names, and their violations.
1867 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
1869         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
1870         * gdb.texinfo: Likewise.
1872 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
1874         * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
1875         and "show remotedebug".
1876         (Debugging Output): Add additional index entries.
1878 2006-04-27  Michael Snyder  <msnyder@redhat.com>
1880         * gdb.texinfo (delete-fork): Command renamed to "delete fork".
1882 2006-04-22  Andrew Cagney  <cagney@redhat.com>
1884         * gdb.texinfo (Contributors): Credit frame unwinder contributors.
1885         * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
1887 2006-04-18  Daniel Jacobowitz  <dan@codesourcery.com>
1889         * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
1890         and remove breakpoint prototypes.
1891         (Watchpoints): Move description of target_insert_hw_breakpoint and
1892         target_remove_hw_breakpoint ...
1893         (Breakpoints): ... to here.  Document target_insert_breakpoint and
1894         target_remove_breakpoint.
1896 2006-04-17  Jim Blandy  <jimb@codesourcery.com>
1898         * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
1899         and C packets are optional.
1901 2006-04-14  Frederic Riss  <frederic.riss@st.com>
1903         * gdb.texinfo (Specifying source directories): Update the description
1904         of the source file search to reflect the fact that the source path
1905         always contains at least $cdir and $cwd.
1907 2006-03-31  Michael Snyder  <msnyder@redhat.com>
1909         * gdb.texinfo: Update copyright dates.
1911 2006-03-31  Eli Zaretskii  <eliz@gnu.org>
1913         * gdb.texinfo (Overview): Add an index entry to "empty response".
1915 2006-03-28  Jim Blandy  <jimb@codesourcery.com>
1917         * gdbint.texinfo (Prologue Analysis): New section.
1919 2006-03-07  Jim Blandy  <jimb@red-bean.com>
1921         * gdb.texinfo (Connecting): Document 'target remote pipe'.
1923         * gdb.texinfo (Target Commands): Update text describing how to
1924         specify a target.  Refer to the detailed section on remote
1925         debugging, not the brief mention.
1927         * gdb.texinfo (Connecting): Organize the different 'target remote'
1928         connection methods into a table.  Add a 'target remote' index
1929         entry. (!!!)
1931 2006-02-17  Fred Fish  <fnf@specifix.com>
1933         * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
1934         'ptype' commands to reflect the fact that the only significant
1935         difference between them is that ptype prints the complete type
1936         description instead of just the name.
1938 2006-02-13  Wu Zhou  <woodzltc@cn.ibm.com>
1940         * gdbint.texinfo (Watchpoints): Delete
1941         TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
1943 2006-02-10  Nick Roberts  <nickrob@snap.net.nz>
1945         * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
1946         times fields where needed.  Fix typos.  Update general form given
1947         for output of -break-insert.
1948         (GDB/MI): Abbreviate some unnecessarily long fullnames.
1950 2006-02-06  Daniel Jacobowitz  <dan@codesourcery.com>
1952         * gdbint.texinfo (Symbol Handling): Add a section
1953         on memory management.
1955 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
1957         * gdb.texinfo (Breakpoint table commands): Document the fullname
1958         field in -break-list output.
1960 2006-02-03  Eli Zaretskii  <eliz@gnu.org>
1962         * gdb.texinfo (Cygwin Native): Fix typos.  Clarify the types of
1963         debugging information produced by the various "set debug..."
1964         options.
1966 2006-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
1968         * gdb.texinfo (Files): Remove obsolete bits from the description
1969         of "symbol-file".
1971 2006-01-25  Jim Blandy  <jimb@redhat.com>
1973         * gdbint.texinfo (Testsuite): Explain how to run selected tests.
1975 2006-01-24  Jim Blandy  <jimb@redhat.com>
1977         * gdbint.texinfo (Frames): Document the basics of GDB's register
1978         unwinding model, and explain the existence of the "sentinel" frame.
1980 2006-01-23  Andrew Stubbs  <andrew.stubbs@st.com>
1982         * gdb.texinfo (Choosing files): Mention that -directory is used
1983         for script files.
1984         (Specifying source directories): Likewise.
1985         (Command files): Explain how script files are found.
1987 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
1989         * gdb.texinfo (Backtrace): Describe how to get backtrace of all
1990         the threads in a multi-threaded program.
1991         (Threads): The threadno argument of "thread apply" can be a range
1992         of numbers.
1994 2006-01-18  Jim Blandy  <jimb@redhat.com>
1996         * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
1997         of warning flags.
1999 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
2001         * gdb.texinfo (Sequences): Improve menu annotations.
2002         (Define): Add index entries for arguments of user-defined
2003         commands.  Move the description of flow-control commands...
2004         (Command Files): ...to here.  Document loop_break and
2005         loop_continue.
2006         (Define, Command Files): Document `end' and add index entries for
2007         it.
2009 2006-01-04  Michael Snyder  <msnyder@redhat.com>
2011         * gdb.texinfo: Add documentation for linux-fork.
2012         * gdbint.texinfo: Add internal documentation for checkpoints.
2014 2006-01-02  Paul N. Hilfinger  <hilfinger@gnat.com>
2016         * gdb.texinfo (Omissions from Ada): Document that there is now
2017         limited aggregate support.
2019 2005-12-28  Eli Zaretskii  <eliz@gnu.org>
2021         * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
2022         registers and the likes.
2024 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
2026         * gdb.texinfo (Target Commands, Bug Reporting, File Options)
2027         (Symbols): Fix usage of "e.g.".
2028         (Memory Region Attributes): Fix usage of "etc."
2030         * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
2031         (Coding): Fix usage of "e.g.".
2033 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
2035         * stabs.texinfo:
2036         * refcard.tex:
2037         * gpl.texi:
2038         * gdbint.texinfo:
2039         * gdb.texinfo:
2040         * gdb-cfg.texi:
2041         * fdl.texi:
2042         * annotate.texinfo:
2043         * all-cfg.texi:
2044         * Makefile.in: Add (C) after Copyright.  Update the FSF
2045         address.
2047 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
2049         * gdb.texinfo (Connecting): Explain that `monitor' is a way to
2050         extend GDB with commands for external monitor.
2052 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
2054         * gdb.texinfo (Convenience variables): Add init-if-undefined command.
2056 2005-11-25  Joel Brobecker  <brobecker@adacore.com>
2058         * gdbint.texinfo (Start of New Year Procedure): New chapter.
2060 2005-11-21  Jim Blandy  <jimb@redhat.com>
2062         * gdb.texinfo (Tracepoint Packets): Document restrictions on
2063         placement of 'R' actions in tracepoint action packets; document
2064         dependence of 'X' and 'M' actions on a preceding 'R' action for
2065         their registers.
2067 2005-11-19  Jim Blandy  <jimb@redhat.com>
2069         * gdb.texinfo (Tracepoint Packets): New node.
2070         (General Query Packets): Add entries for the tracepoint packets,
2071         referring to the "Tracepoint Packets" node.
2072         (Tracepoints): Add reference to "Tracepoint Packets".
2074 2005-11-18  Kevin Buettner  <kevinb@redhat.com>
2076         * gdb.texinfo (set remotebreak): Add anchor.
2077         (X packet): Likewise.
2078         (Remote Protocol): Add new section `Interrupts' and new index
2079         entry `interrupts (remote protocol)'.
2081 2005-11-18  Jim Blandy  <jimb@redhat.com>
2083         * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
2084         entries into the General Query Packets section.  Add a
2085         cross-reference to that section.  Drop description of replies, as
2086         these are covered in the descriptions of each packet.
2087         (General Query Packets): Add introductory text.  Explain naming
2088         conventions, and how the end of a name is recognized.
2090 2005-11-17  Kevin Buettner  <kevinb@redhat.com>
2092         * gdb.texinfo (Remote configuration): Fix typo in description of
2093         "set remotebreak" command.
2095 2005-11-16  Jim Blandy  <jimb@redhat.com>
2097         * gdb.texinfo (Packets, Stop Reply Packets)
2098         (General Query Packets): Various formatting cleanups.
2099         - Use @samp for packet contents.
2100         - Drop summaries from packet @item lines; the same information appears
2101           immediately below in the description.
2102         - Delete paragraph breaks after packet @item commands, so that the
2103           description appears directly to the right of the packet prototype
2104           in the printed manual, if it fits.
2105         - Place spaces in packet prototypes between @vars and non-@var
2106           letters, and explain that they're just for formatting.
2107         - Use @dots{} instead of '...'.
2108         - Fix uses of @code where @var was needed.
2109         - Replace "deprecated" markers with English text spelling out the
2110           packet's status and the preferred alternatives.
2111         - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
2112           what this ever meant.
2113         - Remove "(draft)" markers on 'i' packets; nobody has commented on
2114           this for a long time.
2115         - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
2116           implemented several times, and have been in use for years.
2118 2005-11-15  Jim Blandy  <jimb@redhat.com>
2120         * gdb.texinfo (Packets): Add index entries for 'm' packet
2121         disclaimers.
2123         * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
2124         of stub when processing an 'm' packet.
2126         * gdb.texinfo (Packets): Mention that packets beginning with
2127         letters are reserved once, at the top, instead of actually listing
2128         them all and saying "reserved".
2130 2005-11-15  Andrew Stubbs  <andrew.stubbs@st.com>
2132         * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
2133         Change @var{$arg0 to @code{$arg0.
2135 2005-11-14  Wu Zhou  <woodzltc@cn.ibm.com>
2137         * gdb.texinfo (Fortran): Add some words about Fortran debugging.
2139 2005-11-12  Jim Blandy  <jimb@redhat.com>
2141         * gdb.texinfo (General Query Packets): Put packets in alphabetical
2142         order.  Remove extraneous 'z'.
2144 2005-11-07  Andrew Stubbs  <andrew.stubbs@st.com>
2146         * gdb.texinfo (Choosing files): Add --eval-command.
2148 2005-11-04  Andrew Stubbs  <andrew.stubbs@st.com>
2150         * gdb.texinfo (Choosing modes): Add --return-child-result.
2153 2005-11-01  Andrew Stubbs  <andrew.stubbs@st.com>
2155         * gdb.texinfo (Choosing modes): Add --batch-silent.
2157 2005-10-28  Eli Zaretskii  <eliz@gnu.org>
2159         * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
2160         "The -var-update Command".
2162 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
2164         * gdb.texinfo (Print Settings): Add documentation for set/show
2165         print array-indexes.
2167 2005-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
2169         * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
2170         6.2 and 6.3.
2172 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
2174         * gdb.texinfo (File Options): Don't document --mapped, it's gone
2175         since 19-Jan-2004.
2176         (Files): Likewise.
2177         (Variables, Symbols): Document the "<incomplete type>" message and
2178         its reasons.
2180 2005-08-01  Fred Fish  <fnf@specifix.com>
2182         * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
2184 2005-07-15  Nick Roberts  <nickrob@snap.net.nz>
2186         * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
2187         option for -var-list-children and -var-update.
2188         (GDB/MI Stack Manipulation): Simplify description of
2189         print-values option for -stack-list-locals.
2190         (GDB/MI Command Description Format): Clarify.
2191         (Mode Options): Spelling of superseded.
2193 2005-07-12  Bob Rossi  <bob@brasko.net>
2195         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
2196         corresponding GDB command comment.
2198 2005-07-06  Bob Rossi  <bob@brasko.net>
2200         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
2201         and -inferior-tty-show.
2202         (Input/Output): Document "set/show inferior-tty" and tty alias.
2204 2005-07-02  Nathan J. Williams  <nathanw@wasabisystems.com>
2206         * gdb.texinfo (Packets): Change description of 'D' packet to note
2207         that GDB does wait for a response.
2209 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
2211         * gdb.texinfo (History) Rename "Command History".
2212         (Command History): Move node "Server Prefix" from section on
2213         Annotations here.
2215 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
2217         * gdb.texinfo (GDB/MI Stack Manipulation):
2218         Re-instate -stack-info-frame with example.  Say that it gets
2219         info on selected frame, not current frame.
2221 2005-06-18  Eli Zaretskii  <eliz@gnu.org>
2223         * gdb.texinfo (Server): Clarify that `file' should be used before
2224         connecting to the server.
2225         (Files): Add an xref to the above description.
2226         (Output Formats): More detailed description of the `c' format.
2227         (Memory): List explicitly all the formats supported by `x'.
2228         (Threads): Add an @cindex entry for "thread apply".
2229         (Files): Document the possibility of loading unlinked object
2230         files.  Add more indexing for solib-absolute-prefix and
2231         --with-sysroot.
2232         (Machine Code): Document possible problems with locations in
2233         shared libraries.
2234         (Backtrace): Document that free-standing environments do not need
2235         to have a `main' function.
2237 2005-06-18  Nick Roberts  <nickrob@snap.net.nz>
2239         * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
2240         -stack-info-frame.
2242 2005-06-07  Andrew Cagney  <cagney@gnu.org>
2244         * gdb.texinfo (Contributors): Note the original multi-arch
2245         contributors.
2247 2005-06-03  Eli Zaretskii  <eliz@gnu.org>
2249         * gdb.texinfo (Registers): Add index entries for the standard
2250         registers.
2251         (Frames): Add cross-reference from frame pointer description to
2252         the Registers node.
2253         (Annotations Overview): Fix the reference to GDB name.
2255 2005-06-01  Eli Zaretskii  <eliz@gnu.org>
2257         * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
2258         can-use-hw-watchpoints.
2260 2005-05-28  Bob Rossi  <bob@brasko.net>
2262         * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
2263         the possible reasons why an exec async record would be returned to FE.
2265 2005-05-26  Andrew Cagney  <cagney@gnu.org>
2267         * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
2268         Andrew Cagney implemented the original GDB/MI.
2270 2005-05-23  Orjan Friberg  <orjanf@axis.com>
2272         * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
2273         documentation.  Add documentation for cris-mode.
2275 2005-05-20  Eli Zaretskii  <eliz@gnu.org>
2277         * gdb.texinfo (Numbers): Explain the example and make the wording
2278         more acurate.
2280 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
2281             Dennis Brueni  <dennis@slickedit.com>
2283         * gdb.texinfo (GDB/MI Breakpoint Table Commands)
2284         (GDB/MI Data Manipulation, GDB/MI Program Control)
2285         (GDB/MI Stack Manipulation): Update examples to include the fullname
2286         attribute in stack frames.
2288 2005-05-12  Eli Zaretskii  <eliz@gnu.org>
2290         * gdb.texinfo (Startup): Fix last change.  Treat gdb.ini like we
2291         do with other non-standard names of init files.
2293 2005-05-11  Eli Zaretskii  <eliz@gnu.org>
2295         * gdb.texinfo (Command Files): Move the description of the startup
2296         from here...
2297         (Startup): ...to this new subsection of the Invocation chapter.
2298         Rearrange the description of init files more logically and add a
2299         cross-reference to "Command Files".  Document the special gdbinit
2300         name for CISCO 68k.  Expand the description of what GDB does
2301         during startup.
2302         (History): Add index entry for HISTSIZE.
2304 2005-05-02  Mark Kettenis  <kettenis@gnu.org>
2306         * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
2308 2005-05-02  Eli Zaretskii  <eliz@gnu.org>
2310         * gdb.texinfo (SVR4 Process Information, The isatty call)
2311         (The system call): Don't use foo(N) notation for man pages and
2312         functions.
2313         (Compilation, DJGPP Native): Improve wording.
2315 2005-04-27  Eli Zaretskii  <eliz@gnu.org>
2317         * gdb.texinfo (Backtrace): Describe backtraces with arguments that
2318         were optimized away.
2320 2005-04-22  Eli Zaretskii  <eliz@gnu.org>
2322         * gdb.texinfo (Remote configuration): Document "set/show
2323         get-thread-local-storage-address".  Add cross-reference to the
2324         description of the qGetTLSAddr packet.
2325         (General Query Packets): Mention "set remote
2326         get-thread-local-storage-address" and add a reference to its
2327         description.
2329 2005-04-19  Nick Roberts  <nickrob@snap.net.nz>
2331         * gdb.texinfo (Backtrace): Describe 'bt full'.
2333 2005-04-17  Nick Roberts  <nickrob@snap.net.nz>
2335         * gdb.texinfo (Mode Options): Fix typo.
2336         (GDB/MI): Describe how to invoke GDB/MI.
2338 2005-04-16  Eli Zaretskii  <eliz@gnu.org>
2340         * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
2341         references changed.  Add description of "info udot".
2342         (Files): Document "set/show stop-on-solib-events".
2343         (M32R/D): Document "set/show download-path", "set/show
2344         board-address", "set/show server-address", "upload", "tload".
2345         Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
2346         "use_mon_code", "use_ib_break", "use_dbt_break".
2347         (Maintenance Commands): Improve indexing.
2348         (Target Commands): Document "set/show hash", "set/show debug
2349         monitor".
2350         (SVR4 Process Information): Document "info pidlist" and "info
2351         meminfo".  Document "set/show procfs-tarce" and "set/show
2352         procfs-file".  Document "proc-trace-*" and "proc-untrace-*".
2353         (Symbols, The Print Command with Objective-C): Improve indexing.
2354         (Objective-C): Add references to "info classes" and "info
2355         selectors".
2356         (Debugging Output): Improve wording.  Document "set/show debug
2357         solib-frv".  Fix "set/show debugvarobj".
2358         (Set Breaks): Add index entry for "hardware breakpoints".
2359         (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
2360         and "set/show usehardbreakpoints".
2361         (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
2362         monitor-prompt", "set/show monitor-warnings", "pmon".
2363         (ARM): Document "rdilogfile", "rdilogenable", "set/show
2364         rdiromatzero", "set/show rdiheartbeat".
2365         (PowerPC): Document SDS-specific commands "set/show sdstimeout",
2366         "sds".
2367         (Embedded Processors): Document the "sim" command.
2368         (Remote): Document the "remote" command.
2369         (DJGPP Native): Document the "info serial" command.
2370         (Threads): Document "maint info sol-threads".
2371         (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
2372         (Set Breaks): Improve indexing.
2373         (Command Syntax): Add a reference to dont-repeat.
2374         (Define): Document "dont-repeat".
2375         (TUI Commands): Document "tabset".
2376         (WinCE): New subsection.  Document "set/show remotedirectory",
2377         "set/show remoteupload", "set/show remoteaddhost".
2379 2005-04-15  Eli Zaretskii  <eliz@gnu.org>
2381         * gdb.texinfo (Hurd Native): New subsection, documents
2382         Hurd-specific commands.
2383         (Maintenance Commands): Add cross-reference to "Debugging Output".
2384         (Debugging Output): Document "set/show debug lin-lwp".
2385         (MIPS): Improve documentation of heuristic-fence-post.  Document
2386         "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
2387         mips stack-arg-size", "set/show mips mask-address", "set/show mips
2388         remote-mips64-transfers-32bit-regs", "set/show debug mips".
2389         (ARM): Document ARM-specific commands.
2390         (AVR): New section.  Document "info io_registers".
2391         (CRIS): New section.  Document "set/show cris-version" and
2392         "set/show cris-dwarf2-cfi".
2393         (HPPA): New section.  Document "set/show debug hppa" and "maint
2394         print unwind".
2395         (Neutrino): New subsection.  Document "set/show debug nto-debug".
2396         (Super-H): New section.  Document the "regs" command.
2397         (Debugging Output): Document "set/show debug aix-thread".
2399 2005-04-09  Eli Zaretskii  <eliz@gnu.org>
2401         * gdb.texinfo (Print Settings): Document "set/show print
2402         pascal_static-members", "set print repeats", "show print
2403         null-stop".  Improve indexing.  Fix documentation of "set print
2404         union".
2405         (Pascal): New section.
2406         (Supported languages): Rename from "Support"; all references
2407         updated.  Add a menu item for Pascal.
2408         (Numbers): Document "set radix.
2409         (Screen Size): Document "set/show pagination".
2410         (MIPS Embedded): Remove "set processor" documentation.
2411         (Remote configuration): Document "set/show X/P/Z-packet",
2412         "set/show read-aux-vector-packet", "set/show remote
2413         symbol-lookup-packet", "set/show remote verbose-resume-packet",
2414         "set/show remoteaddresssize", "set/show remotebaud", "set/show
2415         remotedebug", "set/show remotebreak", "set/show remotedevice",
2416         "set/show remotelogfile".
2417         (Auxiliary Vector): Add reference to the description of the
2418         read-aux-vector-packet setting.
2419         (Set Watchpoints): Add a cross-reference to "set remote
2420         hardware-breakpoint-limit".
2421         (General Query Packets): Add indexing of requests and
2422         cross-references to related commands in "Remote configuration".
2423         (File-I/O Overview, The system call): Fix wording and typos.
2424         (Thread Stops): Add index entries.
2425         (Continuing and Stepping): Document "show step-mode".
2426         (i386): New node.  Document "set/show struct-convention".
2427         (Files): Document "show trust-readonly-sections".
2428         (Calling): Document "set/show unwindonsignal".
2429         (Messages/Warnings): Add index entries.
2430         (Maintenance Commands): Document "set/show watchdog".
2431         (Annotations Overview): Document "show annotate".
2432         (Set Watchpoints): Add index entries.
2433         (Symbols): Fix doc of case-sensitive.
2434         (ABI): Document "show coerce-float-to-double".
2435         (Convenience Vars, Help): Improve indexing.
2436         (Machine Code): Document "show disassembly-flavor".
2437         (Debugging C plus plus): Document "show overload-resolution".
2438         (Value History, Signaling): Add index entries.
2440 2005-04-08  Eli Zaretskii  <eliz@gnu.org>
2442         * gdb.texinfo (Show): Move @kindex entries to their proper places.
2443         (Processes): Fix wording.
2444         (History, List, Logging output, Define, Symbols, Print Settings):
2445         Improve indexing.
2447 2005-04-03  Eli Zaretskii  <eliz@gnu.org>
2449         * gdb.texinfo (Targets): Document "set/show architecture".  Remove
2450         redundant index entry for "target" command.
2451         (Backtrace): Add index entries.
2452         (Symbols, Fortran): Document the "set case-sensitive" command.
2453         (DJGPP Native): Document "set com1base", "set com1irq", etc.
2454         (Print Settings): Add index entry for "set demangle-style".
2455         (Target Commands): Document "set download-write-size".
2456         (Debugging Output): Document "set exec-done-display".
2458 2005-04-02  Eli Zaretskii  <eliz@gnu.org>
2460         * gdb.texinfo (Files): Fix the name and documentation of
2461         add-shared-symbol-files.  Document its alias assf.  Update the
2462         list of OSs where GDB supports shared libraries.  Fix markup.
2463         (Continuing and Stepping): Add reference to @var{location} in the
2464         text.
2465         (Dump/Restore Files): Fix reference to @{filename}.
2466         (Help): Fix wording.
2467         (Attach): Ditto.
2468         (Set Watchpoints): Ditto.
2469         (Backtrace): Remove redundant index entries.  Improve index
2470         entries.
2471         (Delete Breaks): Fix wording.
2472         (Memory): Document the compare-sections command.
2473         (Memory Region Attributes): Improve wording.
2474         (Disabling): Improve wording.
2475         (Fortran): New subsection.  Document the "info common" command.
2476         (Help): Document aliases "info copying" and "info warranty".
2477         (Caching Remote Data): New section.  Document the "set/show
2478         remotecache" and "info dcache" commands.
2479         (Show): Fix wording of the documentation of the "set
2480         extension-language" command.
2481         (Signals): Add index entry for "info handle".
2482         (Memory Region Attributes): Fix punctuation.
2483         (Symbols): Change the arg name to "location" and refer to it in
2484         the text.  Fix wording of "info types" doc.
2485         (Threads): Fix usage of @enumerate @item's.
2486         (Listing Tracepoints): Add index entry for "info tp".
2487         (Set Watchpoints): Add xref to "info break" description.
2488         (Macros): Add an index entry for "macro exp1".  Document the
2489         "macro list" command.
2490         (Maintenance Commands): Document "flushregs", "maint agent",
2491         "maint check-symtabs", "maint cplus", "maint demangle", "maint
2492         deprecate", "maint undeprecate", "maint dump-me", "maint packet",
2493         "maint print architecture", "maint print objfiles", "maint print
2494         statistics", "maint print type", "maint show-debug-regs", "maint
2495         space", "maint time", and "maint translate-address".
2496         (Connecting): Document the "monitor" command.
2497         (Annotations Overview): Describe the "set annotate" command.
2499 2005-04-01  Eli Zaretskii  <eliz@gnu.org>
2501         * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
2502         Rearrange index entries and improve wording about support for
2503         hardware watchpoints.
2505 2005-03-10  Bob Rossi  <bob@brasko.net>
2507         * gdb.texinfo: Update copyright
2509 2005-02-09  Theodore A. Roth  <troth@openavr.org>
2511         * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
2512         error.
2514 2005-02-03  Kevin Buettner  <kevinb@redhat.com>
2516         * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
2518 2005-01-17  Michael Snyder  <msnyder@redhat.com>
2520         * gdb.texinfo: Fix spelling, infinte  ->  infinite.
2522 2005-01-08  Mark Kettenis  <kettenis@gnu.org>
2524         * observer.texi (GDB Observers): Document "solib_loaded".
2526 2005-01-07  Andrew Cagney  <cagney@gnu.org>
2528         * configure.ac: Rename configure.in, require autoconf 2.59.
2529         * configure: Re-generate.
2531         * configure.in: Replace configdirs with multiple references to
2532         AC_CONFIG_SUBDIRS.
2533         * configure: Re-generate.
2535 2005-01-04  Andrew Cagney  <cagney@gnu.org>
2537         * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
2538         part of the version number.
2540 2004-12-24  Mark Kettenis  <kettenis@gnu.org>
2542         * gdbint.texinfo (Algorithms): Remove description of
2543         TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
2545 2004-12-07  Jim Blandy  <jimb@redhat.com>
2547         * gdb.texinfo (General Query Packets): Specify that thread ID's in
2548         the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
2549         numbers.
2551 2004-12-07  Andreas Schwab  <schwab@suse.de>
2553         * gdb.texinfo (Mode Options): Document -l option.
2555 2004-12-04  Eli Zaretskii  <eliz@gnu.org>
2557         * gdbint.texinfo (Algorithms): More accurate description of
2558         STOPPED_BY_WATCHPOINT.  Point out that target_stopped_data_address
2559         is not needed unless data-read and data-access watchpoints are
2560         supported.  Add a description of how GDB checks whether the
2561         inferior stopped because a watchpoint was hit.
2563 2004-11-23  Eli Zaretskii  <eliz@gnu.org>
2565         * gdb.texinfo (Files): Add cross-reference to description of
2566         -readnow command-line switch.
2568 2004-11-10  Randolph Chung  <tausq@debian.org>
2570         * gdb.texinfo: Document set/show backtrace past-entry commands.
2571         Rearrange index entries for set/show backtrace past-main.
2573 2004-11-10  Jon Beniston <jon@beniston.com>
2575         Committed by Andrew Cagney  <cagney@gnu.org>.
2576         * gdb.texinfo (Remote Serial Protocol): Further describe
2577         binary transfer escaping mechanism .
2579 2004-11-08  Randolph Chung  <tausq@debian.org>
2581         * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
2582         and "show debug infrun".  Add index entries.
2584 2004-10-23  Eli Zaretskii  <eliz@gnu.org>
2586         * gdb.texinfo (SVR4 Process Information): Document subcommands of
2587         "info proc" that are already implemented.  Add index entries.
2588         (Working Directory): Add a cross-reference to "info proc" command.
2589         (Files): Add a tip for decreasing memory used for symtabs from
2590         shared libraries.
2591         (Starting): Fix whitespace; make "elaboration" stand out where it
2592         is first used, and add an index entry for the term.
2593         (Calling): Expand and elaborate text.  Add "print".  Add the
2594         description of problems with weak aliases.
2595         (Core File Generation): New section.
2597 2004-10-12  Andrew Cagney  <cagney@gnu.org>
2599         * gdbint.texinfo (Versions and Branches): New chapter.
2600         (Releasing GDB): Delete "Versions and Branches" section.
2601         (Top): Add "Versions and Branches".
2603 2004-10-08  Eli Zaretskii  <eliz@gnu.org>
2605         * gdb.texinfo (Editing, History): Add cross-references to the
2606         included Readline and History user documentation.  Remove
2607         references to the symbol have-readline-appendices which is unused
2608         and undefined.
2609         (History): Fix indexing.
2611 2004-10-08  Jeff Johnston  <jjohnstn@redhat.com>
2613         * gdbint.texinfo (target_stopped_data_address): Update to
2614         new prototype.
2615         (i386_stopped_data_address): Update prototype and description.
2616         (i386_stopped_by_watchpoint): New function and description.
2618 2004-10-03  Paul N. Hilfinger  <hilfinger@gnat.com>
2620         * gdb.texinfo (Filenames): Add Ada suffixes.
2621         (Ada) New section.
2623 2004-09-27  Andrew Cagney  <cagney@gnu.org>
2624             Robert Picco  <Robert.Picco@hp.com>
2626         * gdb.texinfo (Packets): Document the "p" packet.
2628 2004-09-21  Jason Molenda  (jmolenda@apple.com)
2630         * gdb.texinfo (Paths and Names of the Source Files): Document the
2631         meaning of values in the 'desc' field of a SO stab.
2633 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
2635         * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
2636         max-cache-age" and "maint show dwarf2 max-cache-age".
2638 2004-09-16  Eli Zaretskii  <eliz@gnu.org>
2640         * gdb.texinfo (Set Breaks): Add index entry for setting
2641         breakpoints on overloaded C++ functions that are not members of
2642         any classes.  Add an example and an index entry for setting
2643         breakpoints on all program functions.
2644         (Character Sets, Macros, Overlay Commands)
2645         (Non-debug DLL symbols, GDB/MI Output Syntax)
2646         (Annotations Overview, Maintenance Commands, File-I/O Overview):
2647         Use "(@value{GDBP})" instead of a literal "(gdb)".
2649 2004-09-12  Andrew Cagney  <cagney@gnu.org>
2651         * gdbint.texinfo (Native Debugging): Delete description of
2652         FILES_INFO_HOOK.
2654 2004-09-11  Paul Hilfinger  <hilfinger@gnat.com>
2656         * gdbint.texinfo (User Interface): Change local_hex_string_custom
2657         to hex_string_custom (not historically correct, but more
2658         understandable, given the current code).
2660 2004-09-03  Andrew Cagney  <cagney@gnu.org>
2662         * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
2664 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
2666         * observer.texi (solib_unloaded): New observer.
2668 2004-08-24  Andrew Cagney  <cagney@gnu.org>
2670         * gdbint.texinfo (Target Architecture Definition): Add missing
2671         comma.
2673 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
2675         * (Using the Testsuite): build != host is supported,
2676         but some test scripts do not support build != host.
2678 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
2680         * gdbint.texinfo (Host Definition): Delete description of
2681         FCLOSE_PROVIDED and GETENV_PROVIDED.
2683 2004-08-05  Mark Kettenis  <kettenis@chello.nl>
2685         * gdbint.texinfo (Host Definition): Delete description of
2686         NO_SYS_FILE.
2687         (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
2688         PTRACE_FP_BUG.
2690 2004-08-05  Andrew Cagney  <cagney@gnu.org>
2692         * gdbint.texinfo (Target Architecture Definition): Delete
2693         reference to deprecated_read_fp.
2695 2004-08-02  Andrew Cagney  <cagney@gnu.org>
2697         * gdbint.texinfo (Target Architecture Definition): Delete
2698         description of DEPRECATED_REGISTER_BYTES.
2700 2004-07-30  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
2702         * gdb.texinfo (Source Path): Document the new behavior of
2703         searching for the source files.
2705 2004-07-17  Eli Zaretskii  <eliz@gnu.org>
2707         * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
2708         (Search, Expressions, Arrays, Variables, Data, Machine Code)
2709         (Auto Display): Improve indexing.
2711 2004-07-16  Andrew Cagney  <cagney@gnu.org>
2713         * gdb.texinfo (Mode Options): Delete documentation on "-async" and
2714         "-noasync".
2716 2004-07-09  Eli Zaretskii  <eliz@gnu.org>
2718         * gdb.texinfo: Fix @kindex entries so that multiple commands that
2719         have the same prefix have only their prefix in the index.
2721 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
2723         * gdb.texinfo (BSD libkvm Interface): New node (section)
2724         (Native): Add it to the menu.
2726 2004-07-01  Mark Kettenis  <kettenis@gnu.org>
2728         * gdbint.texinfo (Target Architecture Definition): Remove
2729         PCC_SOL_BROKEN.
2731 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
2733         * gdbint.texinfo (Target Architecture Definition): Remove
2734         SUN_FIXED_LBRAC_BUG.
2736 2004-06-26  Andrew Cagney  <cagney@gnu.org>
2738         * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
2740 2004-06-20  Andrew Cagney  <cagney@gnu.org>
2742         * gdbint.texinfo (Target Architecture Definition): Deprecate
2743         USE_STRUCT_CONVENTION.
2745 2004-06-19  Michael Chastain  <mec.gnu@mindspring.com>
2747         gdb.texinfo (Bug Reporting): Mention session recording,
2748         with the script command or Emacs.
2750 2004-06-18  Andrew Cagney  <cagney@gnu.org>
2752         * gdbint.texinfo (Target Architecture Definition): Deprecate
2753         FUNCTION_START_OFFSET.
2755 2004-06-14  Andrew Cagney  <cagney@gnu.org>
2757         Based on changes from Karl Berry.
2758         * gdb.texinfo: Do not use @sc in a direntry.
2759         * stabs.texinfo: Change @dircateogry to "Software development".
2760         * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
2762 2004-06-13  Andrew Cagney  <cagney@gnu.org>
2764         * gdbint.texinfo (Target Architecture Definition): Delete
2765         description of RETURN_VALUE_ON_STACK.
2767 2004-06-09  Andrew Cagney  <cagney@gnu.org>
2769         * gdbint.texinfo (Native Debugging): Restore "@table @code"
2770         deleted by previous patch.
2772 2004-06-08  Andrew Cagney  <cagney@gnu.org>
2774         * gdbint.texinfo (Native Debugging): Delete documentation on
2775         ATTACH_DETACH.
2777 2004-06-06  Randolph Chung  <tausq@debian.org>
2779         * gdb.texinfo (push_dummy_call): Use @code{struct value}.
2781 2004-06-06  Randolph Chung  <tausq@debian.org>
2783         * gdb.texinfo (push_dummy_call): Update argument list to match
2784         the new push_dummy_call method signature.  Describe the function
2785         argument.
2787 2004-05-24  Joel Brobecker  <brobecker@gnat.com>
2789         * gdb.texinfo (Starting): Document new start command.
2791 2004-05-21  Andrew Cagney  <cagney@redhat.com>
2793         * observer.texi (GDB Observers): Document "inferior_created".
2795 2004-05-08  Andrew Cagney  <cagney@redhat.com>
2797         * gdbint.texinfo (Target Architecture Definition): Delete
2798         description of DO_DEFERRED_STORES.
2800         * gdbint.texinfo (Target Architecture Definition): Delete
2801         references to DEPRECATED_FIX_CALL_DUMMY.
2803         * gdbint.texinfo (Target Architecture Definition): Delete
2804         description of DEPRECATED_CALL_DUMMY_WORDS,
2805         DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
2807         * gdbint.texinfo (Target Architecture Definition): Delete
2808         description of DEPRECATED_PUSH_DUMMY_FRAME.
2810         * gdbint.texinfo (Target Architecture Definition): Delete
2811         reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
2813 2004-05-07  Andrew Cagney  <cagney@redhat.com>
2815         * observer.texi (GDB Observers): Add "Debugging" section.  Include
2816         cross reference to "set/show debug observer".
2817         * gdb.texinfo (Debugging Output): Document "set/show debug
2818         observer".
2820 2004-05-01  Andrew Cagney  <cagney@redhat.com>
2822         * gdbint.texinfo (Target Architecture Definition): Delete
2823         description of DEPRECATED_PC_IN_SIGTRAMP.
2825 2004-04-30  Andrew Cagney  <cagney@redhat.com>
2827         * gdbint.texinfo (Target Architecture Definition): Delete
2828         documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
2830 2004-04-30  Orjan Friberg  <orjanf@axis.com>
2832         * observer.texi (GDB Observers): Correct spelling.
2834 2004-04-26  Orjan Friberg  <orjanf@axis.com>
2836         * observer.texi (GDB Observers): Add target_changed event.
2838 2004-04-08  Andrew Cagney  <cagney@redhat.com>
2840         * observer.texi (GDB Observers): Rework, provide generic observer
2841         definitions and then a list of observable events.
2843 2004-04-04  Andrew Cagney  <cagney@redhat.com>
2845         * gdbint.texinfo (Host Definition): Delete reference to
2846         NO_SIGINTERRUPT.
2848 2004-04-02  Andrew Cagney  <cagney@redhat.com>
2850         * gdbint.texinfo (Target Architecture Definition): Delete
2851         reference to DEPRECATED_CALL_DUMMY_LENGTH.
2853 2004-03-28  Stephane Carrez  <stcarrez@nerim.fr>
2855         * gdb.texinfo (TUI Commands): Document tui reg commands.
2857 2004-03-26  Andrew Cagney  <cagney@redhat.com>
2859         * gdb.texinfo (TUI): Delete reference to --enable-tui.  Mention
2860         "gdbtui".
2861         (Mode Options): Mention "gdbtui".  Use "Text" not "Terminal".
2862         (Contributors): Mention both Text and Terminal User Interface.
2864 2004-03-23  Andrew Cagney  <cagney@redhat.com>
2866         * gdbint.texinfo (Target Architecture Definition): Deprecate
2867         references to SIGTRAMP_START and SIGTRAMP_END.
2869 2004-03-23  Andrew Cagney  <cagney@redhat.com>
2871         * gdbint.texinfo (Target Architecture Definition): Deprecate
2872         references to PC_IN_SIGTRAMP.
2874 2004-03-19  Andrew Cagney  <cagney@redhat.com>
2876         * gdbint.texinfo (Target Architecture Definition): Delete
2877         reference to GDB_TARGET_IS_HPPA.
2879 2004-03-18  Andrew Cagney  <cagney@redhat.com>
2881         * gdbint.texinfo (Coding): Update section on gdbarch_data,
2882         describe pre_init and post_init.
2884 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
2886         * gdb.texinfo (Debugging Output): Document values for "set debug
2887         target".
2889 2004-02-28  Andrew Cagney  <cagney@redhat.com>
2891         * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
2893 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
2895         * gdb.texinfo (breakpoints): Add information about the
2896         new "set breakpoint pending" and "show breakpoint pending"
2897         commands.
2899 2004-02-26  Andrew Cagney  <cagney@redhat.com>
2901         * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
2902         in Per-architecture module data section.
2904 2004-02-25  Roland McGrath  <roland@redhat.com>
2906         * gdb.texinfo (General Query Packets): Document qPart:... packets.
2908 2004-02-24  Andrew Cagney  <cagney@redhat.com>
2910         * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
2911         * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
2912         * fdl.texi: Import Version 1.2, November 2002.
2914 2004-02-17  Andrew Cagney  <cagney@redhat.com>
2916         * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
2918 2004-02-16  Andrew Cagney  <cagney@redhat.com>
2920         * gdbint.texinfo (Target Architecture Definition): Deprecate
2921         FRAMELESS_FUNCTION_INVOCATION.
2923 2004-02-16  Andrew Cagney  <cagney@redhat.com>
2925         * gdbint.texinfo (Coding): Mention -Wunused-function.
2927 2004-02-14  Andrew Cagney  <cagney@redhat.com>
2929         * gdbint.texinfo (Target Architecture Definition): Delete
2930         description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
2932 2004-02-12  Elena Zannoni  <ezannoni@redhat.com>
2934         * gdb.texinfo: Properly quote the name "C++".
2935         * gdbint.texinfo: Ditto.
2936         * stabs.texinfo: Ditto.
2938 2004-02-11  Elena Zannoni  <ezannoni@redhat.com>
2940         * gdbint.texinfo (Support Libraries): Add doco about obstacks and
2941         minimal information about libiberty.
2943 2004-02-06  Michael Chastain  <mec.gnu@mindspring.com>
2945         * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
2947 2004-02-04  Roland McGrath  <roland@redhat.com>
2949         * gdb.texinfo (Auxiliary Vector): New node (section).
2950         (Data): Add it to the menu.
2952 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
2954         * gdb.texinfo (Breakpoints): Add information about pending
2955         breakpoint support.
2957 2004-01-26  Andrew Cagney  <cagney@redhat.com>
2959         * gdb.texinfo (Overview): Delete references to the cisco protocol
2960         including the "N" response.
2962 2004-01-26  Andrew Cagney  <cagney@redhat.com>
2964         * gdbint.texinfo (Target Architecture Definition): Rename
2965         EXTRACT_STRUCT_VALUE_ADDRESS to
2966         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
2968 2004-01-24  Eli Zaretskii  <eliz@gnu.org>
2970         * gdb.texinfo (KOD): Document "show os".  Add index entries for
2971         "set/show os" and "info cisco" commands.
2973 2004-01-21  Eli Zaretskii  <eliz@gnu.org>
2975         * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
2977 2004-01-19  Michael Chastain  <mec.gnu@mindspring.com>
2979         * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
2980         MMAP_BASE_ADDRESS, MMAP_INCREMENT.
2982 2004-01-19  Nick Roberts  <nick@nick.uklinux.net>
2984         * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
2985         -stack-list-locals.
2986         (GDB/MI Variable Objects): Describe extension to
2987         -var-list-children.
2989 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
2991         * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
2993 2004-01-17  Andrew Cagney  <cagney@redhat.com>
2995         * gdbint.texinfo (Target Architecture Definition): Delete
2996         documentation on DEPRECATED_NPC_REGNUM.
2998 2004-01-13  Daniel Jacobowitz  <drow@mvista.com>
3000         * gdb.texinfo: Update copyright year.  Mention that set
3001         follow-fork-mode is supported on GNU/Linux.  Remove documentation of
3002         "set follow-fork-mode ask".
3004 2004-01-13  Andrew Cagney  <cagney@redhat.com>
3006         * gdbint.texinfo: Update copyright year.
3007         (Coding): Add -Wunused-label to list of -Werror warnings.
3009 2004-01-08  Jason Molenda  <jmolenda@apple.com>
3010             Eli Zaretskii  <eliz@gnu.org>
3012         * gdb.texinfo: Update copyright.
3013         (Objective-C): "methodName" typeo fixed.  Add @code/@var markup
3014         around names, as appropriate.  Minor syntax cleanup of
3015         _NSPrintForDebugger explanation.  Two spaces after periods.
3016         GDBN used instead of lit. "gdb".  Index entries added for
3017         print-object and _NSPrintForDebugger.  @noindent added in one spot.
3019 2003-11-11  Elena Zannoni  <ezannoni@redhat.com>
3021         * stabs.texinfo: Add dircategory and direntry commands.
3022         * annotate.texinfo: Ditto.
3024 2003-11-10  Andrew Cagney  <cagney@redhat.com>
3026         * gdbint.texinfo (Target Architecture Definition): Replace the
3027         return_value method's "inval" and "outval" parameters with
3028         "readbuf" and "writebuf".
3030 2003-10-28  Jim Blandy  <jimb@redhat.com>
3032         * gdb.texinfo (The F request packet, The F reply packet): Renamed
3033         from "The `F' request packet" and "The `F' reply packet", to make
3034         texi2dvi happy.
3035         (File-I/O remote protocol extension): Update menu entries, too.
3037 2003-10-26  Michael Chastain  <mec@shout.net>
3039         * gdb.texinfo (Thread Stops): Document the issue with
3040         premature return from system calls in multi-threaded programs.
3042 2003-10-24  Andrew Cagney  <cagney@redhat.com>
3044         * annotate.texinfo: Fix "fortunatly"[sic].
3046 2003-10-23  Kei Sakamoto  <sakamoto.kei@renesas.com>
3048         * gdb.texinfo (Contributors to GDB): Replace "Renesas"
3049         with "Hitachi" and "Mitsubishi".
3051 2003-10-20  Andrew Cagney  <cagney@redhat.com>
3053         * gdbint.texinfo (Target Architecture Definition): Document
3054         gdbarch_return_value.  Add cross references from
3055         USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
3056         STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
3058 2003-10-18  Mark Kettenis  <kettenis@gnu.org>
3060         * gdbint.texinfo (Target Architecture Definition): Document
3061         regset_from_core_section.
3063 2003-10-16  Kei Sakamot Sakamoto  <sakamoto.kei@renesas.com>
3065         * gdb.texinfo (M32R/D): Mention m32rsdi target.
3067 2003-10-15  Kevin Buettner  <kevinb@redhat.com>
3069         From Anthony Green  <green@redhat.com>:
3070         * gdb.texinfo (Breakpoints related warnings): Insert into menu.
3072 2003-10-14  Kevin Buettner  <kevinb@redhat.com>
3074         * gdb.texinfo (Breakpoint related warnings): New node.
3075         * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
3077 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
3079         * gdb.texinfo (Remote Protocol): Document v and vCont.
3081 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
3083         * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
3084         * gdbint.texinfo: Ditto.
3086 2003-10-09  Andrew Cagney  <cagney@redhat.com>
3088         From 2003-09-18 David Anderson <davea@sgi.com>:
3089         * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
3090         "command".
3092 2003-10-03  Andrew Cagney  <cagney@redhat.com>
3094         * gdbint.texinfo (Target Architecture Definition): Deprecate
3095         IBM6000_TARGET.  Mention that it implies an RS/6000 system and not
3096         just target.
3098 2003-10-02  Andrew Cagney  <cagney@redhat.com>
3100         * gdbint.texinfo (Target Architecture Definition): Rename
3101         REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
3102         * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
3103         * gdbint.texinfo (Target Architecture Definition): Rename
3105 2003-09-30  Andrew Cagney  <cagney@redhat.com>
3107         REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
3108         (Target Architecture Definition):
3110         * gdbint.texinfo (Target Architecture Definition): Rename
3111         REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
3113 2003-09-29  Andrew Cagney  <cagney@redhat.com>
3115         * gdbint.texinfo (Target Architecture Definition): Delete
3116         documentation for NEED_TEXT_START_END.
3118         * gdbint.texinfo (Target Architecture Definition): Rename
3119         NPC_REGNUM to DEPRECATED_NPC_REGNUM.  Add cross reference to
3120         TARGET_WRITE_PC.
3122 2003-09-22  Michael Chastain  <mec@shout.net>
3124         * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
3126 2003-09-21  Anthony Green  <green@redhat.com>
3128         * gdbint.texinfo (Target Architecture Definition): Fix typos.
3130 2003-09-21  Mark Kettenis  <kettenis@gnu.org>
3132         * gdbint.texinfo (Target Architecture Definition): Document
3133         stabs_argument_has_addr.
3135 2003-09-18  Andrew Cagney  <cagney@redhat.com>
3137         * gdbint.texinfo (Target Architecture Definition): Delete
3138         documentation on REGISTER_NAMES.
3140 2003-09-13  Mark Kettenis  <kettenis@gnu.org>
3142         * gdbint.texinfo (Target Architecture Definition): Replace
3143         REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
3145 2003-09-11  Andrew Cagney  <cagney@redhat.com>
3147         * gdbint.texinfo (Target Architecture Definition): Replace
3148         STACK_ALIGN with DEPRECATED_STACK_ALIGN.
3150 2003-08-18  Andrew Cagney  <cagney@redhat.com>
3152         * gdbint.texinfo (Target Architecture Definition): Document
3153         "frame_red_zone_size".
3155 2003-08-09  Andrew Cagney  <cagney@redhat.com>
3157         * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
3158         with "set/show backtrace past-main" and "set/show backtrace
3159         limit".
3161 2003-08-08  H.J. Lu  <hongjiu.lu@intel.com>
3163         * Makefile.in (install-info): Support DESTDIR.
3164         (install-html): Likewise.
3166 2003-08-07  Andrew Cagney  <cagney@redhat.com>
3168         Patch from Nick Roberts.
3169         * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
3170         bindings.  Remove description of send-gdb-command.
3172 2003-08-07  Andrew Cagney  <cagney@redhat.com>
3174         * gdb.texinfo (Mode Options): Mention that "mi2" was included in
3175         GDB 6.0.
3177 2003-08-06  Andrew Cagney  <cagney@redhat.com>
3179         * gdb.texinfo (Mode Options): Mention that level three is the
3180         highest available and that level 2 is deprecated.
3181         (Annotations Overview): Mention annotation levels. Cross reference
3182         to "Limitations of the Annotation Interface" in annotate.texi.
3183         (TODO, Value Annotations, Frame Annotations): Delete section.
3184         (Displays, Breakpoint Info): Delete.
3186 2003-08-04  Andrew Cagney  <cagney@redhat.com>
3188         * agentexpr.texi: Delete @bye.
3189         * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
3190         (stabs.info): Add $(srcdir) to include search path.
3191         (html): Depend on "annotate_toc.html", and not "annotate.html".
3192         * stabs.texinfo: Ditto.  Include "fdl.texi".
3193         * gdbint.texinfo: Update copyright statement's list of invariant
3194         sections.
3196 2003-07-28  Andrew Cagney  <cagney@redhat.com>
3198         * Makefile.in (INFO_DEPS): Add annotate.info.
3199         (dvi, ps, html, pdf): Add annotate.
3200         (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
3201         (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
3202         (ANNOTATE_DOC_FILES): New macro.
3203         (ANNOTATE_TEX_TMPS): New macro.
3204         (annotate.info, annotate_toc.html): Specify dependencies.
3205         (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
3206         * annotate.texinfo: Rename annotate.texi.  Get building.  Add
3207         "Migrating to GDB/MI" and "Limitations of the Annotation
3208         Interface" chapters.  Mention why it is not part of the user
3209         guide.  Update copyright notice.  Include "fdl.texi".
3211 2003-07-26  Stephane Carrez  <stcarrez@nerim.fr>
3213         * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
3215 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
3217         * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
3219 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
3221         * gdb.texinfo (Server): Mention pidof.
3223 2003-07-22  Andrew Cagney  <cagney@redhat.com>
3225         * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
3226         list.
3228 2003-06-28  Daniel Jacobowitz  <drow@mvista.com>
3230         * gdb.texinfo (Logging output): New chapter.
3232 2003-06-24  Joel Brobecker  <brobecker@gnat.com>
3234         * gdb.texinfo (Unsupported languages): New section.
3235         (Languages): Add link to new section.
3237 2003-06-22  Andrew Cagney  <cagney@redhat.com>
3239         * gdb.texinfo (Contributors): Mention 6.0 release engineer.
3241 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
3243         * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
3245 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
3247         * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
3248         * agentexpr.texi: Retitle section, and change it to an appendix.
3249         Comment out texinfo initialization.  Factor a @var{} into two
3250         pieces to prevent makeinfo warnings.
3251         * gdb.texinfo: Add Agent Expressions appendix.
3253 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
3255         * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
3257 2003-06-18  Daniel Jacobowitz  <drow@mvista.com>
3259         * gdb.texinfo (Remote Debugging): New section "Connecting to a
3260         remote target".  Document the "detach" and "disconnect" commands.
3261         (Server, Netware, Debug Session): Reference "Connecting to a
3262         remote target".
3263         (GDB/MI Target Manipulation): Document "-target-disconnect".
3265 2003-06-13  Andrew Cagney  <cagney@redhat.com>
3267         * gdbint.texinfo (Target Architecture Definition): Deprecate
3268         REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
3269         BIG_REMOTE_BREAKPOINT.  Cross reference BREAKPOINT_FROM_PC.
3271 2003-06-09  Jim Blandy  <jimb@redhat.com>
3273         * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
3275 2003-06-08  Andrew Cagney  <cagney@redhat.com>
3277         * gdbint.texinfo (Target Architecture Definition): Delete
3278         documentation on FRAME_ARGS_ADDRESS_CORRECT.
3280 2003-06-08  Andrew Cagney  <cagney@redhat.com>
3282         * gdbint.texinfo (Target Architecture Definition): Document
3283         "unwind_sp".  Cross reference "unwind_sp" and TARGET_READ_SP.
3285 2003-06-07  Adam Fedor  <fedor@gnu.org>
3287         * gdb.texinfo: Add Objective-C documentation.
3289 2003-06-01  Andrew Cagney  <cagney@redhat.com>
3291         * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
3292         parameter to "push_dummy_call".  Rename "dummy_addr" to "bp_addr".
3294 2003-05-21  Andrew Cagney  <cagney@redhat.com>
3296         * gdbint.texinfo (Target Architecture Definition): Delete
3297         references to "extract_address" and "store_address".
3299 2003-05-16  Andrew Cagney  <cagney@redhat.com>
3301         * gdbint.texinfo (Target Architecture Definition): Replace
3302         REGISTER_BYTES with DEPRECATED_REGISTER_BYTES.  Fix typo,
3303         DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
3305 2003-05-14  Theodore A. Roth  <troth@openavr.org>
3307         * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
3309 2003-05-10  H.J. Lu <hongjiu.lu@intel.com>
3311         * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
3312         (gdb.dvi): Likewise.
3313         (gdb.pdf): Likewise.
3314         (links2roff): Likewise.
3316 2003-05-08  Jim Blandy  <jimb@redhat.com>
3318         * gdb.texinfo (Dump/Restore Files): Update documentation for
3319         'dump', 'append', and 'restore': note that format argument is
3320         optional; simplify presentation of the command variants; and be
3321         more precise about the formats.
3323 2003-05-07  Jim Blandy  <jimb@redhat.com>
3325         * gdb.texinfo (Symbols): Update documentation: 'maint list
3326         symtabs' and 'maint list psymtabs' have been renamed 'maint info
3327         symtabs' and 'maint info psymtabs'.
3329 2003-05-05  Andrew Cagney  <cagney@redhat.com>
3331         * gdbint.texinfo (Target Architecture Definition): Make
3332         CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
3333         FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
3334         CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
3336 2003-05-04  Andrew Cagney  <cagney@redhat.com>
3338         * gdb.texinfo (Maintenance Commands): Document "maint print
3339         dummy-frames".
3341 2003-05-04  Andrew Cagney  <cagney@redhat.com>
3343         * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
3345 2003-05-03  J. Brobecker  <brobecker@gnat.com>
3347         Thierry Schneider  <tpschneider1@yahoo.com>
3348         * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
3349         for new MI command.
3351 2003-05-03  Andrew Cagney  <cagney@redhat.com>
3353         * gdbint.texinfo (Target Architecture Definition): Document
3354         push_dummy_code.  Add cross references.
3356 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
3358         * gdb.texinfo (Character Sets): Update to reflect new behavior of
3359         set/show charsets commands.
3361 2003-04-28  Andrew Cagney  <cagney@redhat.com>
3363         * gdbint.texinfo (Target Architecture Definition): Replace
3364         read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
3365         DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
3367 2003-04-28  Andrew Cagney  <cagney@redhat.com>
3369         * gdbint.texinfo (Target Architecture Definition): Rename
3370         "tm_print_insn" to "deprecated_tm_print_insn".
3372 2003-04-09  Jim Blandy  <jimb@redhat.com>
3374         * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
3375         list psymtabs'.
3377 2003-04-08  Andrew Cagney  <cagney@redhat.com>
3379         * gdbint.texinfo (Target Architecture Definition): Delete
3380         references to EXTRA_FRAME_INFO.
3382 2003-04-08  Andrew Cagney  <cagney@redhat.com>
3384         * gdbint.texinfo (Target Architecture Definition): Delete
3385         PRINT_TYPELESS_INTEGER.
3387 2003-04-02  J. Brobecker  <brobecker@gnat.com>
3389         * observer.texi (GDB Observers): Adjust the documentation for the
3390         normal_stop notification to better describe reality. Fix a couple
3391         of minor typos.
3393 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
3395         * gdb.texinfo (GDB/MI Program Control): Add
3396         '-file-list-exec-source-file'
3398 2003-03-31  Andrew Cagney  <cagney@redhat.com>
3400         * gdbint.texinfo (Target Architecture Definition): Delete
3401         references to CALL_DUMMY_P.
3403 2003-03-30  Andrew Cagney  <cagney@redhat.com>
3405         * gdbint.texinfo (Target Architecture Definition): Remove
3406         reference to TARGET_WRITE_SP.
3408 2003-03-27  Andrew Cagney  <cagney@redhat.com>
3410         * gdbint.texinfo (Target Architecture Definition): Remove
3411         references to write_sp.
3413 2003-03-27  Andrew Cagney  <cagney@redhat.com>
3415         * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
3416         chapter body.  Use @smallexample instead of @example.
3417         (Annotations): Ditto.
3418         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
3419         annotate.texi.
3421 2003-03-26  Andrew Cagney  <cagney@redhat.com>
3423         * gdbint.texinfo (Target Architecture Definition): Replace
3424         PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
3425         dummy_addr parameters.
3427 2003-03-25  Andrew Cagney  <cagney@redhat.com>
3429         * gdbint.texinfo (Target Architecture Definition): Delete
3430         reference to CALL_DUMMY_STACK_ADJUST_P.  Rename
3431         CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
3432         Add reference to PUSH_ARGUMENTS.
3434 2003-03-23  Andrew Cagney  <cagney@redhat.com>
3436         * gdbint.texinfo (Algorithms, Target Architecture Definition):
3437         Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
3439 2003-03-18  J. Brobecker  <brobecker@gnat.com>
3441         * gdbint.texinfo (Algorithms): Add new section describing the
3442         Observer paradigm.
3443         (Top): Add menu entry to new observer appendix.
3444         * observer.texi: New file.
3445         * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
3446         new observer.texi file.
3448 2003-03-17  Andrew Cagney  <cagney@redhat.com>
3450         * gdb.texinfo (DATE): Delete.  Remove date from titles.  Mention
3451         that GNU Press update the manual version number.
3453 2003-03-12  Andrew Cagney  <cagney@redhat.com>
3455         * gdbint.texinfo (Target Architecture Definition): Delete
3456         references to get_saved_register.  Rename GET_SAVED_REGISTER to
3457         DEPRECATED_GET_SAVED_REGISTER.
3459 2003-03-13  Andrew Cagney  <cagney@redhat.com>
3461         * gdbint.texinfo (Target Architecture Definition): Replace
3462         POP_FRAME with DEPRECATED_POP_FRAME.  Update description.
3464 2003-03-12  Andrew Cagney  <cagney@redhat.com>
3466         * gdbint.texinfo (Target Architecture Definition): Rename
3467         FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
3469 2003-03-10  Corinna Vinschen  <vinschen@redhat.com>
3471         * gdb.texinfo: Add File-I/O documentation.
3473 2003-03-10  Andrew Cagney  <cagney@redhat.com>
3475         * gdbint.texinfo (Target Architecture Definition): Cross reference
3476         FRAME_SAVED_PC to unwind_pc.  Document unwind_pc.
3478 2003-03-07  Andrew Cagney  <cagney@redhat.com>
3480         * gdb.texinfo (Debugging Output): Mention the "set/show debug
3481         frame" command.
3483 2003-03-05  Andrew Cagney  <cagney@redhat.com>
3485         * gdbint.texinfo (Target Architecture Definition): Document
3486         unwind_dummy_id.  Cross reference unwind_dummy_id and
3487         SAVE_DUMMY_FRAME_TOS.
3489 2003-03-05  James Ingham <jingham@apple.com>
3490             Daniel Jacobowitz  <drow@mvista.com>
3492         * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
3493         and "show cp-abi".
3495 2003-03-03  Andrew Cagney  <cagney@redhat.com>
3497         * gdbint.texinfo (Target Architecture Definition): Document
3498         register_type.
3500 2003-03-03  Andrew Cagney  <cagney@redhat.com>
3502         * stabs.texinfo (Structures): Use @samp and separate @var's
3503         instead of a single @var containing a comma separated list.
3504         (Unions): Ditto.
3506 2003-03-02  Daniel Jacobowitz  <drow@mvista.com>
3508         * Makefile.in (distclean): Remove config.log.
3510 2003-03-01  Andrew Cagney  <cagney@redhat.com>
3512         * gdbint.texinfo (Target Architecture Definition): Rename
3513         FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
3515 2003-03-01  Andrew Cagney  <cagney@redhat.com>
3517         * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
3518         DEPRECATED_INIT_EXTRA_FRAME_INFO.
3520 2003-02-23  Raoul Gough  <RaoulGough@yahoo.co.uk>
3522         * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
3523         (Non-debug DLL symbols): New node, describing the minimal symbols
3524         loaded from DLLs without real debugging symbols.
3526 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
3528         * gdb.texinfo (Set Breaks): Add cross reference to "set remote
3529         hardware-breakpoint-limit".
3530         (Set Watchpoints): Add cross reference to "set remote
3531         hardware-watchpoint-limit".
3532         (Remote configuration options): New section.
3534 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
3536         * gdbint.texinfo (Target Architecture Definition): Delete
3537         descrption of IS_TRAPPED_INTERNALVAR.
3539         From Keith Seitz <keiths@redhat.com>:
3540         * gdb.texinfo (Interpreters): New chapter.  Refer the command-line
3541         option "-i"/"--interpreter" to this chapter.  Include index
3542         entries.
3544 2003-02-04  David Carlton  <carlton@math.stanford.edu>
3546         * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
3547         (Variables): Recommend stabs+ and DWARF 2.
3548         (C plus plus expressions): Correct info about
3549         compiler versions, debug formats.
3550         (Contributors): Change 'DWARF2' to 'DWARF 2'.
3551         PR symtab/874.
3553 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
3555         * gdbint.texinfo (Target Architecture Definition): Delete
3556         description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
3557         ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
3558         BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
3559         references to nindy and i960.
3560         * gdb.texinfo (i960): Delete all references to i960 and nindy.
3562 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
3564         * gdbint.texinfo (Target Architecture Definition): Delete
3565         FLOAT_INFO.
3567 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
3569         * stabs.texinfo (Member Type Descriptor): Clarify description of
3570         `@'.  Suggested by Ben Hutchings.
3572 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
3574         * gdb.texinfo (M68K): Delete reference to es1800.
3576 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
3578         * gdb.texinfo (Maintenance Commands): Document `maint print
3579         reggroups' and `maint print register-groups'.
3580         * gdbint.texinfo (Target Architecture Definition): Document
3581         register_reggroup_p.
3583 2003-01-23  Jim Blandy  <jimb@redhat.com>
3585         * gdb.texinfo (Separate Debug Files): New section.
3587 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
3589         * gdb.texinfo (Maintenance Commands): Add "maint set profile"
3590         and "maint show profile".
3592 2003-01-16  Michael Chastain  <mec@shout.net>
3594         * gdb.texinfo (Installing GDB): Warn against
3595         ".../gdb-VERSION/gdb/configure".
3596         (Separate Objdir): Likewise.
3598 2003-01-15  Andrew Cagney  <ac131313@redhat.com>
3600         * gdbint.texinfo (Target Architecture Definition): Delete
3601         definition of PRINT_REGISTER_HOOK.
3603 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
3605         (OpenRISC 1000): Fix formatting of command names.
3607 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
3609         * gdb.texinfo (Continuing and Stepping): Add new command
3610         'advance'. Clarify behavior of 'until'.
3612 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
3614         * gdb.texinfo (Files): Document solib-absolute-prefix and
3615         solib-search-path.
3617 2003-01-09  Michael Chastain  <mec@shout.net>
3619         * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
3620         (Create a Release): Add new instructions for new @file{src-release}.
3621         Document existing instructions for @file{Makefile.in} as
3622         being for @value{GDBN} 5.3.1 or earlier.
3624 2003-01-09  Andrew Cagney  <ac131313@redhat.com>
3626         * gdbint.texinfo (Target Architecture Definition): Mention
3627         frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
3628         allocate memory.
3630 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
3632         * gdb.texinfo (Controlling GDB): Add @kindex for
3633         "show osabi".
3634         (Backtraces): Add @kindex's for backtrace-below-main.
3636 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
3638         * gdb.texinfo (Controlling GDB): Document "set osabi".
3640 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
3642         * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
3643         * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
3645 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
3647         * gdb.texinfo (Controlling GDB): Add ABI section.  Document
3648         "set coerce-float-to-double".
3649         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
3651 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
3653         * stabs.texinfo: Remove obsolete text.
3654         * gdbint.texinfo: Ditto.
3655         * gdb.texinfo: Ditto.
3657 2002-12-22  Mark Kettenis  <kettenis@gnu.org>
3659         * gdbint.texinfo (Target Architecture Definition): Update
3660         description of gdbarch_register_osabi.
3662 2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>
3664         * agentexpr.texi: Fix typos.
3665         * annotate.texi: Likewise.
3666         * fdl.texi: Likewise.
3668 2002-12-10  Andrew Cagney  <cagney@redhat.com>
3670         * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
3671         DEPRECATED_INIT_FRAME_PC.
3673 2002-12-01  Andrew Cagney  <ac131313@redhat.com>
3675         * gdbint.texinfo (Target Architecture Definition): Delete
3676         PC_IN_CALL_DUMMY.
3678 2002-11-28  Andrew Cagney  <ac131313@redhat.com>
3680         * gdbint.texinfo (Host Definition): Delete documentation on
3681         USE_GENERIC_DUMMY_FRAMES.
3683 2002-11-26  Elena Zannoni  <ezannoni@redhat.com>
3685         Fix PR gdb/723 and PR gdb/245.
3686         * Makefile.in (install-info): Run the install-info command as part
3687         of the post install steps only.
3688         (uninstall-info): New target.
3689         (uninstall): New target.
3691 2002-11-22  Elena Zannoni  <ezannoni@redhat.com>
3693         * Makefile.in (install): Make install do some real work.
3695 2002-11-19  Andrew Cagney  <ac131313@redhat.com>
3697         Fix POSIX problem reported by Paul Eggert.
3698         * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
3699         Fix PR gdb/527.
3701 2002-10-26  Andrew Cagney  <cagney@redhat.com>
3703         * gdbint.texinfo (Target Architecture Definition): Delete
3704         definition of DO_REGISTERS_INFO.
3706 2002-10-18  Kevin Buettner  <kevinb@redhat.com>
3708         * gdbint.texinfo (Address Classes): Fix problems with insertion
3709         of ``{'' and ``}'' in example.
3711 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
3713         * gdbint.texinfo (Address Classes): New section.
3714         (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
3715         ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
3716         ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
3717         ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
3719 2002-10-11  Klee Dienes  <kdienes@apple.com>
3721         * gdb.texinfo (Registers): Mention vector registers as well as
3722         floating registers in the documentation for 'info registers' and
3723         'info all-registers'.
3725 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
3727         * gdbint.texinfo (CPLUS_MARKER): Remove item.
3729 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
3731         * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
3732         interface definition.
3734 2002-10-03  Marko Mlinar   <markom@opencores.org>
3736         * gdb.texinfo (Target Commands): Add or1k target specific
3737         commands.
3738         * gdb.texinfo (Contributors): Add myself to the contributors list.
3740 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
3742         * gdb.texinfo (Mode Options): Update --interpreter option.  "mi2"
3743         and "mi1" instead of "mi1" and "mi0".
3745 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
3747         * gdb.texinfo (Packets): Fix typos "alligned".
3748         Correct z3/Z3 description.  Correct z4/Z4 title.
3750 2002-09-27  Andrew Cagney  <ac131313@redhat.com>
3752         * all-cfg.texi: Use @sc for GDB and GCC.  Update copyright.
3754 2002-09-25  Kevin Buettner  <kevinb@redhat.com>
3756         * gdb.texinfo: Use GNU/Linux instead of Linux.
3758 2002-09-25  Andrew Cagney  <ac131313@redhat.com>
3760         * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
3762 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
3764         * gdb.texinfo: Replace @example with @smallexample.
3766 2002-09-20  Kevin Buettner  <kevinb@redhat.com>
3768         From Eli Zaretskii  <eliz@gnu.org>:
3769         * gdb.texinfo (Character Sets): Use @smallexample instead of
3770         @example.  Use GNU/Linux instead of Linux.
3772 2002-09-20  Jim Blandy  <jimb@redhat.com>
3774         * gdb.texinfo: Add character set documentation.
3776 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
3778         * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
3779         (Packets): Add cross reference from `b' packet to `z' packets.
3781 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
3783         * gdb.texinfo (Maintenance Commands): Document ``maint
3784         internal-error'' and ``maint internal-warning''.
3786         * gdbint.texinfo (Target Architecture Definition): Revise
3787         description of STACK_ALIGN.  Add description of FRAME_ALIGN.
3789 2002-09-19  Joel Brobecker  <brobecker@gnat.com>
3791         * gdbint.texinfo (Target Conditionals): Document the new
3792         NAME_OF_MALLOC macro.
3794 2002-09-05  Andrew Cagney  <ac131313@redhat.com>
3796         * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
3797         engineer.
3799 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
3801         * gdb.texinfo (TUI Overview): Document status line fields.
3803 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
3805         * gdb.texinfo (TUI Commands): Document info win command.
3807 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
3809         * gdb.texinfo (TUI Overview): Document breakpoint markers.
3811 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
3813         * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
3814         (TUI Keys): Likewise.
3816 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
3818         * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
3819         for a packet receive.
3821 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
3823         * Makefile.in (clean): Move to end of file.
3824         (distclean, maintainer-clean, realclean): Ditto.
3825         (mostlyclean): Move rule to end of file.  Use GDB_TEX_TMPS,
3826         GDBINT_TEX_TMPS, STABS_TEX_TMPS.
3827         (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
3828         (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
3830 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
3832         * Makefile.in (GDBINT_TEX_TMPS): Define.
3833         (gdbint.dvi, gdbint.pdf): Use
3834         (GDB_TEX_TMPS): Define.
3835         (gdb.dvi, gdb.pdf): Use.
3836         (STABS_TEX_TMPS): Define.
3837         (stabs.dvi, stabs.pdf): Use.
3838         (GDB_DOC_SOURCE_INCLUDES): New macros.
3839         (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
3840         (GDBINT_DOC_FILES_INCLUDES): New macros.
3841         (GDBINT_DOC_BUILD_INCLUDES): New macros.
3842         (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
3843         (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
3844         (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
3845         (links2roff): Replace SFILES_INCLUDED with
3846         GDB_DOC_SOURCE_INCLUDES.
3847         (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
3848         (gdb.me, gdb.mm, gdb.ms): Update dependencies.
3849         (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
3850         dependencies.
3851         (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
3852         dependencies.
3853         (gdbmi.texinfo): Delete rule.
3854         (inc-hist.texinfo): Delete rule.
3855         (rluser.texinfo): Delete rule.
3857 2002-08-23  Andrew Cagney  <cagney@redhat.com>
3859         * gdbint.texinfo (Target Architecture Definition): Update
3860         STORE_RETURN_VALUE, mention regcache.
3862 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
3864         * gdbint.texinfo (Target Architecture Definition): Document
3865         print_registers_info.  Note that DO_REGISTERS_INFO is deprecated.
3867 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
3869         * gdb.texinfo (Remote Protocol): Reformat.  Use cross references.
3870         Fix minor typos.  Add index entries.
3872 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
3874         * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
3876 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
3878         * gdbint.texinfo (Target Architecture Definition): Document
3879         PRINT_VECTOR_INFO.
3880         * gdb.texinfo (Vector Unit): Document "info vectors" command.
3882 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
3884         * gdb.texinfo (Maintenance Commands): Document "maint print
3885         registers", "maint print raw-registers" and "maint print
3886         cooked-registers".
3888 2002-08-08  Grace Sainsbury  <graces@redhat.com>
3890         From Mark Salter:
3891         * gdb.texinfo (Protocol): Document T packet extension to
3892         allow watchpoint address reporting.
3894 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
3896         * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
3898 2002-08-01  Andrew Cagney  <cagney@redhat.com>
3900         * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
3901         to CHILL.
3903 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
3905         * gdbint.texinfo (Coding): Revise section "Include Files".
3907 2002-07-24  Andrew Cagney  <cagney@redhat.com>
3909         * gdbint.texinfo: Obsolete references to m88k.
3910         * gdb.texinfo: Ditto.
3912 2002-07-10  Joel Brobecker  <brobecker@gnat.com>
3914         * gdbint.texinfo (Create a release candiate): Add the location
3915         where the proper version of autoconf can be retrieved.
3917 2002-07-09  Don Howard  <dhoward@redhat.com>
3919         * gdb.texinfo (Command Files): Further describe the behavior of
3920         sourced command files.
3922 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
3924         * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
3925         (Coding): Clarify ISO C version that GDB assumes.
3927 2002-06-26  Tom Tromey  <tromey@redhat.com>
3929         * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
3930         add_setshow_cmd_full.
3932 2002-06-25  Don Howard  <dhoward@redhat.com>
3934         * gdb.texinfo (Memory Region Attributes): Document new behavior
3935         for 'mem' command.
3937 2002-06-11  Jim Blandy  <jimb@redhat.com>
3939         * gdb.texinfo (Symbols): Update documentation for `info source'
3940         command.
3942         * gdb.texinfo (Macros): Call the command `info macro', not
3943         `show macro'.
3945 2002-06-09  Andrew Cagney  <ac131313@redhat.com>
3947         * gdbint.texinfo (Coding): Add section ``Per-architecture module
3948         data''.
3950 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
3952         * gdbint.texinfo (Target Architecture Definition): Document
3953         GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
3955 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
3957         * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
3958         lists.
3960 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
3962         * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
3963         Branch''.
3965 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
3967         * gdbint.texinfo (Target Architecture Definition): Add section
3968         ``Converting an existing Target Architecture to Multi-arch''.
3970 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
3972         * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
3973         to ``Obsoleting code''.  Revise.
3975 2002-05-17  Jim Blandy  <jimb@redhat.com>
3977         * gdb.texinfo (C Preprocessor Macros): New chapter.
3978         Include it in the main menu.
3979         (Contributors): Credit Jim Blandy with macro support.
3980         (Compilation): Explain how to get macro information into the
3981         executable.
3982         (Expressions): Note that preprocessor macros are expanded.
3984 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
3986         * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
3987         options for `target remote'.
3989 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
3991         * gdbint.texinfo (Target Architecture Definition): Delete
3992         documentation on NNPC_REGNUM.
3994 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
3996         * gdbint.texinfo (Target Architecture Definition): Document
3997         REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
3998         (Target Architecture Definition): Revise section `Using Different
3999         Register and Memory Data Representations'.  Add section `Raw and
4000         Virtual Register Representations'.
4002 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
4004         * gdbint.texinfo (Target Architecture Definition): Mention
4005         defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
4006         (Target Architecture Definition): Mention same.  Add references to
4007         web pages.
4009 2002-05-08  Michael Snyder  <msnyder@redhat.com>
4011         * stabs.texinfo (Attributes): Document new "vector" attribute.
4013 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
4015         * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
4017 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
4019         * gdb.texinfo: Delete obsolete references to a29k.
4021 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
4023         * gdbint.texinfo (Target Architecture Definition): Replace
4024         IN_SIGTRAMP with PC_IN_SIGTRAMP.
4026 2002-04-24  David S. Miller  <davem@redhat.com>
4028         * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
4030 2002-04-21  David S. Miller  <davem@redhat.com>
4032         * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
4034 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
4036         * gdbint.texinfo (Target Architecture Definition): Delete
4037         definition of HAVE_REGISTER_WINDOWS.
4039 2002-04-19  Eli Zaretskii  <eliz@gnu.org>
4041         * gdbint.texinfo (Releasing GDB, Coding): Fix typos.  Reported by
4042         "Theodore A. Roth" <troth@verinet.com>.
4044 2002-04-15  Don Howard  <dhoward@redhat.com>
4046         From Eli Zaretskii <eliz@gnu.org>
4047         * gdb.texinfo (show max-user-call-depth): Correct formatting.
4048         Provide a better explaination of this feature.
4050 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
4052         * gdbint.texinfo (Target Architecture Definition): Remove
4053         FRAME_CHAIN_COMBINE.
4055 2002-04-12  Michael Chastain  <mec@shout.net>
4057         * gdbint.texinfo (Obsolete Conditionals): Remove reference to
4058         REG_STACK_SEGMENT.
4060 2002-04-09  Michael Chastain  <mec@shout.net>
4062         * gdbint.texinfo (Obsolete Conditionals): Remove references to
4063         PYRAMID_* macros.
4065 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
4067         * gdb.texinfo (Bug Reporting): Document that the web is the
4068         prefered way of submitting bug reports.
4069         (Bug Reporting): Delete the s-mail address as the last resort.
4071 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
4073         * gdbint.texinfo (Target Architecture Definition): Delete
4074         references to TARGET_WRITE_FP and write_fp.
4076 2002-03-27  Michael Snyder  <msnyder@redhat.com>
4078         * gdb.texinfo: Document new commands dump, append, and restore.
4080 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
4082         * gdbint.texinfo (Releasing GDB): Revise the section `Before the
4083         Branch'.
4085 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
4087         * gdb.texinfo: Change all examples to @smallexample.
4088         * gdbint.texinfo: Ditto.
4090 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
4092         * gdbint.texinfo (Releasing GDB): Add section ``Versions and
4093         Branches''.
4095 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
4097         * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
4098         Policy''.
4100 2002-03-04  Fred Fish  <fnf@redhat.com>
4102         * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
4103         expresson, suports, dependant, trhe, perhaphs, situtations,
4104         explictily, taged, oportunity, unfortunatly).
4106 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
4108         * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
4109         Remove reference to 3.12.
4111 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
4113         * gdbint.texinfo: Include fdl.texi.
4114         (Top): Add GNU Free Documentation License.
4115         * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
4116         (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
4117         (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
4118         (gdbint.info): Add srcdir to include path.
4119         * gdb.texinfo: Include gpl.texi.
4120         (Top): Add Copying.
4121         * gpl.texi: New file.
4123 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
4125         * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
4127 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
4129         * gdb.texinfo: Document Cygwin native specific commands.
4131 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
4133         * gdb.texinfo: Document gdbserver ``--attach'' command.
4135 2002-02-07  Michael Snyder  <msnyder@redhat.com>
4137         * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
4138         to @code(_ovly_debug_event).
4140 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
4142         * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
4144 2002-02-06  Michael Snyder  <msnyder@redhat.com>
4146         * gdb.texinfo (overlays): Mention new magic symbol
4147         '_ovly_debug_event', which allows GDB to keep better track
4148         of overlays.
4150 2002-02-03  Eli Zaretskii  <eliz@gnu.org>
4152         * gdb.texinfo (Memory Region Attributes): Fix the wording.
4153         Suggested by Dmitry Sivachenko.
4155         * (<many nodes>): Fix the spelling and punctuation of "i.e.".
4157 2002-02-01  Michael Snyder  <msnyder@redhat.com>
4159         * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
4161 2002-01-30  Michael Snyder  <msnyder@redhat.com>
4163         * gdb.texinfo: (remote protocol): Gramatical fix-up.
4164         (set trust-readonly-sections): Document.
4166 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
4168         * gdbint.texinfo (Releasing GDB): Revise and update.
4170 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
4172         * gdbint.texinfo (Target Architecture Definition): Delete
4173         description of TARGET_BYTE_ORDER_DEFAULT.
4175 2002-01-27  Eli Zaretskii  <eliz@gnu.org>
4177         * gdb.texinfo: Fix typos and markup.  From Dmitry Sivachenko
4178         <mitya@cavia.pp.ru>.
4180 2002-01-23  Andrew Cagney  <ac131313@redhat.com>
4182         * libgdb.texinfo: Delete file.
4184 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
4186         * gdb.texinfo: Remove makeinfo 3.12 hacks.
4187         * gdbint.texinfo: Ditto.
4189 Tue Jan 22 11:57:38 2002  Andrew Cagney  <cagney@redhat.com>
4191         * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
4193 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
4195         * Makefile.in: Update copyright.
4196         (TEXI2DVI): Define.
4197         (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
4198         (gdbint.dvi, gdbint.pdf): Use TEXI2DVI.  Add dependency on
4199         gdb-cfg.texi.
4200         (TEXINDEX, PDFTEX): Delete makefile variables.
4202 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
4204         * gdb.texinfo (Protocol): Move section to appendix.
4206 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
4208         * gdb.texinfo (Remote Debugging): Create a menu.
4209         (Top): Add ``Remote Debugging'' to menu.
4211 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
4213         * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
4214         serial protocol'' from here.
4215         (Remote Debugging): To here.  New chapter.
4217 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
4219         * gdbint.texinfo (Target Architecture Definition): Delete
4220         description of TARGET_BYTE_ORDER_SELECTABLE_P.
4222 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
4224         * gdbint.texinfo (Host Definition): Revise.  xm-xyz.h and xyz.mh
4225         are no longer needed.
4226         (Porting GDB): Add maintainer note about configure.host.
4228 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
4230         * gdbint.texinfo (Target Architecture Definition): Remove
4231         definition of IEEE_FLOAT.
4233 2002-01-20  Eli Zaretskii  <eliz@gnu.org>
4235         * gdb.texinfo: Beautify copyright years; fix a typo.
4236         (DJGPP Native): Fix overfull hboxes in examples.  From Brian Youmans
4237         <3diff@gnu.org>
4239 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
4241         * gdbint.texinfo (Host Definition): Remove references to
4242         MALLOC_INCOMPATIBLE.
4244 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
4246         * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
4247         and xyz-xdep.o.
4249 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
4251         * gdb.texinfo   (Maintenance Commands): Add appendix.
4252         (Set Breaks): Copy ``maint info breakpoint'' doco to
4253         ``Maintenance Commands'' appendix.  Add reference.
4255 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
4257         * fdl.texi: Remove next/prev from @node.
4259 2002-01-17  Eli Zaretskii  <eliz@gnu.org>
4261         * gdb.texinfo: @include fdl.texi.  Fixes for overfull hboxes and
4262         for monstrous @multitable (from Brian Youmans).
4264         * fdl.texi: New file.
4266         * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
4268 2002-01-15  Andrew Cagney  <ac131313@redhat.com>
4270         * gdbint.texinfo (Releasing GDB): New chapter.
4272 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
4274         * gdb.texinfo (Embedded Processors, Calling program functions):
4275         Obsolete references to a29k.
4277 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
4279         * gdbint.texinfo (Coding): Review Cleanups section.  Examples
4280         examples.  Document that a code-block should do or discard its
4281         cleanups before exit.
4283 2002-01-11  Michael Snyder  <msnyder@redhat.com>
4285         * gdb.texinfo (Choosing files): Change @samp to @file.
4287 2002-01-05  Michael Snyder  <msnyder@redhat.com>
4289         * gdb.texinfo (--pid): Document new command line option (attach).
4291 2002-01-07  Eli Zaretskii  <eliz@gnu.org>
4293         * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
4294         in the stub.
4296 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
4298         * gdbint.texinfo (Target Architecture Definition): Replace
4299         BIG_ENDIAN with BFD_ENDIAN_BIG.
4301 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
4303         * gdbint.texinfo (Target Architecture Definition): Replace
4304         value_ptr with struct value pointer.
4306 2002-01-02  Eli Zaretskii  <eliz@gnu.org>
4308         * gdb.texinfo (Free Software): Fix wording.
4310 2001-12-31  Eli Zaretskii  <eliz@gnu.org>
4312         * gdb.texinfo (Free Software): New section ``Free Software Needs
4313         Free Documentation''.
4315 2001-12-30  Eli Zaretskii  <eliz@gnu.org>
4317         * stabs.texinfo:
4318         * gdb.texinfo:
4319         * gdbint.texinfo:
4320         * libgdb.texinfo:
4321         * annotate.texi: Fix the application of GFDL in the Copyright notice.
4323 2001-12-29  Michael Snyder  <msnyder@redhat.com>
4325         * gdb.texinfo (maint info sections): Fix typo.
4327 2001-12-26  Michael Snyder  <msnyder@redhat.com>
4329         * gdb.texinfo (maint info sections): Document.
4331         * gdb.texinfo (info proc): Comment out documentation for
4332         'info proc' sub-options that are currently not implemented.
4334 2001-12-20  Jim Blandy  <jimb@redhat.com>
4336         * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
4338 2001-12-15  Andrew Cagney  <ac131313@redhat.com>
4340         * gdbint.texinfo (Target Architecture Definition): Replace
4341         LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
4343 2001-12-01  Andrew Cagney  <ac131313@redhat.com>
4345         * gdbint.texinfo (Host Definition): Delete documentation on
4346         HOST_BYTE_ORDER.
4348 2001-11-30  Jim Blandy  <jimb@redhat.com>
4350         * gdb.texinfo (Overlays): New chapter, documenting GDB's
4351         overlay support.  Add to top-level menu.
4353 2001-11-26  Tom Tromey  <tromey@redhat.com>
4355         * gdb.texinfo (Command Syntax): Document C-o binding.
4357 2001-07-26  Christopher Faylor  <cgf@redhat.com>
4359         * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
4360         use since it is described in the referenced section.
4362         From Eli Zaretskii <eliz@gnu.org>
4363         * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
4364         clearer when using DJGPP.
4366 2001-11-24  Christopher Faylor  <cgf@redhat.com>
4368         * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
4369         specifically refer to MS-DOS.
4370         (command files): Mention gdb.ini is only used on MS-DOS.
4372 2001-11-21  Tom Tromey  <tromey@redhat.com>
4374         * gdb.texinfo (Invoking GDB): Document --args.
4375         (Mode Options): Likewise.
4377 2001-11-21  Jim Blandy  <jimb@redhat.com>
4379         * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
4380         Delete documentation; this macro has been removed from the
4381         sources.
4383 2001-11-13  Jim Blandy  <jimb@redhat.com>
4385         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
4387 2001-11-06  Corinna Vinschen  <vinschen@redhat.com>
4389         * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
4391 2001-11-05  Michael Snyder  <msnyder@redhat.com>
4393         * gdb.texinfo (info functions): Document use of backslash to
4394         quote regexp chars in function names such as "operator*()".
4396 2001-11-01  Fred Fish  <fnf@redhat.com>
4398         * gdbint.texinfo (SOLIB_ADD): Document additional new
4399         "readsyms" arg.
4401 2001-10-30  Don Howard  <dhoward@redhat.com>
4403         * gdb.texinfo: (Command Files) Added documentation for the
4404         behavior of gdb with input redirected from a file.
4406 2001-10-28  Fred Fish  <fnf@redhat.com>
4408         * gdb.texinfo (auto-solib-add): Change docs to match
4409         implementation change.
4410         (auto-solib-limit): Add docs for new variable.
4412 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
4414         * gdbint.texinfo (Target Architecture Definition): Function
4415         value_as_pointer renamed to value_as_address.
4417 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
4419         * gdbint.texinfo (Target Architecture Definition): Default
4420         POINTER_TO_ADDRESS functions assume unsigned addresses.
4421         (INTEGER_TO_ADDRESS): Document.  Derive pragmatics section from a
4422         posting by Jim Blandy.
4424 2001-10-12  Jim Blandy  <jimb@redhat.com>
4426         * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
4427         version of texi2html (1.64) doesn't support this flag any more.
4429 2001-09-08  Mark Kettenis  <kettenis@gnu.org>
4431         * gdbint.texinfo (Host Definition): Remove description of
4432         MEM_FNS_DECLARED.
4434         * gdbint.texinfo (Host Definition): Remove description of R_OK.
4436         * gdbint.texinfo (Host Definition): Remove description of
4437         HAVE_SIGSETMASK.
4439 2001-09-04  Elena Zannoni  <ezannoni@redhat.com>
4441         * gdbint.texinfo (Target Architecture Definition): Add
4442         explanation of TARGET_PRINT_INSN macro.
4444 2001-08-30  Jim Blandy  <jimb@redhat.com>
4446         * gdb.texinfo (`add-symbol-file'): Correct synopsis.
4447         Explain what it means to load relocatable files.
4449 2001-08-28  Jim Blandy  <jimb@redhat.com>
4451         * gdbint.texinfo: Bring the HTML `top' menu into sync with the
4452         info `top' menu.
4454 Wed Aug 15 10:47:28 2001  Christopher Faylor <cgf@cygnus.com>
4456         * gdbint.texinfo: Add a cautionary note about macro use.
4458 2001-08-02  Corinna Vinschen  <vinschen@redhat.com>
4460         * gdb.texinfo: Explain omitting the hostname in the
4461         `target remote' command.
4463 2001-07-30  Daniel Jacobowitz  <drow@mvista.com>
4465         * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
4466         and END-INFO-DIR-ENTRY.
4468 2001-07-28  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4470         * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
4472 2001-07-25  Andrew Cagney  <ac131313@redhat.com>
4474         * gdbint.texinfo (libgdb): Rewrite.
4476 2001-07-26  Eli Zaretskii  <eliz@gnu.org>
4478         * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
4480 2001-07-24  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4482         * gdb.texinfo (TUI): New chapter, document the TUI.
4483         (Mode Options): Document the -tui option.
4485 2001-07-23  Mark Kettenis  <kettenis@gnu.org>
4487         * gdbint.texinfo (Host Definition): Remove description of
4488         NEED_POSIX_SETPGID.
4490 2001-07-23  Eli Zaretskii  <eliz@gnu.org>
4492         * gdb.tex (DJGPP Native): New node, with descriptions of
4493         DJGPP-specific commands.
4495 2001-07-19  John R. Moore  <jmoore@redhat.com>
4497         * gdbint.texinfo: Three misspellings.
4499 2001-07-06  Andrew Cagney  <ac131313@redhat.com>
4501         * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
4502         `test` expressions on bash.  Problem reported by Colin Walters.
4504 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
4506         * gdbint.texinfo (User Interface): Update ui-out documentation to
4507         refelect recent UI/MI updates.
4509 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
4511         * gdb.texinfo (Mode Options): Mention the mi0 and mi1
4512         interpreters.
4514 2001-06-15  Andrew Cagney  <ac131313@redhat.com>
4516         * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
4517         structure and not macros.
4518         (Host Definition): Document that much of this chapter is obsolete.
4519         (Target Architecture Definition): Update list of files that make
4520         up a target architecture.
4521         (Coding): Update.
4523 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
4525         * gdbint.texinfo (Target Architecture Definition): Update
4526         EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
4527         The latter has been changed to a true predicate.
4529 2001-06-17  Eli Zaretskii  <eliz@gnu.org>
4531         * annotate.texi: Add @noindent where needed.  From Dmitry
4532         Sivachenko <dima@Chg.RU>.
4533         * gdb.texinfo: Indexing fix.  From Dmitry Sivachenko.
4535 2001-06-16  Andrew Cagney  <ac131313@redhat.com>
4537         * gdb.texinfo (Protocol): Fix typo.  Extra parenthesis.
4539 2001-06-14  Andrew Cagney  <ac131313@redhat.com>
4541         * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
4542         returns ``OK''.  Document that the ``R'' packet does not reply.
4544 2001-06-13  Michael Snyder  <msnyder@redhat.com>
4546         * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
4548 2001-06-13  Eli Zaretskii  <eliz@gnu.org>
4550         * gdb.texinfo (Signals): Clarify the default setting of signal
4551         handling.
4553 2001-05-14  Andrew Cagney  <ac131313@redhat.com>
4555         * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
4556         (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
4558 2001-05-12  Andrew Cagney  <ac131313@redhat.com>
4560         * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
4562 2001-05-10  Eli Zaretskii  <eliz@gnu.org>
4564         * gdbint.texinfo (Clean Design and Portable Implementation):
4565         Renamed from "Clean Design".
4566         (Clean Design and Portable Implementation): Document portable
4567         methods of handling file names, and the associated macros.
4569 2001-04-02  Eli Zaretskii  <eliz@gnu.org>
4571         * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
4572         command and provide a cross-reference to its description.
4573         (Symbols): Note that "info scope" is useful for trace experiments.
4575 2001-04-01  Eli Zaretskii  <eliz@gnu.org>
4577         * gdb.texinfo (Symbols): Document "info scope".
4578         (Tracepoints): New chapter.
4579         (Contributors): Update for v5.1.
4580         <All nodes>: Change "C++" to "C@t{++}".
4582         * gdbint.texinfo (User Interface): A new section about ui_out
4583         functions, based on text written by Fernando Nasser.
4585         * stabs.texinfo: Change Permissions to GFDL.  Update Copyright.
4587 2001-03-26  Eli Zaretskii  <eliz@gnu.org>
4589         * gdb.texinfo: Change Permissions to GFDL.  Update Copyright.
4591         * gdbint.texinfo: Change Permissions to GFDL.  Update Copyright.
4593         * gdbgui.texinfo: Change Permissions to GFDL.  Update Copyright.
4594         Replace "GDB" with "@value{GDBN}".  Fix markup.
4596         * annotate.texi: Change Permissions to GFDL.  Update Copyright.
4598         * gdb.texinfo (Output Formats): Mention "info symbol" and provide
4599         a cross-reference to its description.
4600         (Symbols): Document "info symbol".
4602 2001-03-21  Eli Zaretskii  <eliz@gnu.org>
4604         * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
4605         subsection "x86 Watchpoints".
4606         (Target Architecture Definition): Document the macros
4607         I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
4608         (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
4610 2001-03-20  Andrew Cagney  <ac131313@redhat.com>
4612         * gdbint.texinfo (Target Architecture Definition): Update
4613         definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
4614         list.
4616 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
4618         * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
4619         gdbint.texinfo, refcard.tex: Update/correct copyright notices.
4621 2001-02-21  Eli Zaretskii  <eliz@gnu.org>
4623         * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
4625 2001-02-11  Eli Zaretskii  <eliz@gnu.org>
4627         * gdb.texinfo (Environment): Document that `path' does not change
4628         the value of PATH in GDB's own environment (it did in the past,
4629         but that was changed on March 15, 1994).  Reported by Doug Evans
4630         <dje@transmeta.com>.
4632         * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
4633         its line.  Fix markup of commands and macros.  Add an Index node
4634         and index entries.
4636 2001-01-23  J.T. Conklin  <jtc@redback.com>
4638         * gdb.texinfo (Memory region attributes): New manual section.
4640 2001-01-04  Nicholas Duffek  <nsd@redhat.com>
4642         * gdbint.texinfo (POP_FRAME): Document use by return_command.
4644 2000-12-25  Eli Zaretskii  <eliz@gnu.org>
4646         * refcard.tex: Version and copyright fixed.  From Phil Edwards
4647         <pedwards@disaster.jaj.com>.
4649 Thu Nov 30 16:57:19 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4651         * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
4652         DWARF2_REG_TO_REGNUM): Document.
4654 Mon Nov 20 21:29:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4656         * gdbint.texinfo (Coding): Update current value of
4657         --enable-build-warnings.  Mention --enable-gdb-build-warnings.
4659 2000-11-19  Eli Zaretskii  <eliz@gnu.org>
4661         * gdb.texinfo (Continuing and Stepping):  Fixed markup and typos,
4662         as suggested by Dmitry Sivachenko <dima@Chg.RU>.
4664 2000-11-10  Christopher Faylor <cgf@cygnus.com>
4666         * gdb.texinfo: Document new 'set step-mode' command.
4668 2000-10-16  Eli Zaretskii  <eliz@gnu.org>
4670         * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
4671         changes from Dmitry Sivachenko <dima@Chg.RU>.
4673 2000-09-26  Eli Zaretskii  <eliz@gnu.org>
4675         * gdb.texinfo (Hooks): Document the new post-hook functionality.
4676         From Steven Johnson <sbjohnson@ozemail.com.au>.
4678 2000-08-10  Mark Kettenis  <kettenis@gnu.org>
4680         * gdbint.texinfo (Overall Structure): Spelling fix.
4682 2000-08-10  Eli Zaretskii  <eliz@gnu.org>
4684         * gdbint.texinfo (Target Architecture Definition): Document that
4685         REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
4686         for which REGISTER_CONVERTIBLE returns a zero value.
4688 2000-07-08  Christopher Faylor <cgf@cygnus.com>
4690         * Makefile.in (install-info): Find files to install in either the
4691         build or source directories (adapted from Makefile.am).
4693 2000-07-07  Nicholas Duffek  <nsd@redhat.com>
4695         * stabs.texinfo: Fix spelling errors.
4696         (String Field): FILE-NUMBER starts from 0, not 1.
4698 2000-07-05  Eli Zaretskii <eliz@gnu.org>
4700         * refcard.tex: Remove \centerline from the blurb.  Patch from
4701         Brian Youmans.
4703 2000-06-25  Eli Zaretskii <eliz@gnu.org>
4705         * Makefile.in (install-info): Support installation from outside of
4706         the source directory.  Reported by Mark Harig
4707         <markh@frazier.landmark.com>.
4709 2000-06-20  J.T. Conklin  <jtc@redback.com>
4711         * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
4713 Fri May 26 15:55:33 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4715         * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
4716         Generate using pdftex.
4717         (PDFTEX): Define.
4718         (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
4719         (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
4720         @contents at the start.
4722 2000-05-24  Eli Zaretskii  <eliz@gnu.org>
4724         * gdb.texinfo: Remove duplicate @syncodeindex.  From Brian
4725         Youmans.
4727 Wed May 24 21:27:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4729         From Brian Youmans:
4730         * gdb.texinfo: Fix ``et al.''.
4732 Tue May 23 22:57:41 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4734         * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
4735         loop.
4737 2000-05-19  Jimmy Guo  <guo@cup.hp.com>
4739         * configure: Regenerate.
4741 2000-05-17  Eli Zaretskii  <eliz@gnu.org>
4743         * Makefile.in (install-info): Run install-info on installed Info
4744         files.
4746 Fri May 12 20:18:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4748         * gdb.texinfo: Add Stan Shebs, et.al. as authors.  Mention
4749         Andrew Cagney.
4751 2000-05-09  Eli Zaretskii  <eliz@gnu.org>
4753         * gdb.texinfo: Proofreading changes from Brian Youmans.
4755 2000-05-01  Nick Duffek  <nsd@cygnus.com>
4757         * gdb.texinfo (Command Files): Mention -x, use @enumerate for
4758         startup sequence, minor edits.
4760 2000-05-01  Eli Zaretskii  <eliz@gnu.org>
4762         * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
4763         TeX.
4765         * gdb.texinfo: Add "@syncodeindex fn cp".  Convert all entries
4766         "@kindex f" into "@kindex f (foo)", otherwise we get index entries
4767         like `n' and `s' which look weird.  Convert some of the @kindex to
4768         @vindex, when they refer to variables, not commands.
4770 Sat Apr 29 17:01:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4772         * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
4774 2000-04-23  Eli Zaretskii  <eliz@gnu.org>
4776         * Makefile.in (GDBMI_DIR): New variable.
4777         (SET_TEXINPUTS): Add $(GDBMI_DIR).
4778         (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
4779         (gdbmi.texinfo): New target, for texi2roff.
4780         (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
4781         (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
4783         * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
4784         gdbmi.texinfo.
4785         (Mode Options): Add xref to GDB/MI docs and remove a FIXME
4786         comment.
4788 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
4790         * gdb.texinfo (Files): Update description of add-symbol-file
4791         command.
4793 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
4795         * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
4796         prevents the build (and is generally a Bad Idea).
4798 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
4800         * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
4801         a comma inside @var.
4802         (Command Files): Index markup changes from Dmitry Sivachenko
4803         <dima@Chg.RU>.
4805 2000-04-16  Eli Zaretskii  <eliz@gnu.org>
4807         * Makefile.in (LN_S): Define.
4808         (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
4809         invoke "ln -s" unless it is known to work.
4811         * configure.in (AC_PROG_LN_S): Add.
4813 2000-04-14  Jim Blandy  <jimb@redhat.com>
4815         * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
4816         section.
4817         (Target Conditionals): Document ADDRESS_TO_POINTER,
4818         POINTER_TO_ADDRESS.
4820 2000-04-11  Daniel Berlin  <dan@cgsoftware.com>
4822         * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
4823         gdb-cfg.texi to get the value.
4825 2000-04-10  Jim Blandy  <jimb@redhat.com>
4827         * gdbint.texinfo (Target Architecture Definition): Fix
4828         cross-references.
4830 2000-04-08  Jim Blandy  <jimb@redhat.com>
4832         * gdbint.texinfo (Using Different Register and Memory Data
4833         Representations): New section.
4834         (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
4835         REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
4836         REGISTER_CONVERT_TO_RAW): Document.
4838 Mon Apr  3 19:16:32 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4840         * gdb.texinfo (Protocol): Deprecate the sequence-id.  Add cindex
4841         for acknowledgments.
4843 Tue Mar 28 18:28:45 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4845         * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
4846         qThreadExtraInfo.
4848 2000-03-28  J.T. Conklin  <jtc@redback.com>
4850         * gdb.texinfo: Clarify which remote debug protocol commands are
4851         required and which are optional.
4853 Tue Mar 28 16:06:22 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4855         * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
4856         Cagney <cagney@b1.cygnus.com>.  Move @chapter and @node entries
4857         back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
4858         * annotate.texi: Update.
4860 2000-03-28  Stan Shebs  <shebs@apple.com>
4862         * gdb.texinfo: Update dates, bump to Eighth Edition (note
4863         expectation of additional changes before release), update
4864         ISBN, add copy of top-level menu for @ifhtml, remove explicit
4865         node links, rephrase and/or shorten lines to fix formatting
4866         problem in both regular and @smallbook formats.
4867         * annotate.texi: Shorten lines in example, use smallexample
4868         consistently everywhere.
4869         * Makefile.in: Add comment about texinfo 4.0 html generation.
4870         (SFILES_INCLUDED): Add annotate.texi.
4872 2000-03-27  Daniel Berlin  <dan@cgsoftware.com>
4874         * gdb.texinfo (Debugging Output): Added new section, documenting
4875         the "set/show debug" commands.
4877 Fri Mar 24 18:06:34 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4879         * annotate.texi (Annotations): When GDBN omit @chapter and @node
4880         entry.
4882         * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
4883         (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
4884         @chapter and @node entries.
4886         * gdb.texinfo: Link all top-level nodes.
4888 Fri Mar 24 17:56:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4890         * Makefile.in (install-info): Create $(infodir) before installing
4891         files.
4893 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
4895         From David Whedon <dwhedon@gordian.com>
4896         * gdbint.texinfo : Added paragraphs about command deprecation.
4898 2000-03-22  Daniel Berlin  <dan@cgsoftware.com>
4900       * gdb.texinfo: Add documentation for the apropos command.
4902 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
4904         * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
4906 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
4908         * gdb.texinfo: Add white space to prevent overprinting in
4909         two places.
4911 2000-03-17  Stan Shebs  <shebs@apple.com>
4913         * gdb.texinfo: Many minor changes from Dmitry Sivachenko
4914         <dima@Chg.RU>, also clarification of allowed content for
4915         string constants.
4917 2000-03-16  Eli Zaretskii <eliz@gnu.org>
4919         * gdb.texinfo (main menu): Add Annotations.
4920         (File Options): Add @cindex entries for each command-line option.
4921         Document --epoch, --annotate, --async, --interpreter, --write,
4922         --statistics, and --version.
4924         * annotate.texi: Convert to a chapter.  Use @value{GDBN} instead
4925         of GDB.
4927 2000-02-23  Jim Blandy  <jimb@redhat.com>
4929         * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
4931 2000-02-22  Jim Blandy  <jimb@redhat.com>
4933         * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
4935 2000-02-15  Jason Molenda  (jsm@bugshack.cygnus.com)
4937         * Makefile.in (diststuff): New target.
4939 2000-02-15  Kevin Buettner  <kevinb@redhat.com>
4941         * agentexpr.texi: Fix wording regarding Intel's IA-64
4942         architecture.  [From Jim Wilson.]
4944 2000-01-16  Tom Tromey  <tromey@cygnus.com>
4946         * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
4947         (Delete Breaks): Mention range arguments.
4948         (Disabling): Likewise.
4950 2000-01-05  Dmitry Sivachenko <dima@Chg.RU>
4952         * gdb.texinfo:  Wrap "ASCII" in @sc{}; clarify a few sentences.
4954 Wed Dec  8 19:53:08 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4956         * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
4957         valid functions.
4959 1999-11-05  Stan Shebs  <shebs@andros.cygnus.com>
4961         * gdb.texinfo: Clarify regular expressions used in rbreak.
4963 1999-10-15  Kevin Buettner  <kevinb@cygnus.com>
4965         * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
4966         MEMORY_REMOVE_BREAKPOINT):  Document.
4968 Thu Oct 14 21:17:17 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4970         * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
4971         offset re-using the DATA offset instead.
4973 1999-10-11  Jim Kingdon  <kingdon@redhat.com>
4975         * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
4977 1999-10-05  Stan Shebs  <shebs@andros.cygnus.com>
4979         From Dmitry Sivachenko <demon@gpad.ac.ru>:
4980         * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
4981         typos.
4983         * gdb.texinfo: Various minor wording and formatting improvements,
4984         mentions of additional command-line options.
4986 1999-09-30  Fred Fish  <fnf@cygnus.com>
4988         * gdb.texinfo:  Document additional forms of specifying section
4989         names and addresses for the add-symbol-file command.
4991 1999-09-14  Michael Snyder  <msnyder@cleaver.cygnus.com>
4993         * gdbint.texinfo: Fix typo, add the word "have".
4995 1999-09-14  Jim Blandy  <jimb@cris.red-bean.com>
4997         * gdbint.texinfo (Target Architecture Definition): Document the
4998         SKIP_PERMANENT_BREAKPOINT macro.
5000 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
5002         * gdb.texinfo: Fiks speling errers.
5004         * gdb.texinfo: Fix uses of @multitable.
5006         From Eli Zaretskii  <eliz@gnu.org>:
5007         * gdb.texinfo: Include details specific to DOS host, clarify
5008         some confusing language, fix @ref/@xref/@pxref usages, add
5009         comments about using with optimization, add more indexing,
5010         fix info about disassembly-flavor.
5012 Tue Sep  7 09:11:24 1999  Kevin Buettner  <kevinb@cygnus.com>
5014         * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
5015         SKIP_SOLIB_RESOLVER): Define.
5017 Fri Sep  3 18:05:14 1999  Andrew Cagney  <cagney@b1.cygnus.com>
5019         * gdb.texinfo (Protocol): Review.  Add tables describing ``q'' and
5020         ``g'' packets.
5022 1999-08-30  Stan Shebs  <shebs@andros.cygnus.com>
5024         * gdb.texinfo: Create a new "Configurations" chapter with
5025         platform-specific info, inline remote.texi and move sections of it
5026         into the new chapter, move bits about info proc, heuristic search,
5027         and register stack into the new chapter.
5028         * remote.texi: Remove, now part of gdb.texinfo.
5029         * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
5031 1999-08-27  Jason Molenda  (jsm@bugshack.cygnus.com)
5033         * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
5034         GDB_TARGET_IS_MACH386): These kludges have gone away.
5036 Wed Aug 25 10:47:03 1999  Andrew Cagney  <cagney@b1.cygnus.com>
5038         * gdbint.texinfo (Target Architecture Definition): Mention
5039         TDEPLIBS.
5041 1999-08-20  Stan Shebs  <shebs@andros.cygnus.com>
5043         * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
5044         surrounding text to fit HP-UX bits into general info.
5045         (HPPA-cfg.texi): Remove, no longer useful.
5047         * gdb.texinfo: Remove explicit links from @node lines, remove
5048         HP-added "Detailed Node Listing" from main menu which confuses
5049         things.
5051         From Dmitry Sivachenko <dima@Chg.RU>:
5052         * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
5053         in description of `set environment'.
5055 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
5057         * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
5059 1999-08-12  Ben Elliston  <bje@cygnus.com>
5061         * gdbint.texinfo (Breakpoint Handling): Add missing words.
5063 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
5065         * gdb.texinfo (Set Watchpoints): Explain some subtleties about
5066         watch, awatch, and rwatch.  Explain why the latter two cannot be
5067         set as software watchpoints.  Document that watchpoints for local
5068         variables are deleted when the debuggee terminates.
5070 Wed Aug 11 13:18:14 1999  Andrew Cagney  <cagney@amy.cygnus.com>
5072         * remote.texi (Protocol): Further clarification of the "qRcmd"
5073         packet.  Allow E.. response packet.  "qRcmd" packet is no longer
5074         reserved.
5076 1999-08-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
5078         * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
5079         * gdb.texinfo: Ditto.
5081 1999-08-06  Tom Tromey  <tromey@cygnus.com>
5083         * gdb.texinfo (KOD): New node.
5085 Fri Aug  6 17:05:48 1999  Andrew Cagney  <cagney@b1.cygnus.com>
5087         * remote.texi (Rcmd): Fix minor formatting typos.
5089 Thu Aug  5 17:57:41 1999  Andrew Cagney  <cagney@b1.cygnus.com>
5091         * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
5092         packets.
5094 1999-07-14  Jim Blandy  <jimb@zwingli.cygnus.com>
5096         * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
5097         fixes.
5099 Tue Jun 29 11:43:55 1999  Andrew Cagney  <cagney@b1.cygnus.com>
5101         * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
5103 Fri Jun 25 11:47:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
5105         * remote.texi (Communication Protocol): ``v'' is in use. Fix
5106         numerous formatting errors.  Clarify ``i''.  Mark ``i'', ``Z'',
5107         ``z'' and ``qRcmd'' as draft instead of reserved.  Identify
5108         packets that are not supported on all hosts. Expand examples.
5109         Spell check.
5111 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
5113         * Makefile.in: Recognize html, install-html.  Add targets
5114         to build HTML versions of documentation via texi2html.
5116 Thu Jun 24 15:59:03 1999  Stan Shebs  <shebs@andros.cygnus.com>
5118         * gdbint.texinfo (Testsuite): New chapter, information about the
5119         testsuite.
5121 Fri Jun 25 02:40:34 1999  Andrew Cagney  <cagney@b1.cygnus.com>
5123         * remote.texi (Communication Protocol): Rewrite.
5125 Thu Jun 24 16:59:54 1999  Andrew Cagney  <cagney@b1.cygnus.com>
5127         * stabs.texinfo: Fix uses of xref.
5129 Thu Jun 17 17:23:25 1999  Stan Shebs  <shebs@andros.cygnus.com>
5131         * gdbint.texinfo: Add an anti-printf exhortation, and update the
5132         info about patch submission.
5134 Mon Jun  7 15:49:40 1999  Stan Shebs  <shebs@andros.cygnus.com>
5136         From Per Bothner  <bothner@cygnus.com>:
5137         * gdb.texinfo: Document Chill support.
5139 Fri Jun  4 16:58:22 1999  Andrew Cagney  <cagney@b1.cygnus.com>
5141         * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
5142         to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
5143         Document that the value should be greater-than or equal-to zero.
5144         (NO_STD_REGS): Document. Deprecate.
5146 Tue Jun  1 15:04:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
5148         * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
5149         Document that these are not used.
5151 Thu May 27 09:28:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
5153         * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
5155 Mon May 24 10:07:39 1999  Andrew Cagney  <cagney@b1.cygnus.com>
5157         * gdbint.texinfo (FRAME_NUM_ARGS): Update definition.  Parameter
5158         numargs was dropped.
5160 Thu May 20 12:26:59 1999  Andrew Cagney  <cagney@b1.cygnus.com>
5162         * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
5164 Tue Apr 27 19:14:20 1999  Andrew Cagney  <cagney@b1.cygnus.com>
5166         * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
5167         Update.
5169 Thu Apr 22 13:07:37 1999  Andrew Cagney  <cagney@b1.cygnus.com>
5171         * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
5172         (GET_SAVED_REGISTER): Update, not just the a29k uses this.
5174 Wed Apr 21 13:59:01 1999  Dave Brolley  <brolley@cygnus.com>
5176         * gdbint.texinfo: Fix typos: $ -> @.
5178 Tue Apr 20 11:59:38 1999  Andrew Cagney  <cagney@b1.cygnus.com>
5180         * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
5181         LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
5182         BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
5183         BREAKPOINT_FROM_PC.
5185 Mon Apr 12 16:00:44 1999  Andrew Cagney  <cagney@b1.cygnus.com>
5187         * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
5188         CALL_DUMMY_STACK_ADJUST): Document.
5190 Thu Apr  8 17:23:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
5192         * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
5193         SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
5195 1999-04-02  Stan Shebs  <shebs@andros.cygnus.com>
5197         * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
5198         longer exists.
5200 Tue Mar  9 19:25:11 1999  Stan Shebs  <shebs@andros.cygnus.com>
5202         * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
5203         nearly all @ifset/@ifclear conditionals; nobody uses them, and
5204         they make the manual source incomprehensible.
5205         * h8-cfg.texi: Remove, hasn't been used in years.
5207 Thu Feb 11 18:00:59 1999  Stan Shebs  <shebs@andros.cygnus.com>
5209         * gdb.texinfo: Update the credits.
5211 Mon Feb  8 17:33:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
5213         * gdb.texinfo: Fix mistakes noticed in printout of last
5214         draft, add Alpha to discussion of heuristic fence post.
5216 Fri Feb  5 17:20:00 1999  Stan Shebs  <shebs@andros.cygnus.com>
5218         * gdb.texinfo, remote.texi: Many changes; update to Seventh
5219         Edition, merge some HP changes into mainline, describe some
5220         previously undocumented features, describe more of the target
5221         commands available, eliminate obsolete section on renamed
5222         commands.
5223         * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
5225 Wed Jan 20 17:47:45 1999  Stan Shebs  <shebs@andros.cygnus.com>
5227         * gdb.texinfo: Make many HPPA conditionals unconditional,
5228         including catchpoint description, since now on for all configs.
5229         * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
5230         specializations.
5232 Thu Jan 14 17:10:12 1999  Stan Shebs  <shebs@andros.cygnus.com>
5234         * Makefile.in (GDBvn.texi): Fix match expression to work with
5235         current format of VERSION in gdb/Makefile.in.
5236         * gdb.texinfo: Fix node ref to match new readline.
5238 Wed Jan 13 10:38:40 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
5240         * gdb.texinfo: Changes made as part of a project to merge in
5241           changes made by HP. Documentation makes extensive use of
5242           @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
5243           on remote debugging. There are differences in documentation
5244           (HP vs.  non-HP) on C++ support (aCC vs. gnu gcc++). Also,
5245           the HP manual discusses catchpoints, hardware watchpoints, and
5246           some HPUX specific limitations for shared library support.
5248           There are also a number of @node changes.
5250 1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
5252         * gdbint.texinfo (Formatting): Disambiguate a sentence.
5253         (C Usage): Same.
5255 Wed Jan  6 11:55:34 1999  David Taylor  <taylor@texas.cygnus.com>
5257         The following changes were made by Edith Epstein
5258         <eepstein@cygnus.com> as part of a project to merge in changes
5259         made by HP.
5261         * HPPA-cfg.texi: new file.
5263         * all-cfg.texi: set HPPA for HP PA-RISC targets.
5265         * refcard.tex: change documentation about catch.
5266           removed info catch.
5268 Mon Jan  4 18:29:18 1999  Stan Shebs  <shebs@andros.cygnus.com>
5270         * gdbint.texinfo: Expand on GDB's coding standards,
5271         specify the use of arg names with prototypes.
5273 1998-12-14  J.T. Conklin  <jtc@redbacknetworks.com>
5275         * gdb.texinfo: Fix tipo.
5277 Sun Dec 13 10:27:59 1998  Andrew Cagney  <cagney@b1.cygnus.com>
5279         * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
5280         TARGET_BYTE_ORDER_SELECTABLE_P.
5282 Thu Dec 10 16:07:09 1998  Andrew Cagney  <cagney@b1.cygnus.com>
5284         * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
5286 1998-12-09  Jim Blandy  <jimb@zwingli.cygnus.com>
5288         * agentexpr.texi: New file.
5290 Wed Dec  9 21:13:57 1998  Andrew Cagney  <cagney@chook>
5292         * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
5294 1998-12-03  J.T. Conklin  <jtc@redbacknetworks.com>
5296         * remote.texi: Changed wording that implied that the GDB remote
5297         protocol caches register values instead of GDB itself.
5299 Tue Dec  1 17:45:43 1998  Stan Shebs  <shebs@andros.cygnus.com>
5301         * gdbint.texinfo: Add some info about symbol readers.
5302         (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
5303         (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
5304         (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
5305         (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
5307 Mon Nov 30 11:32:21 1998  Andrew Cagney  <cagney@chook>
5309         * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
5311 Sat Nov 28 13:45:53 1998  Andrew Cagney  <cagney@b1.cygnus.com>
5313         * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
5315 Fri Nov 27 12:39:45 1998  Andrew Cagney  <cagney@chook>
5317         * gdbint.texinfo (NO_SINGLE_STEP): Replace with
5318         SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
5320 Wed Oct 14 10:02:40 1998  Andrew Cagney  <cagney@b1.cygnus.com>
5322         * gdbint.texinfo: Fix minor typos.
5324 Wed Sep 30 18:03:19 1998  Stan Shebs  <shebs@andros.cygnus.com>
5326         * gdbint.texinfo: Complete overhaul.  Group descriptions more
5327         logically, add more info on generic algorithms, remove much
5328         obsolete and/or wrong material.
5330 Fri Jul 24 17:51:38 1998  Ian Lance Taylor  <ian@cygnus.com>
5332         * stabs.texinfo (Method Type Descriptor): Expand and correct.
5334 Mon May  4 10:37:12 1998  Brian Youmans (3diff@gnu.org)
5336         * refcard.tex:  Copyright, address updates.
5338 Tue Apr 21 18:09:56 1998  Stan Shebs  <shebs@andros.cygnus.com>
5340         * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
5341         for the edition instead of confusing GDB-version-like numbers.
5343 Mon Apr 13 14:05:00 1998  Fred Fish  <fnf@cygnus.com>
5345         * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
5347 Thu Apr  2 16:52:44 1998  Jason Molenda  (crash@bugshack.cygnus.com)
5349         * LRS: Reformat a bit to keep text under 80 columns.
5351 Thu Apr  2 16:10:36 1998  Stan Shebs  <shebs@andros.cygnus.com>
5353         * gdb.texinfo: Add some credits, mention bug monitor.
5354         * remote.texi: Mention mips monitor targets.
5355         * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
5357 Mon Feb  2 17:13:03 1998  Stan Shebs  <shebs@andros.cygnus.com>
5359         * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
5360         files, finish sorting of host vs target vs native macros, describe
5361         some more of them.
5363 Tue Jan 13 16:44:50 1998  Fred Fish  <fnf@cygnus.com>
5365         * gdbint.texinfo (Host Conditionals): Document change from
5366         using NO_MMALLOC to it's inverse, USE_MMALLOC.
5368 Mon Nov 24 13:55:21 1997  Andrew Cagney  <cagney@b1.cygnus.com>
5370         * gdbint.texinfo (Host Conditionals): Document
5371         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
5373 Fri Jul  4 14:52:31 1997  Ian Lance Taylor  <ian@cygnus.com>
5375         * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
5376         Document LSEEK_NOT_LINEAR.
5378 Tue Mar 25 14:44:09 1997  Ian Lance Taylor  <ian@cygnus.com>
5380         * stabs.texinfo (Stab Section Basics): Make it clear that only
5381         some versions of the GNU linker remove the leading N_UNDF symbol.
5383 Thu Feb 27 17:45:19 1997  Ian Lance Taylor  <ian@cygnus.com>
5385         * stabs.texinfo (String Field): Document type number pairs here,
5386         instead of in the Sun specific section.
5387         (Include Files): The GNU linker supports the N_BINCL
5388         optimization.  Clarify the N_BINCL value, and what it is used
5389         for.
5390         (Procedures): Document N_FUN with an empty string to mark the end
5391         of a function.
5392         (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
5393         (Sun Differences): Remove this node, as the information is now
5394         elsewhere in the main document.
5395         (Stab Section Basics): Mention that the GNU linker may optimize
5396         stabs and remove the leading N_UNDF symbol.
5398 Mon Dec  9 12:23:32 1996  Roland Pesch  <roland@wrs.com>
5400         * gdb.texinfo, refcard.tex: Restore author credit
5402 Wed Oct  2 22:01:36 1996  Fred Fish  <fnf@fishfood.ninemoons.com>
5404         * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
5405         documentation to account for START and END macros taking
5406         one arg.
5408 Thu Aug 22 17:59:03 1996  Fred Fish  <fnf@cygnus.com>
5410         From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
5411         * gdb.texinfo (Frames): Fix typo.
5413 Tue Jul 23 10:06:20 1996  Fred Fish  <fnf@cygnus.com>
5415         * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
5416         a target_signal as arg type, not a pid.
5418 Fri Jul 12 11:10:05 1996  Stu Grossman  (grossman@critters.cygnus.com)
5420         * gdb.texinfo:  Document `set assembly-language'.
5422 Thu Jul 11 13:50:28 1996  Stan Shebs  <shebs@andros.cygnus.com>
5424         * remote.texi: Update list of stubs in the GDB distribution.
5426 Fri Jul  5 15:38:54 1996  Fred Fish  <fnf@cygnus.com>
5428         * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
5429         Also document that some systems can use mmalloc but must define
5430         this if their C runtime allocates memory that is later freed.
5431         (MMCHECK_FORCE): Document new macro.
5433 Fri Jun 28 22:17:10 1996  Dawn Perchik  <dawn@cygnus.com>
5435         * remote.texi: Add documentation for target Sparclet.
5437 Mon Jun 24 18:12:22 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
5439         * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
5440         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
5441         * configure.in: Rewritten for autoconf.
5442         * configure: New.
5444 Mon Jun 17 10:43:41 1996  Fred Fish  <fnf@cygnus.com>
5446         * Makefile.in (DVIPS): New define, set to dvips.
5447         (dvi): Add stabs.dvi.
5448         (ps): New target.
5449         (all-doc): Depend on info, dvi, and ps targets.
5450         (STAGESTUFF): Add *.ps and *.dvi files.
5451         (clean-info, clean-dvi): Remove.
5452         (mostlyclean): Does not depend upon clean-info or clean-dvi,
5453         rules completely rewritten.
5454         (maintainer-clean): Remove clean-info and clean-dvi
5455         dependencies and put their actions in the rules.
5456         (gdb.ps): New target
5457         (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
5458         intermediate TeX files, whether they have 2 or 3 character
5459         extensions.
5460         (gdbint.ps): Add target and rules.
5461         (gdb-internals): Delete unused target.
5462         (Makefile): Depends upon config.status also.
5464 Sat Mar 30 15:46:58 1996  Fred Fish  <fnf@cygnus.com>
5466         * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
5467         set.
5469 Sat Mar 16 15:10:20 1996  Fred Fish  <fnf@cygnus.com>
5471         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
5472         * gdb.texinfo (Expressions): Fix erroneous array constant example.
5474 Sat Mar 16 13:28:45 1996  Fred Fish  <fnf@cygnus.com>
5476         * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
5478 Sat Feb 10 03:28:36 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
5480         * gdb.texinfo (Print settings):  Document
5481         `set/show print static-members' commands.
5483 Wed Jan 10 14:16:37 1996  Fred Fish  <fnf@cygnus.com>
5485         * gdbint.texinfo (Native): Document name change, coredep.c to
5486         core-aout.c.
5488 Wed Dec 13 12:35:28 1995  Ian Lance Taylor  <ian@cygnus.com>
5490         * stabs.texinfo (Include Files): Document the values the SunOS4
5491         linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
5493 Fri Dec  8 21:08:44 1995  Fred Fish  <fnf@cygnus.com>
5495         * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
5496         Fix typo.
5498 Fri Dec  1 11:07:50 1995  Fred Fish  <fnf@cygnus.com>
5500         * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
5501         "gdb.tar.Z".
5503 Wed Sep 20 13:14:10 1995  Ian Lance Taylor  <ian@cygnus.com>
5505         * Makefile.in (maintainer-clean): New target, synonym for
5506         realclean.
5508 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
5510         * Update all FSF addresses except those in COPYING* files.
5512 Wed Jul 19 18:43:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
5514         From Richard Earnshaw (rearnsha@armltd.co.uk):
5515         * gdb.texinfo (convenience variables): Document $_exitcode.
5516         (quit): Document optional expression to use as exit code.
5518 Thu Jun 22 21:27:33 1995  Victoria Mixon  <victoria@cygnus.com>
5520         * gdb.texinfo, remote.texi: Brought up to date with various
5521         GDB changes.
5523 Tue Jun 20 14:35:38 1995  Stan Shebs  <shebs@andros.cygnus.com>
5525         * gdb.texinfo: Update dates and versions, fix comments about
5526         hardware watchpoints in future releases and about the
5527         sharedlibrary command.
5529 Mon May  8 09:30:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
5531         * stabs.texinfo: Remove node `XCOFF differences'.  Describe value of
5532         C_FUN stab.  Other cleanups.
5534 Wed Apr 19 07:02:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
5536         * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
5537         for the sparc stub.
5539 Tue Apr 11 11:41:49 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
5541         * annotate.texi: Clarify which addresses have differing formats
5542         depending on the language and which do not.
5544 Tue Mar 28 16:56:22 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
5546         * remote.texi (NetWare): Changed example to use BOARD= instead of
5547           NODE= argument to reflect correspoding change to gdbserve.nlm.
5549 Fri Mar 17 06:47:02 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
5551         * stabs.texinfo (Negative Type Numbers): Mention the fact that
5552         GDB, as well as AIX dbx, supports the size type attribute.
5554 Thu Mar 16 12:11:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
5556         * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
5558 Mon Mar 13 16:49:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
5560         * gdb.texinfo (Define):  Document $arg0... arguments to commands,
5561         and new 'if' and 'while' commands.
5563 Fri Feb 17 15:24:35 1995  Per Bothner  <bothner@kalessin.cygnus.com>
5565         * gdb.texinfo (Artificial arrays):  Note use of coerce-to-array-type.
5567 Wed Feb 15 11:59:18 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
5569         * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
5570         * remote.texi (NetWare): New node, how to use gdbserve.nlm on
5571           NetWare targets.  Mostly stolen from the Server node.
5573 Fri Feb 10 20:20:08 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
5575         * gdb.texinfo (Setting): Talk about the language of a source file
5576         versus the working language.  The old documentation did not match
5577         what GDB did.
5579 Wed Feb  1 20:26:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
5581         * stabs.texinfo (Source Files): Document N_SO used to mark the end
5582         of a source file.
5584 Mon Jan 23 14:23:37 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
5586         * gdb.texinfo (Processes): New node.
5588 Tue Jan 17 14:09:03 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
5590         * remote.texi: Update documentation of set/show mipsfpu.
5592 Fri Jan  6 17:17:28 1995  Stan Shebs  <shebs@andros.cygnus.com>
5594         * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
5595         * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
5597 Sun Sep  4 16:47:21 1994  Stan Shebs  (shebs@andros.cygnus.com)
5599         * gdbint.texinfo: Removed mentions of some incorrectly placed and
5600         obsolete conditionals, described some others.
5602 Mon Aug  1 15:42:39 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
5604         * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
5605         SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
5607 Mon Aug  1 15:12:02 1994  Stan Shebs  (shebs@andros.cygnus.com)
5609         * gdbint.texinfo: Put regex conditionals in their own table.
5611 Tue Jul 26 18:32:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
5613         * gdbint.texinfo: Removed mentions of many obsolete conditionals,
5614         described or fixed the descriptions of many others.
5616 Sun Jul 17 14:14:03 1994  Stan Shebs  (shebs@andros.cygnus.com)
5618         * gdb.texinfo: Add some more credits.
5619         * gdbint.texinfo: Capitalize GDB consistently, describe some
5620         macros and remove some.
5622 Thu Jul 14 18:43:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
5624         * gdbint.texinfo: Removed mentions of many incorrectly placed and
5625         obsolete conditionals, described some others.
5627 Tue Jul 12 12:23:15 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
5629         * gdb.texinfo (help targets):  Changed to `help target', which
5630         is the correct gdb command.
5632 Wed Jun 22 18:00:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
5634         * annotate.texi (TODO): New node, for keeping track of annotations
5635         suggested but not yet implemented.
5637 Wed Jun  1 16:10:45 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
5639         * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
5640         another symbol, it is not the address itself.
5642 Thu May  5 20:23:36 1994  Stan Shebs  (shebs@andros.cygnus.com)
5644         * stabs.texinfo (Stab Section Basics): Add comment about alignment
5645         of stabs-in-coff sections.
5647 Wed May  4 06:26:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
5649         * annotate.texi: Change edition to 0.5 and date to May 1994.
5650         Add index.
5651         (Frames): New node, for frame annotation.
5652         (Displays): New node, for display annotation.
5654         * remote.texi (MIPS Remote): Say that set timeout doesn't apply
5655         when waiting for your program to stop.
5657 Fri Apr 29 18:24:46 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
5659         * annotate.texi (Breakpoint Info): Document annotation of header
5660         fields and record annotation.
5662 Thu Apr 28 07:44:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
5664         * annotate.texi: New file, to document annotations.
5666 Thu Apr 21 14:20:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
5668         * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
5669         16 I meant to make this change but did not).  Do remove gdb-cfg.texi.
5671 Wed Apr 20 11:22:48 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
5673         * stabs.texinfo (Stab Section Basics): Say what is in .stab
5674         section, and say n_strx field is compilation unit relative.
5675         * stabs.texinfo: Don't use @code for a.out when it is the name of
5676         an object file format.
5678 Wed Apr 13 20:29:54 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
5680         * gdb.texinfo: Refer to file names, not path names, per rms
5681         convention.
5682         (Arguments): Fix typo.
5684 Thu Mar 24 08:09:12 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
5686         * stabs.texinfo (Global Variables): Talk about stabs in files
5687         where variables are referenced, but not defined.
5689 Wed Mar 23 07:16:36 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
5691         * stabs.texinfo: Move stuff on @ and # type descriptors from node
5692         Cplusplus to new nodes Member Type Descriptor and Method Type
5693         Descriptor.  Re-write stuff for #.
5695 Wed Mar 16 08:20:19 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
5697         * gdb.texinfo (Print Settings): Don't document "set print
5698         fast-symbolic-addr off".  The bug which it worked around was fixed
5699         on 25 Feb 94 in coffread.c, so I'm nuking the command.
5701         * stabs.texinfo (Alternate Entry Points): New node, rewritten from
5702         N_ENTRY node.
5704         * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
5706 Tue Mar 15 08:43:02 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
5708         * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
5709         references to ieee-float.c.
5711 Fri Mar 11 08:09:40 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
5713         * gdb.texinfo (Set Breaks): Update documentation for tbreak to
5714         match what the code actually does.
5716 Wed Mar  9 19:43:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
5718         * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
5720 Tue Mar  1 17:04:43 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
5722         * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
5723         i, and b.
5725 Wed Feb 23 10:44:18 1994  Jim Kingdon  (kingdon@rtl.cygnus.com)
5727         * stabs.texinfo: Document N_RBRAC as function relative for COFF as
5728         well as for ELF and SOM.  Unify the descriptions of ELF and SOM
5729         as "stabs in sections" rather than just saying "ELF and SOM".
5730         Also make that stuff apply to COFF.
5732 Fri Feb 18 08:25:58 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
5734         * gdb.texinfo (Formatting Documentation): Change GhostScript to
5735         Ghostscript.
5737 Fri Feb  4 06:31:31 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
5739         * gdb.texinfo (Continuing and Stepping): When talking about "step"
5740         versus functions without line numbers, also mention stepping into
5741         them as well as "step" when you are in them.  Tell the user how to
5742         deal with the situation.  Add comment about "debugging information".
5744 Thu Feb  3 11:39:59 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
5746         * stabs.texinfo (Enumerations): Document restriction on where
5747         enumeration types can appear and still win with GDB.
5749 Wed Feb  2 11:29:17 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
5751         * stabs.texinfo (Negative Type Numbers): Document format for type
5752         -16.
5754 Thu Jan 27 16:53:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
5756         * gdb.texinfo (Selection, Frame Info): Update information about
5757         arbitrary frame specficiations.
5759 Wed Jan 26 15:31:57 1994  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5761         * gdb.texinfo, remote.texi: general editing pass prior to Net release
5763 Tue Jan 25 12:12:04 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
5765         * stabs.texinfo (String Field): Discuss continuing stabs with ?.
5767 Wed Jan 19 06:39:24 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
5769         * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
5771 Sun Jan 16 12:43:32 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
5773         * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
5774         Differences node to Statics node.
5775         (Statics): Discuss XCOFF use of V symbol descriptor.
5777         * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
5778         not clean.
5780 Wed Jan 12 21:29:54 1994  John Gilmore  (gnu@cygnus.com)
5782         * gdb.texinfo (Print Settings): Document `set print
5783         fast-symbolic-addr' and improve the doc for some other
5784         `set print's.
5786 Mon Jan  3 17:23:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
5788         * stabs.texinfo (String Field): Talk about defining several type
5789         numbers at once.
5790         Fix lint regarding changing node ELF Transformations to
5791         ELF and SOM Transformations.
5793 Fri Dec 31 00:42:43 1993  John Gilmore  (gnu@cygnus.com)
5795         * stabs.texinfo:  Insert Peter Kessler's name as inventor (I think).
5797 Tue Dec 28 09:30:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5799         * stabs.texinfo (Cross-References): `::' is for nested types only
5800         within <>.
5801         (Structures): Document static members.
5803 Mon Dec 27 13:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5805         * stabs.texinfo: Document S type attribute.
5807 Sun Dec 26 20:46:36 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
5809         * stabs.texinfo: Add notes about stabs-in-som where appropriate.
5811 Fri Dec  3 19:13:19 1993  John Gilmore  (gnu@cygnus.com)
5813         * gdbint.texinfo:  Fix a few typos.
5815 Sun Nov 28 18:06:25 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5817         * gdb.texinfo, remote.texi: formatting improvements
5819         * gdb.texinfo (New Features): mention threads.
5820         (Summary, C): fix xrefs in newly contributed text.
5821         (Threads): index entries, clarifications, example
5822         (passim): minor typos fixed, phrasing improvements
5824         * remote.texi (Bootstrapping): rephrase text on ^C and add index
5825         entries; (Server): explain use of gdbserver w/real-time systems,
5826         add example of conflicting TCP port; (MIPS Remote) break up
5827         running text into table, highlighting commands, and add example.
5829 Wed Nov 24 14:15:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5831         * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
5833 Fri Nov 12 16:10:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5835         * stabs.texinfo (Nested Symbols): New node.
5836         (String Field, Symbol Descriptors, Cross-References): Refer to it.
5838 Thu Nov 11 13:26:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5840         * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
5841         to picking which Bbss.bss symbol to use, and (because there seems to
5842         be no good way of doing it) re-write some of the text to make it
5843         sound like Bbss.bss isn't such a great idea after all (as currently
5844         designed).
5846         * gdb.texinfo (C): In addition to saying people have to use g++ for
5847         good results, say they have to use stabs.  Specifically say cfront
5848         doesn't work well.
5849         (Summary): Merge in information on Modula-2, Pascal, and Chill from
5850         the gdb README.  Add xrefs to places where the support for the various
5851         languages is described in detail.
5853 Mon Nov  8 11:47:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5855         * stabs.texinfo: Clean up stuff about visibility and virtual
5856         characters.
5858         * stabs.texinfo (N_M2C): Cite Sun doc.
5860 Fri Nov  5 16:27:27 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5862         * gdb.texinfo: updates re threads.
5863         * remote.texinfo: avoid index entries starting with digits.
5865 Tue Nov  2 09:08:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5867         * stabs.texinfo (Enumerations): Talk about large, negative and
5868         octal values.  Clean up cross reference to type attributes.
5869         (String Field): Say that GDB 4.11 supports size attribute.
5871 Sun Oct 31 13:31:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5873         * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
5874         is a mandatory step.  Make the stuff about that more concise.
5876 Wed Oct 27 00:25:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5878         * stabs.texinfo (Class Names): New node.
5880         * gdb.texinfo (Command Files): Explain order of init file reading.
5882         * remote.texi (Bootstrapping): Talk about getting the serial driver
5883         to deal with ^C sent by gdb to stop the remote system.
5885 Mon Oct 25 03:25:41 1993  Tom Lord  (lord@cygnus.com)
5887         * libgdb.texinfo (I/O): incorporated better phrasing from rich.
5889         * libgdb.texinfo (Defining Commands): made the DOC arg
5890         to gdb_define_app_command a char * instead of char **
5891         per a suggestion from kingdon.
5893         * libgdb.texinfo: total rewrite from a different starting
5894         premise.
5896 Wed Oct 20 18:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5898         * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
5899         floats passed as doubles (to improve clarity).
5901 Tue Oct 19 14:21:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5903         * gdb.texinfo (Source Path): index entries for $cwd, $pdir
5905         * a4rc.sed: update to work with Andreas Vogel papersize params
5907         * refcard.tex: use Andreas Vogel simplifications of papersize
5908         params; remove useless version info; update copyright date.
5910 Tue Oct 19 10:46:22 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5912         * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
5914 Tue Oct 12 09:11:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5916         * gdb.texinfo (Files): Say what address the load command loads it at.
5918         * stabs.texinfo (Common Blocks): Minor cleanups.
5920         * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
5921         that Sun has backed away from the linker kludge and thus the relevant
5922         issue is changes to the SunPRO tools, not the Solaris linker.
5924         * stabs.texinfo (Traditional Integer Types): Clean up description
5925         of octal bounds a little bit.  Document extra leading zeroes.
5927 Thu Oct  7 16:15:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5929         * gdb.texinfo (Signaling): Update for symbolic symbol names
5930         and add a section explaining the difference between the GDB
5931         signal command and the shell kill utility.
5933 Wed Oct  6 13:23:01 1993  Tom Lord  (lord@rtl.cygnus.com)
5935         * libgdb.texinfo: added `@' to braces that were unescaped.
5937 Mon Oct  4 10:42:18 1993  Tom Lord  (lord@rtl.cygnus.com)
5939         * libgdb.texinfo: new file.  Spec for the gdb library.
5941 Sun Oct  3 15:26:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5943         * stabs.texinfo (Include Files): Fix typo (start -> end).
5945 Thu Sep 30 18:24:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5947         * gdb.texinfo, remote.texi: assorted small improvements, mostly
5948         from Melissa at FSF's editing pass.
5950 Thu Sep 30 11:54:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5952         * gdb.texinfo: Remove stuff about ar and 14 character filenames.
5953         I believe this was fixed by the 13 Sep 89 change to print_frame_info.
5954         Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
5956 Wed Sep 22 21:22:11 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5958         * remote.texi (Bootstrapping): Discuss 386 call gates.
5960 Sat Sep 18 17:10:44 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
5962         * stabs.texinfo (Based Variables): New node.
5964 Thu Sep 16 17:48:55 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
5966         * stabs.texinfo (Negative Type Numbers): Re-write discussions of
5967         names, sizes, and formats to suggest how not to lose.
5969 Sat Sep 11 09:35:11 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
5971         * stabs.texinfo (Methods): Fix typo.
5973 Fri Sep 10 06:34:20 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
5975         * gdb.texinfo: Fix a few typos.
5977 Wed Sep  8 09:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5979         * gdb.texinfo: Clarify how well it works with Fortran.
5981         * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
5982         More on relocating stabs in ELF files.
5984 Tue Sep  7 13:45:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5986         * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
5988 Mon Sep  6 19:23:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5990         * stabs.texinfo (Local Variable Parameters): Talk about nameless
5991         parameters on VAX.
5993 Fri Sep  3 17:06:08 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
5995         * gdb.texinfo: @up/@down -> @raisesections/@lowersections
5997 Fri Sep  3 12:04:15 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
5999         * stabs.texinfo: Make info author notice match the TeX author notice.
6001 Tue Aug 31 13:21:06 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
6003         * stabs.texinfo: Initial-caps all words in node names and
6004         non-trivial words in section names.
6006 Mon Aug 30 11:13:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
6008         * stabs.texinfo: Many minor cleanups.
6010         * stabs.texinfo: Remove @deffn except from Expanded Reference node.
6012 Sat Aug 28 12:08:09 1993  David J. MacKenzie  (djm@edison.eng.umd.edu)
6014         * stabs.texinfo: Remove full description of big example.
6015         It's not really helpful; just use pieces of it where appropriate.
6016         Add more Texinfo formatting directives (@samp, etc.).
6017         Use @deffn to define stab types.
6018         Eliminate some wordiness.  Break up some nodes.
6019         Add an (alphabetized) index of symbol types.
6020         Use consistent capitalization style in node and section names.
6022 Thu Aug 26 06:36:31 1993  Fred Fish  (fnf@deneb.cygnus.com)
6024         * gdb.texinfo:  Change typo "Two two" to "The two".
6026 Sun Aug 22 12:15:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
6028         * stabs.texinfo (XCOFF-differences): Remove references to
6029         non-existent types N_DECL and N_RPSYM.
6031         * stabs.texinfo (String Field): Say that type attributes bug is
6032         fixed in GDB 4.10, since it is.
6034         * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
6036 Sat Aug 21 04:32:28 1993  David MacKenzie  (djm@cygnus.com)
6038         * stabs.texinfo: Formatting cleanups.
6040 Fri Aug 20 20:49:53 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
6042         * stabs.texinfo: When explaining the n_type of a stab, standardize
6043         how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
6044         no tabs, use @r).
6045         (Global Variables): Clean up.
6047 Tue Aug 17 15:57:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
6049         * stabs.texinfo (Stack Variables): Re-write.
6051 Mon Aug 16 21:20:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
6053         * stabs.texinfo (Stabs-in-elf): Talk about getting the start
6054         addresses of a source file.  Also revise formatting.
6055         Change "object module" or "object file" to "source file".
6056         Various: Miscellaneous cleanups.
6058 Thu Aug 12 15:11:51 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
6060         * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
6062 Tue Aug 10 16:57:49 1993  Stan Shebs  (shebs@rtl.cygnus.com)
6064         * gdbint.texinfo: Removed many nonsensical machine-collected
6065         host and target conditionals, described some of the remainder.
6067 Tue Aug 10 13:28:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
6069         * gdbint.texinfo (Getting Started): Use @itemize, not @table.
6071         * gdbint.texinfo (Top): Add name to @top line, and re-write the
6072         paragraph which follows.
6074         * gdbint.texinfo (Host): Use @code not @samp for Makefile
6075         variables.  Looks better and avoids overful hbox.
6077 Fri Jul 30 18:26:21 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
6079         * stabs.texinfo (Procedures): Improve stuff on nested functions.
6081 Thu Jul 29 15:10:58 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
6083         * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
6084         retransmit-timeout
6086 Thu Jul 29 13:16:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
6088         * gdbint.texinfo: Update statement about `some ancient Unix
6089         systems, like Ultrix 4.0' to Ultrix 4.2.
6091 Wed Jul 28 15:26:53 1993  Roland H. Pesch  (pesch@el_bosque.cygnus.com)
6093         * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
6095         * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
6097         * remote.texi: (Server) New node on gdbserver.  (Remote Serial,
6098         ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
6100         * remote.texi: new name for former gdbinv-s.texi
6102         * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
6104 Wed Jul 28 08:26:24 1993  Ian Lance Taylor  (ian@cygnus.com)
6106         * gdbinv-s.texi: Documented timeout and retransmit-timeout
6107         variables for MIPS remote debugging protocol.
6109 Mon Jul 26 13:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
6111         * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
6113 Tue Jul 20 16:30:41 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
6115         * Makefile.in (refcard.dvi): Use srcdir where necessary.
6117 Mon Jul 19 12:02:50 1993  Roland H. Pesch  (pesch@cygnus.com)
6119         * gdb.texinfo: repair conditional bugs in text markup
6121 Fri Jul 16 18:57:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
6123         * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
6124         to select Modula-2 material.
6126 Thu Jul 15 13:15:01 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
6128         * stabs.texinfo: Cleanups regarding statics.
6130         * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
6131         (Debug Session): Mention exceptionHandler.  Add xref to Bootstrapping.
6133 Mon Jul 12 13:37:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
6135         * stabs.texinfo: N_MAIN is sometimes used for C.
6137 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
6139         * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
6141 Tue Jul  6 12:41:28 1993  John Gilmore  (gnu@cygnus.com)
6143         * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
6144         removed from the code by Kingdon.
6146 Tue Jul  6 12:24:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
6148         * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
6149         input when evaluating breakpoint conditions; the bug has been fixed.
6151         * gdb.texinfo (Continuing and Stepping): Argument to "continue"
6152         sets the ignore count to N-1, not to N.
6154 Thu Jul  1 14:57:42 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
6156         * refcard.tex (\hoffset): correct longstanding error to match
6157           intended offset; avoids cutting off edge on some printers
6159 Wed Jun 30 18:23:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
6161         * stabs.texinfo (Parameters): Say that order of stabs is significant.
6163 Fri Jun 25 21:34:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
6165         * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
6167 Fri Jun 25 16:15:10 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
6169         * Makefile.in: (REFEDITS) new var to control whether PS or CM
6170         fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
6171         collect sed edits if any, apply to refcard before formatting;
6172         (refcard.ps) stop implying PS fonts if PS output requested;
6173         (lrefcard.ps) delete extra target for variant PS fonts
6175         * refcard.tex: parametrize papersize dependent info, collect
6176           in easily replaced spot
6178         * a4rc.sed: new file, edits to refcard for A4 paper
6180 Fri Jun 25 14:21:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
6182         * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
6184 Wed Jun 23 15:02:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
6186         * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
6188 Tue Jun 22 16:31:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
6190         * stabs.texinfo: Express disapproval of 'D' symbol descriptor
6191         politely rather than rudely.
6193 Fri Jun 18 19:42:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
6195         * stabs.texinfo: Document common blocks.
6197 Fri Jun 18 12:12:57 1993  Fred Fish  (fnf@cygnus.com)
6199         * stabs.texinfo:  Add some basic info about stabs-in-elf.
6201 Fri Jun 18 13:57:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
6203         * stabs.texinfo (Top): Minor cleanup.
6205 Mon Jun 14 16:16:51 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
6207         * Makefile.in (install-info): remove parentdir support
6209 Tue Jun 15 18:11:39 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
6211         * gdb.texinfo (Copying): delete this node and references to it;
6212         RMS says this manual need not carry GPL. (passim): Improvements
6213         from last round at FSF, largely due to Ian Taylor review, and
6214         minor formatting improvements.
6216         * gdbinv-s.texi (passim): Improvements from last round at FSF,
6217         largely due to Ian Taylor review. (Debug Session): minor edits to
6218         new text.
6220 Sun Jun 13 12:52:39 1993  Jim Kingdon  (kingdon@cygnus.com)
6222         * Makefile.in (realclean): Remove info and dvi files too.
6224 Sat Jun 12 16:09:22 1993  Jim Kingdon  (kingdon@cygnus.com)
6226         * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
6227         * Makefile.in: Change accordingly.  gdb-config.texi -> gdb-cfg.texi.
6228         * gdb.texinfo: Change accordingly.
6230         * stabs.texinfo: Clean up N_{L,R}BRAC.  Discuss what addresses of
6231         N_{L,R}BRAC,N_SLINE are relative to.
6233 Fri Jun 11 15:15:55 1993  Jim Kingdon  (kingdon@cygnus.com)
6235         * Makefile.in (GDBvn.texi): Update atomically.
6237 Wed Jun  9 10:58:16 1993  Jim Kingdon  (kingdon@cygnus.com)
6239         * gdbinv-s.texi (Debug Session): Document exceptionHook.
6241 Tue Jun  8 13:42:04 1993  Jim Kingdon  (kingdon@cygnus.com)
6243         * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
6244         addresses together.  Also motivate the set print symbol-filename
6245         command and suggest other solutions.
6247 Tue Jun  1 22:46:43 1993  Fred Fish  (fnf@cygnus.com)
6249         * gdb.texinfo (set print elements):  Note that the number of
6250         elements is set to unlimited by "set print elements 0".
6252 Mon May 31 08:06:55 1993  Jim Kingdon  (kingdon@cygnus.com)
6254         * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
6255         NF_LDOUBLE means.
6256         (Stab Types): Include Solaris stab types.
6257         (Procedures): Document Solaris extensions.
6259 Thu May 27 06:20:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
6261         * gdb.texinfo:  Add `set print symbol-filename' doc.
6263 Wed May 26 00:26:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
6265         * stabs.texinfo (Arrays): Talk about type definition vs. type
6266         information.
6268         * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
6269         the trailing semicolon.
6271 Tue May 25 14:49:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
6273         * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
6274         and merge in other parts of the document addressing these subjects.
6275         gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
6277         * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
6278         at the end of a range type.
6280         * stabs.texinfo (Subranges): "A offset" and "T offset" are not
6281         AIX extensions.
6283 Mon May 24 09:00:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
6285         * stabs.texinfo (Stabs Format):  Misc fixes.
6287 Sat May 22 10:40:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
6289         * stabs.texinfo (Constants):  Allow an `e' constant to be non-enum.
6290         (Traditional builtin types): Document convex convention for long long.
6291         (Negative builtin types): Discuss type names, and misc fixes.
6293 Fri May 21 11:20:31 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
6295         * stabs.texinfo (Builtin Type Descriptors): Document the floating
6296         point types used with @samp{R} type descriptor.
6297         (Symbol Descriptors): Describe how to handle conflict between
6298         different meanings of @samp{P} symbol descriptor.
6300 Thu May 20 13:35:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
6302         * stabs.texinfo: Remove node Quick Reference and put its children
6303         directly under the main menu.
6305         * stabs.texinfo: Many more changes to bring it into line with
6306         AIX documentation and reality.  I think it now has all the
6307         information from the AIX documentation, except that I burned
6308         out when I got to variant records (Pascal and Modula-2) and
6309         all the COBOL types.  Oh well, we can add them later when we're
6310         worrying more about those languages.
6312         * stabs.texinfo (Automatic variables): Talk about what it means
6313         to omit the symbol descriptor.
6315 Tue May 18 17:59:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
6317         * stabs.texinfo (Parameters): Add "(sometimes)" when describing
6318         gcc2 behavior with promoted args.
6320 Fri May 14 21:35:29 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
6322         * gdb.texinfo: include readline appendices in info version of manual
6324 Fri May  7 11:56:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
6326         * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
6327         target remote.
6329         * gdb.texinfo (Machine Code): more index entries for disassemble
6331 Fri May  7 10:12:30 1993  Fred Fish  (fnf@cygnus.com)
6333         * Clarify the intended use of the gdb-testers and gdb-patches
6334         mailing lists, and shrink gzip comment.
6336 Thu May  6 16:39:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
6338         * gdb.texinfo (Shell Commands): do not mention SHELL env var in
6339         DOSHOST configuration of manual.
6341         * gdb.texinfo (MIPS Stack): new node.
6343         * all-config.texi (MIPS) new switch.
6345         * gdbinv-s.texi (Nindy Options) Remove two instances of future
6346         tense; (MIPS Remote) new node.
6348         * gdb.texinfo (passim) rephrases to work around makeinfo @value
6349         bug; (Environment) less passive, other small cleanups in text about
6350         .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
6351         (Remote) new MIPS Remote menu entry.
6353 Thu Apr 29 09:36:25 1993  Jim Kingdon  (kingdon@cygnus.com)
6355         * stabs.texinfo: Many changes to include information from the
6356         AIX documentation.
6358         * gdb.texinfo (Environment): Mention pitfall with .cshrc.
6360 Tue Apr 27 14:02:57 1993  Jim Kingdon  (kingdon@cygnus.com)
6362         * gdbint.texinfo (new node Debugging GDB, elsewhere):
6363         Move a bunch of information from ../README.
6364         (Getting Started): New node.
6366 Fri Apr 23 17:21:13 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
6368         * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
6370         * gdb.texinfo: advance manual revision dates to present
6372         * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
6373         stop using silly Roman numerals in @set variable names
6375 Fri Apr 23 07:30:01 1993  Jim Kingdon  (kingdon@cygnus.com)
6377         * stabs.texinfo (Parameters): Keep trying to get this right.
6379 Wed Apr 21 15:18:47 1993  Jim Kingdon  (kingdon@cygnus.com)
6381         * stabs.texinfo (Parameters): More on "local parameters".
6383 Mon Apr 19 08:00:51 1993  Jim Kingdon  (kingdon@cygnus.com)
6385         * stabs.texinfo (Parameters): Re-do "local parameters" section.
6387 Sun Apr 18 09:47:45 1993  Jim Kingdon  (kingdon@cygnus.com)
6389         * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
6390         (Parameters): Rewrite.
6391         (xcoff-differences, Sun-differences): Minor changes.
6393 Thu Apr 15 02:35:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
6395         * stabs.texinfo:  Minor cleanup.
6397 Wed Apr 14 17:31:00 1993  Jim Kingdon  (kingdon@cygnus.com)
6399         * gdbint.texinfo: Minor xcoff stuff.
6401 Wed Apr  7 14:11:07 1993  Fred Fish  (fnf@cygnus.com)
6403         * gdbint.texinfo:  Update for new config directory structure.
6404         Add info about internal type data structures.
6406 Mon Apr  5 09:06:30 1993  Ian Lance Taylor  (ian@cygnus.com)
6408         * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
6409         $(srcdir).
6410         (gdb-config.texi): Depend on file in $(srcdir).
6412 Fri Apr  2 16:55:13 1993  Jim Kingdon  (kingdon@cygnus.com)
6414         * stabs.texinfo: Fixes about N_SO.
6416 Fri Mar 26 18:00:35 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
6418         * gdb.texinfo: include list of nonstandard init file names
6420         * *-config.texi: new switch GENERIC for text that applies *only*
6421         to (usual) multiple-target version of manual
6423         * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
6424         h8 config
6426         * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
6427         in menus (rather than conditionally selected multiple alternative
6428         menus).
6430         * Makefile.in: define and use DOC_CONFIG var to select
6431         configuration for GDB user manual.
6433         * gdb-config.texi: delete from repository, generate from Makefile.
6435         * all-config.texi: normal `generic' configuration file, formerly
6436         stored as gdb-config.texi
6438 Wed Mar 24 14:03:19 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
6440         * Makefile.in: add dvi target to build all .dvi files
6442 Tue Mar 23 16:03:24 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
6444         * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
6446 Fri Mar 19 21:46:50 1993  John Gilmore  (gnu@cygnus.com)
6448         * gdbint.texinfo:  Doc NO_MMALLOC and NO_MMALLOC_CHECK as
6449         host conditionals.
6450         * stabs.texinfo:  More array fixes inspired by Jim's.
6452 Fri Mar 19 10:23:34 1993  Jim Kingdon  (kingdon@cygnus.com)
6454         * stabs.texinfo: Fixes re arrays and continuations.
6456         * gdbint.texinfo: Add XCOFF node.
6458 Mon Mar  8 15:52:18 1993  John Gilmore  (gnu@cygnus.com)
6460         * gdb.texinfo:  Add `set print max-symbolic-offset' doc.
6462 Sun Feb 21 17:09:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
6464         * stabs.texinfo:  Fix for array types to mention lower bounds.
6466 Thu Feb 18 01:19:49 1993  John Gilmore  (gnu@cygnus.com)
6468         * gdbint.texinfo:  Update PTRACE_ARG3_TYPE doc, pull PT_*.
6470 Wed Feb 17 08:15:24 1993  John Gilmore  (gnu@cygnus.com)
6472         * gdbint.texinfo:  Remove SET_STACK_LIMIT_HUGE from target defines.
6474 Thu Feb 11 10:38:40 1993  John Gilmore  (gnu@cygnus.com)
6476         * gdbint.texinfo:  Fix thinko (NM_FILE => NAT_FILE).  Found
6477         by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
6479 Wed Feb 10 23:59:19 1993  John Gilmore  (gnu@cygnus.com)
6481         * gdbint.texinfo:  Eliminate IBM6000_HOST, document IBM6000_TARGET.
6483 Tue Feb  9 18:26:21 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
6485         * gdb.texinfo, gdbinv-s.texi: misc updates
6487 Sat Feb  6 10:25:47 1993  John Gilmore  (gnu@cygnus.com)
6489         * gdbint.texinfo:  Brief documentation for longjmp support,
6490         from an email msg by Stu.
6492 Fri Feb  5 14:10:15 1993  John Gilmore  (gnu@cygnus.com)
6494         * stabs.texinfo:  Fix description of floating point "range"
6495         types (which really define basic types).  Reported by Jim Meehan,
6496         <meehan@src.dec.com>.
6498         * gdbint.texinfo:  Remove COFF_NO_LONG_FILE_NAMES define, now gone.
6500 Thu Feb  4 13:56:46 1993  Ian Lance Taylor  (ian@cygnus.com)
6502         * gdbint.texinfo: Slightly expand section on supporting a new
6503         object file format.
6505 Thu Feb  4 01:49:04 1993  John Gilmore  (gnu@cygnus.com)
6507         * Makefile.in (refcard.ps, lrefcard.ps):  Remove psref.tex
6508         intermediate file.
6510 Tue Feb  2 12:18:06 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
6512         * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
6514 Mon Feb  1 15:35:47 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
6516         * gdbinv-s.texi: z8000 simulator target name is just "sim"
6518         * gdbinv-s.texi:  Mention that Z8000 simulator can simulate Z8001
6519         as well as Z8002.
6521 Sat Nov 28 06:51:35 1992  John Gilmore  (gnu@cygnus.com)
6523         * gdbint.texinfo:  Add sections on clean design and on how to send
6524         in changes.
6526 Mon Nov  9 23:57:02 1992  John Gilmore  (gnu@cygnus.com)
6528         * gdbint.texinfo:  Add how to declare the result of make_cleanup.
6530 Mon Oct 26 11:09:47 1992  John Gilmore  (gnu@cygnus.com)
6532         * gdb.texinfo:  Fix typo, reported by Karl Berry.
6534 Fri Oct 23 00:41:21 1992  John Gilmore  (gnu@cygnus.com)
6536         * gdb.texinfo:  Add opcodes dir to GDB distribution description.
6538 Sat Oct 10 18:04:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
6540         * gdbint.texinfo: fixed a stray email address (needs @@),
6541         added @table @code to node "Native Conditionals"
6543 Tue Sep 22 00:34:15 1992  John Gilmore  (gnu@cygnus.com)
6545         * gdbint.texinfo:  Describe coding style of GDB.
6547 Mon Sep 21 19:32:16 1992  John Gilmore  (gnu@cygnus.com)
6549         * stabs.texinfo:  Minor wording changes.
6551 Tue Sep 15 02:57:09 1992  John Gilmore  (gnu@cygnus.com)
6553         * gdbint.texinfo:  Improve release doc slightly.
6555 Fri Sep 11 01:34:25 1992  John Gilmore  (gnu@sphagnum.cygnus.com)
6557         * gdbint.texinfo:  Improve doc of GDB config macros.
6559 Wed Sep  9 16:52:06 1992  John Gilmore  (gnu@cygnus.com)
6561         * stabs.texinfo:  Remove Bothner's changes for C++ nested types.
6562         These will be reinserted when examined.
6564 Mon Aug 24 01:17:55 1992  John Gilmore  (gnu@cygnus.com)
6566         * gdbint.texinfo:  Make a start at documenting all the #if macros
6567         in GDB.  At least list them all, and start separating them into
6568         host-specific and target-specific.
6570 Tue Aug 18 15:59:13 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
6572         * gdbinv-s.m4.in: refrain from using @cartouche for just a few
6573         examples (not consistent w others).
6574         gdb.texinfo: issue disclaimer paragraph on cmdline options only
6575         for generic vn of doc
6577 Tue Aug 18 14:53:27 1992  Ian Lance Taylor  (ian@cygnus.com)
6579         * Makefile.in: always create installation directories.
6581 Tue Aug 18 14:11:50 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
6583         * gdb.texinfo: in h8 config, do not describe searching commands.
6585 Mon Aug 17 18:07:59 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
6587         * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
6588           conditionals; introduce a few generic switches that may be
6589           useful for other cross-dev or dos-hosted configs.
6591         * gdb.texinfo: fix typo in "info reg" description
6593 Sun Aug 16 01:16:18 1992  John Gilmore  (gnu@cygnus.com)
6595         * stabs.texinfo:  Minor updates from running TeX over it.
6596         * Makefile.in (stabs.dvi, stabs.ps):  Add.
6598 Sat Aug 15 20:52:24 1992  Per Bothner  (bothner@rtl.cygnus.com)
6600         * stabs.texinfo:  Stabs documentation, written by Julia Menapace.
6601         First pass at converting it to texinfo.
6603 Sat Aug 15 03:14:59 1992  John Gilmore  (gnu@cygnus.com)
6605         * gdb.texinfo, refcard.tex:  Document mult args on `info reg'.
6606         * Makefile.in (refcard.ps, lrefcard.ps):  Add missing $(srdir).
6608 Fri Aug 14 21:08:47 1992  John Gilmore  (gnu@cygnus.com)
6610         * gdbint.texinfo:  Add section on partial symbol tables.
6612 Sat Jun 20 16:31:10 1992  John Gilmore  (gnu at cygnus.com)
6614         * gdb.texinfo:  document `set remotedebug' and `set
6615         rstack_high_address'.
6617 Thu May 14 17:09:48 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
6619         * gdb.texinfo: slight expansion of new text on reading info files
6620         * gdbinv-s.m4.in: correct and expand info on cross-debugging
6621         H8/300 from DOS.
6623 Tue May 12 12:22:47 1992  John Gilmore  (gnu at cygnus.com)
6625         * gdb.texinfo:  `info user' => `show user'.  Noticed by David Taylor.
6627 Mon May 11 19:06:27 1992  John Gilmore  (gnu at cygnus.com)
6629         * gdb.texinfo:  Say how to read the `info' files.
6631 Tue May  5 12:11:38 1992  K. Richard Pixley  (rich@cygnus.com)
6633         * Makefile.in: gm4 -> m4.
6635 Fri Apr 10 17:50:43 1992  John Gilmore  (gnu at rtl.cygnus.com)
6637         * gdb.texinfo:  Update for GDB-4.5.  Move `Formatting
6638         Documentation' ahead of `Installing GDB' to match README.
6639         Update shared library doc, -readnow and -mapped, and directory
6640         structure (add glob and mmalloc).  Update configure doc.
6642 Tue Mar 24 23:28:38 1992  K. Richard Pixley  (rich@cygnus.com)
6644         * Makefile.in: remove $(srcdir) from gdb.info rule.
6646 Sat Mar  7 18:44:50 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
6648         * Makefile.in: commented out gdb-all.texinfo rule.  This is
6649           temporary.
6651 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
6653         * Makefile.in, configure.in: removed traces of namesubdir,
6654           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
6655           copyrights to '92, changed some from Cygnus to FSF.
6657 Fri Dec 13 09:47:31 1991  John Gilmore  (gnu at cygnus.com)
6659         * gdb.texinfo:  Improve how we ask for bug reports.
6661 Tue Dec 10 04:07:21 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
6663         * Makefile.in: infodir belongs in datadir.
6665 Fri Dec  6 23:57:34 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
6667         * Makefile.in: remove spaces following hyphens, bsd make can't
6668           cope.  install using INSTALL_DATA.  added clean-info.  added
6669           standards.text support.
6671 Thu Dec  5 22:46:12 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
6673         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
6674           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
6675           and mandir now keyed off datadir by default.
6678 Local Variables:
6679 mode: change-log
6680 left-margin: 8
6681 fill-column: 74
6682 version-control: never
6683 End: