New gdbserver option --debug-format=timestamp.
[platform/upstream/binutils.git] / gdb / doc / ChangeLog
1 2014-01-22  Doug Evans  <dje@google.com>
2
3         * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
4         (gdbserver man): Ditto.
5
6 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
7
8         * gdb.texinfo: Document limited reverse/replay support
9         for target record-btrace.
10
11 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
12
13         * gdb.texinfo (Process Record and Replay): Update documentation.
14
15 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16
17         * gdb.texinfo (Process Record and Replay): Document new /c
18         modifier accepted by "record function-call-history".
19         Add /i modifier to "record function-call-history" example.
20
21 2014-01-15  Yuanhui Zhang  <asmwarrior@gmail.com>
22             Joel Brobecker  <brobecker@adacore.com>
23
24         * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
25         markers.  Remove one that was misplaced.
26
27 2014-01-10  Pedro Alves  <palves@redhat.com>
28
29         * gdb.texinfo (Your Program's Environment) <set environment>:
30         Mention the shell, and point at 'set exec-wrapper'.
31
32 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
33
34         * gdb.texinfo (Types In Python): Document new attribute Types.name.
35
36 2013-12-30  Joel Brobecker  <brobecker@adacore.com>
37
38         * gdb.texinfo (Types In Python): Clarify the documentation
39         of attribute gdb.Field.bitpos.
40
41 2013-12-28  Joel Brobecker  <brobecker@adacore.com>
42
43         * gdb.texinfo (Types In Python): Fix the documentation of
44         attribute "bitpos" in class gdb.Field for enum types.  Add
45         documentation for attribute "enumval" in that same class.
46
47 2013-12-28  Joel Brobecker  <brobecker@adacore.com>
48
49         * gdb.texinfo (GDB/MI Support Commands): Change @table into
50         @ftable.
51
52 2013-12-23  Doug Evans  <xdje42@gmail.com>
53
54         * gdb.texinfo (Auto-loading): Move menu up.  Move discussion of
55         auto-loaded objfile scripts and .debug_gdb_scripts section to their
56         corresponding section in Extending GDB.
57         (Extending GDB): Move menu up.  New menu item "Auto-loading
58         extensions".
59         (Sequences): New menu item "Auto-loading sequences".
60         (Auto-loading sequences): New node.
61         (Python): Rename section from Scripting GDB to Extending GDB.
62         (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
63         Move docs on ways to auto-load extensions to ...
64         (Auto-loading extensions): ... here.  New node.
65
66 2013-12-23  Joel Brobecker  <brobecker@adacore.com>
67
68         * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
69         in menu.
70         (GDB/MI Variable Objects): Adjust reference to "-list-features"
71         command, now in a new node.
72         (GDB/MI Support Commands): New node, with its contents being
73         extracted from the "GDB/MI Miscellaneous Commands" node.
74         A small paragraph introducing the section is also added at
75         the start.
76         (GDB/MI Miscellaneous Commands): Delete the description of the
77         -info-gdb-mi-command, -list-features and -list-target-features
78         commands, now hosted in the "GDB/MI Support Commands" node.
79
80 2013-12-12  Siva Chandra Reddy  <sivachandra@google.com>
81
82         PR python/16113
83         * gdb.texinfo (Values From Inferior): Add a note about using
84         gdb.Field objects as subscripts on gdb.Value objects.
85         (Types In Python): Add description about the new attribute
86         "parent_type" of gdb.Field objects.
87
88 2013-12-12  Joel Brobecker  <brobecker@adacore.com>
89
90         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
91         entry for section docuumenting the -list-features GDB/MI command.
92
93 2013-12-10  Joel Brobecker  <brobecker@adacore.com>
94
95         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
96         "exec-run-start-option" entry in the output of the "-list-features"
97         command.
98
99 2013-12-04  Eli Zaretskii  <eliz@gnu.org>
100
101         * gdb.texinfo (i386): Fix yesterday's commit.
102
103 2013-12-03  Tom Tromey  <tromey@redhat.com>
104
105         * gdb.texinfo (Set Catchpoints): Add @kindex for each command
106         documented here.
107
108 2013-12-03  Tom Tromey  <tromey@redhat.com>
109
110         * gdb.texinfo (@direntry): Add menu item for gdbserver.
111
112 2013-12-03  Walfred Tedeschi  <walfred.tedeschi@intel.com>
113
114         * gdb.texinfo (i386 Features): Add MPX feature registers.
115         (x86 Specific featuresx86 Architecture-specific Issues): Adds
116         a subsubsection for MPX and describes the display of the
117         boundary registers.
118
119 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
120
121         * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
122         documentation of the "ada-exceptions" entry.
123
124 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
125
126         * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
127         "^error" result record concerning the error message.  Document
128         the error code that may also be part of that result record.
129         (GDB/MI Miscellaneous Commands): Document the
130         "undefined-command-error-code" element in the output of
131         the "-list-features" GDB/MI command.
132
133 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
134
135         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
136         the new -info-gdb-mi-command GDB/MI command.  Document
137         the meaning of "-info-gdb-mi-command" in the output of
138         -list-features.
139
140 2013-11-29  Pedro Alves  <palves@redhat.com>
141
142         * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
143         Update comment.
144
145 2013-11-24  Yao Qi  <yao@codesourcery.com>
146
147         * gdb.texinfo (Caching Remote Data): Document new
148         "set/show stack-cache" option.
149
150 2013-11-24  Yao Qi  <yao@codesourcery.com>
151
152         * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
153         (Maintenance Commands): Replace "ON" and "OFF" with "on" and
154         "off" respectively.
155
156 2013-11-23  Yao Qi  <yao@codesourcery.com>
157
158         * gdb.texinfo (GDB/MI Variable Objects): Add the description
159         of "displayhint" to the table about child results.
160
161 2013-11-21  Yao Qi  <yao@codesourcery.com>
162
163         * gdb.texinfo (GDB/MI Variable Objects): Add attribute
164         'dynamic' for the output of command -var-list-children.
165
166 2013-11-21  Yao Qi  <yao@codesourcery.com>
167
168         * gdb.texinfo (Caching Target Data): Remove "see" before
169         @pxref.
170
171 2013-11-20  Yao Qi  <yao@codesourcery.com>
172
173         * gdb.texinfo (Caching Target Data): Update doc for
174         per-address-space dcache.
175
176 2013-11-20  Yao Qi  <yao@codesourcery.com>
177
178         * gdb.texinfo (Data): Rename menu item.
179         (Caching Remote Data): Rename to ...
180         (Caching Target Data): ... it.  Update.
181
182 2013-11-18  Joel Brobecker  <brobecker@adacore.com>
183
184         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
185         "language-option" entry in the output of the "-list-features"
186         command.
187
188 2013-11-15  Tom Tromey  <tromey@redhat.com>
189
190         * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
191         Add example.
192
193 2013-11-14  Tom Tromey  <tromey@redhat.com>
194
195         * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
196
197 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
198
199         * gdb.texinfo (Show): Add xref anchor for "show language" command.
200         (Context management): Place current subsection text into its own
201         subsubsection.  Add new subsubsection describing the "--language"
202         command option.
203
204 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
205
206         * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
207         the documentation of "info-ada-exceptions" in the output
208         of the "-list-features" command.  Add the documentation
209         of the "ada-exception" entry instead.
210
211 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
212
213
214         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
215         word of a couple of sentences to start with a capital letter.
216
217 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
218
219         * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
220         (Ada Exceptions): New node.
221         (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
222         Commands" node.
223         (GDB/MI Ada Exceptions Commands): New node.
224         (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
225         field in the output of the "-list-features" command.
226         * NEWS: Add entry for the new "info exceptions" CLI command,
227         and for the new "-info-ada-exceptions" GDB/MI command.
228
229 2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
230
231         * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
232         (Line Tables In Python): New node.
233
234 2013-11-08  Doug Evans  <dje@google.com>
235
236         * gdb.texinfo (Debugging Output): Update text for
237         "set debug dwarf2-read".
238
239 2013-11-08  Doug Evans  <dje@google.com>
240
241         * gdb.texinfo (Debugging Output): Update text for
242         "set debug symtab-create".
243
244 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
245
246         * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
247         constant.
248
249 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
250
251         * gdb.texinfo (Breakpoints In Python): Document temporary
252         option in breakpoint constructor, and add documentation to the
253         temporary attribute.
254
255 2013-11-07  Yao Qi  <yao@codesourcery.com>
256
257         * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
258         output of "-var-info-expression".
259
260 2013-11-06  Pedro Alves  <palves@redhat.com>
261
262         * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
263         non-interactive mode.
264         (Environment) <shell startup files warning>: Mention
265         non-interactive mode.  Mention .zshenv for Z shell, and talk about
266         BASH_ENV instead of .bashrc for BASH.
267
268 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
269
270         * gdb.texinfo (Commands to Specify Files): Add description
271         of the remove-symbol-file command.
272         * observer.texi: New free_objfile event
273
274 2013-10-24  Pedro Alves  <palves@redhat.com>
275
276         * gdb.texinfo (Starting): Document set/show startup-with-shell.
277
278 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
279
280         * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
281         New subsection inside which the "-catch-load" and "-catch-unload"
282         commands documentation is now placed.
283         (Ada Exception GDB/MI Catchpoint Commands): New subsection
284         documenting the "-catch-assert" and "-catch-exception" new
285         GDB/MI commands.
286
287 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
288
289         * gdb.texinfo (Connecting): Remove unnecessary @w{}.
290
291 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
292
293         * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
294         serial baud".
295         (Remote Configuration): Replace "set remotebaud" by "set serial
296         baud".  Replace "show remotebaud" by "show serial baud".
297
298 2013-10-07  Pedro Alves  <palves@redhat.com>
299
300         PR breakpoints/11568
301         * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
302         when the thread is removed from the thread list.
303
304 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
305
306         * gdb.texinfo (Convenience Variables): Document $_exitsignal.
307         Update entry for $_exitcode.
308
309 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
310
311         * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
312         new "--start" option.
313
314 2013-10-02  Pedro Alves  <palves@redhat.com>
315
316         * gdb.texinfo (Registers): Expand description of saved registers
317         in frames.  Explain <not saved>.
318
319 2013-09-25  Doug Evans  <dje@google.com>
320
321         * gdb.texinfo (Debugging Output): Document set/show debug symfile.
322
323 2013-09-16  Stan Shebs  <stan@codesourcery.com>
324
325         Remove the internals manual gdbint.texinfo.
326         * Makefile.in (INFO_DEPS): Remove gdbint.info.
327         (PDFFILES): Remove gdbint.pdf.
328         (HTMLFILES): Remove gdbint/index.html.
329         (HTMLFILES_INSTALL): Remove gdbint.
330         (GDBINT_DOC_FILES): Remove.
331         (dvi): Remove gdbint.dvi.
332         (ps): Remove gdbint.ps.
333         * gdbint.texinfo: Remove file.
334         * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
335
336 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
337
338         * gdb.texinfo (Convenience Functions): Mention new convenience
339         function $_isvoid.
340
341 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
342
343         * gdb.texinfo (Decimal Floating Point format): Mention S/390.
344         (Standard Target Features): Add new node to menu.
345         (S/390 and System z Features): New node.
346
347 2013-09-13  Sanimir Agovic  <sanimir.agovic@intel.com>
348
349         * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
350         -list-target-features in the example.
351
352 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
353
354         * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
355         mini_debuginfo.  Strip binary before adding mini_debuginfo to it.
356
357 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
358
359         Sync documentation with gdb.base/gnu-debugdata.exp.
360         * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
361
362 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
363
364         * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
365
366 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
367             Yao Qi  <yao@codesourcery.com>
368
369         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
370         Document new --skip-unavailable option.
371         <-stack-list-variables>: Document new --skip-unavailable option.
372
373 2013-08-26  Doug Evans  <dje@google.com>
374
375         * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
376         an optional regexp.
377
378 2013-08-13  Tom Tromey  <tromey@redhat.com>
379
380         * gdbint.texinfo (Testsuite): Use @table, not @itemize.
381         Document GDB_PARALLEL and GDB_INOTIFY.
382
383 2013-08-09  Stan Shebs  <stan@codesourcery.com>
384
385         * LRS: Remove file, describes a long-abandoned live-range
386         splitting extension to stabs.
387
388 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
389
390         * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
391
392 2013-07-17  Doug Evans  <dje@google.com>
393
394         * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
395
396 2013-07-02  Tom Tromey  <tromey@redhat.com>
397
398         * gdb.texinfo (Target Commands): Don't mention "target nrom".
399
400 2013-06-28  Tom Tromey  <tromey@redhat.com>
401
402         * Makefile.in (version.subst): Use version.in, not
403         common/version.in.
404         * gdbint.texinfo (Versions and Branches, Releasing GDB):
405         Likewise.
406
407 2013-06-27  Pedro Alves  <palves@redhat.com>
408
409         * gdbint.texinfo (Algorithms) <Stepping over runtime loader
410         dynamic symbol resolution code>: New section, based on infrun.c
411         comment.
412
413 2013-06-26  Tom Tromey  <tromey@redhat.com>
414
415         * gdbint.texinfo (Versions and Branches): Use common/version.in.
416         Update.
417         (Releasing GDB): Likewise.
418
419 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
420             Yao Qi  <yao@codesourcery.com>
421
422         * gdb.texinfo (GDB/MI Tracepoint Commands): Document
423         -trace-frame-collected.
424
425 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
426
427         * gdb.texinfo (Traceframe Info Format): Document tvar element
428         and its attributes.
429
430 2013-06-25  Yao Qi  <yao@codesourcery.com>
431
432         * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
433
434 2013-06-24  Tom Tromey  <tromey@redhat.com>
435
436         * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
437         (GDBvn.texi): Use version.subst.
438         (version.subst): New target.
439         (mostlyclean): Remove version.subst.
440
441 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
442
443         * gdb.texinfo (GDB/MI Data Manipulation)
444         <-data-list-register-values>: Document the --skip-unavailable
445         option.
446
447 2013-06-07  Yao Qi  <yao@codesourcery.com>
448
449         * gdb.texinfo (Symbols): Add kindex and cindex for
450         'maint print msymbols'.
451
452 2013-06-05  Simon Marchi  <simon.marchi@ericsson.com>  (tiny change)
453
454         * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
455         response field name (thread-group to inferior).
456
457 2013-06-04 Gary Benson  <gbenson@redhat.com>
458
459         * gdb.texinfo (General Query Packets/qSupported): Added
460         "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
461         to the table of currently defined stub features.
462         Added a more detailed entry for "augmented-libraries-svr4-read".
463         (General Query Packets/qXfer:libraries-svr4:read): Documented
464         the augmented form of this packet.
465
466 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
467
468         * gdb.texinfo (System-wide Configuration Scripts): Renames
469         "Installed System-wide Configuration Scripts". Add associated
470         @menu block.
471
472 2013-05-23  Yao Qi  <yao@codesourcery.com>
473             Pedro Alves  <palves@redhat.com>
474
475         * gdb.texinfo (Packets): Document 'vCont;r'.
476         (Continuing and Stepping): Document target-assisted range
477         stepping, and the 'set range-stepping' and 'show range-stepping'
478         commands.
479
480 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
481
482         * gdb.texinfo (Installed System-wide Configuration Scripts):
483         Add subsection describing the scripts now available under
484         the data-dir's system-gdbbinit subdirectory.
485         * NEWS: Add entry announcing the availability of system-wide
486         configuration scripts for ElinOS and Wind River Linux.
487
488 2013-05-21  Hui Zhu  <hui@codesourcery.com>
489
490         * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
491         "-dprintf-insert" command.
492
493 2013-05-17  Doug Evans  <dje@google.com>
494
495         * gdb.texinfo (Maintenance Commands): Update doc for
496         "maint check-psymtabs".  Add doc for "maint check-symtabs",
497         "maint expand-symtabs".
498
499 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
500
501         * gdb.texinfo (Process Record and Replay): Document the
502         "record goto" command and its sub-commands.
503
504 2013-05-10 Phil Muldoon  <pmuldoon@redhat.com>
505
506         * gdb.texinfo (Backtrace): Add "no-filter" argument.
507         (Python API): Add Frame Filters API, Frame Wrapper API,
508         Writing a Frame Filter/Wrapper, Managing Management of Frame
509         Filters chapter entries.
510         (Frame Filters API): New Node.
511         (Frame Wrapper API): New Node.
512         (Writing a Frame Filter): New Node.
513         (Managing Frame Filters): New Node.
514         (Progspaces In Python): Add note about frame_filters attribute.
515         (Objfiles in Python): Ditto.
516         (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
517         @anchors and --no-frame-filters option to -stack-list-variables,
518         -stack-list-frames, -stack-list-locals and -stack-list-arguments
519         commands.
520
521 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
522
523         * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
524         Support" subsection documenting the XML format used to transfer
525         shared library info on AIX.
526
527 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
528
529         * gdb.texinfo (Debugging Output): Add documentation of
530         "set debug aix-solib" and "show debug aix-solib" commands.
531
532 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
533
534         * gdb.texinfo (Nios II): New section.
535         (Nios II Features): New section.
536
537 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
538
539         * gdbint.texinfo (Algorithms): Remove entries documenting
540         DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
541         SOLIB_CREATE_INFERIOR_HOOK.
542
543 2013-04-29  Tom Tromey  <tromey@redhat.com>
544
545         PR python/14204:
546         * gdb.texinfo (Python API): Fix menu entry.
547         (Blocks In Python): Fix subsubsection text.  Rewrite intro.
548         Define global and static block.  Add example.  Clarify
549         block relationship for inline functions.
550
551 2013-04-29  Tom Tromey  <tromey@redhat.com>
552
553         * gdb.texinfo (Python API): Mention Python help and keyword
554         arguments.  Move pagination text to Basic Python.
555         (Basic Python): Put pagination text here.  Document
556         close-on-exec, SIGCHLD, and SIGINT.
557
558 2013-04-19  Pedro Alves  <palves@redhat.com>
559
560         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
561         "signedness" instead of "signness".
562
563 2013-04-19  Pedro Alves  <palves@redhat.com>
564
565         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
566         -Wno-pointer-sign text with text on -Wpointer-sign.
567
568 2013-04-16  Tom Tromey  <tromey@redhat.com>
569
570         * gdb.texinfo (Set Catchpoints): Mention earliest version of
571         GCC that has the SDT probe points.
572
573 2013-04-15  Tom Tromey  <tromey@redhat.com>
574
575         * gdb.texinfo (Set Catchpoints): Document regexp syntax for
576         exception catchpoints.
577
578 2013-04-15  Tom Tromey  <tromey@redhat.com>
579
580         * gdb.texinfo (Set Catchpoints): Document $_exception.
581         (Convenience Vars): Mention $_exception.
582
583 2013-04-15  Tom Tromey  <tromey@redhat.com>
584
585         * gdb.texinfo (Set Catchpoints): Reorganize exception
586         catchpoints.  Document "catch rethrow".
587         (Debugging C Plus Plus): Mention "catch rethrow".
588
589 2013-04-15  Tom Tromey  <tromey@redhat.com>
590
591         * gdb.texinfo (Set Catchpoints): Remove obsolete text.
592
593 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
594             Eli Zaretskii  <eliz@gnu.org>
595
596         * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
597         line below the sample output.
598
599 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
600
601         * gdb.texinfo (Mode Options): Document '-configuration'.
602         (Help): Document "show configuration".
603         (Bug Reporting): Add requirements to include the configuration
604         details in bug reports.
605
606 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
607
608         * Makefile.in (MAN1S): Add gcore.1.
609         Remove "Host, target, and site specific Makefile fragments" comment.
610         (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
611         (install-man1, uninstall-man1): Conditionalize gcore.1.
612         (gcore.1): New.
613         * gdb.texinfo (Man Pages): Add gcore man.
614         (gcore man): New node.
615
616 2013-04-10  Pedro Alves  <palves@redhat.com>
617
618         * gdb.texinfo (Process Record and Replay): Document that "set
619         record full insn-number-max", "set record
620         instruction-history-size" and "set record
621         function-call-history-size" accept "unlimited".
622         (Backtrace): Document that "set backtrace limit" accepts
623         "unlimited".
624         (List): Document that "set listsize" accepts "unlimited".
625         (Print Settings)" Document that "set print max-symbolic-offset",
626         "set print elements" and "set print repeats" accept "unlimited".
627         (Starting and Stopping Trace Experiments): Document that "set
628         trace-buffer-size" accepts "unlimited".
629         (Remote Configuration): Document that "set tcp connect-timeout"
630         accepts "unlimited".
631         (Command History): Document that "set history size" accepts
632         "unlimited".
633         (Screen Size): Document that "set height" and "set width" accepts
634         "unlimited".  Adjust "set pagination"'s description to suggest
635         "set height unlimited" instead of "set height 0".
636
637 2013-04-10  Yao Qi  <yao@codesourcery.com>
638
639         * gdb.texinfo (Trace Files): Add "target ctf".
640
641 2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
642
643         * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
644
645         * Makefile.in (install-man1, install-man5, uninstall-man1)
646         (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
647
648         * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
649
650 2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
651             Eli Zaretskii  <eliz@gnu.org>
652
653         * gdb.texinfo (gdbserver man): Rename tty to comm.  Swap --attach
654         parameters order.  Remove "On some targets" for --attach.  Document the
655         --multi parameter and extended-remote command.  Document all the
656         options.
657
658 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
659
660         * gdb.texinfo (gdb man): Mention option -p.  Include Fortran to
661         the list of supported languages.
662
663 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
664
665         Convert man pages to texinfo, new gdbinit.5 texinfo page.
666         * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
667         (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
668         (diststuff): Add man.
669         (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
670         (uninstall-man5): New.
671         (STAGESTUFF): Add *.1 and *.5.
672         (GDBvn.texi): Add SYSTEM_GDBINIT.
673         (gdb.1, gdbserver.1, gdbinit.5): New.
674         (maintainer-clean realclean): Add $(MANS).
675         (install): Add install-man.
676         (uninstall): Add uninstall-man.
677         * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
678         (@copying): Wrap it by @c man begin COPYRIGHT.
679         (Top): Add Man Pages.
680         (Man Pages, gdb man, gdbserver man, gdbinit man): New.
681
682 2013-04-02  Pedro Alves  <palves@redhat.com>
683
684         * gdb.texinfo (Debugging Output): Document "set/show debug
685         aarch64", "set/show debug coff-pe-read" and "set/show debug
686         mach-o".
687
688 2013-04-02  Pedro Alves  <palves@redhat.com>
689
690         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
691         table>: Add entry for "trace-buffer-size".
692
693 2013-03-28  Pedro Alves  <palves@redhat.com>
694
695         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
696         table>: Add entry for "trace-status".
697
698 2013-03-28  Eli Zaretskii  <eliz@gnu.org>
699
700         * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
701         @bullet", which is invalid (makeinfo 5.1 barfs).
702
703 2013-03-28  Pedro Alves  <palves@redhat.com>
704
705         PR gdb/15294
706
707         * gdb.texinfo (List) <set listsize>: Adjust to document that
708         listsize 0 means no limit, and remove mention of -1.
709
710 2013-03-22  Yao Qi  <yao@codesourcery.com>
711
712         * gdb.texinfo (Embedded Processors): Remove menu item
713         "OpenRISC 1000".
714         (OpenRISC 1000): Remove.
715
716 2013-03-21  Doug Evans  <dje@google.com>
717
718         * gdb.texinfo (Maintenance Commands): Add docs for
719         "mt set per-command {space,time,symtab} {on,off}".
720
721 2013-03-14  Hui Zhu  <hui@codesourcery.com>
722             Yao Qi  <yao@codesourcery.com>
723
724         * gdb.texinfo (Trace Files): Add "tsave -ctf".
725
726 2013-03-13  Keith Seitz  <keiths@redhat.com>
727
728         * gdb.texinfo (Maintenance Commands): Add missing ')' for
729         "maint agent" reference to Dynamic printf.
730
731 2013-03-11  Eli Zaretskii  <eliz@gnu.org>
732
733         * gdb.texinfo (General Query Packets): Don't use colon in index
734         entries visible to Info format.
735
736 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
737
738         * gdb.texinfo (Process Record and Replay): Document record
739         changes.
740
741 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
742
743         * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
744         (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
745         qXfer:btrace:read.
746
747 2013-03-09  Eli Zaretskii  <eliz@gnu.org>
748
749         * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
750         use colons in @anchor and @cindex entries.
751
752 2013-03-09  Hafiz Abid Qadeer  <abidh@codesourcery.com>
753
754         * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
755
756 2013-03-08  Stan Shebs  <stan@codesourcery.com>
757             Hafiz Abid Qadeer  <abidh@codesourcery.com>
758
759         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
760         trace-buffer-size set and show commands.
761         (Tracepoint Packets): Document QTBuffer:size.
762         (General Query Packets): Document QTBuffer:size.
763
764 2013-02-21  Tom Tromey  <tromey@redhat.com>
765
766         * gdb.texinfo: Remove bad @syncodeindex.
767         (Values From Inferior, Types In Python, Inferiors In Python)
768         (Events In Python, Threads In Python, Frames In Python, Blocks In
769         Python, Symbols In Python, Symbol Tables In Python): Remove
770         @tables.
771         (Packets, General Query Packets, Tracepoint Packets)
772         (Host I/O Packets): Use @w{} for empty @item.
773
774 2013-02-20  Siva Chandra Reddy <sivachandra@google.com>
775
776         * gdb.texinfo (Architectures In Python): Add description about
777         the new method gdb.Architecture.disassemble.
778
779 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
780             Hafiz Abid Qadeer  <abidh@codesourcery.com>
781
782         * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
783         Document the "trace-file" field.
784
785 2013-02-07  Doug Evans  <dje@google.com>
786
787         * gdb.texinfo (Machine Code): Clarify argument to disassemble
788         command.
789
790 2013-02-06  Yao Qi  <yao@codesourcery.com>
791
792         * gdb.texinfo (GDB/MI Async Records): Document new MI
793         notification "=tsv-modified".  Update the document of MI
794         notification "=tsv-created".
795         * observer.texi (GDB Observers): New observer tsv_modified.
796         Update observer tsv_created and tsv_delete.
797
798 2013-02-05  Yufeng Zhang  <yufeng.zhang@arm.com>
799
800         * gdb.texinfo (AArch64 Features): New section; document
801         org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
802         (Architectures): Add new AArch64 section to document AArch64
803         architecture specific commands.
804         (ABI): Add description of the new OS ABI "Newlib" and its influence
805         on the longjmp handling.
806
807 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
808             Jan Kratochvil  <jan.kratochvil@redhat.com>
809
810         * gdb.texinfo (Backtrace): Added description of 'filename-display'
811         variable in 'set/show backtrace' section.
812
813 2013-01-31  Tom Tromey  <tromey@redhat.com>
814
815         * gdb.texinfo (Target Commands): Fix typo.
816
817 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
818
819         * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
820         describing the gdb.Architecture class.
821         (Frames In Python): Add description about the new method
822         gdb.Frame.architecture().
823
824 2013-01-23  Doug Evans  <dje@google.com>
825
826         * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
827
828 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
829
830         * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
831         'thread-groups' field when printing a breakpoint in MI.
832
833 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
834         * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
835         to reflect that jit-reader-load now supports absolute file-names.
836
837 2013-01-16  Tom Tromey  <tromey@redhat.com>
838
839         * gdb.texinfo (Set Catchpoints): Document "catch signal".
840         (Signals): Likewise.
841
842 2013-01-16  Tom Tromey  <tromey@redhat.com>
843
844         * gdb.texinfo (GDB/MI Breakpoint Information): Document
845         "catch-type" field.
846         (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
847
848 2013-01-07  Tom Tromey  <tromey@redhat.com>
849
850         * gdb.texinfo (Mode Options): Don't mention -epoch.
851         (Data, Emacs): Remove obsolete comments.
852
853 2013-01-02  Tom Tromey  <tromey@redhat.com>
854
855         * gdb.texinfo (GDB/MI Output Records): Update menu.
856         (GDB/MI Breakpoint Information): New node.
857         (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
858         <-break-insert>: Likewise.
859
860 2012-12-31  Yao Qi  <yao@codesourcery.com>
861
862         * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
863         (Packets): Move "vStopped" packet to ...
864         (Notification Packets): ... here.  Describe the components
865         of notification.  Add a table of supported notifications.
866         Add an example on the process of he async notification.
867
868 2012-12-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
869
870         * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
871         present.
872         (GDB/MI File Commands) (-file-list-exec-source-files): Make the
873         fullname output always present.
874
875 2012-12-23  Pierre Muller  <muller@sourceware.org>
876
877         * gdbint.texinfo (Function prototypes): Require use of "extern"
878         modifier for function prototypes in headers.
879
880 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
881
882         * refcard.tex: Update copyright notice to GPL v3 or later.
883         Update contact info.
884
885 2012-12-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
886
887         * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
888
889 2012-12-15  Yao Qi  <yao@codesourcery.com>
890
891         * gdb.texinfo (Debugging Output): Document 'set debug
892         notification' and 'show debug notification'.
893
894 2012-12-15  Yao Qi  <yao@codesourcery.com>
895
896         * gdb.texinfo (Listing Tracepoints): New item and example about
897         'installed on target' output.
898         Add more in the example about 'installed on target'.
899         (GDB/MI Breakpoint Commands): Doc about 'installed field.
900
901 2012-12-14  Tom Tromey  <tromey@redhat.com>
902
903         * gdb.texinfo (SVR4 Process Information): Mention core files.
904
905 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
906     
907         * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
908
909 2012-12-11  Pedro Alves  <palves@redhat.com>
910
911         * gdb.texinfo: Remove all mentions of Unixware throughout.
912
913 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
914
915         * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
916
917 2012-11-29  Tom Tromey  <tromey@redhat.com>
918
919         * gdb.texinfo (SVR4 Process Information): Document missing
920         "info proc" subcommands.
921
922 2012-11-29  Yao Qi  <yao@codesourcery.com>
923
924         PR gdb/1477.
925         * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
926         to 'auto' instead of 'gnu'.
927
928 2012-11-26  Tom Tromey  <tromey@redhat.com>
929
930         * gdb.texinfo (MiniDebugInfo): New node.
931         (GDB Files): Update.
932
933 2012-11-16  Doug Evans  <dje@google.com>
934
935         * gdb.texinfo (System-wide configuration): If the system-wide init
936         file lives in the data-directory, and --data-directory is provided,
937         look for it there.
938
939 2012-11-15  Tom Tromey  <tromey@redhat.com>
940
941         * gdb.texinfo (Signaling): Fix typo.
942
943 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
944
945         * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
946         parameter "count" of -data-write-memory-bytes, and add an example.
947
948 2012-11-12  Tom Tromey  <tromey@redhat.com>
949
950         * gdb.texinfo (Symbols): Document "info type-printers",
951         "enable type-printer" and "disable type-printer".
952         (Python API): Add new node to menu.
953         (Type Printing API): New node.
954         (Progspaces In Python): Document type_printers field.
955         (Objfiles In Python): Likewise.
956         (gdb.types) <get_type_recognizers, apply_type_recognizers,
957         register_type_printer, TypePrinter>: Document.
958
959 2012-11-12  Tom Tromey  <tromey@redhat.com>
960
961         * gdb.texinfo (Symbols): Document "set print type methods",
962         "set print type typedefs", and flags to ptype and whatis.
963
964 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
965
966         * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
967         the example -data-disassemble output.  Extend the description of
968         the -data-disassemble results to document all fields.  Document
969         the cli disassemble command as being related to -data-disassemble.
970
971 2012-11-09  Yao Qi  <yao@codesourcery.com>
972
973         PR gdb/14777.
974         * gdb.texinfo (OS Information): Remove doc on command
975         'info udot'.
976
977 2012-11-08  Joel Brobecker  <brobecker@adacore.com>
978
979         * gdb.texinfo (Startup): Minor rewording, and clarify scope of
980         gdb.ini warning for Windows port.
981
982 2012-11-08  Yao Qi  <yao@codesourcery.com>
983
984         * gdb.texinfo (Search): Add kindex for 'fo'.
985
986 2012-11-05  Tom Tromey  <tromey@redhat.com>
987
988         PR python/14802:
989         * gdb.texinfo (Functions In Python): Add example.
990
991 2012-11-03  Yao Qi  <yao@codesourcery.com>
992
993         * observer.texi (GDB Observers): Remove observer
994         'tracepoint_modified', 'tracepoint_created' and
995         'tracepoint_deleted'.
996
997 2012-10-26  Tom Tromey  <tromey@redhat.com>
998
999         * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
1000
1001 2012-10-25  Tom Tromey  <tromey@redhat.com>
1002
1003         * gdb.texinfo (General Query Packets): Use @itemx.
1004
1005 2012-10-17  Yao Qi  <yao@codesourcery.com>
1006
1007         * observer.texi (GDB Observers): Update observer
1008         'memory_changed'.
1009         * gdb.texinfo (GDB/MI Async Records): Document for
1010         "memory-changed" notification.
1011
1012 2012-10-15  Doug Evans  <dje@google.com>
1013
1014         * gdb.texinfo (Mode Options): Document -nh.
1015         Elaborate on docs for -nx.
1016
1017 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1018
1019         * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
1020
1021 2012-09-21  Yao Qi  <yao@codesourcery.com>
1022             Pedro Alves  <palves@redhat.com>
1023
1024         * gdb.texinfo (GDB/MI Async Records): Document notification
1025         'record-started' and 'record-stopped'.
1026         * observer.texi (GDB Observers): New observer 'record-changed'.
1027
1028 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
1029
1030         * gdb.texinfo: Document the removal of SH's 'regs' command.
1031
1032 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1033
1034         * gdb.texinfo (jump): Mention new alias `j' for `jump'.
1035
1036 2012-09-18  Yao Qi  <yao@codesourcery.com>
1037
1038         * gdb.texinfo (GDB/MI Async Records): Document new MI
1039         notifications '=tsv-created' and '=tsv-deleted'.
1040         * observer.texi (GDB Observers): New observer tsv_created and
1041         tsv_deleted.
1042
1043 2012-09-18  Yao Qi  <yao@codesourcery.com>
1044
1045         * observer.texi (GDB Observers): New observer 'traceframe_changed'.
1046         * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
1047         '=traceframe-changed'.
1048
1049 2012-09-17  Yao Qi  <yao@codesourcery.com>
1050
1051         * gdb.texinfo (List): Describe the meaning of 0 and -1 in
1052         'set listsize'.
1053
1054 2012-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1055             Eli Zaretskii  <eliz@gnu.org>
1056
1057         * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
1058         encoding for gdbarch_breakpoint_from_pc, bp_addr for
1059         gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
1060
1061 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1062
1063         * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
1064
1065 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
1066
1067         Document how to return from "python-interactive" to GDB.
1068         * gdb.texinfo (Python Commands): Update documentation.
1069
1070 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
1071
1072         Add a new "python-interactive" command that starts a standard
1073         Python interactive prompt with "pi" as alias, and add "py" as
1074         an alias to "python".
1075         * gdb.texinfo (Python Commands): Document the new commands.
1076
1077 2012-08-22  Tom Tromey  <tromey@redhat.com>
1078
1079         * gdbint.texinfo (Host Definition): Remove documentation for
1080         SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
1081
1082 2012-08-17  Keith Seitz  <keiths@redhat.com>
1083
1084         PR c++/13356
1085         * gdb.texinfo (Type and Range Checking): Remove warning.
1086         Remove spurious commas.
1087         Update text and examples for re-implementation of set/show
1088         check type.
1089         (C and C++ Type and Range Checks): Likewise.
1090
1091 2012-08-16  Yao Qi  <yao@codesourcery.com>
1092
1093         * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
1094         is deprecated.
1095
1096 2012-08-13  Doug Evans  <dje@google.com>
1097
1098         * gdb.texinfo (Convenience Vars): Update text for "show convenience"
1099         to include functions.
1100
1101 2012-08-10  Doug Evans  <dje@google.com>
1102
1103         * gdb.texinfo (Convenience Funs): New node.
1104         (Types In Python): Document Type.vector.
1105
1106 2012-08-09  Yao Qi  <yao@codesourcery.com>
1107
1108         * observer.texi: New observer command_param_changed.
1109         * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
1110
1111 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
1112
1113         * gdbint.texinfo (Debugging GDB): In section
1114         'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
1115         Mention also gdb-gdb.py.
1116
1117 2012-08-07  Yao Qi  <yao@codesourcery.com>
1118
1119         Revert the folloing patch:
1120         2012-08-06  Yao Qi  <yao@codesourcery.com>
1121         * gdb.texinfo (Remote Configuration): Add kindex for 'set
1122         remote hardware-watchpoint-limit' and 'set
1123         remote hardware-breakpoint-limit'.
1124
1125 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
1126
1127         * gdb.texinfo (Working Directory): Added information about new
1128         default argument for 'cd' command.
1129
1130 2012-08-06  Yao Qi  <yao@codesourcery.com>
1131
1132         * gdb.texinfo (Remote Configuration): Add kindex for 'set
1133         remote hardware-watchpoint-limit' and 'set
1134         remote hardware-breakpoint-limit'.
1135
1136 2012-08-06  Yao Qi  <yao@codesourcery.com>
1137
1138         Fix PR14371.
1139
1140         * gdb.texinfo (GDB/MI Async Records): Fix the doc for
1141         '=breakpoint-deleted'.
1142
1143 2012-08-02  Yao Qi  <yao@codesourcery.com>
1144
1145         * gdb.texinfo (Native): Remove node Neutrino.
1146
1147 2012-07-27  Yao Qi  <yao@codesourcery.com>
1148
1149         * gdb.texinfo (IPA Protocol Commands): Document new command
1150         'close'.
1151
1152 2012-07-25  Tom Tromey  <tromey@redhat.com>
1153
1154         * gdb.texinfo (Maintenance Commands): Document maint info bfds.
1155
1156 2012-07-20  Doug Evans  <dje@google.com>
1157
1158         * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
1159         (Index Files): Document how to control the use of deprecated index
1160         sections.
1161         (Index Section Format): Replace --use-deprecated-index-sections with
1162         "set use-deprecated-index-sections on".
1163
1164 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
1165
1166         * gdbint.texinfo: Remove @syncodeindex directives that put all the
1167         indices into a single node "Index".  Instead, join function and
1168         variable indices into a single index, separate from the concept
1169         index.  Requested in
1170         http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
1171         (Top): Update the top-level menu: instead of one "Index" there are
1172         now separate entries "Concept Index" and "Function and Variable
1173         Index".
1174         (Concept Index, Function and Variable Index): New nodes.
1175         (Index): Node deleted.
1176
1177 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
1178
1179         * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
1180         and "maint agent-eval".
1181
1182 2012-07-03  Eli Zaretskii  <eliz@gnu.org>
1183
1184         * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
1185         avoid file-name clashes between Index.html and index.html on
1186         case-insensitive filesystems.  See the discussion starting in
1187         http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
1188         details of the problem.
1189         (Top): Update the master menu for the above.
1190         (Concept Index, Command and Variable Index): New nodes, instead of
1191         the old "Index" node that was deleted.  All cross-references
1192         updated.
1193
1194 2012-07-02  Stan Shebs  <stan@codesourcery.com>
1195
1196         * gdb.texinfo (Dynamic Printf): Mention agent style and
1197         disconnected dprintf.
1198         (Maintenance Commands): Describe maint agent-printf.
1199         (General Query Packets): Mention BreakpointCommands feature.
1200         (Packets): Document commands extension to Z0 packet.
1201         * agentexpr.texi (Bytecode Descriptions): Document printf
1202         bytecode.
1203
1204 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1205
1206         * gdb.texinfo (File Options): Change -ix and -iex commands that apply
1207         only after gdbinit files.
1208         (Startup): Move -iex and -iex commands down after gdbinit files.
1209
1210 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1211
1212         * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
1213         possibility.
1214
1215 2012-06-29  Tom Tromey  <tromey@redhat.com>
1216
1217         * gdb.texinfo (Index Section Format): Update for version 7.
1218
1219 2012-06-28  Stan Shebs  <stan@codesourcery.com>
1220
1221         * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
1222         example, add note about title column.
1223
1224 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
1225
1226         * gdb.texinfo (Symbol Tables In Python): Add description about
1227         the new 'last' attribute of gdb.Symtab_and line.
1228
1229 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
1230
1231         * gdb.texinfo (Symbol Tables In Python): Correct the description
1232         of the 'pc' attribute of gdb.Symtab_and_line.
1233
1234 2012-06-26  Doug Evans  <dje@google.com>
1235
1236         * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
1237         and symtab-create.
1238
1239 2012-06-25  Keith Seitz  <keiths@redhat.com>
1240
1241         * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
1242         from example.  Remove "rbreak" from list of corresponding
1243         gdb commands.
1244
1245 2012-06-23  Doug Evans  <dje@google.com>
1246
1247         * gdb.texinfo (Index Section Format): Document version 7 format.
1248
1249 2012-06-22  Yao Qi  <yao@codesourcery.com>
1250
1251         * gdb.texinfo: Add missing cindex for some packets.
1252
1253 2012-06-20  Keith Seitz  <keiths@redhat.com>
1254
1255         * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
1256         for -break-insert and document -p.
1257
1258 2012-06-20  Yao Qi  <yao@codesourcery.com>
1259
1260         * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
1261         and "gdb.write_memory" with "Inferior.read_memory" and
1262         "Inferior.write_memory".
1263
1264 2012-06-15  Patrice Dumas  <pertusus@free.fr>  (tiny change)
1265
1266         * gdb.texinfo (Summary): Add a link to "Free Documentation".
1267         (Free Documentation): Add @node line.
1268         (Continuing and Stepping) <advance location>: Use @item instead of
1269         @itemx.
1270         (Reverse Execution) <set exec-direction reverse>: Use @item instead of
1271         @itemx.
1272         (Embedded Processors): Put the link to "PA" to its correct place,
1273         according to document structure.
1274         (Python API): Put the link to "Lazy Strings In Python" to its
1275         correct place.
1276         (Index): Use @@ in @tex block to get a literal @.
1277
1278         * gdbint.texinfo: Fix the @subtitle line.
1279
1280         * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
1281         correct place.
1282
1283 2012-06-08  Yao Qi  <yao@codesourcery.com>
1284
1285         * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
1286         Protocol'.
1287         (In-Process Agent Protocol, IPA Protocol Objects)
1288         (IPA Protocol Commands): New nodes.
1289         (Tracepoint Packets): Add anchors.
1290
1291 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
1292
1293         * gdb.texinfo: Document the deprecation of SH's 'regs' command.
1294
1295 2012-06-06  Yao Qi  <yao@codesourcery.com>
1296
1297         * gdb.texinfo: Update copyright year.
1298
1299 2012-05-23  Stan Shebs  <stan@codesourcery.com>
1300             Kwok Cheung Yeung  <kcy@codesourcery.com>
1301
1302         * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
1303
1304 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
1305
1306         * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
1307         Mention also --with-separate-debug-dir.
1308         (Auto-loading): Prepend $debugdir in the sample output.
1309         (Auto-loading safe path): Likewise.  Mention also $debugdir for the
1310         auto-load safe-path variable.
1311         (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
1312         Mention also $debugdir for 'set auto-load scripts-directory'.
1313
1314 2012-05-19  Eli Zaretskii  <eliz@gnu.org>
1315
1316         * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
1317         (MIPS Embedded, MIPS, MIPS Register packet Format)
1318         (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
1319         appropriate.
1320
1321 2012-05-18  Sandra Loosemore  <sandra@codesourcery.com>
1322             Maciej W. Rozycki  <macro@codesourcery.com>
1323
1324         * gdb.texinfo (MIPS): Document "set mips compression" and "show
1325         mips compression".
1326         (MIPS Breakpoint Kinds): New subsubsection.
1327
1328 2012-05-18  Eli Zaretskii  <eliz@gnu.org>
1329
1330         * gdb.texinfo (Architecture-Specific Protocol Details): Define
1331         nodes for subsections.  Add @acronym mark-ups and adjust
1332         formatting.
1333
1334 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
1335
1336         Rename $ddir to $datadir.
1337         * gdb.texinfo (Auto-loading, Auto-loading safe path)
1338         (objfile-gdb.py file): Rename $ddir to $datadir.
1339
1340 2012-05-18  Tom Tromey  <tromey@redhat.com>
1341
1342         * gdb.texinfo (Print Settings): Document 'set print symbol'.
1343
1344 2012-05-14  Stan Shebs  <stan@codesourcery.com>
1345
1346         * gdb.texinfo (Dynamic Printf): New subsection.
1347
1348 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
1349
1350         * gdb.texinfo (Basic Python): Add description about the function
1351         gdb.find_pc_line
1352
1353 2012-05-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
1354             Eli Zaretskii  <eliz@gnu.org>
1355
1356         * gdb.texinfo (Separate Debug Files): Use plural form for global
1357         debugging information directory.
1358
1359 2012-05-11  Stan Shebs  <stan@codesourcery.com>
1360             Kwok Cheung Yeung  <kcy@codesourcery.com>
1361
1362         * gdb.texinfo (Operating System Auxiliary Information): Document new
1363         'info os' subcommands.
1364
1365 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1366
1367         * gdb.texinfo (Auto-loading, Init File in the Current Directory)
1368         (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
1369         (dotdebug_gdb_scripts section): Add reference
1370         to 'Auto-loading safe path'.
1371
1372 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1373
1374         Implement multi-component --with-auto-load-dir.
1375         * gdb.texinfo (Auto-loading): New references
1376         for 'set auto-load scripts-directory'
1377         and 'show auto-load scripts-directory'.
1378         (Auto-loading safe path): Describe the new default.  Move $ddir
1379         substituation reference to 'objfile-gdb.py file'.
1380         (objfile-gdb.py file): Describe script-name alias.  Change real-name to
1381         script-name.  Describe new 'set auto-load scripts-directory'
1382         and 'show auto-load scripts-directory'.
1383
1384 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1385
1386         Provide $ddir substitution for --with-auto-load-safe-path.
1387         * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
1388         (Auto-loading safe path): Likewise.  Mention the default value,
1389         $ddir substitution, --with-auto-load-safe-path and
1390         --without-auto-load-safe-path.
1391         * observer.texi (gdb_datadir_changed): New.
1392
1393 2012-05-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1394
1395         * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
1396         Twice.
1397
1398         * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
1399         directory separator by path separator.
1400
1401 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1402
1403         * gdb.texinfo (Auto-loading safe path): Make 'directories'
1404         for 'set auto-load safe-path' optional.  Mention if it is omitted.
1405         Change disabling security protection condition to "/", twice.
1406
1407 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
1408
1409         * gdb.texinfo (Symbol Tables In Python): Add documentation about
1410         the new methods global_block and static_block on gdb.Symtab
1411         objects.
1412
1413 2012-05-02  Siva Chandra Reddy  <sivachandra@google.com>
1414
1415         * gdb.texinfo (Blocks In Python): Add a note saying that future
1416         improvements to GDB and its infrastructure can move symbols
1417         across blocks within a symbol table.
1418
1419 2012-04-29  Yao Qi  <yao@codesourcery.com>
1420
1421         * gdb.texinfo (Architectures): Remove menu entry `A29K'.
1422         (A29K): Remove.
1423
1424 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
1425             Tom Tromey  <tromey@redhat.com>
1426
1427         * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
1428         and generic static probe support on GDB.
1429
1430 2012-04-25  Doug Evans  <dje@google.com>
1431
1432         * gdb.texinfo (Go): Fix thinko.
1433
1434         * gdb.texinfo (Supported Languages): Add Go.
1435         (Go): New node.
1436
1437 2012-04-25  Yao Qi  <yao@codesourcery.com>
1438
1439         * gdbint.texinfo (Testsuite): New section `Board settings'.
1440
1441 2012-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
1442
1443         * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
1444         Three times.
1445
1446         * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
1447         Three times.
1448
1449 2012-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1450
1451         * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
1452         by @table @asis.  Fix formatting of one item.
1453
1454 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
1455
1456         * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
1457
1458 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1459
1460         New option "set debug auto-load".
1461         * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
1462         (auto-load verbose mode): New node.
1463
1464 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1465
1466         New option "set auto-load safe-path".
1467         * gdb.texinfo (Auto-loading): Extend the "show auto-load"
1468         and "info auto-load" examples for safe-path.  Put there also references
1469         for "set auto-load safe-path" and "show auto-load safe-path".
1470         New menu item for Auto-loading safe path.
1471         (Auto-loading safe path): New node.
1472         (Python Auto-loading): Update the expected output from "Missing"
1473         to "No".
1474
1475 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1476
1477         auto-load: Implementation.
1478         * gdb.texinfo (Mode Options): New anchor for -nx.
1479         (Startup): New anchors for Option -init-eval-command,
1480         Home Directory Init File
1481         and Init File in the Current Directory during Startup.
1482         Mention set auto-load local-gdbinit with a reference.
1483         Change the sample code to "set auto-load python-scripts".
1484         (Threads): New anchor set libthread-db-search-path.
1485         Provide references to libthread_db.so.1 file.
1486         (Controlling GDB): New menu item for Auto-loading.
1487         (Auto-loading, Init File in the Current Directory)
1488         (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
1489         (Python): Rename the menu item Auto-loading to Python Auto-loading.
1490         (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
1491         reference.
1492         (Auto-loading): Rename to ...
1493         (Python Auto-loading): ... here.  Change "set auto-load-scripts" to
1494         "set auto-load python-scripts", new anchor for it.  Change
1495         "show auto-load-scripts" to "show auto-load python-scripts", new anchor
1496         for it.  Change "info auto-load-scripts"
1497         to "info auto-load python-scripts", new anchor for it.  Change "scripts"
1498         to "Python scripts".
1499
1500 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
1501
1502         PR mi/13393
1503         * gdb.texinfo (Print Settings): Extend the description for "set print
1504         object".
1505         (GDB/MI Variable Objects): Extend the description for -var-create and
1506         -var-list-children.
1507
1508 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
1509
1510         * gdb.texinfo (Examining Data): Document the 'explore' command.
1511
1512 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
1513
1514         * gdb.texinfo (GDB/MI Variable Objects): Document what happens
1515         to the children of a varobj and its update range when -var-update
1516         returns that the varobj's type changed.
1517
1518 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1519
1520         * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
1521         Create two new links fir 'objfile-gdb.py file'
1522         and 'dotdebug_gdb_scripts section'.
1523
1524 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1525
1526         * gdb.texinfo (Auto-loading): Rename node reference
1527         '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
1528         Twice.
1529         (.debug_gdb_scripts section): Rename the node ...
1530         (dotdebug_gdb_scripts section): ... here.
1531         (Maintenance Commands): Also rename this node reference.
1532
1533 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
1534
1535         * gdb.texinfo (Python API/Values From Inferior): Add description
1536         about the new method Value.referenced_value.  Add description on
1537         how Value.dereference is different (and similar) to
1538         Value.referenced_value.
1539
1540 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1541
1542         * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
1543         --init-eval-command=COMMAND, -iex.
1544         (Startup): Describe -iex and -ix.  Simplify the example
1545         for "set auto-load-scripts off".
1546
1547 2012-03-16  Gary Benson  <gbenson@redhat.com>
1548
1549         PR breakpoints/10738
1550         * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
1551         stating that GDB cannot set breakpoints on inlined functions.
1552         (Mode Options): Document --use-deprecated-index-sections.
1553         (Index Section Format): Document new index section version format.
1554
1555 2012-03-15  Tom Tromey  <tromey@redhat.com>
1556
1557         * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
1558
1559 2012-03-13  Doug Evans  <dje@google.com>
1560
1561         * gdb.texinfo (Help): Change apropos example to use "alias" instead
1562         of "reload".
1563         (Symbols): Delete docs for set/show symbol-reloading.
1564         * gdbint.texinfo (Defining Other Architecture Features): Delete
1565         SYMBOL_RELOADING_DEFAULT.
1566         * refcard.tex: Delete reference to symbol-reloading.
1567
1568 2012-03-07  Pedro Alves  <palves@redhat.com>
1569
1570         * gdb.texinfo (General Query Packets): Document new
1571         QProgramSignals packet.
1572         * gdb.texinfo (Remote configuration): Mention
1573         "program-signals-packet".
1574
1575 2012-03-05  Tristan Gingold  <gingold@adacore.com>
1576
1577         * gdb.texinfo (General Query Packets): Document xfer:uib:read.
1578
1579 2012-03-03  Yao Qi  <yao@codesourcery.com>
1580
1581         * gdb.texinfo (In-Process Agent): New node.
1582         Document new commands.
1583         (General Query Packets): Add packet `QAgent'.
1584
1585 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
1586
1587         * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
1588
1589 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
1590
1591         * gdb.texinfo (Commands In Python): Put example python macro in
1592         COMMAND_USER category rather than COMMAND_OBSCURE.
1593         Document gdb.COMMAND_USER.
1594         (User-defined Commands): Update documentation to clarify
1595         "set/show max-user-call-depth" and "show user" don't apply to python
1596         commands.  Update documentation to clarify "help user-defined" may
1597         also include python commands defined as COMMAND_USER.
1598
1599 2012-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
1600
1601         * gdb.texinfo (Startup): Add option -ex description to the option -x
1602         description.
1603
1604 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
1605
1606         * gdb.texinfo (Setting Breakpoints): Mention and explain the
1607         condition-evaluation breakpoint parameter.
1608         Mention condition-evaluation mode being shown in "info break".
1609         (Break Conditions): Add description for target-side
1610         conditional breakpoints.
1611         (Remote Configuration): Mention conditional-breakpoints-packet. 
1612         (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
1613         cond-expr.
1614         (General Query Packets): Mention new ConditionalBreakpoint feature.
1615
1616 2012-02-22  Tom Tromey  <tromey@redhat.com>
1617
1618         * gdb.texinfo (Blocks In Python): Clarify block iteration.
1619
1620 2012-02-17  Tom Tromey  <tromey@redhat.com>
1621
1622         PR python/10753:
1623         * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
1624         directory.
1625
1626 2012-02-14  Stan Shebs  <stan@codesourcery.com>
1627
1628         * gdb.texinfo (Disabling Breakpoints): Document enable count.
1629
1630 2012-02-13  Pedro Alves  <palves@redhat.com>
1631
1632         * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
1633         mips-idt-ecoff.
1634
1635 2012-02-09  Yao Qi  <yao@codesourcery.com>
1636
1637         * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
1638
1639 2012-02-07  Tom Tromey  <tromey@redhat.com>
1640
1641         * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
1642         Symbol.value.
1643
1644 2012-02-07  Tom Tromey  <tromey@redhat.com>
1645
1646         * gdb.texinfo (Symbols In Python): Document Symbol.line.
1647
1648 2012-01-27  Thomas Schwinge  <thomas@codesourcery.com>
1649
1650         * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
1651
1652 2012-01-24  Tom Tromey  <tromey@redhat.com>
1653
1654         * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
1655         unload".
1656         (Files): Mention new catch commands.
1657         (GDB/MI Async Records): Likewise.
1658
1659 2012-01-24  Gary Benson  <gbenson@redhat.com>
1660
1661         Delete #if 0'd out code.
1662         * gdb.texinfo (Frame Info): Remove "info catch".
1663
1664 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
1665
1666         * gdb.texinfo (Remote Configuration): Document
1667         "set remote hostio-readlink-packet" command.
1668         (General Query Packets): Document vFile:readlink packet.
1669
1670 2012-01-16  Tom Tromey  <tromey@redhat.com>
1671
1672         * gdb.texinfo (Specify Location): Document relative file name
1673         handling.
1674
1675 2012-01-16  Tom Tromey  <tromey@redhat.com>
1676
1677         * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
1678
1679 2012-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1680             Eli Zaretskii  <eliz@gnu.org>
1681
1682         * gdbint.texinfo (Coding Standards): Require braces for two lines of
1683         code.
1684
1685 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
1686
1687         * gdb.texinfo (Variables): Document use of :: for non-static
1688         variables.
1689
1690 2012-01-05  Joel Brobecker  <brobecker@adacore.com>
1691
1692         * gdbint.texinfo (Start of New Year Procedure): Update
1693         to replace use of copyright.sh by use of copyright.py.
1694
1695 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1696
1697         Remove the gdbtui binary.
1698         * all-cfg.texi (GDBTUI): Remove.
1699         * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
1700         (TUI): Remove GDBTUI pindex.  Remove the GDBTUI reference.
1701         * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
1702
1703 2011-12-23  Kevin Pouget  <kevin.pouget@st.com>
1704
1705         Introduce gdb.FinishBreakpoint in Python.
1706         * gdb.texinfo (Finish Breakpoints in Python): New subsection.
1707         (Python API): Add menu entry for Finish Breakpoints.
1708
1709 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1710
1711         * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
1712         tests.
1713
1714 2011-12-16  Doug Evans  <dje@google.com>
1715
1716         * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
1717
1718 2011-12-16  Phil Muldoon  <pmuldoon@redhat.com>
1719
1720         * gdb.texinfo (Python Commands): Remove "maint set/show print
1721         stack".  Add documentation for "set/show python print-stack".
1722
1723 2011-12-14  Pedro Alves  <pedro@codesourcery.com>
1724
1725         * gdb.texinfo (Implementing a Remote Stub): Explain that you
1726         should transfer control to the stub in the startup code instead of
1727         in main.  Mention the need to get past the initial breakpoint.
1728
1729 2011-12-06  Tom Tromey  <tromey@redhat.com>
1730
1731         * gdb.texinfo (Set Breaks): Update for new behavior.
1732
1733 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1734
1735         * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
1736         List Format for SVR4 Targets'.
1737         (General Query Packets): New item qXfer:libraries-svr4:read.
1738         (Library List Format for SVR4 Targets): New node.
1739
1740 2011-12-01  Tom Tromey  <tromey@redhat.com>
1741
1742         * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
1743         add.
1744
1745 2011-11-22  Tom Tromey  <tromey@redhat.com>
1746
1747         * gdb.texinfo (GDB/MI Async Records): Document new *stopped
1748         reasons.
1749
1750 2011-11-20  Stan Shebs  <stan@codesourcery.com>
1751
1752         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1753         note-related options and variables.
1754         (Tracepoint Packets): Document packet changes.
1755
1756 2011-11-20  Sanjoy Das  <sdas@igalia.com>
1757
1758         * gdb.texinfo (JIT Interface): Add documentation on writing and
1759         usind JIT debug info readers.
1760         (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
1761         Debug Info Readers): New nodes.
1762
1763 2011-11-18  Yao Qi  <yao@codesourcery.com>
1764
1765         * gdb.texinfo (Create and Delete Tracepoints): Mention pending
1766         tracepoint.
1767
1768 2011-11-15  Doug Evans  <dje@google.com>
1769
1770         * gdb.texinfo (Files): Document basenames-may-differ.
1771
1772 2011-11-14  Doug Evans  <dje@google.com>
1773
1774         * gdb.texinfo (Shell Commands): Document "!".
1775
1776 2011-11-14  Stan Shebs  <stan@codesourcery.com>
1777             Kwok Cheung Yeung  <kcy@codesourcery.com>
1778
1779         * gdb.texinfo (Create and Delete Tracepoints): Describe what is
1780         needed to get shorter fast tracepoints.
1781         (Tracepoint Packets): Document new qTMinFTPILen packet.
1782
1783 2011-11-14  Yao Qi  <yao@codesourcery.com>
1784
1785         * gdb.texinfo (Create and Delete Tracepoints): Describe changed
1786         behavior of tracepoint.
1787         (General Query Packets): New feature InstallInTrace.
1788         (Remote Configuration): Document "set remote
1789         install-in-trace-packet".
1790
1791 2011-11-12  Matt Rice  <ratmice@gmail.com>
1792
1793         * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
1794         Add arguments to info macro.
1795
1796 2011-11-10  Tom Tromey  <tromey@redhat.com>
1797
1798         * gdb.texinfo (Compilation): Don't mention -gdwarf-2.  Link to GCC
1799         manual.
1800         (Variables): Don't mention -gdwarf-2.  Link to Compilation node.
1801         (Macros): Add a footnote.
1802         (C): Remove paragraph about compiler options.
1803         (C Constants): Mention wide character and string constants.
1804         (C Plus Plus Expressions): Update compiler option advice.  Mention
1805         using declarations.  Mention ADL.  Remove old HP compiler
1806         information.
1807
1808 2011-11-10  Tom Tromey  <tromey@redhat.com>
1809
1810         PR c++/9257:
1811         * gdb.texinfo (Print Settings): Add an extra note about the need
1812         for a vtable.
1813
1814 2011-11-08  Maciej W. Rozycki  <macro@codesourcery.com>
1815
1816         * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
1817         "set mips abi" documentation.
1818
1819 2011-11-04  Doug Evans  <dje@google.com>
1820
1821         * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
1822
1823 2011-11-03  Tom Tromey  <tromey@redhat.com>
1824
1825         * gdb.texinfo (Stopping): Add menu entry.
1826         (Continuing and Stepping): Restore @node.  Use @section, not
1827         @subsection.
1828
1829 2011-11-03  Maciej W. Rozycki  <macro@codesourcery.com>
1830
1831         * gdb.texinfo (Skipping Over Functions and Files): Remove node
1832         designation.  Fix "Specify Location" cross-reference.
1833
1834 2011-11-02  Stan Shebs  <stan@codesourcery.com>
1835
1836         * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
1837         (General Query Packets): Describe tracenz feature.
1838         * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
1839
1840 2011-10-28  Paul Koning  <paul_koning@dell.com>
1841
1842         * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
1843
1844 2011-10-27  Kevin Pouget  <kevin.pouget@st.com>
1845
1846         * gdb.texinfo ((Frames In Python): Document 
1847         gdb.FRAME_UNWIND_FIRST_ERROR contant.
1848
1849 2011-10-26  Paul Koning  <paul_koning@dell.com>
1850
1851         * gdb.texinfo (gdb.types): Document new deepitems function.
1852         
1853 2011-10-25  Paul Koning  <paul_koning@dell.com>
1854
1855         PR python/13327
1856         
1857         * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
1858         fetch_lazy method.
1859
1860 2011-10-20  Phil Muldoon  <pmuldoon@redhat.com>
1861
1862         PR python/12656
1863
1864         * gdb.texinfo (Blocks In Python): Document is_static, is_global,
1865         global_block, static_block function.
1866
1867 2011-10-19  Tom Tromey  <tromey@redhat.com>
1868
1869         * gdb.texinfo (Commands In Python): Add missing "@"s.
1870
1871 2011-10-13  Kevin Pouget  <kevin.pouget@st.com>
1872
1873         PR python/13285 Document named constants for frame unwind stop reasons
1874         * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_* 
1875         constants.
1876
1877 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
1878
1879         Fix compatibility with texinfo versions older than 4.12.
1880         * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
1881         (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
1882         (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
1883         (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
1884         * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
1885         Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
1886         CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
1887
1888 2011-10-09  Doug Evans  <dje@google.com>
1889
1890         * gdb.texinfo (Extending GDB): Document alias command.
1891
1892 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1893
1894         Support @entry in input expressions.
1895         * gdb.texinfo (Variables): Describe @entry names suffix.
1896         (Print Settings): Add anchor for `set print entry-values'.
1897
1898 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1899             Eli Zaretskii  <eliz@gnu.org>
1900
1901         Display @entry parameter values (without references).
1902         * gdb.texinfo (Tail Call Frames): Add anchor.  Add self tail call
1903         example.
1904         (Print Settings): New description of set print entry-values and show
1905         print entry-values.
1906
1907 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1908             Eli Zaretskii  <eliz@gnu.org>
1909
1910         Recognize virtual tail call frames.
1911         * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
1912         (Tail Call Frames): New node.
1913         (Frames In Python): Add gdb.TAILCALL_FRAME.
1914
1915 2011-10-07  Doug Evans  <dje@google.com>
1916
1917         * gdb.texinfo (gdb.printing): Document new `replace' arg to
1918         register_pretty_printer.
1919
1920 2011-10-07  Phil Muldoon  <pmuldoon@redhat.com>
1921
1922         PR python/12930
1923         PR python/12802
1924
1925         * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
1926         stop method.
1927
1928 2011-10-07  Ulrich Weigand  <ulrich.weigand@linaro.org>
1929
1930         * gdb.texinfo (Starting your Program): "set disable-randomization"
1931         is no longer Linux-specific.
1932         (Remote Configuration): Document "set remote
1933         disable-randomization-packet".
1934         (General Query Packets): Document "QDisableRandomization" packet
1935         and add it to "qSupported" list.
1936
1937 2011-10-07  Kevin Pouget  <kevin.pouget@st.com>
1938
1939         Allow Python notification of new object-file loadings.
1940         * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
1941         event type.
1942
1943 2011-10-04  Kevin Pouget  <kevin.pouget@st.com>
1944
1945         PR python/12691: Add the inferior to Python exited event
1946         * gdb.texinfo (Events In Python): Describe exited inferior attribute.
1947
1948 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
1949
1950         * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
1951         rephasing.
1952
1953 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
1954
1955         * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
1956         (GDB/MI Miscellaneous Commands): Add `ada-task-info'
1957         as possible feature returned by the `-list-features'
1958         command.
1959
1960 2011-09-28  Paul Koning  <paul_koning@dell.com>
1961
1962         * gdb.texinfo (gdb.Type): Document field access by dictionary
1963         key syntax.
1964
1965 2011-09-28  Yao Qi  <yao@codesourcery.com>
1966
1967         * gdb.texinfo (Files): Update options for `add-symbol-file'.
1968         Add one space after option `-s'.  Remove @r{} markup.
1969
1970 2011-09-27  Stan Shebs  <stan@codesourcery.com>
1971
1972         * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
1973
1974 2011-09-16  Hui Zhu  <teawater@gmail.com>
1975
1976         * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
1977         to *(unsigned char *)$esp@300.
1978
1979 2011-09-15  Paul Koning  <paul_koning@dell.com>
1980
1981         * gdb.texinfo: Make style of Python functions and methods match
1982         the syntax of Python.  Also put class and module names explicitly
1983         on function, member, and variable names, matching Python
1984         documentation conventions.
1985         
1986 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
1987
1988         PR Python/12692 Add gdb.selected_inferior() to Python interface.
1989         * gdb.texinfo (Inferiors In Python): Describe new
1990         gdb.selected_inferior() function.
1991
1992 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
1993
1994         Handle multiple breakpoint hits in Python interface:
1995         * gdb.texinfo (Events In Python): New function documentation:
1996         gdb.BreakpointEvent.breakpoints. Indicate that
1997         gdb.BreakpointEvent.breakpoint is now deprecated.
1998
1999 2011-09-04  Joel Brobecker  <brobecker@adacore.com>
2000
2001         * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
2002
2003 2011-08-25  Andrew Oakley  <andrew@ado.is-a-geek.net>
2004
2005         * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
2006
2007 2011-08-17  Phil Muldoon  <pmuldoon@redhat.com>
2008
2009         * gdb.texinfo (Prompt): Add set/show extended-prompt
2010         documentation
2011         (Basic Python): Add prompt_hook anchor.
2012         (Python modules): Reword module text to reflect multiple modules.
2013         (gdb.prompt): Document gdb.prompt module.
2014
2015 2011-08-14  Yao Qi  <yao@codesourcery.com>
2016
2017         * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
2018
2019 2011-08-14  Yao Qi  <yao@codesourcery.com>
2020
2021         * gdb.texinfo (Standard Target Features): Document C6x features.
2022         (TIC6x Features): New node.
2023
2024 2011-08-12  Doug Evans  <dje@google.com>
2025
2026         * gdb.texinfo (Symbols In Python): Document symbol.type.
2027
2028 2011-08-09  Phil Muldoon  <pmuldoon@redhat.com>
2029
2030         * gdb.texinfo (Python): Document command and function
2031         auto-loading.
2032
2033 2011-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2034             Eli Zaretskii  <eliz@gnu.org>
2035
2036         * gdb.texinfo (whatis, ptype): Highlight their differences.  Describe
2037         typedefs unrolling.  Extend the sample code by an inner typedef and
2038         outer typedefs unrolling.
2039
2040 2011-07-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
2041
2042         * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
2043         size and line-size.
2044
2045 2011-07-21  Matt Rice  <ratmice@gmail.com>
2046
2047         PR macros/12999
2048         * gdb.texinfo (Macros): Add info definitions and info macros commands.
2049         Update text and cindex entries for info macro command.
2050
2051 2011-07-21  Phil Muldoon  <pmuldoon@redhat.com>
2052
2053         * observer.texi (GDB Observers): Add before_prompt observer.
2054         * gdb.texinfo (Basic Python): Add documentation for prompt
2055         substitution.
2056
2057 2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>
2058
2059         PR python/12438
2060         * gdb.texinfo (Python Commands): Add deprecate note to maint
2061           set/show python print-stack.  Document set/show python
2062           print-backtrace.
2063
2064 2011-07-05  Thiago Jung Bauermann  <bauerman.ibm.com>
2065
2066         * gdb.texinfo: Fix typos.
2067
2068 2011-07-01  Tom Tromey  <tromey@redhat.com>
2069
2070         * gdb.texinfo (Debugging Output): Document set debug
2071         check-physname.
2072
2073 2011-06-29  Tom Tromey  <tromey@redhat.com>
2074
2075         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2076         breakpoint-notifications feature.
2077
2078 2011-06-29  Ulrich Weigand  <ulrich.weigand@linaro.org>
2079
2080         * gdb.texinfo (Target Description): Remove warning about
2081         possibly unstable format.
2082
2083 2011-06-03  Tom Tromey  <tromey@redhat.com>
2084
2085         * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
2086         (Events In Python): Note that exit_code is optional.
2087
2088 2011-05-17  Pedro Alves  <pedro@codesourcery.com>
2089
2090         * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
2091         required for multi-threading support.
2092         (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
2093         Hc are deprecated for multi-threading debugging.  Point readers at
2094         the vCont packet.
2095
2096 2011-05-15  Doug Evans  <dje@google.com>
2097
2098         * gdb.texinfo (Auto-loading): Document printing of missing scripts.
2099
2100 2011-05-13  Doug Evans  <dje@google.com>
2101
2102         * gdb.texinfo (Threads): Document $sdir,$pdir.
2103         (Server): Document $pdir exception.
2104
2105         * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
2106
2107         * gdb.texinfo (Threads): Clarify default value for
2108         libthread-db-search-path.
2109
2110         * gdb.texinfo (Completion): Update example.
2111         (Debugging Output): Delete `set/show debug lin-lwp-async'.
2112
2113 2011-05-12  Kwok Cheung Yeung  <kcy@codesourcery.com>
2114
2115         * gdb.texinfo: Document change in the behaviour of the enable and
2116         disable GDB commands when applied to tracepoints.
2117         Document the EnableDisableTracepoints remote stub feature.
2118         Document QTEnable and QTDisable in the list of tracepoint packets.
2119
2120 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2121
2122         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
2123         hsuser.texi.
2124         * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
2125         comment to hsuser.texi.  Change rluser.texi name in the comment.
2126
2127 2011-05-10  Doug Evans  <dje@google.com>
2128
2129         * gdb.texinfo (Threads): If an empty path is provided for
2130         libthread-db-search-path it is reset to its default value.
2131         (Server): Ditto.
2132
2133 2011-05-09  Doug Evans  <dje@google.com>
2134
2135         * gdb.texinfo (Requirements): Fix typo.  Mention --with-iconv-bin.
2136
2137 2011-05-06  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
2138             Thiago Jung Bauermann  <bauerman@br.ibm.com>
2139
2140         Implement support for PowerPC BookE masked watchpoints.
2141         * gdb.texinfo (Set Watchpoints): Document mask parameter.
2142         (PowerPC Embedded): Mention support of masked watchpoints.
2143
2144 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
2145
2146         * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
2147         `@value{GDBN}'.
2148
2149 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
2150
2151         * gdb.texinfo (titlepage): Remove dedication.
2152         (In Memoriam): New appendix.
2153
2154 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2155             Eli Zaretskii  <eliz@gnu.org>
2156
2157         * gdb.texinfo (Index Section Format): Change the version to 5.
2158         Describe the different formula.
2159
2160 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2161             Eli Zaretskii  <eliz@gnu.org>
2162
2163         * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
2164         for disconnected tracing.
2165         (Multi-Process Mode for @code{gdbserver}): Mention --multi and
2166         extended-remote relationship.  Mention --once.
2167         (TCP port allocation lifecycle of @code{gdbserver}): New.
2168
2169 2011-04-23  Eli Zaretskii  <eliz@gnu.org>
2170
2171         * gdb.texinfo (Server): Improve indexing.  Index all optional
2172         switches to gdbserver.
2173
2174 2011-04-20  Tom Tromey  <tromey@redhat.com>
2175
2176         * gdb.texinfo (Index Section Format): New node.
2177         (Top): Add new node to menu.
2178
2179 2011-04-20  Pedro Alves  <pedro@codesourcery.com>
2180
2181         * gdb.texinfo (Maintenance Commands): Document `maint print
2182         remote-registers'.
2183
2184 2011-04-20  Tom Tromey  <tromey@redhat.com>
2185
2186         * gdb.texinfo (Trace File Format): Move node later.
2187
2188 2011-04-19  Tom Tromey  <tromey@redhat.com>
2189
2190         * gdbint.texinfo (Register Information Functions): Remove
2191         duplicate "the".
2192         * gdb.texinfo (Emacs): Remove duplicate "to".
2193         (GDB/MI Variable Objects): Remove duplicate "the".
2194         (General Query Packets): Likewise.
2195
2196 2011-04-02  Joel Brobecker  <brobecker@adacore.com>
2197
2198         * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
2199         "GDB/MI Ada Exception Information" node.
2200
2201 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
2202
2203         * gdb.texinfo (GDB/MI Ada Exception Information): Document
2204         the "exception-name" field in the *stopped async record.
2205
2206 2011-03-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2207             Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
2208
2209         Implement support for PowerPC BookE ranged breakpoints.
2210         * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
2211
2212 2011-03-28  Tom Tromey  <tromey@redhat.com>
2213
2214         * gdb.texinfo (Set Tracepoints): Fix typo.
2215
2216 2011-03-24  Tom Tromey  <tromey@redhat.com>
2217
2218         * gdb.texinfo (Specify Location): Document `function:label'
2219         linespec.
2220
2221 2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>
2222
2223         PR python/12149
2224
2225         * gdb.texinfo (Basic Python): Update gdb.write and flush text.
2226
2227 2011-03-17  Phil Muldoon  <pmuldoon@redhat.com>
2228
2229         * gdb.texinfo (Blocks In Python): Add is_valid method description.
2230         (Inferiors In Python): Likewise.
2231         (Threads In Python): Likewise.
2232         (Symbols In Python): Likewise.
2233         (Objfiles In Python): Likewise.
2234         (Symbol Tables In Python): Likewise.
2235
2236 2011-03-15  Pedro Alves  <pedro@codesourcery.com>
2237
2238         * gdb.texinfo (Auto Display) <undisplay, enable display, disable
2239         display>: Explain that the commands accept number ranges.
2240
2241 2011-03-14  Phil Muldoon  <pmuldoon@redhat.com>
2242
2243         * gdb.texinfo (Breakpoints In Python): Add description and example
2244         of Python stop function operation.
2245
2246 2011-03-10  Phil Muldoon  <pmuldoon@redhat.com>
2247
2248         * gdb.texinfo (Parameters In Python): Document get_set_string and
2249         get_show_string methods.
2250
2251 2011-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2252
2253         * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
2254
2255         * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
2256         circular-trace-buffer name.
2257
2258 2011-02-28  Joel Brobecker  <brobecker@adacore.com>
2259
2260         * gdb.texinfo (Inferiors and Programs): Fix small error introduced
2261         in the previous change.
2262
2263 2011-02-27  Michael Snyder  <msnyder@vmware.com>
2264
2265         * gdb.texinfo (Inferiors and Programs): Update commands to show 
2266         that they can accept multiple arguments.
2267
2268 2011-02-24  Joel Brobecker  <brobecker@adacore.com>
2269
2270         Revert the following patch (code patch was not approved):
2271         2011-02-21  Hui Zhu  <teawater@gmail.com>
2272         * agentexpr.texi (bytecode descriptions): add printf.
2273         * gdb.texinfo (tracepoint action lists): add printf.
2274
2275 2011-02-23  Doug Evans  <dje@google.com>
2276
2277         * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
2278
2279 2011-02-23  Michael Snyder  <msnyder@vmware.com>
2280
2281         * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
2282         (Set Watchpoints): Add @dots{} to argument of info watchpoints.
2283         (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
2284
2285 2011-02-22  Doug Evans  <dje@google.com>
2286
2287         * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
2288         Clarify behaviour of lookup_symbol when `block' argument is omitted,
2289         add description of result, fix @defun formatting.
2290
2291 2011-02-21  Hui Zhu  <teawater@gmail.com>
2292
2293         * agentexpr.texi (Bytecode Descriptions): Add printf.
2294         * gdb.texinfo (Tracepoint Action Lists): Add printf.
2295
2296 2011-02-18  Tom Tromey  <tromey@redhat.com>
2297
2298         * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
2299
2300 2011-02-14  Michael Snyder  <msnyder@vmware.com>
2301
2302         * gdb.texinfo (threads): Document argument for "info threads" cmd.
2303         Document new command "thread find".
2304
2305 2011-02-14  Michael Snyder  <msnyder@vmware.com>
2306
2307         * gdb.texinfo (Threads): Update example of new thread message.
2308
2309 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
2310
2311         * gdb.texinfo (Remote Configuration): Mention set/show remote
2312         traceframe-info.
2313         (Tools/Packages Optional for Building GDB): Mention that expat is
2314         used for traceframe info.
2315         (Remote Protocol) <Menu>: Add "Traceframe Info Format".
2316         (General Query Packets) <qSupported>: Describe the
2317         qXfer:traceframe-info:read feature.
2318         (qXfer::read): Describe qXfer:traceframe-info:read.
2319         (Traceframe Info Format): New section.
2320
2321 2011-02-04  Pedro Alves  <pedro@codesourcery.com>
2322
2323         * gdbint.texinfo (Formatting): Mention some formatting guidelines
2324         for casts and unary operators.
2325
2326 2011-02-04  Tom Tromey  <tromey@redhat.com>
2327
2328         * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
2329         is not useful.
2330
2331 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
2332
2333         * gdb.texinfo: s/value optimized out/optimized out/g
2334
2335 2011-01-21  Joel Brobecker  <brobecker@adacore.com>
2336
2337         * gdb.texinfo (Other Misc Settings): Rework part of the
2338         documentation of the "set interactive mode" command.
2339
2340 2011-01-19  Tom Tromey  <tromey@redhat.com>
2341
2342         * gdb.texinfo (Threads): Document thread name output and `thread
2343         name' command.
2344         (Threads In Python): Document Thread.name attribute.
2345         (GDB/MI Thread Commands): Document thread attributes.
2346
2347 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
2348
2349         * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
2350         changes in mi/mi-cmd-disas.c
2351
2352 2011-01-12  Tom Tromey  <tromey@redhat.com>
2353
2354         * gdb.texinfo (Threads): Remove duplicate text.  Update examples.
2355         Fix "thread apply" text.
2356
2357 2011-01-11  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
2358             Thiago Jung Bauermann  <bauerman@br.ibm.com>
2359
2360         Implement support for PowerPC BookE ranged watchpoints.
2361         * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
2362         the "set powerpc exact-watchpoints" flag.
2363
2364 2011-01-07  Tom Tromey  <tromey@redhat.com>
2365
2366         * gdb.texinfo (Python API): Add descriptions to @menu items.
2367
2368 2011-01-06  Tom Tromey  <tromey@redhat.com>
2369
2370         * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
2371
2372 2010-01-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
2373
2374         * gdb.texinfo (Debugging Output): Document "set debug jit".
2375
2376 2011-01-06  Tom Tromey  <tromey@redhat.com>
2377
2378         PR python/12133:
2379         * gdb.texinfo (Frames In Python): Document various frame
2380         constants.
2381
2382 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
2383
2384         * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
2385         doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
2386         doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
2387
2388 2011-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
2389
2390         * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
2391         (clean): Add GDBvn.texi.
2392
2393 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
2394
2395         * gdb.texinfo (Ada Glitches): Remove paragraph describing the
2396         occasional case where the debugger prints an array address
2397         instead of the array itself.
2398
2399 2010-12-23  Pedro Alves  <pedro@codesourcery.com>
2400
2401         * gdb.texinfo (Packets) <read registers packet>: Document support
2402         for registers that were not collected.
2403
2404 2010-12-15  Doug Evans  <dje@google.com>
2405
2406         * gdb.texinfo (Startup): Document auto-loading of scripts during
2407         startup.
2408         (Auto-loading): Delete "maint set python auto-load on|off".
2409         Add "set auto-load-scripts on|off".
2410
2411 2010-12-07  Doug Evans  <dje@google.com>
2412
2413         * gdb.texinfo (Mode Options): Document -data-directory.
2414         (Data Files): Add reference to -data-directory.
2415
2416 2010-11-29  Doug Evans  <dje@google.com>
2417
2418         * gdb.texinfo (Pretty-Printer Introduction): Change
2419         printer-name:subprinter-name to printer-name;subprinter-name.
2420
2421 2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>
2422
2423         PR python/12199
2424
2425         * gdb.texinfo (Breakpoints In Python): Document "delete" method.
2426
2427 2010-11-23  Tom Tromey  <tromey@redhat.com>
2428
2429         * gdb.texinfo (Top): Check SYSTEM_READLINE.
2430         (Editing): Likewise.
2431         (Command History): Likewise.
2432         (TUI Keys): Likewise.
2433         (Bug Reporting): Conditionally include rluser.texi and
2434         inc-history.texinfo.
2435         * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
2436         (GDB_DOC_SOURCE_INCLUDES): Add comment.
2437         (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
2438         (gdb.dvi): Use READLINE_TEXI_INCFLAG.
2439         (gdb.pdf): Likewise.
2440         (gdb.info): Likewise.
2441         (gdb/index.html): Likewise.
2442
2443 2010-11-23  Tom Tromey  <tromey@redhat.com>
2444
2445         * Makefile.in (Makefile): Run ../config.status.
2446         (distclean): Update.
2447         * configure: Remove.
2448         * configure.ac: Remove.
2449
2450 2010-11-12  Tom Tromey  <tromey@redhat.com>
2451
2452         * gdb.texinfo (Basic Python): Update.  Add xref.
2453         (Exception Handling): Document new exception classes.
2454         (Types In Python): Update.
2455         (Frames In Python): Update.
2456
2457 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
2458
2459         * gdb.texinfo (Breakpoints In Python): Document "internal"
2460         parameter, and visible attribute.
2461
2462 2010-11-05  Doug Evans  <dje@google.com>
2463
2464         * gdb.texinfo (Source Path): Document "set directories".
2465
2466 2010-11-05  Ken Werner  <ken.werner@de.ibm.com>
2467
2468         * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
2469         (OpenCL C): New node.
2470
2471 2010-11-02  Doug Evans  <dje@google.com>
2472
2473         * gdb.texinfo (Pretty Printing): Expand into three sections,
2474         introduction, example, and commands.
2475         (Python API): Delete section Disabling Pretty-Printers, merge into
2476         Selecting Pretty-Printers.
2477         (Writing a Pretty-Printer): New section.  Move the pretty-printer
2478         example here, and reformat to match python coding style.  Add a second
2479         example using the gdb.printing module.
2480         (Python modules): Add gdb.printing.
2481
2482 2010-10-29  Doug Evans  <dje@google.com>
2483
2484         * gdb.texinfo (Python): Fix long line.
2485
2486 2010-10-20  Doug Evans  <dje@google.com>
2487
2488         * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
2489         All references updated.  Correct sections marked as subsections.
2490         (Coding Standards): New chapter.  Move the coding standard related
2491         subsections here.  Add section on Python coding standards.
2492
2493 2010-10-13  Doug Evans  <dje@google.com>
2494
2495         * gdb.texinfo (Python): Add "Python modules".
2496         (Types in Python): Add reference to gdb.types section.
2497         (Python modules): New node.
2498
2499 2010-10-11  Doug Evans  <dje@google.com>
2500
2501         * gdb.texinfo (Values From Inferior): Add reference to "Types in
2502         Python" from gdb.Value.type description.
2503
2504 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
2505
2506         * gdb.texinfo (Ravenscar Profile): New node.
2507
2508 2010-09-22  Tom Tromey  <tromey@redhat.com>
2509
2510         * gdb.texinfo (Values From Inferior): Mention Value.__init__.
2511
2512 2010-09-22  Eli Zaretskii  <eliz@gnu.org>
2513
2514         * gdb.texinfo (Values From Inferior): Clarify that
2515         value.dynamic_type works only in C++ programs with RTTI.
2516
2517 2010-09-15  Paul Bolle  <pebolle@tiscali.nl>
2518
2519         * gdb.texinfo (Character Sets): Correctly reference host-charset
2520         in example.
2521
2522 2010-09-13  Tom Tromey  <tromey@redhat.com>
2523
2524         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
2525         Document "fullname" and "from".
2526
2527 2010-09-01  Marc Khouzam  <marc.khouzam@ericsson.com>
2528
2529         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
2530         feature `reverse' output by -list-target-features.
2531
2532 2010-08-31  H.J. Lu  <hongjiu.lu@intel.com>
2533
2534         * gdb.texinfo (i386 Features): Remove an extra "@item".
2535
2536 2010-08-30  Tom Tromey  <tromey@redhat.com>
2537
2538         PR python/11792:
2539         * gdb.texinfo (Values From Inferior): Document dynamic_type.
2540
2541 2010-08-24  Daniel Jacobowitz  <dan@codesourcery.com>
2542
2543         * gdb.texinfo (ARM Features): Document
2544         org.gnu.gdb.arm.m-profile.
2545
2546 2010-08-23  Tom Tromey  <tromey@redhat.com>
2547
2548         PR python/11145:
2549         * gdb.texinfo (Values From Inferior): Document dynamic_cast and
2550         reinterpret_cast methods.
2551
2552 2010-08-23  Tom Tromey  <tromey@redhat.com>
2553
2554         PR python/11915:
2555         * gdb.texinfo (Types In Python): Document array method.
2556
2557 2010-08-18  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2558
2559         * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
2560
2561 2010-08-16   Tom Tromey  <tromey@redhat.com>
2562
2563         * gdb.texinfo (Set Watchpoints): Document -location option.
2564
2565 2010-08-13  Doug Evans  <dje@google.com>
2566
2567         * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
2568
2569 2010-08-13  Vladimir Prus  <vladimir@codesourcery.com>
2570
2571         * gdb.texinfo (GDB/MI Data Manipulation): Document
2572         -data-read-memory-raw and -data-write-memory-raw.
2573
2574 2010-08-11  Tom Tromey  <tromey@redhat.com>
2575             Phil Muldoon <pmuldoon@redhat.com>
2576
2577         * gdb.texinfo (Basic Python): Describe post_event API.
2578
2579 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
2580
2581         * gdb.texinfo (Basic Python): Describe solib_address and
2582         decode_line Python APIs
2583
2584 2010-08-10  Tom Tromey  <tromey@redhat.com>
2585
2586         * gdb.texinfo (Pretty Printing API): Document
2587         gdb.default_visualizer.
2588
2589 2010-08-10  Tom Tromey  <tromey@redhat.com>
2590
2591         Revert gdb-add-index addition:
2592         * gdb.texinfo (Index Files): Don't document gdb-add-index.
2593
2594 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2595             Eli Zaretskii <eliz@gnu.org>
2596
2597         * gdb.texinfo (Mode Options) <-batch>
2598         (Basic Python) <gdb.execute>: Describe setting width and height.
2599
2600 2010-07-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
2601
2602         * gdb.texinfo (Threads): Document 'debug libthread-db'.
2603
2604 2010-07-30  Tom Tromey  <tromey@redhat.com>
2605
2606         * gdb.texinfo (Index Files): Mention gdb-add-index.
2607
2608 2010-07-30  Hui Zhu  <teawater@gmail.com>
2609
2610         * gdb.texinfo (Inferiors and Programs): Update the introduce of
2611         "detach inferior" and "kill inferior".
2612
2613 2010-07-28  CHENG Renquan  <rqcheng@smu.edu.sg>
2614
2615         * gdb.texinfo (Machine Code): Update description of two forms of
2616         arguments, and add new example to demonstrate the new form.
2617
2618 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
2619
2620         * gdb.texinfo (Values From Inferior): Add value inferior function
2621         call description.
2622
2623 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2624
2625         * gdb.texinfo (Active Targets): Fix wrong comma placement.
2626
2627 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2628             Eli Zaretskii  <eliz@gnu.org>
2629
2630         Make core files the process_stratum.
2631         * gdb.texinfo (Active Targets): Remove core_stratum.  Include
2632         record_stratum example.
2633
2634 2010-07-13  Tom Tromey  <tromey@redhat.com>
2635
2636         * gdb.texinfo (Index Files): New node.
2637
2638 2010-07-13  Tom Tromey  <tromey@redhat.com>
2639
2640         * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
2641
2642 2010-07-13  Tom Tromey  <tromey@redhat.com>
2643
2644         * gdb.texinfo (Specify Location): Document labels.
2645
2646 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
2647
2648         * gdb.texinfo (Create and Delete Tracepoints): Add more index
2649         entries for fast tracepoints and static tracepoints.
2650
2651 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
2652
2653         * gdb.texinfo (General Query Packets) <qfThreadInfo,
2654         qsThreadInfo>: Spell out `l' as ell.
2655
2656 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
2657
2658         * gdb.texinfo (Convenience Variables): Document $_sdata.
2659         (Commands to Set Tracepoints): Describe static tracepoints.  Add
2660         `Listing Static Tracepoint Markers' menu entry.  Document
2661         "strace".
2662         (Tracepoint Action Lists): Document collecting $_sdata.
2663         (Listing Static Tracepoint Markers): New subsection.
2664         (Tracepoints support in gdbserver): Mention static tracepoints.
2665         (remote packets, enabling and disabling): Mention
2666         read-sdata-object.
2667         (General Query Packets) <qSupported>: Document qXfer:sdata:read
2668         and StaticTracepoint.
2669         Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
2670         Document qXfer:sdata:read.
2671         (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
2672
2673 2010-06-29  Joel Brobecker  <brobecker@adacore.com>
2674
2675         * gdb.texinfo (Threads In Python): Fix unmatched @end table.
2676
2677 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
2678             Tom Tromey  <tromey@redhat.com>
2679             Thiago Jung Bauermann  <bauerman@br.ibm.com>
2680
2681         * gdb.texinfo (Inferiors In Python): New node.
2682         * gdb.texinfo (Threads In Python): New node.
2683
2684 2010-06-28  Joel Brobecker  <brobecker@adacore.com>
2685
2686         * gdb.texinfo (Python): Document what the python directory is
2687         and what its location is.
2688         (Basic Python): Document the gdb.PYTHONDIR constant.
2689
2690 2010-06-25  Tom Tromey  <tromey@redhat.com>
2691
2692         PR python/10808:
2693         * gdb.texinfo (Basic Python): Document new gdb.execute argument.
2694
2695 2010-06-24  Hui Zhu  <teawater@gmail.com>
2696
2697         * gdb.texinfo: (Commands for Controlled Output): Add
2698         documentation for command "eval".
2699
2700 2010-06-21  Stan Shebs  <stan@codesourcery.com>
2701
2702         * gdb.texinfo: Add explicit @node and @appendix for GFDL.
2703         * annotate.texinfo: Ditto.
2704         * gdbint.texinfo: Ditto.
2705         * stabs.texinfo: Ditto.
2706
2707 2010-06-22  Hui Zhu  <teawater@gmail.com>
2708
2709         * gdb.texinfo: (Process Record and Replay): Add documentation
2710         for command "set record memory-query".
2711
2712 2010-06-21  Stan Shebs  <stan@codesourcery.com>
2713
2714         * gdb.texinfo: Relicense under GFDL version 1.3.
2715         * annotate.texinfo: Relicense under GFDL version 1.3.
2716         * gdbint.texinfo: Relicense under GFDL version 1.3.
2717         * stabs.texinfo: Relicense under GFDL version 1.3.
2718         * fdl.texi: Update to version 1.3.
2719
2720 2010-06-18  Stan Shebs  <stan@codesourcery.com>
2721
2722         * gdb.texinfo (Operating System Auxiliary Information): Describe
2723         "info os" when no arguments given.
2724
2725         * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
2726         $_thread.
2727
2728 2010-06-18  Hui Zhu  <teawater@gmail.com>
2729
2730         * gdb.texinfo: (Process Record and Replay): Add documentation
2731         for commands "record save" and "record restore".
2732
2733 2010-06-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2734
2735         * gdb.texinfo: Include information about the correct use
2736         of addresses in the `watch' command.
2737
2738 2010-06-11  Stan Shebs  <stan@codesourcery.com>
2739
2740         * gdb.texinfo (Observer Mode): New section.
2741         (General Query Packets): Document QAllow.
2742
2743 2010-06-04  Doug Evans  <dje@google.com>
2744
2745         * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
2746
2747 2010-06-03  Doug Evans  <dje@google.com>
2748
2749         * gdbint.texinfo (Coding): Add subsection on command names.
2750
2751 2010-06-02  Tom Tromey  <tromey@redhat.com>
2752
2753         * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
2754         always-disassemble.
2755
2756 2010-06-01  Pedro Alves  <pedro@codesourcery.com>
2757
2758         * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
2759         gdbserver, and add cross reference.
2760         (Tracepoints support in gdbserver): New subsection.
2761
2762 2010-05-26  Pedro Alves  <pedro@codesourcery.com>
2763
2764         * gdb.texinfo (General Query Packets) <qSupported>: Describe the
2765         `qRelocInsn' feature.
2766         (Relocate instruction reply packet): New subsection
2767         of `Tracepoint Packets'.
2768         (Tracepoint Packets): Mention that packets QTDP and QTStart
2769         support the qRelocInsn request, and add cross reference to new
2770         subsection.
2771
2772 2010-05-25  Doug Evans  <dje@google.com>
2773
2774         * gdb.texinfo (Exception Handling): Document gdb.GdbError.
2775         (Commands In Python): Document gdb.string_to_argv.
2776
2777 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2778
2779         * gdbint.texinfo (Host Definition): Remove items NORETURN and
2780         ATTR_NORETURN.
2781
2782 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
2783             Tom Tromey  <tromey@redhat.com>
2784             Thiago Jung Bauermann  <bauerman@br.ibm.com>
2785
2786         * gdb.texinfo (Parameters In Python): New Node.
2787
2788 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
2789
2790         * gdb.texinfo: (Summary) Add mention about D language support.
2791         (Filenames): Add D suffixes.
2792         (D): New node.
2793
2794 2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
2795
2796         * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
2797         of macro deleted from GDB code.
2798
2799 2010-04-24  Pedro Alves  <pedro@codesourcery.com>
2800
2801         * gdb.texinfo (Commands to specify files): Describe what how GDB
2802         looks up DOS-based filesystem paths on the system root.  Document
2803         the new `set/show target-file-system-kind' commands.
2804
2805 2010-04-23  Doug Evans  <dje@google.com>
2806
2807         * gdb.texinfo (Python): Move Auto-loading section here ...
2808         (Python API): from here.
2809         (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
2810         (Maintenance Commands): Add docs for "maint print section-scripts".
2811
2812 2010-04-20  Chris Moller  <cmoller@redhat.com>
2813
2814         * gdb.texinfo (Setting Breakpoints): Added description of
2815         filename-qualified rbreak.
2816         * refcard.tex (Breakpoints and Watchpoints): Added brief
2817         description of filename-qualified rbreak.
2818
2819 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
2820
2821         * gdb.texinfo (Data): New @menu reference to Pretty Printing.
2822         (Python API): Change the reference to Pretty Printing API.
2823         (Pretty Printing): Move the user part under the Data node.  Reformat
2824         the sample output to 72 columns.  Create a new reference to Pretty
2825         Printing API.  Rename the API part ...
2826         (Pretty Printing API): To a new node name.
2827         (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
2828         (GDB/MI Variable Objects): Change references to Pretty Printing API.
2829
2830 2010-04-21  Stan Shebs  <stan@codesourcery.com>
2831
2832         * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
2833         and commands.
2834         (Listing Tracepoints): Update to reflect current behavior.
2835
2836 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
2837
2838         * gdb.texinfo (Examining memory): Update for change in string
2839         display with explicit size.
2840
2841 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
2842
2843         PR breakpoints/8554.
2844
2845         * gdb.texinfo (Save Breakpoints): New node.
2846         (save-tracepoints): Rename to ...
2847         (save tracepoints): ... this.  Mention that `save-tracepoints' is
2848         a deprecated alias to `save tracepoints'.
2849
2850 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
2851
2852         * gdb.texinfo ($_tlb): Document new automatic convinience variable.
2853         (info w32 thread-information-block): Document new command.
2854         (qGetTIBAddress): Document new gdbserver query.
2855         (maint set/show show-all-tib): Document new command.
2856
2857 2010-04-15  Doug Evans  <dje@google.com>
2858
2859         * gdb.texinfo (Python API): Add progspaces section.
2860         (Selecting Pretty-Printers): Progspace pretty-printers are
2861         searched too.
2862         (Progspaces In Python): New section.
2863
2864         * gdb.texinfo (Command Files): Add docs for new "source -s" option.
2865
2866 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
2867
2868         * gdb.texinfo (Pretty Printing): Document behaviour when to_string
2869         returns None.
2870
2871 2010-04-09  Stan Shebs  <stan@codesourcery.com>
2872
2873         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2874         Describe the `frames-created' field, tweak grammar.
2875
2876 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
2877
2878         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2879         Describe the `circular' and `disconnected' fields.
2880
2881 2010-04-09  H.J. Lu  <hongjiu.lu@intel.com>
2882
2883         * gdb.texinfo (maint print registers): Mention unavailable and
2884         invisible registers.
2885
2886 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
2887             Thiago Jung Bauermann  <bauerman@br.ibm.com>
2888             Tom Tromey  <tromey@redhat.com>
2889
2890         * gdb.texinfo (Breakpoints In Python): New Node.
2891
2892 2010-04-08  Stan Shebs  <stan@codesourcery.com>
2893
2894         * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
2895         trace status fields.
2896
2897 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
2898
2899         * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
2900         optional.  Make org.gnu.gdb.i386.avx requires
2901         org.gnu.gdb.i386.avx.
2902
2903 2010-04-08  Doug Evans  <dje@google.com>
2904
2905         * gdb.texinfo (Command Files): Document that gdb skips $cdir in
2906         search path, and document that gdb only scans the search path if
2907         the script's path doesn't specify a directory.
2908
2909 2010-04-05  Doug Evans  <dje@google.com>
2910
2911         * gdb.texinfo (maint show python auto-load): Fix typo.
2912
2913 2010-04-04  Stan Shebs  <stan@codesourcery.com>
2914
2915         * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
2916         (Setting Watchpoints): Update description of "info watch".
2917         (Disabling Breakpoints): Only "info break" lists all.
2918
2919         * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
2920         (tdump): Explain how tdump works.
2921
2922 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
2923
2924         * gdb.texinfo (Break Commands): Clarify `commands' changes, and
2925         add cross reference.
2926
2927 2010-03-31  Pedro Alves  <pedro@codesourcery.com>
2928
2929         * gdb.texinfo (TUI Commands): Mention that in some cases, these
2930         commands error out.
2931
2932 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
2933
2934         * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
2935
2936 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
2937
2938         * gdb.texinfo (General Query Packets): Add xmlRegisters.
2939
2940 2010-03-29  Stan Shebs  <stan@codesourcery.com>
2941             Nathan Sidwell  <nathan@codesourcery.com>
2942
2943         * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
2944         GDBN equivalent.
2945         (Set Tracepoints): Remove mention that conditional tracepoints
2946         don't exist.
2947         (Tracepoint Actions): Clarify when while-stepping collection
2948         happens, note that while-stepping does not automatically collect
2949         $pc.
2950
2951 2010-03-29  Stan Shebs  <stan@codesourcery.com>
2952
2953         * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
2954         (General Query Packets): Describe TracepointSource.
2955
2956 2010-03-27  Matt Rice  <ratmice@gmail.com>
2957
2958         * gdb.texinfo (ARM): Document arguments to "target sim".
2959         (Set Catchpoints): Use @dots{} instead of @r{...}.
2960
2961 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
2962
2963         * gdb.texinfo (Tracepoint Packets): Remove mention that
2964         terror:string may be plain text, and drop mention of X prefix.
2965
2966 2010-03-26  Vladimir Prus  <vladimir@codesourcery.com>
2967
2968         * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
2969
2970 2010-03-24  Stan Shebs  <stan@codesourcery.com>
2971
2972         * gdb.texinfo (Tracepoint Packets): Document trace error status.
2973
2974 2010-03-24  Tom Tromey  <tromey@redhat.com>
2975
2976         PR breakpoints/9352:
2977         * gdb.texinfo (Break Commands): Update.
2978
2979 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
2980
2981         * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
2982         commands.
2983
2984 2010-03-16  Stan Shebs  <stan@codesourcery.com>
2985
2986         * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
2987         circular-trace-buffer.
2988         (Tracepoint Packets): Describe QTBuffer, and details of the
2989         qTStatus reply.
2990
2991 2010-03-12  Stan Shebs  <stan@codesourcery.com>
2992             Nathan Sidwell  <nathan@codesourcery.com>
2993
2994         * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
2995         doing instruction stepping.
2996         (Tracepoint Restrictions): New node.
2997
2998 2010-03-10  Tom Tromey  <tromey@redhat.com>
2999
3000         * gdbint.texinfo (Symbol Handling): Update.
3001
3002 2010-03-08  Tom Tromey  <tromey@redhat.com>
3003
3004         PR cli/9591:
3005         * gdb.texinfo (Mode Options): Mention lack of pagination and
3006         confirmation with --batch.
3007         (Screen Size): Mention --batch.
3008         (Messages/Warnings): Likewise.
3009
3010 2010-03-05  Tom Tromey  <tromey@redhat.com>
3011
3012         * gdb.texinfo (Basic Python): Document target_charset and
3013         target_wide_charset.
3014
3015 2010-03-05  Tom Tromey  <tromey@redhat.com>
3016
3017         * gdb.texinfo (Data): Link to pretty-printing.
3018         (Output Formats): Likewise.  Correct text.
3019
3020 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
3021
3022         * gdb.texinfo (Types): Describe <struct> and <flags>.
3023
3024 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
3025
3026         * gdb.texinfo (Frames In Python): Add block parameter and
3027         description to read_var text.
3028
3029 2010-02-26  Phil Muldoon  <pmuldoon@redhat.com>
3030             Tom Tromey  <tromey@redhat.com>
3031
3032         * gdb.texinfo (Types In Python): Describe block argument in
3033         template_argument and gdb.lookup_type.
3034
3035 2010-02-24  Tom Tromey  <tromey@redhat.com>
3036
3037         * gdb.texinfo (Cygwin Native): Fix typo.
3038
3039 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
3040
3041         * gdb.texinfo (Frames In Python): Add block, find_sal, function
3042         and select method descriptions.
3043         (Python API): Add Blocks In Python, Symbols in Python and Symbol
3044         Tables in Python to menu.
3045         (Blocks In Python): New node.
3046         (Symbols In Python): New node.
3047         (Symbol Tables in Python): New node.
3048
3049 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
3050
3051         Multiexec MI
3052
3053         gdb/
3054         * breakpoint.c (clear_syscall_counts): Take struct inferior*.
3055
3056         gdb/doc/
3057         * gdb.texinfo (GDB/MI Command Syntax): Document notification
3058         changes.
3059         (GDB/MI Program Execution): Document current behaviour of
3060         --all and --thread-group.
3061         (GDB/MI Miscellaneous Commands): Document -add-inferior and
3062         -remove-inferior.
3063         * observer.texi (inferior_added, inferior_removed): New
3064         observers.
3065
3066 2010-02-19  Tom Tromey  <tromey@redhat.com>
3067
3068         * gdbint.texinfo (Getting Started): Fix @node.
3069         (Debugging GDB): Likewise.
3070
3071 2010-02-13  Joel Brobecker  <brobecker@adacore.com>
3072
3073         * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
3074         documenting the gdb_test_timeout variable.
3075
3076 2010-02-12  Jakob Engblom  <jakob@virtutech.com>
3077
3078         * gdb.texinfo (MI commands): Added documentation of --reverse
3079         option to a set of MI commands. Restructured documentation of MI
3080         commands --exec-continue to reflect the complexity of reverse
3081         execution.
3082
3083 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
3084
3085         * gdb.texinfo (Using the Collected Data): Specify that the address
3086         range of `tfind outsize' is exclusive, and that the address range
3087         of `tfind range' is inclusive.
3088         (Tracepoint Packets): Specify that the address range of
3089         `QTFrame:range' is inclusive, and that the address range of
3090         `QTFrame:outside' is exclusive
3091
3092 2010-02-12  Vladimir Prus  <vladimir@codesourcery.com>
3093
3094         * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
3095
3096 2010-02-10  Tom Tromey  <tromey@redhat.com>
3097
3098         * gdb.texinfo (Debugging Output): Document set debug parser and
3099         show debug parser.
3100
3101 2010-02-09  H.J. Lu  <hongjiu.lu@intel.com>
3102
3103         * gdb.texinfo (Predefined Target Types): Add i387_ext,
3104         i386_eflags and i386_mxcsr.
3105
3106 2010-02-08  H.J. Lu  <hongjiu.lu@intel.com>
3107
3108         * gdb.texinfo: Document i386 target features.
3109
3110 2010-02-05  Doug Evans  <dje@google.com>
3111
3112         * gdbint.texinfo (Testsuite): Add a new section to document the
3113         various DejaGnu variables that may be overridden.
3114         Document INTERNAL_GDBFLAGS.
3115
3116 2010-02-04  Tom Tromey  <tromey@redhat.com>
3117
3118         PR cli/8830:
3119         * gdb.texinfo (Files): -readnow comes before the filename for file
3120         and symbol-file.
3121
3122 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
3123
3124         * gdb.texinfo (Architecture-Specific Protocol Details): New section.
3125         Document ARM breakpoint types.
3126         (Register Packet Format): Move into the new section.
3127         (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
3128
3129 2010-01-21  Joel Brobecker  <brobecker@adacore.com>
3130
3131         * gdb.texinfo (File Options): Adjust the documentation of this
3132         switch to refer to the "source" command rather than partially
3133         duplicating some of the relevant information.
3134         (Extending GDB): Introduce and document the set/show script-extension
3135         setting.
3136         (Command Files): Add note explaining that the "source" command
3137         is also used to evalute scripts written in other languages.
3138         Remove the short slightly incorrect reference to sourcing Python
3139         scripts.
3140         (Python Commands): Document how to execute a Python script from GDB.
3141
3142 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
3143
3144         * gdb.texinfo (Command Files): Fix typo.
3145
3146 2010-01-18  Tom Tromey  <tromey@redhat.com>
3147
3148         * gdb.texinfo (File Options): Document -x on .py files.
3149         (Command Files): Document handling of Python scripts.
3150
3151 2010-01-18  Jie Zhang  <jie.zhang@analog.com>
3152
3153         * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
3154
3155 2010-01-15  Stan Shebs  <stan@codesourcery.com>
3156
3157         * gdb.texinfo (Trace Files): New section.
3158         (Tracepoint Packets): Document QTSave and qTBuffer.
3159         (Trace File Format): New appendix.
3160
3161 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
3162
3163         * gdb.texinfo (Values From Inferior): Document lazy_string value
3164         method.
3165         (Python API): Add Lazy strings menu item.
3166         (Lazy Strings In Python): New node.
3167
3168 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
3169
3170         * gdb.texinfo (GDB/MI Thread Information): New.
3171         (GDB/MI Async Records): Document the core field in *stopped.
3172         (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
3173         documentation
3174         (Process list): Document that osdata document may contain
3175         threads.
3176         (Remote Serial Protocol): Document qXfer:threads.
3177
3178 2010-01-06  Stan Shebs  <stan@codesourcery.com>
3179
3180         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3181         disconnected tracing.
3182         (Tracepoint Packets): Document new protocol.
3183
3184 2010-01-05  Stan Shebs  <stan@codesourcery.com>
3185
3186         * gdb.texinfo (Create and Delete Tracepoints): Describe fast
3187         tracepoints.
3188         (Tracepoint Packets): Describe remote protocol for fast
3189         tracepoints.
3190
3191 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
3192
3193         Update the "Start of New Year Procedure".
3194         * gdbint.texinfo: Add the list of files that need to be updated
3195         manually.  Minor reformatting.
3196
3197 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
3198
3199         * refcard.tex: Update copyright year in header and text.
3200
3201 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
3202
3203         * agentexpr.texi: Add 2010 to the list of copyright years.
3204         * annotate.texinfo: Likewise.
3205         * gdb.texinfo: Likewise.
3206         * gdbint.texinfo: Likewise.
3207         * observer.texi: Likewise.
3208         * stabs.texinfo: Likewise.
3209
3210 2009-12-31  Stan Shebs  <stan@codesourcery.com>
3211
3212         * gdb.texinfo (Tracepoint Actions): Describe teval.
3213
3214 2009-12-29  Stan Shebs  <stan@codesourcery.com>
3215
3216         * gdb.texinfo (Tracepoint Actions): Describe default-collect.
3217
3218 2009-12-28  Stan Shebs  <stan@codesourcery.com>
3219
3220         * gdb.texinfo (Trace State Variables): New section.
3221         (Tracepoint Packets): Describe trace state variable packets.
3222         * agentexpr.texi (Bytecode Descriptions): Describe trace state
3223         variable bytecodes.
3224
3225 2009-12-28  Daniel Jacobowitz  <dan@codesourcery.com>
3226
3227         * gdb.texinfo (Symbols): "info variables" prints definitions, not
3228         declarations.
3229
3230 2009-12-21  Vladimir Prus  <vladimir@codesourcery.com>
3231
3232         * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
3233         -gdb-exit behaviour.
3234
3235 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
3236
3237         * gpl.texi: Update to version 3 of the GPL.
3238
3239 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
3240
3241         * Makefile.in: Update copyright header.
3242         * observer.texi: Fix the copyright header of the generated files.
3243
3244 2009-12-08  Phil Muldoon  <pmuldoon@redhat.com>
3245
3246         * gdb.texinfo (Types In Python): Describe range function.
3247
3248 2009-12-03  Richard Ward  <richard.j.ward1@googlemail.com>
3249
3250         * gdb.texinfo (Types In Python): Describe "is_base_class".
3251
3252 2009-12-03  Tom Tromey  <tromey@redhat.com>
3253
3254         * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
3255
3256 2009-12-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
3257
3258         * observer.texi: New memory_changed observer.
3259
3260 2009-12-01  Tom Tromey  <tromey@redhat.com>
3261
3262         * gdb.texinfo (Reverse Execution): Fix typo.
3263
3264 2009-11-24  Daniel Jacobowitz  <dan@codesourcery.com>
3265
3266         PR gdb/8704
3267
3268         * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
3269         are allowed after the breakpoint condition.
3270
3271 2009-11-23  Tom Tromey  <tromey@redhat.com>
3272
3273         PR python/10782:
3274         * gdb.texinfo (Types In Python): Document Type.pointer.
3275
3276 2009-11-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
3277
3278         * gdb.texinfo (Machine Code): Adjust.
3279
3280 2009-11-11  Pedro Alves  <pedro@codesourcery.com>
3281
3282         * agentexpr.texi (Tracing On Symmetrix): Delete section.
3283         (Using Agent Expressions): Delete cross reference.
3284
3285 2009-11-07  Joel Brobecker  <brobecker@adacore.com>
3286
3287         * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
3288         and @settitle directives up to help makeinfo find them.
3289
3290 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3291
3292         * gdb.texinfo (set debug-file-directory, show debug-file-directory)
3293         (Auto-loading): Use plural and note one can use multiple components now.
3294
3295 2009-11-01  Vladimir Prus  <vladimir@codesourcery.com>
3296
3297         * gdb.texinfo (GDB/MI Stack Manipulation): Make
3298         -stack-list-arguments have the same documentation for parameter
3299         as -stack-list-locals. Add comas.
3300
3301 2009-10-27  Tom Tromey <tromey@redhat.com>
3302             Eli Zaretskii <eliz@gnu.org>
3303
3304         PR python/10781
3305
3306         * gdb.texinfo (Values From Inferior): Document cast method.
3307
3308 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
3309
3310         * gdb.texinfo (Machine Code): Mention function name in disasssembly
3311         and adjust example.
3312
3313 2009-10-22  Michael Snyder  <msnyder@vmware.com>
3314
3315         * gdb.texinfo (Process Record and Replay): Document new form of
3316         info record command.  Also document the new save and restore
3317         commands.
3318
3319 2009-10-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
3320
3321         * gdb.texinfo (Machine Code): Mention current pc marker.
3322         (Memory): Likewise.
3323
3324 2009-10-19  Pedro Alves  <pedro@codesourcery.com>
3325             Stan Shebs  <stan@codesourcery.com>
3326
3327         * observer.texi (new_inferior): Rename to...
3328         (inferior_appeared): ... this.
3329
3330         * gdb.texinfo (Inferiors): Rename node to ...
3331         (Inferiors and Programs): ... this.  Mention running multiple
3332         programs in the same debug session.
3333         <info inferiors>: Mention the new 'Executable' column if "info
3334         inferiors".  Update examples.  Document the "add-inferior",
3335         "clone-inferior", "remove-inferior" and "maint info
3336         program-spaces" commands.
3337         (Process): Rename node to...
3338         (Forks): ... this.  Document "set|show follow-exec-mode".
3339
3340 2009-10-11  Michael Snyder  <msnyder@vmware.com>
3341
3342         * gdb.texinfo (ReverseStep): Show default as "unsupported".
3343         (ReverseContinue): Ditto.
3344
3345 2009-10-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
3346
3347         * gdb.texinfo (Server): Document libthread-db-search-path.
3348
3349 2009-10-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
3350
3351         * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
3352
3353 2009-10-06  Michael Eager  <eager@eagercon.com>
3354
3355         * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
3356         (Embedded Processors): Add MicroBlaze.
3357         (MicroBlaze): New.  Describe Xilinx MicroBlaze
3358
3359 2009-10-04  Pedro Alves  <pedro@codesourcery.com>
3360
3361         * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
3362
3363 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
3364
3365         * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
3366
3367 2009-09-23  Joel Brobecker  <brobecker@adacore.com>
3368
3369         * observer.texi (solib_unloaded): Document explicitly the fact that
3370         this observer is called before the associated symbols are unloaded.
3371
3372 2009-09-19  Vladimir Prus  <vladimir@codesourcery.com>
3373
3374         * gdb.texinfo (GDB/MI Stack Manipulation): Document
3375         -stack-list-variables.
3376
3377 2009-09-18  Tom Tromey  <tromey@redhat.com>
3378
3379         * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
3380         is experimental.
3381
3382 2009-09-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
3383
3384         * gdb.texinfo (convenince variables): Mention
3385         $_siginfo could be empty.
3386
3387 2009-09-15  Tom Tromey  <tromey@redhat.com>
3388
3389         * gdb.texinfo (GDB/MI Variable Objects): Document
3390         -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
3391         Expand -var-update documentation.
3392
3393 2009-09-14  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3394
3395         * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
3396         feature.
3397
3398 2009-09-13  Daniel Jacobowitz  <dan@codesourcery.com>
3399
3400         * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
3401
3402 2009-09-10  Michael Snyder  <msnyder@vmware.com>
3403
3404         * gdb.texinfo (qSupported): Mention new ReverseContinue and
3405         ReverseStep replies to the qSupported query.
3406
3407 2009-09-10  Joel Brobecker  <brobecker@adacore.com>
3408
3409         Add documentation for set/show interactive-mode.
3410         * gdb.texinfo (Other Misc Settings): New node.
3411
3412 2009-09-01  Doug Evans  <dje@google.com>
3413
3414         * gdb.texinfo (Caching Data of Remote Targets): Add note on
3415         non-stop mode's affect on remote caching.
3416
3417 2009-08-31  Jacob Potter  <jdpotter@google.com>
3418             Doug Evans  <dje@google.com>
3419
3420         * gdb.texinfo (Caching Data of Remote Targets): Update text.
3421         Mark `set/show remotecache' options as obsolete.
3422         Document new `set/show stack-cache' option.
3423         Update text for `info dcache'.
3424
3425 2009-08-27  Doug Evans  <dje@google.com>
3426
3427         * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
3428         (Files): Add note on new optional regex arg to `info sharedlibrary'.
3429
3430 2009-08-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3431
3432         * gdbint.texinfo (Releasing GDB): Fix confusing sentence
3433         about autoconf.
3434
3435 2009-08-25  Pedro Alves  <pedro@codesourcery.com>
3436
3437         * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
3438         small example, and describe its columns.  Replace "inferior-id" by
3439         "infno" throughout.
3440
3441 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3442
3443         * gdbint.texinfo (Releasing GDB): Point to
3444         README-maintainer-mode file for required autoconf version.
3445         * configure.ac: Do not substitute datarootdir, htmldir,
3446         pdfdir, docdir.  Do not process --with-datarootdir,
3447         --with-htmldir, --with-pdfdir, --with-docdir.
3448         * configure: Regenerate.
3449
3450         * configure: Regenerate.
3451
3452 2009-08-20  Reid Kleckner  <reid@kleckner.net>
3453
3454         * gdb.texinfo: Add chapter on JIT interface.
3455
3456 2009-08-07  Nick Roberts  <nickrob@snap.net.nz>
3457
3458         * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
3459         confirmation request.
3460
3461 2009-08-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
3462
3463         * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
3464         CRC definitions.
3465
3466 2009-08-03  Vladimir Prus  <vladimir@codesourcery.com>
3467
3468         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
3469         -break-commands.
3470
3471 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
3472
3473         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3474         "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
3475
3476 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
3477
3478         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3479         "set spu stop-on-load" and "show spu stop-on-load" commands.
3480
3481 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
3482
3483         * gdb.texinfo (Target Descriptions): Document <compatible> element.
3484
3485 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
3486
3487         * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
3488         org.gnu.gdb.arm.neon.
3489
3490 2009-07-20  Pedro Alves  <pedro@codesourcery.com>
3491
3492         * gdb.texinfo (Target Description Format): Mention the new <osabi>
3493         optional element.
3494         (subsection OS ABI): New subsection.
3495
3496 2009-07-14  Stan Shebs  <stan@codesourcery.com>
3497
3498         * gdb.texinfo (Tracepoint Conditions): New section.
3499         (General Query Packets): Describe ConditionalTracepoints.
3500         (Tracepoint Packets): Describe condition field.
3501         (Maintenance Commands): Describe maint agent-eval.
3502         * agentexpr.texi (Using Agent Expressions): Mention eval usage.
3503
3504 2009-07-11  Hui Zhu  <teawater@gmail.com>
3505
3506         * gdb.texinfo (disassemble): Add a new modifier /r
3507         to "disassemble" command to make it print the raw instructions
3508         in hex as well as in symbolic form.
3509
3510 2009-07-09  Tom Tromey  <tromey@redhat.com>
3511
3512         * gdbint.texinfo (Testsuite): Document parallel make check.
3513
3514 2009-07-09  Tom Tromey  <tromey@redhat.com>
3515
3516         * gdbint.texinfo (Testsuite): Document test transcripts.
3517
3518 2009-07-10  Phil Muldoon  <pmuldoon@redhat.com>
3519
3520         * gdb.texinfo (Values From Inferior): Add length parameter
3521         description.
3522
3523 2009-07-04  Chris Genly  <chris@genly.us>
3524
3525         * gdb.texinfo (GDB/MI Variable Objects): Document child definition
3526         in -var-list-children.  Fix example according to what the code
3527         does.
3528
3529 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
3530
3531         * gdb.texinfo (Debugging multiple inferiors): Document the
3532         "inferior", "detach inferior" and "kill inferior" commands.
3533         (Debugging Programs with Multiple Processes): Adjust to mention
3534         generic "inferior" commands.  Delete mention of "detach fork" and
3535         "delete fork".  Cross reference to "Debugging multiple inferiors"
3536         section.
3537
3538 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
3539
3540         * gdbint.texinfo (Item Output Functions): Update signature
3541         for ui_out_field_core_addr.
3542
3543 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
3544
3545         * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
3546         Update example code extrated from breakpoint.c.
3547
3548 2009-06-28  Paul Pluzhnikov  <ppluzhnikov@google.com>
3549
3550         * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
3551         MI commands.
3552         (GDB/MI Symbol Query): Likewise.
3553         (GDB/MI File Commands): Likewise.
3554         (GDB/MI File Transfer Commands): Likewise.
3555         (GDB/MI Target Manipulation): Likewise.
3556         (GDB/MI Miscellaneous Commands): Likewise.
3557
3558 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
3559
3560         * gdb.texinfo (Debugging Optimized Code): New chapter.
3561         (Compiling for Debugging): Reference it.  Move some
3562         text to the new section.
3563
3564 2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
3565
3566         * doc/gdb.texinfo (Calling): Document
3567         set-unwind-on-terminating-exception usage.
3568
3569 2009-06-11  Pedro Alves  <pedro@codesourcery.com>
3570
3571         * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
3572         command.
3573
3574 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
3575
3576         * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
3577         references.
3578
3579 2009-06-04  Ulrich Weigand  <uweigand@de.ibm.com>
3580
3581         * gdbint.texinfo: Rename formal parameters to gdbarch function
3582         protoypes from "current_gdbarch" to "gdbarch".
3583
3584 2009-05-28  Tom Tromey  <tromey@redhat.com>
3585
3586         * gdb.texinfo (Basic Python): Change get_parameter to parameter.
3587
3588 2009-05-27  Tom Tromey  <tromey@redhat.com>
3589
3590         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3591         feature.
3592         (GDB/MI Variable Objects): Document -var-set-visualizer.
3593
3594 2009-04-02  Tom Tromey  <tromey@redhat.com>
3595
3596         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3597         feature.
3598         (GDB/MI Variable Objects): Document -var-set-visualizer.
3599
3600 2009-05-27  Tom Tromey  <tromey@redhat.com>
3601             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3602             Phil Muldoon  <pmuldoon@redhat.com>
3603
3604         * gdb.texinfo (Objfiles In Python): Reference pretty printing.
3605         (Pretty Printing): New node.
3606         (Selecting Pretty-Printers): Likewise.
3607         (Python API): Update.
3608         (Output Formats): Document /r format.
3609
3610 2009-05-27  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3611             Tom Tromey  <tromey@redhat.com>
3612
3613         * gdb.texinfo (Types In Python): New node.
3614         (Values From Inferior): "type" is now an attribute.
3615         (Python API): Update.
3616
3617 2009-05-27  Tom Tromey  <tromey@redhat.com>
3618             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3619             Phil Muldoon  <pmuldoon@redhat.com>
3620
3621         * gdb.texinfo: Add @syncodeindex for `tp'.
3622         (Python API): Update.
3623         (Auto-loading): New node.
3624         (Objfiles In Python): New node.
3625
3626 2009-05-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
3627
3628         * gdb.texinfo (Threads): Document libthread-db-search-path.
3629
3630 2009-05-15  Nick Roberts  <nickrob@snap.net.nz>
3631
3632         * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
3633
3634 2009-05-12  Pedro Alves  <pedro@codesourcery.com>
3635
3636         * gdb.texinfo: Document 'set/show debug gnu-nat'.  Replace 'maint
3637         show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
3638         show show-debug-regs' docs.
3639
3640 2009-05-08  Eli Zaretskii  <eliz@gnu.org>
3641
3642         * gdb.texinfo (Process Record and Replay): Add description of
3643         reverse execution.
3644
3645 2009-05-07  Joel Brobecker  <brobecker@adacore.com>
3646
3647         * gdbint.texinfo (Adding support for debugging core files): New node.
3648         (Native Debugging): Remove the ``Native core file Support'' section.
3649
3650 2009-05-01  Eli Zaretskii  <eliz@gnu.org>
3651
3652         * gdb.texinfo (Process Record and Replay): Improve and clarify.
3653         Add index entries.
3654
3655 2009-04-30  Hui Zhu  <teawater@gmail.com>
3656             Michael Snyder  <msnyder@vmware.com>
3657
3658         * gdb.texinfo: (Process Record and Replay): Add documentation for
3659         process record and replay.
3660
3661 2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
3662
3663         * gdb.texinfo (Macros): Note command-line for `info macro'.  Append
3664         a new part on command-line defined macros.
3665
3666 2009-04-25  Eli Zaretskii  <eliz@gnu.org>
3667
3668         * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
3669         clarify the wording.
3670
3671 2009-04-23  Tom Tromey  <tromey@redhat.com>
3672
3673         * gdb.texinfo (Data Files): New node.
3674         (GDB Files): Update menu.
3675
3676 2009-04-23  Joel Brobecker  <brobecker@adacore.com>
3677
3678         * gdbint.texinfo (Defining Other Architecture Features): Remove
3679         entry for PROCESS_LINENUMBER_HOOK.
3680
3681 2009-04-22  Vladimir Prus  <vladimir@codesourcery.com>
3682
3683         * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
3684
3685 2009-04-22  Hui Zhu  <teawater@gmail.com>
3686
3687         * gdb.texinfo (disassemble-next-line): Set the default of
3688         disassemble-next-line to off.
3689
3690 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
3691
3692         * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
3693         --with-htmldir): New.
3694         * configure: Regenerate.
3695         * Makefile.in (datarootdir, docdir): Define.
3696         (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
3697         instead of $(SET_TEXINPUTS).
3698         (gdbint.dvi, gdbint.pdf): Use same -I options as for building
3699         gdbint.info instead of $(SET_TEXINPUTS).
3700         (gdbint/index.html): Use same -I options as for building
3701         gdbint.info.
3702         (stabs.dvi, stabs.pdf): Use same -I options as for building
3703         stabs.info instead of $(SET_TEXINPUTS).
3704         (stabs/index.html): Use same -I options as for building
3705         stabs.info.
3706         (annotate.dvi, annotate.pdf): Use same -I options as for building
3707         annotate.info instead of $(SET_TEXINPUTS).
3708         (annotate/index.html): Use same -I options as for building
3709         annotate.info.
3710
3711 2009-04-21  David Daney  <ddaney@caviumnetworks.com>
3712
3713         * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
3714
3715 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
3716
3717         * gdb.texinfo (Source Path): Document --with-relocated-sources.
3718
3719 2009-04-18  Carlos O'Donell  <carlos@codesourcery.com>
3720             Joseph Myers  <joseph@codesourcery.com>
3721
3722         * Makefile.in (MAKEHTML): Set to makeinfo --html.
3723         (MAKEHTMLFLAGS): Set to empty.
3724         (html__strip_dir): Define.
3725         (HTMLFILES): Define.
3726         (HTMLFILES_INSTALL): Define.
3727         (install-html): Copy new automake rule.
3728         (html): Depend on $(HTMLFILES).
3729         (gdb_toc.html): Rename to gdb/index.html.
3730         (gdbint_toc.html): Rename to gdbint/index.html.
3731         (stabs_toc.html): Rename to stabs/index.html.
3732         (annotate_toc.html): Rename to annotate/index.html.
3733
3734 2009-04-17  Carlos O'Donell  <carlos@codesourcery.com>
3735
3736         * Makefile.in: Set pdfdir and htmldir from configure
3737         substitutions.
3738         * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
3739         * configure: Regenerate.
3740
3741 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
3742
3743         * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
3744         This macro is no longer used.
3745
3746 2009-04-15  Tom Tromey  <tromey@redhat.com>
3747
3748         * gdb.texinfo (Character Sets): Document default character set.
3749
3750 2009-04-14  Pierre Muller  <muller@ics.u-strasbg.fr>
3751
3752         * gdbint.texinfo: Change server name from sources.redhat.com to
3753         sourceware.org throughout.
3754
3755 2009-04-09  Joel Brobecker  <brobecker@adacore.com>
3756
3757         * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
3758         about a missing dot or coma after @xref.
3759
3760 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
3761
3762         * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
3763         example, and add a small explanation about it.
3764         (Print Settings): Change the documentation of the "set print
3765         frame-arguments" to reflect the fact that the default is now "scalars".
3766
3767 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
3768
3769         * gdb.texinfo (Print Settings): Add kindex for command "set
3770         print frame-arguments".
3771
3772 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
3773
3774         * gdb.texinfo (Ada Tasks): Add documentation about task-specific
3775         breakpoints.
3776         (Set Breaks): Add reference to thread-specific and task-specific
3777         breakpoints.
3778
3779 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
3780
3781         * gdb.texinfo (Ada Tasks): Remove the documentation about
3782         the "Running" state, as this state has been eliminated.
3783         Now all runnable tasks are shown as "Runnable".
3784
3785 2009-03-30  Stan Shebs  <stan@codesourcery.com>
3786
3787         * gdb.texinfo (Tracepoints): Describe tracepoints as a
3788         special case of breakpoints.
3789         (Enable and Disable Tracepoints): Mention deprecation.
3790         (Listing Tracepoints): Update description and example.
3791
3792 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3793
3794         * gdb.texinfo (Frames in Python): New node.
3795         (Python API): Update.
3796
3797 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3798
3799         * gdb.texinfo (Values From Inferior): Change gdb.Value.address
3800         from a method to an attribute.
3801
3802 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3803
3804         * gdb.texinfo (Values From Inferior): Document is_optimized_out
3805         attribute.
3806
3807 2009-03-25  Pedro Alves  <pedro@codesourcery.com>
3808
3809         * observer.texi (thread_exit): Add "silent" parameter.
3810
3811 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
3812
3813         * observer.texi (about_to_proceed): New.
3814
3815 2009-03-21  Jeremy Bennett  <jeremy.bennett@embecosm.com>
3816
3817         * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
3818         field throughout to handle types with spaces in them.  Fix typos
3819         found by aspell.
3820         (Summary, Requirements, Contributors): New first chapter,
3821         "Summary" added, old Requirements section moved there, and new
3822         section, "Contributors" added.
3823         (Initializing a New Architecture, Register Representation)
3824         (Frame Interpretation, Inferior Call Setup, Adding a New Target)
3825         (Porting gdb): These sections extended and updated.
3826         (Compiler Characteristics): This section (empty) deleted.
3827         (Defining Other Architecture Features): This section renamed and
3828         duplicate material removed from (formerly "Target Conditionals").
3829         Use braces {} in @deftypeXX type field throughout to handle types
3830         with spaces in them. Typos found by aspell fixed.
3831
3832         * stack_frame.svg: New file, source of image for gdbint.texinfo.
3833         * stack_frame.pdf: Version of image for PDF output.
3834         * stack_frame.png: Version of image for HTML output and for Emacs.
3835         * stack_frame.txt: Version of image for Info output.
3836         * stack_frame.eps: Version of image for TeX DVI output.
3837
3838 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
3839
3840         * gdb.texinfo (Character Sets): Fix last change.
3841
3842 2009-03-21  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3843
3844         * gdb.texinfo (Values From Inferior): Fix optional arguments
3845         markup.
3846         (Commands In Python): Adjust argument names of gdb.Command.__init__
3847         to what the function accepts as keywords.
3848
3849 2008-03-20  Tom Tromey  <tromey@redhat.com>
3850
3851         * gdb.texinfo (Convenience Vars): Document convenience functions.
3852         (Functions In Python): New node.
3853         (Python API): Update.
3854
3855 2009-03-20  Tom Tromey  <tromey@redhat.com>
3856
3857         * gdb.texinfo (Character Sets): Remove obsolete text.  Document
3858         set target-wide-charset.
3859         (Requirements): Mention iconv.
3860
3861 2009-03-17  Hui Zhu  <teawater@gmail.com>
3862
3863         * gdb.texinfo: Change the introduce of "disassemble-next-line".
3864
3865 2009-03-17  Hui Zhu  <teawater@gmail.com>
3866
3867         * gdb.texinfo: Add documentation for disassemble-next-line.
3868
3869 2009-03-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3870
3871         * gdb.texinfo (Commands In Python): Remove tindex entries.
3872
3873 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
3874
3875         * gdb.texinfo (Returning): New description for missing debug info.
3876
3877 2009-03-14  Pedro Alves  <pedro@codesourcery.com>
3878
3879         * gdb.texinfo (Remote Configuration): Document query-attached.
3880         (General Query Packets): Document qAttached.
3881
3882 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
3883
3884         * gdb.texinfo (Background Execution): Better describe the set
3885         target-async command.
3886         (Maintenance Commands): Delete description of the `maint set/show
3887         linux-async' and `maint set/show remote-async' commands.
3888
3889 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
3890
3891         * gdb.texinfo (GDB/MI Async Records): Add double-spaces
3892         between sentences.
3893
3894 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
3895
3896         * gdb.texinfo (GDB/MI Async Records): Document the
3897         =library-loaded and =library-unloaded notifications.
3898
3899 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
3900
3901         * observer.texi (test_notification): New observer.
3902
3903 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
3904
3905         * observer.texi: Add parameter 'print_frame' to normal_stop
3906         observer.
3907
3908 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
3909
3910         * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
3911         (Commands In Python): Fix COMMAND_* constants in last change.  Use
3912         @kbd for interactive input.  Add cross-references and index
3913         entries.
3914
3915 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
3916
3917         * gdb.texinfo (Signals): Document $_siginfo.
3918         (Convenience Variables): Mention $_siginfo.
3919         (Remote Configuration): Document qXfer:siginfo:read,
3920         qXfer:siginfo:write packets, and the read-siginfo-object,
3921         write-siginfo-object commands.
3922
3923 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
3924
3925         * gdbint.texinfo (Values): New chapter.
3926
3927 2009-02-06  Tom Tromey  <tromey@redhat.com>
3928
3929         * gdb.texinfo (Python API): Add entry for Commands In Python.
3930         (Commands In Python): New node.
3931
3932 2009-02-05  Tom Tromey  <tromey@redhat.com>
3933
3934         * gdb.texinfo (Values From Inferior): Document Value.string.
3935
3936 2009-02-05  Tom Tromey  <tromey@redhat.com>
3937
3938         * gdb.texinfo (Basic Python): Document execute's from_tty
3939         argument.
3940
3941 2009-02-04  Tom Tromey  <tromey@redhat.com>
3942
3943         * gdb.texinfo (Basic Python): Document gdb.history.
3944
3945 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
3946
3947         * gdb.texinfo (GDB/MI Thread Commands): Document the
3948         'current-thread-id' field.  Remove the example with zero threads,
3949         since current GDB won't ever report that if there's inferior.
3950
3951 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
3952
3953         * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
3954         option to -break-insert.
3955
3956 2009-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
3957             Jerome Guitton  <guitton@adacore.com>
3958
3959         * gdb.texinfo (Startup): Document --with-system-gdbinit.
3960         (System-wide configuration): New section.
3961
3962 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
3963
3964         PR gdb/7580:
3965         * gdb.texinfo (Maintenance Commands): Document "maint set|show
3966         internal-error|internal-warning quit|corefile ask|yes|no".
3967
3968 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
3969
3970         * gdb.texinfo (Using the `gdbserver' Program): Document
3971         --remote-debug.
3972
3973 2009-01-23  Doug Evans  <dje@google.com>
3974
3975         * gdb.texinfo: Add nexti to list of commands that support
3976         background execution.
3977
3978 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
3979
3980         * gdb.texinfo (Define, Hooks): Document prefix command support.
3981
3982 2009-01-14  Joseph Myers  <joseph@codesourcery.com>
3983             Carlos O'Donell  <carlos@codesourcery.com>
3984
3985         Fixes for makeinfo --html.
3986
3987         * annotate.texinfo: Use @copying and @insertcopying.  Use
3988         @ifnottex in place of @ifinfo.
3989         * gdb.texinfo: Use @copying and @insertcopying.  Use @ifnottex in
3990         place of @ifinfo.  Use @ifnotinfo for one index entry.
3991         * gdbint.texinfo: Use @copying and @insertcopying.  Use @ifnottex
3992         in place of @ifinfo.
3993         * stabs.texinfo: Use @copying and @insertcopying.  Use @ifnottex
3994         in place of @ifinfo.  Include contents at start unconditionally.
3995
3996 2009-01-13  Pedro Alves  <pedro@codesourcery.com>
3997
3998         * gdb.texinfo (General Query Packets): Remove @var{} around the
3999         "spu" literal string.
4000
4001 2009-01-07  Pedro Alves  <pedro@codesourcery.com>
4002
4003         * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
4004         program may be running in another process" errors.
4005         * gdbint.texinfo (Native Conditionals): Delete
4006         ONE_PROCESS_WRITETEXT description.
4007
4008 2009-01-07  Joel Brobecker  <brobecker@adacore.com>
4009
4010         * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
4011         emacs local variable to be placed at the end of the ChangeLog.
4012         Add server.c and gdbreplay.c to the list of files where the
4013         copyright year needs to be updated.
4014
4015 2009-01-06  Sandra Loosemore  <sandra@codesourcery.com>
4016
4017         * gdb.texinfo (Remote Configuration): Document new
4018         "set/show tcp auto-retry" and "set/show tcp connect-timeout"
4019         commands.
4020
4021 2008-12-28  Pedro Alves  <pedro@codesourcery.com>
4022
4023         * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
4024         FETCH_INFERIOR_REGISTERS.
4025         (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
4026         FETCH_INFERIOR_REGISTERS descriptions.  Remove
4027         gdbarch_get_longjmp_target descrition, since already described in
4028         Target Conditionals.  Move gdbarch_fp0_regnum description to ...
4029         (Target Conditionals): ... here.
4030
4031 2008-12-16  Joel Brobecker  <brobecker@adacore.com>
4032
4033         * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
4034         examples.
4035         (Additions to Ada): Likewise.  Add the missing opening and closing
4036         parenthesis of the GDB prompt in one of the examples.
4037
4038 2008-12-14  Joel Brobecker  <brobecker@adacore.com>
4039
4040         * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
4041         about the result of 'Address not being of type System.Address.
4042         This problem has been fixed a while ago.
4043
4044 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
4045
4046         MI non-stop and multiprocess docs.
4047
4048         * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
4049         (GDB/MI Output Records): New section 'GDB/MI Frame Information'
4050         Adjust documentation for *stopped, document =thread-created,
4051         =thread-exited, =thread-group-created and =thread-group-exited.
4052         (GDB/MI Thread Commands): Document the 'state' field in
4053         -thread-info output.
4054         (GDB/MI Program Execution): Mention --all and --thread-group
4055         options.
4056         (GDB/MI Variable Objects): Describe floating and fixed variable
4057         objects.
4058         (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
4059
4060 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
4061
4062         * gdb.texinfo (Operating System Information): New appendix.
4063         (Operating System Auxiliary Information): Document 'info os processes'
4064         (Remote Configuration): Document 'osdata'
4065         (General Query Packets): Document qXfer:osdata:read.
4066
4067 2008-11-27  Tristan Gingold  <gingold@adacore.com>
4068
4069         * gdb.texinfo (Darwin): Document Darwin specific features.
4070
4071 2008-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
4072
4073         * gdbint.texinfo (Target Conditionals): Extend the
4074         gdbarch_breakpoint_from_pc description.
4075
4076 2008-11-22  Vladimir Prus  <vladimir@codesourcery.com>
4077
4078         * gdb.texinfo (M68K Features): Fix typo.
4079
4080 2008-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
4081
4082         * gdb.texinfo (Symbols): Mention printing containing
4083         image name in "info symbol".
4084         (Maint translate-address): Likewise.
4085
4086 2008-11-18  Joel Brobecker  <brobecker@adacore.com>
4087
4088         * gdb.texinfo (Set Catchpoints): Remove the documentation of
4089         commands "catch load" and "catch unload".
4090
4091 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
4092
4093         * gdb.texinfo (GDB/MI Async Records): Document
4094         =thread-selected.
4095
4096 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
4097
4098         * observer.texi (new_inferior, inferior_exit): New observers.
4099
4100 2008-10-27  Pedro Alves  <pedro@codesourcery.com>
4101
4102         * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
4103         .mt files, TM_CLIBS or TM_CDEPS.
4104         (x86 Watchpoints): Don't mention TDEPFILES.
4105
4106 2008-10-24  Sandra Loosemore  <sandra@codesourcery.com>
4107
4108         * gdb.texinfo (Remote Protocol): Add new nodes to menu.
4109         (Overview): Mention notifications and non-stop mode behavior.
4110         (Packets): Update documentation of ?, vAttach, vCont, and vRun
4111         with non-stop mode behavior.  Add vStopped description.
4112         (Stop Reply Packets):  Update list of packets that return
4113         stop replies.  Mention non-stop behavior.
4114         (General Query Packets): Document QNonStop packet and associated
4115         qSupported query response.
4116         (Interrupts): Clarify multi-threaded behavior.  Mention non-stop
4117         behavior.
4118         (Notification Packets): New section.
4119         (Remote Non-Stop): New section.
4120         (File-I/O Overview): Mention non-stop behavior.
4121
4122 2008-10-24  Hui Zhu  <teawater@gmail.com>
4123             Pedro Alves  <pedro@codesourcery.com>
4124
4125         * gdb.texinfo (displaced-stepping): Describe the auto mode
4126         setting, and say it's the default.  This is now a mainstream
4127         setting instead of a maintenance setting.
4128
4129 2008-10-23  Pedro Alves  <pedro@codesourcery.com>
4130
4131         * observer.texi (thread_stop_requested): New.
4132
4133 2008-10-22  Joel Brobecker  <brobecker@adacore.com>
4134
4135         * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
4136         (Patching): Replace incorrect usage of @samp by @kbd.
4137
4138 2008-10-17  Michael Snyder  <msnyder@vmware.com>
4139
4140         * gdb.texinfo: Add documentation for reverse execution.
4141
4142 2008-10-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4143             Eli Zaretskii  <eliz@gnu.org>
4144
4145         * gdb.texinfo. (Values From Inferior): New subsubsection.
4146
4147 2008-10-06  Doug Evans  <dje@google.com>
4148
4149         * gdb.texinfo (set debug dwarf2-die): Document it.
4150
4151 2008-10-01  Joel Brobecker  <brobecker@adacore.com>
4152
4153         * gdb.texinfo (catch) [exception]: Document how to insert
4154         a breakpoint on user-defined exceptions when the exception
4155         name is identical to one of the language-defined ones.
4156
4157 2008-09-27  Tom Tromey  <tromey@redhat.com>
4158
4159         * gdb.texinfo (Macros): Remove text about stringification,
4160         varargs, and splicing.
4161
4162 2008-09-27  Tom Tromey  <tromey@redhat.com>
4163
4164         * gdbint.texinfo (Language Support): Remove text about omitting
4165         support for a language.
4166
4167 2008-09-23  Doug Evans  <dje@google.com>
4168
4169         * gdb.texinfo (info dcache): Update.
4170
4171 2008-09-22  Sandra Loosemore  <sandra@codesourcery.com>
4172
4173         * gdb.texinfo (Packets): Add info on thread-id syntax and
4174         multiprocess extensions.
4175         <D>: Document multiprocess form of packet.
4176         <H>: Use thread-id syntax.
4177         <T>: Likewise.
4178         <vCont>: Likewise.  Note this is required for multiprocess.
4179         <vKill>: New packet.
4180         (Stop Reply Packets) <T>: Use thread-id syntax.
4181         <W>: Document multiprocess form of reply.
4182         <X>: Likewise.
4183         (General Query Packets) <qC>: Use thread-id syntax.
4184         <qfThreadInfo>: Likewise.
4185         <qGetTLSAddr>: Likewise.
4186         <qP>: Likewise.
4187         <qSupported>: Add "multiprocess" feature.
4188         <qThreadExtraInfo>: Use thread-id syntax.
4189
4190 2008-09-22  Stan Shebs  <stan@codesourcery.com>
4191
4192         * gdb.texinfo (Inferiors): New section.
4193
4194 2008-09-12  Pedro Alves  <pedro@codesourcery.com>
4195
4196         * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
4197
4198 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
4199
4200         * gdbint.texinfo (Target Conditionals): Remove documentation
4201         for gdbarch_name_of_malloc.
4202
4203 2008-09-03  Angela Marie Thomas <angela@releasedominatrix.com>
4204
4205         * gdb.texinfo (Interrupts): Mention TCP interface for
4206         sending BREAK.
4207
4208 2008-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
4209
4210         * gdb.texinfo (Commands to Specify Files): Document "remote:"
4211         argument prefix to "set sysroot".
4212
4213 2008-08-21  Paul N. Hilfinger  <hilfinger@adacore.com>
4214
4215         * gdb.texinfo (Omissions from Ada): Describe new treatment of True
4216         and False.
4217
4218 2008-08-20  Vladimir Prus  <vladimir@codesourcery.com>
4219
4220         * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
4221         for possible features of -list-features.
4222
4223 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
4224
4225         * gdb.texinfo (Background execution): Adjust example
4226         (GDB/MI Miscellaneous Commands): Document -list-target-features.
4227
4228 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
4229
4230         * doc/gdb.texinfo (PowerPC): Fix typo.
4231         (PowerPC features): Fix typo.
4232
4233 2008-08-18  Pedro Alves  <pedro@codesourcery.com>
4234
4235         * observer.texi (thread_ptid_changed): New.
4236
4237 2008-08-18  Luis Machado  <luisgpm@br.ibm.com>
4238
4239         * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
4240         (PowerPC features): Mention feature set for VSX registers.
4241
4242 2008-08-13  Joel Brobecker  <brobecker@adacore.com>
4243
4244         * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
4245         the direct visibility of all names in user-written packages.
4246
4247 2008-08-13  Pedro Alves  <pedro@codesourcery.com>
4248
4249         * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
4250         setting, and make it the default.
4251         (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
4252         non-stop script example.
4253
4254 2008-08-12  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4255
4256         * gdbint.texinfo (Raw and Virtual Register Representations): Fix
4257         reference to the "Using Different Register and Memory Data
4258         Representation" section.
4259
4260 2008-08-12  Sandra Loosemore  <sandra@codesourcery.com>
4261
4262         * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
4263         (Remote Protocol): Add Packet Acknowledgment to menu.
4264         (Overview): Mention +/- can be disabled, and point to new section
4265         where this is discussed in detail.
4266         (General Query Packets): Document QStartNoAckMode packet, and
4267         corresponding qSupported reply.
4268         (Packet Acknowledgment): New section.
4269
4270 2008-08-11  Sandra Loosemore  <sandra@codesourcery.com>
4271             Pedro Alves  <pedro@codesourcery.com>
4272
4273         * gdb.texinfo (Threads): Move paragraph about automatic thread
4274         selection to All-Stop Mode subsection.
4275         (Thread Stops): Reorganize existing material into subsections.
4276         Add introductory blurb and menu.
4277         (Non-Stop Mode): New subsection.
4278         (Background Execution): New subsection.
4279         (Maintenance Commands): Add cross-references from async mode
4280         commands to the new Background Execution section.
4281
4282 2008-08-06  Tom Tromey  <tromey@redhat.com>
4283
4284         * gdb.texinfo (Extending GDB): New chapter.
4285         (Sequences): Demoted chapter, now a section under the new
4286         Extending GDB chapter.
4287         (Python): New section.
4288
4289 2008-07-31  Stan Shebs  <stan@codesourcery.com>
4290
4291         * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
4292
4293 2008-07-29  Stan Shebs  <stan@codesourcery.com>
4294
4295         * gdbint.texinfo: General round of cleanup and minor
4296         clarifications.
4297         (Breakpoint Handling): Remove mention of BREAKPOINT macro.
4298         (Longjmp Support): Update description to reflect how it is done
4299         for targets without using native header.
4300         (Symbol Handling): Add a little more general explanation.
4301         (COFF, ELF): Mention stabs encapsulation.
4302         (DWARF 3): New section.
4303         (Adding a New Host): Scrub out some obsolete bits.
4304         (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
4305         (Host Conditionals): Remove descriptions of NO_STD_REGS,
4306         HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
4307         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
4308         SEEK_SET, STOP_SIGNAL, USG.
4309         (Raw and Virtual Register Representations): Ditto for
4310         DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
4311         DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
4312         (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
4313         DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
4314         DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
4315         DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
4316         DEPRECATED_REGISTER_VIRTUAL_SIZE,
4317         DEPRECATED_REGISTER_VIRTUAL_TYPE,
4318         DEPRECATED_USE_STRUCT_CONVENTION.
4319         Describe gdbarch_deprecated_fp_regnum.
4320         Update description of gdbarch_print_insn.
4321         (Adding a New Target): Scrub out obsolete bits.
4322         (Obsolete Conditionals): Remove entire section.
4323
4324 2008-07-25  Tom Tromey  <tromey@redhat.com>
4325
4326         * observer.texi (GDB Observers): Document new observers:
4327         breakpoint_created, breakpoint_deleted, breakpoint_modified,
4328         tracepoint_created, tracepoint_deleted, tracepoint_modified,
4329         architecture_changed.
4330
4331 2008-07-21  Stan Shebs  <stan@codesourcery.com>
4332
4333         * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
4334         instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
4335
4336 2008-07-21  Tom Tromey  <tromey@redhat.com>
4337
4338         * observer.texi (GDB Observers): Remove obsolete comment.
4339         <executable_changed>: Remove argument.
4340
4341 2008-07-18  Tom Tromey  <tromey@redhat.com>
4342
4343         * gdb.texinfo (Macros): Update.  Use @code rather than @command.
4344
4345 2008-07-10  Doug Evans  <dje@google.com>
4346
4347         * doc/gdb.texinfo: Document "set print symbol-loading on|off".
4348
4349 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
4350
4351         * gdb.texinfo (Starting): Document "set disable-randomization".
4352
4353 2008-07-07  Andreas Schwab  <schwab@suse.de>
4354
4355         * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
4356
4357 2008-07-06  Vladimir Prus  <vladimir@codesourcery.com>
4358
4359         * gdb.texinfo (GDB/MI Target Manipulation): Add
4360         example of -target-attach.
4361
4362 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
4363
4364         * observer.texi (target_resumed): New observer.
4365         * gdb.texinfo (GDB/MI Output Records): Document *running.
4366
4367 2008-06-06  Tom Tromey  <tromey@redhat.com>
4368
4369         * gdb.texinfo (Completion): Add field name example.
4370
4371 2008-06-06  Marc Khouzam  <marc.khouzam@ericsson.com>
4372
4373         * gdb.texinfo (GDB/MI Program Context): Added example
4374         to -exec-arguments
4375
4376 2008-06-05  Nick Roberts  <nickrob@snap.net.nz>
4377
4378         * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
4379         annotation.
4380
4381 2008-06-05  Vladimir Prus  <vladimir@codesourcery.com>
4382             Nathan Sidwell  <nathan@codesourcery.com>
4383             Joseph Myers  <joseph@codesourcery.com>
4384
4385         * configure.ac: Include ../../config/acx.m4.  Use ACX_PKGVERSION
4386         and ACX_BUGURL.
4387         * configure: Regenerate.
4388         * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
4389         (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
4390         * gdb.texinfo: Use VERSION_PACKAGE and BUGURL.  Remove
4391         mailing-list-specific text about bug reporting unless
4392         BUGURL_DEFAULT.
4393
4394 2008-06-05  Pedro Alves  <pedro@codesourcery.com>
4395
4396         * gdb.texinfo (-target-select): Remove reference to target async.
4397         (Maintenance Commands): Document "maint set/show remote-async".
4398
4399 2008-06-04  Marc Khouzam  <marc.khouzam@ericsson.com>
4400
4401         * gdb.texinfo (GDB/MI File Transfer Commands): Typo
4402         in -target-file-get section.
4403
4404 2008-05-22  Pedro Alves  <pedro@codesourcery.com>
4405
4406         * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
4407         killing the inferior when it is already debugging a process.
4408
4409 2008-05-21  Joel Brobecker  <brobecker@adacore.com>
4410
4411         * gdb.texinfo (Continuing and Stepping): Document the new "fin"
4412         abbreviation for "finish".
4413
4414 2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
4415
4416         * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
4417
4418 2008-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
4419
4420         * gdbint.texinfo (Target Conditionals): Delete entry for
4421         gdbarch_dwarf_reg_to_regnum.
4422
4423 2008-05-09  Doug Evans  <dje@google.com>
4424
4425         * gdb.texinfo: Document "find" command, qSearch:memory packet.
4426
4427 2008-05-05  Doug Evans  <dje@google.com>
4428
4429         * gdb.texinfo (disassemble): Document /m modifier.
4430
4431 2008-05-05  Vladimir Prus  <vladimir@codesourcery.com>
4432
4433         * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
4434         will not report the time of commands that run the target.
4435
4436 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
4437
4438         * gdb.texinfo (GDB/MI Output Records): Add
4439         missing semicolon.
4440
4441 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
4442
4443         * gdb.texinfo (GDB/MI Output Records):
4444         Document =thread-create and =thread-exited.
4445
4446 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
4447
4448         * gdb.texinfo (GDB/MI Development and Front Ends):
4449         Remove mention of dmi-discuss.
4450
4451 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
4452
4453         * observer.texi (thread_exit): New.
4454
4455 2008-05-02  Pedro Alves  <pedro@codesourcery.com>
4456
4457         * gdb.texinfo (Debugging Output): Document "set/show debug
4458         displaced".
4459         (Maintenance Commands): Document "maint set/show
4460         can-use-displaced-stepping".
4461
4462 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
4463
4464         * gdb.texinfo (ARM): Document set/show arm fallback-mode
4465         and set/show arm force-mode.
4466
4467 2008-05-02  Andreas Schwab  <schwab@suse.de>
4468
4469         * gdbint.texinfo (Algorithms): Describe
4470         target_watchpoint_addr_within_range.
4471
4472 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
4473
4474         * gdbint.texinfo (Stack Frames): New chapter.
4475         (Algorithms): Move Frames text to the new chapter.
4476         (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS.  Document
4477         gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
4478
4479 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
4480
4481         * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
4482         output does not necessary include any tokens.
4483
4484 2008-04-22  Corinna Vinschen  <vinschen@redhat.com>
4485
4486         * gdb.texinfo (Set SH Calling convention): New @item.
4487         (Show SH Calling convention): Ditto.
4488
4489 2008-04-22  Markus Deuling  <deuling@de.ibm.com>
4490
4491         * gdb.texinfo (Fortran Operators): Describe '%' operator.
4492
4493 2008-04-20  Eli Zaretskii  <eliz@gnu.org>
4494
4495         * gdb.texinfo (Set Breaks): Mention that multiple location
4496         breakpoints need line number info.  Add index entries.
4497
4498 2008-04-19  Craig Silverstein  <csilvers@google.com>
4499
4500         * gdb.texinfo (Requirements): Add an optional requirement on
4501         zlib.
4502         * gdbint.texinfo (Debugging File Formats): Add new subsection for
4503         Compressed DWARF 2.
4504
4505 2008-04-16  Aleksandar Ristovski  <aristovski@qnx.com>
4506
4507         * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
4508         sample output for 'stopped,reason="breakpoint-hit"' message.
4509         (GDB/MI Program Execution): Likewise.
4510
4511 2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
4512
4513         * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
4514         -var-set-format.  Add -f option to -var-evaluate-expression.
4515
4516 2008-04-03  Joel Brobecker  <brobecker@adacore.com>
4517
4518         * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
4519         new node "Ambiguous Expressions".  Replace references to this
4520         node by references to "Ambiguous Expressions" throughout.
4521         (Ambiguous Expressions): New node.
4522
4523 2008-03-26  Daniel Jacobowitz  <dan@codesourcery.com>
4524
4525         * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
4526
4527 2008-03-21  Pedro Alves  <pedro@codesourcery.com>
4528
4529         * gdb.texinfo (Debugging Output): Document
4530         "set/show debug lin-lwp-async".
4531         (Maintenance Commands): Document "maint set/show linux-async".
4532
4533 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
4534
4535         * gdb.texinfo (Expressions): Update description of malloced arrays.
4536
4537 2008-03-15  Vladimir Prus  <vladimir@codesourcery.com>
4538
4539         * gdb.texinfo (Thread Commands): Document
4540         -thread-info.  Remove -thread-list-all-threads.
4541
4542 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
4543             Sandra Loosemore  <sandra@codesourcery.com>
4544
4545         * gdb.texinfo (Library List Format): Update to mention the
4546         possibility to pass section addresses instead of segment
4547         addresses.
4548
4549 2008-03-10  Daniel Jacobowitz  <dan@codesourcery.com>
4550
4551         * gdb.texinfo (Starting): Document "set exec-wrapper".
4552         (Server): Document gdbserver --wrapper.
4553
4554 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
4555
4556         * gdb.texinfo (Set Watchpoints): Mention watchpoints on
4557         unreadable memory.  Delete obsolete SPARClite reference.
4558
4559 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
4560
4561         * gdb.texinfo (Starting): Mention always-running targets.
4562         (Target Commands): Add an anchor for load.
4563         (Connecting): Explain continue instead of run.
4564
4565 2008-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
4566
4567         * gdb.texinfo (Debugging Output): Document "set debug timestamp".
4568
4569 2008-02-26  Nick Roberts  <nickrob@snap.net.nz>
4570
4571         * gdb.texinfo (Set Breaks): Revert description of Enb column of
4572         breakpoint table.
4573
4574 2008-02-19  Pedro Alves  <pedro@codesourcery.com>
4575
4576         * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
4577         killing the inferior when it is already debugging a process.
4578
4579 2008-02-13  Markus Deuling  <deuling@de.ibm.com>
4580
4581         * gdbint.texinfo (Build Script): New section. Mention new build script
4582         gdb_buildall.sh.
4583
4584 2008-02-01  Jim Blandy  <jimb@red-bean.com>
4585
4586         * gdb.texinfo (Help): Summarize 'info args' correctly.
4587
4588 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4589
4590         * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
4591         available in PowerPC architecture.
4592         (Embedded Processors): Change node name of PowerPC item in menu.
4593         (PowerPC): Rename to...
4594         (PowerPC Embedded): this.
4595         (Architectures): Add new PowerPC item in menu.
4596         (PowerPC): New node.
4597
4598 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
4599
4600         * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
4601         commands.
4602
4603 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
4604
4605         * gdb.texinfo (Setting Catchpoints): Mention features
4606         supported on GNU/Linux.
4607
4608 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
4609
4610         * gdb.texinfo (GDB/MI File Commands): Describe new output
4611         field for MI command -file-list-exec-source-file.
4612
4613 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
4614
4615         * gdb.texinfo (Using the `gdbserver' Program): Add security
4616         warning.  Rearrange into subsections and subsubsections.  Document
4617         --multi and --debug.  Correct --with-sysroot typo.  Update --attach
4618         usage.  Make load reference clearer.  Document monitor exit.
4619         (Remote Configuration): Document set remote exec-file, attach-packet,
4620         and run-packet.
4621         (Packets): Document vAttach and vRun.
4622
4623 2008-01-29  Nick Roberts  <nickrob@snap.net.nz>
4624
4625         * gdb.texinfo (Processes): Mention process command.
4626         detach-on-follow -> detach-on-fork.
4627
4628 2008-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
4629
4630         * gdbint.texinfo (Native Conditionals): Remove
4631         SHELL_COMMAND_CONCAT and SHELL_FILE.
4632
4633 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
4634
4635         * gdb.texinfo (Specify Location): Improve wording.
4636
4637 2008-01-23  Chris Demetriou  <cgd@google.com>
4638
4639         * gdb.texinfo (Threads): Document new "set print thread-events"
4640         and "show print thread-events" commands.
4641
4642 2008-01-19  Eli Zaretskii  <eliz@gnu.org>
4643
4644         * gdb.texinfo (Specify Location): New section.
4645         (Delete Breaks, Edit, Set Breaks): Remove description of
4646         locations.  Instead, add a reference to "Specify Location".
4647         (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
4648         (Symbols): Refer to "Specify Location" for the valid forms of
4649         linespecs and locations.
4650
4651 2008-01-18  Markus Deuling  <deuling@de.ibm.com>
4652
4653         * gdbint.texinfo (Target Conditionals): Replace the description of
4654         BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
4655
4656 2008-01-12  Paul Hilfinger  <hilfinger@adacore.com>
4657
4658         * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
4659         about &&var, which is rejected by the expression parser.
4660
4661 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
4662
4663         * gdb.texinfo (Output): Update documentation on using printf with DFP
4664         types.
4665
4666 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4667
4668         * gdb.texinfo (C and C++): Add Decimal Floating Point format
4669         subsubsection.
4670         (Decimal Floating Point format): New subsubsection.
4671
4672 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
4673
4674         * gdb.texinfo (File Options): Remove mention of the attempt to
4675         open a core file with the -p option.  Don't list -c as a valid
4676         option to attach to a process.
4677
4678 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
4679
4680         * gdbint.texinfo (Host Conditionals): Remove mention of
4681         ALIGN_STACK_ON_ENTRY.
4682
4683 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
4684
4685         * gdbint.texinfo (Start of New Year Procedure): Add item
4686         describing how to update the source and documentation copyright
4687         notices.
4688
4689 2007-12-18  Jim Blandy  <jimb@codesourcery.com>
4690
4691         * gdb.texinfo (Set Watchpoints): Integrate per-thread
4692         watchpoint explanation into the main description of the watchpoint
4693         command; update synopses of 'watch', 'rwatch', and 'awatch'
4694         commands.
4695
4696 2007-12-18  Vladimir Prus  <vladimir@codesourcery.com>
4697
4698         * gdb.texinfo (Miscellaneous gdb/mi Commands):
4699         Document 'pending-breakpoints' feature of
4700         -list-features.
4701
4702 2007-12-17  Luis Machado  <luisgpm@br.ibm.com>
4703
4704         * gdb.texinfo: Add new parameter's description.
4705
4706 2007-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
4707
4708         * gdb.texinfo (Overview): Clarify run-length encoding
4709         example.  Remove the restriction on "+" and "-" characters.
4710
4711 2007-12-15  Eli Zaretskii  <eliz@gnu.org>
4712
4713         * gdb.texinfo (Host I/O Packets): Fix xref syntax.
4714
4715 2007-12-14  Vladimir Prus  <vladimir@codesourcery.com>
4716
4717         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4718         the -f option for -break-insert, remove -r option,
4719         and clarify specification of location.
4720
4721 2007-11-30  Daniel Jacobowitz  <dan@codesourcery.com>
4722
4723         * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
4724         formatting.
4725         (Remote Debugging): Add File Transfer section.
4726         (Remote Configuration): Document Host I/O packets.
4727         (GDB/MI): Add GDB/MI File Transfer Commands section.
4728         (Host I/O Packets): New section in "Remote Protocol".
4729         (Packets): Add vFile.
4730
4731 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
4732
4733         * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
4734         breakpoints with multiple locations.
4735         (Breakpoint Menus): Improve wording.
4736         (Output): Fix last change.
4737
4738 2007-11-17  Ulrich Weigand  <uweigand@de.ibm.com>
4739
4740         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
4741
4742 2007-11-15  Doug Evans  <dje@google.com>
4743
4744         * gdb.texinfo (Symbols): Update output of "maint info symtabs".
4745
4746 2007-11-15  Vladimir Prus  <vladimir@codesourcery.com>
4747
4748         * gdbint.texinfo (Native Conditionals): Remove
4749         mention of CLEAR_SOLIB.
4750
4751 2007-11-11  Joel Brobecker  <brobecker@adacore.com>
4752
4753         * gdb.texinfo (Print Settings): Add documentation for "set/show
4754         print frame-arguments".
4755
4756 2007-11-05  Luis Machado  <luisgpm@br.ibm.com>
4757
4758         * gdb.texinfo (Output): Update printf command's description.
4759
4760 2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
4761
4762         * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
4763         powerpc soft-float".
4764
4765 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
4766
4767         * gdb.texinfo (Files): Correct formatting.  Mention Expat
4768         requirement.
4769         (Requirements for Building GDB): Expand the list of Expat
4770         uses.
4771         (Library List Format, Memory Map Format): Mention Expat.
4772         (Target Descriptions): Update Expat wording.
4773
4774 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
4775
4776         * gdbint.texinfo (Register and Memory Data, Target Conditionals):
4777         Document that gdbarch_convert_register_p should return zero for no-op
4778         conversions.
4779
4780 2007-10-22  Ulrich Weigand  <uweigand@de.ibm.com>
4781
4782         * gdbint.texi (Compiler Characteristics): Move documentation
4783         of set_gdbarch_sofun_address_maybe_missing back to ...
4784         (Target Conditionals): ... here to fix build break.
4785
4786 2007-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
4787
4788         * gdbint.texi (Target Conditionals): Remove documentation of
4789         SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
4790         (Compiler Characteristics): ... documentation of
4791         set_gdbarch_sofun_address_maybe_missing.
4792
4793 2007-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
4794
4795         * gdbint.texinfo (Target Conditionals): Use
4796         frame_unwind_register_unsigned in examples instead of
4797         frame_unwind_unsigned_register.
4798
4799 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
4800
4801         * gdb.texinfo (Predefined Target Types): Add int128
4802         and uint128.
4803         (Standard Target Features): Add PowerPC features.
4804
4805 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
4806
4807         * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
4808
4809 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
4810
4811         * gdbint.texi (Target Conditionals): Remove documentation
4812         of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
4813         gdbarch_extract_return_value, and gdbarch_store_return_value.
4814
4815 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
4816
4817         * gdbint.texi (Target Conditionals): Remove documentation of
4818         and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
4819
4820 2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
4821
4822         * gdb.texinfo: Mention that inaccessible-by-default is on by
4823         default.
4824
4825 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
4826
4827         * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
4828
4829 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
4830
4831         * gdb.texinfo (Setting Watchpoints): Adjust warning text about
4832         multi-threaded watchpoints.
4833         * gdbint.texinfo (Watchpoints): Describe how watchpoints are
4834         checked.  Describe sticky notification.  Expand description
4835         of steppable and continuable watchpoints.
4836         (Watchpoints and Threads): New subsection.
4837
4838 2007-09-28  Vladimir Prus  <vladimir@codesourcery.com>
4839
4840         * gdb.texinfo (Setting Breakpoints): Revise
4841         documentation for pending breakpoints.  Document
4842         breakpoints with multiple locations.
4843
4844 2007-09-19  Vladimir Prus  <vladimir@codesourcery.com>
4845
4846         * gdb.texinfo (Miscellaneous gdb/mi Commands):
4847         Document -list-features.
4848
4849 2007-09-15  Eli Zaretskii  <eliz@gnu.org>
4850
4851         * gdb.texinfo (Output): Spell out which features of C's printf are
4852         not supported by GDB's printf.
4853         (Separate Debug Files): More accurate wording regarding build ID
4854         and a reference to the ld manual rather than the Fedora wiki.
4855
4856 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
4857             Jim Blandy  <jimb@codesourcery.com>
4858
4859         * gdb.texinfo (Output Formats): Update 'c' description.  Describe 's'.
4860         (Examining Memory): Update mentions of the 's' format.
4861         (Automatic Display): Likewise.
4862
4863 2007-09-02  Daniel Jacobowitz  <dan@codesourcery.com>
4864
4865         * gdb.texinfo: Update the FSF's Back-Cover Text.
4866
4867 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4868             Eli Zaretskii  <eliz@gnu.org>
4869
4870         * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
4871         Fixed the ``build ID'' name.  New binaries build instructions for the
4872         build ID inclusion.  Explain how the commands are specific to the build
4873         ID vs. debug link.
4874
4875 2007-09-01  Eli Zaretskii  <eliz@gnu.org>
4876
4877         * gdb.texinfo (Separate Debug Files): Fix last change.  Add
4878         indexing for ``build ID'' support.
4879
4880 2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
4881
4882         * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
4883         Enlisted BUILD ID to the debug file searching example.
4884         Included a BUILD ID `.note.gnu.build-id' section description.
4885         Updated/added the debug files splitting instructions for OBJCOPY.
4886
4887 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
4888
4889         * gdb.texinfo (Variable Objects): Adjust docs
4890         for -var-info-expression and document
4891         -var-info-path-expression.
4892
4893 2007-08-20  Jim Blandy  <jimb@codesourcery.com>
4894
4895         * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
4896         (title page): Include the dedication in the printed manual, as a
4897         separate page after the copyright notice.
4898
4899         * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
4900         don't break a @var across a line.
4901
4902 2007-07-25  Maciej W. Rozycki  <macro@mips.com>
4903
4904         * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
4905         for include files.
4906
4907 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
4908
4909         * gdb.texinfo (Server Prefix): New node.  Adapt from existing node
4910         in annotate.texinfo.
4911         (Command History): Link to new node.
4912
4913 2007-07-05  Markus Deuling  <deuling@de.ibm.com>
4914
4915         * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
4916
4917 2007-07-05  Eli Zaretskii  <eliz@gnu.org>
4918
4919         * gdbint.texinfo (Target Conditionals): Fix last change.
4920
4921 2007-07-03  Markus Deuling  <deuling@de.ibm.com>
4922
4923         * gdb.texinfo: Replace following macros by their appropriate gdbarch
4924         routines:
4925         (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
4926         (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
4927         (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
4928         (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
4929         (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
4930         (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
4931         (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
4932         (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
4933         (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
4934         (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
4935         (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
4936         (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
4937         (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
4938         (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
4939         (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
4940         (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
4941         (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
4942         (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
4943         (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
4944         (SOFTWARE_SINGLE_STEP_P)
4945
4946         (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
4947         (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
4948
4949         (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
4950         (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
4951         (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
4952         (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
4953         (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
4954         (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
4955         (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
4956         (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
4957         (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
4958         (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
4959
4960         (Converting an existing Target Architecture to Multi-arch): Remove
4961          section.
4962
4963         (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
4964         (gdbarch_addr_bits_remove): Add code example.
4965
4966         * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
4967
4968 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
4969
4970         * gdb.texinfo (Remote Configuration): Document library-info-packet.
4971         Add other missing entries.  Adjust the table size to fit.
4972         (Stop Reply Packets): Use @itemize instead of @enumerate.  Document
4973         stop reasons including the new "library" event.
4974         (General Query Packets): Adjust table widths for qSupported.  Mention
4975         qXfer:libraries:read reply to qSupported and document the new packet.
4976         (Library List Format): New section.
4977
4978 2007-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
4979
4980         * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
4981
4982 2007-06-28  Michael Snyder  <msnyder@svkmacdonelllnx>
4983
4984         * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
4985
4986 2007-06-25  Nick Roberts  <nickrob@snap.net.nz>
4987
4988         * gdbint.texinfo (Register and Memory Data): Break sections
4989         into nodes and add a menu.
4990
4991 2007-06-21  Maciej W. Rozycki  <macro@mips.com>
4992
4993         * gdb.texinfo (Examining Memory): Document the new behaviour.
4994
4995 2007-06-21  Vladimir Prus  <vladimir@codesourcery.com>
4996
4997         * gdb.texinfo (Standard Target Features): Document
4998         m68k features.
4999
5000 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
5001
5002         * gdb.texinfo (General Query Packets): Document qOffsets changes.
5003
5004 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
5005
5006         * gdb.texinfo (Target Description Format): Add version attribute
5007         for <target>.
5008
5009 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
5010
5011         * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
5012
5013 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
5014
5015         * gdb.texinfo (MIPS Features): New subsection.
5016
5017 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
5018             Markus Deuling  <deuling@de.ibm.com>
5019
5020         * gdb.texinfo (General Query Packets): Document qXfer:spu:read
5021         and qXfer:spu:write packets and mention them under qSupported.
5022
5023 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
5024             Markus Deuling  <deuling@de.ibm.com>
5025
5026         * gdb.texinfo (Architectures): Add new SPU section to document
5027         Cell Broadband Engine SPU architecture specific commands.
5028
5029 2007-06-09  Vladimir Prus  <vladimir@codesourcery.com>
5030
5031         * gdb.texinfo (GDB/MI Variable Objects): Editorial
5032         comments.
5033
5034 2007-06-07  Nick Roberts  <nickrob@snap.net.nz>
5035
5036         * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
5037
5038 2007-05-29  Jim Blandy  <jimb@codesourcery.com>
5039
5040         * gdb.texinfo (Overview): Doc fix.
5041
5042 2007-05-22  Maciej W. Rozycki  <macro@mips.com>
5043
5044         * gdb.texinfo (Remote Configuration): Document "set/show
5045         remoteflow".
5046
5047 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
5048
5049         * gdb.texinfo (MIPS): Remove documentation for set mips
5050         saved-gpreg-size, show mips saved-gpreg-size, and set mips
5051         stack-arg-size.
5052
5053 2007-05-14  Bob Wilson  <bob.wilson@acm.org>
5054
5055         * all-cfg.texi (GDBTUI): New.
5056         * gdb.texinfo (Mode Options): Use GDBTUI variable.
5057         (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
5058         (TUI Configuration): Edit to improve clarity and fix problems of
5059         both style and content.
5060
5061 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
5062
5063         * observer.texi (GDB Observers): New observer "new_objfile".
5064
5065 2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
5066
5067         * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
5068
5069 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
5070
5071         * gdb.texinfo (GDB/MI Variable Objects): Document
5072         frozen variables objects.
5073
5074 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
5075
5076         * gdb.texinfo (Memory): Reference Remote Debugging chapter.
5077         (Character Sets, Caching Data of Remote Targets): Likewise.
5078         (Targets): Delete Remote node.  Move its text...
5079         (Debugging Remote Programs): ...to here.  Delete description
5080         of the "remote" command.
5081         (Remote configuration): Delete description of "set remotedevice"
5082         and "show remotedevice".
5083         (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
5084
5085 2007-04-11  Bob Wilson  <bob.wilson@acm.org>
5086
5087         * gdb.texinfo (Contributors, Continuing and Stepping)
5088         (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
5089         (General Query Packets, File-I/O Remote Protocol Extension)
5090         (Protocol Basics, The F Reply Packet, Write)
5091         (Protocol-specific Representation of Datatypes, Memory Transfer):
5092         Fix hyphenation, punctuation and grammar problems.
5093         (Cygwin Native): Likewise.  Also fix misuse of @pxref and use
5094         'section' instead of 'subsection' in the text.
5095         (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
5096         (i386): Remove period from section name.
5097         (Installing GDB, Requirements, Running Configure,  Separate Objdir)
5098         (Config Names, Configure Options): Use @file{configure}.
5099
5100 2007-04-11  Daniel Jacobowitz  <dan@codesourcery.com>
5101
5102         * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
5103         and tab expansion.
5104
5105 2007-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
5106
5107         * gdbint.texinfo (SOM): Correct location of the SOM reader.
5108
5109 2007-04-02  Bob Wilson  <bob.wilson@acm.org>
5110
5111         * gdb.texinfo: Consistently capitalize all significant words in
5112         node names, chapter titles, section titles, and headings.  Update
5113         cross references to match.
5114         (Starting and Stopping Trace Experiment): Make node name plural.
5115         (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5116
5117 2007-03-30  Pedro Alves  <pedro_alves@portugalmail.pt>
5118
5119         * gdb.texinfo (WinCE): Delete obsolete subsection.
5120
5121 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
5122
5123         * gdb.texinfo (M68K): Remove obsolete ROM monitors.
5124         * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
5125         references.
5126
5127 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
5128
5129         * gdb.texinfo (Startup): Delete references to some alternate
5130         names for .gdbinit.
5131         (Thread): Remove LynxOS reference.
5132         (Tandem ST2000): Delete target-specific documentation.
5133         * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
5134         (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
5135         and GDB_OSABI_LYNXOS.
5136
5137 2007-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
5138
5139         * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
5140
5141 2007-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
5142
5143         * gdbint.texinfo (Target Conditionals): Remove mention of
5144         DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
5145         and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
5146
5147 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
5148
5149         * Makefile.in: Add "pdfdir" installation
5150         directory, PDFTEX macro, support for "install-pdf" target,
5151         and rules for making a pdf version of refcard.texi.
5152         * refcard.tex: Specify paper size for PDF output.
5153
5154 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
5155
5156         * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5157
5158 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
5159
5160         * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
5161         (Source Path, Character Sets, Macros, Define)
5162         (GDB/MI Result Records, GDB/MI Simple Examples)
5163         (GDB/MI Program Execution, GDB/MI File Commands)
5164         (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
5165         (Bug Reporting): Use @value{GCC}.
5166
5167 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
5168
5169         * gdb.texinfo (Help): Fix formatting of examples.
5170         (Variables): Use @ifnotinfo instead of @iftex.
5171         (Non-debug DLL symbols): Use @ref instead of @pxref.
5172         (Sparclet File): Use @samp instead of quotes.
5173
5174 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
5175
5176         * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
5177
5178 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
5179
5180         * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
5181         the order of the nodes.
5182         (C Operators, C Constants, Debugging C): Remove extra menus.
5183         (Method Names in Commands): Do not specify next/prev/up nodes.
5184
5185 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
5186
5187         * gdb.texinfo (File Options): Add missing parenthesis.
5188         (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
5189
5190 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
5191
5192         * gdb.texinfo (Monitor commands for gdbserver): New subsection.
5193
5194 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
5195
5196         * gdb.texinfo (Standard Target Features): Mention
5197         case insensitivity.
5198         (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
5199
5200 2007-02-18  Nick Roberts  <nickrob@snap.net.nz>
5201
5202         * gdb.texinfo (Top): Put Appendix A after numbered sections.
5203         (Files): Add section name to argument list for pxref.
5204         (Non-debug DLL symbols): Don't use `see' for pxref.
5205         (Embedded Processors): Fix typo.
5206         (GDB/MI Breakpoint Commands): Execution commands generate
5207         *stopped not ^done.
5208
5209 2007-02-13  Nick Roberts  <nickrob@snap.net.nz>
5210
5211         * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
5212         values for in_scope.  Mention that only root variables can be
5213         updated.
5214         (GDB/MI Development and Front Ends): Explain new values may be
5215         added to existing fields.
5216
5217 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
5218
5219         * gdb.texinfo (-target-disconnect): Use @smallexample.
5220         (Requirements): Add anchor for Expat.  Update description.
5221         (Target Descriptions): Mention Expat.
5222         (Target Description Format): Document new elements.  Use
5223         @smallexample.
5224         (Predefined Target Types, Standard Target Features): New sections.
5225         * gdbint.texinfo (Target Descriptions): New section.
5226
5227 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
5228
5229         * gdb.texinfo (Target Description Format): Add section on XInclude.
5230
5231 2006-02-03  Nick Roberts  <nickrob@snap.net.nz>
5232
5233         * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
5234         command -enable-timings.
5235
5236 2007-02-02  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
5237
5238         * gdbint.texinfo (Operation System ABI Variant Handling): Update
5239         descriptions for new/deleted elements in gdb_osabi.  Add missing
5240         description for function generic_elf_osabi_sniff_abi_tag_sections.
5241
5242 2007-01-29  Joel Brobecker  <brobecker@adacore.com>
5243
5244         * gdb.texinfo (Maintenance Commands): Add documentation for
5245         the new "maint print target-stack" command.
5246
5247 2007-01-26  Jan Kratochvil <jan.kratochvil@redhat.com>
5248             Eli Zaretskii  <eliz@gnu.org>
5249
5250         * gdb.texinfo: Describe CHAR array vs. string identification rules.
5251
5252 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
5253
5254         * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
5255         Use @value{NGCC} instead of @value{GCC}.
5256
5257 2007-01-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
5258
5259         * agentexpr.texi: Fix typos.
5260         * annotate.texinfo: Likewise.
5261         * gdb.texinfo: Likewise.
5262         * gdbint.texinfo: Likewise.
5263         * observer.texi: Likewise.
5264         * stabs.texinfo: Likewise.
5265
5266 2007-01-20  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
5267
5268         * gdbint.texinfo (Support Libraries): Remove mmalloc
5269         entry.  Describe readline library.
5270
5271 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
5272
5273         * gdb.texinfo (Target Descriptions): New section.
5274         (General Query Packets): Add QPassSignals anchor.  Mention
5275         qXfer:features:read under qSupported.  Expand mentions of
5276         qXfer:memory-map:read and QPassSignals.  Document
5277         qXfer:features:read.
5278
5279 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
5280
5281         * gdb.texinfo (Commands to specify files): Describe
5282         "set sysroot" and "show sysroot".
5283         (Using the `gdbserver' program): Lowercase argument
5284         to @var.  Expand description of setting up GDB on the
5285         host.
5286
5287 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
5288
5289         * gdb.texinfo (Set Catchpoints): Add documentation for the new
5290         catch exception, catch exception unhandled, and catch assert
5291         commands.
5292
5293 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
5294
5295         * gdb.texinfo (Debugging Output): Document "set debug xml"
5296         and "show debug xml".
5297
5298 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
5299
5300         * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
5301
5302 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
5303
5304         * gdbint.texinfo (Start of New Year Procedure): Add missing item.
5305
5306 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
5307
5308         * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
5309         note in @ignore, to be removed later if nobody complains.
5310
5311 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
5312
5313         * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
5314         of -var-delete.
5315
5316 2006-11-22  Vladimir Prus  <vladimir@codesourcery.com>
5317
5318         * gdb.texinfo (Setting breakpoints): Document
5319         automatic software/hardware breakpoint usage and
5320         the "set breakpoint auto-hw" command.
5321
5322 2006-11-21  Vladimir Prus  <vladimir@codesourcery.com>
5323
5324         * gdb.texinfo (Memory Access Checking): New.
5325
5326 2006-11-16  Daniel Jacobowitz  <dan@codesourcery.com>
5327
5328         * gdb.texinfo (Remote configuration): Mention
5329         "pass-signals-packet".
5330         (General Query Packets): Document QPassSignals.  Fix
5331         a typo.
5332
5333 2006-11-14  Maxim Grigoriev  <maxim@tensilica.com>
5334
5335         * gdb.texinfo (Contributors): Add contributors of Xtensa port.
5336
5337 2006-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
5338
5339         * gdb.texinfo (Remote configuration): Rewrite documentation for
5340         packet configuration commands.
5341         (OS Information): Adjust reference to qXfer:auxv:read.
5342         (General Query Packets): Remove references to read-aux-vector-packet
5343         and set remote get-thread-local-storage-address.
5344
5345 2006-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
5346
5347         * gdbint.texinfo (Target Architecture Definition): Add new
5348         Initializing a New Architecture section.
5349
5350 2006-10-31  David Taylor  <dtaylor@emc.com>
5351
5352         * stabs.texinfo (Macro define and undefine): New node describing
5353         stabs for #define and #undef.
5354
5355 2006-10-27  Andreas Schwab  <schwab@suse.de>
5356
5357         * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
5358
5359 2006-10-21  Eli Zaretskii  <eliz@gnu.org>
5360
5361         * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
5362         clarify on the possible meanings of ``expression'' watched by
5363         watchpoints.  Add indexing.
5364         (Prompting, Errors, Invalidation, Annotations for Running)
5365         (Source Annotations): Fix index entries by adding "annotation" to
5366         them, to discriminate from index entries that point to the more
5367         general topic descriptions.
5368
5369 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
5370
5371         * gdbint.texinfo (Target Vector Definition): Move most
5372         content into Existing Targets.  Add a menu.
5373         (Existing Targets): New section, moved from Target Vector
5374         Definition.  Use @subsection.
5375         (Managing Execution State): New section.
5376
5377 2006-10-16  Bob Wilson  <bob.wilson@acm.org>
5378
5379         * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
5380
5381 2006-10-15  Eli Zaretskii  <eliz@gnu.org>
5382
5383         * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
5384         (Command Syntax, Signals, Backtrace, Connecting)
5385         (Remote configuration, Renesas Boards, Console I/O): Fix last
5386         change: use Ctrl- instead of C-, except wrt Emacs.
5387         (File-I/O Examples): Put Ctrl-c in @kbd.
5388         (Cygwin Native, File-I/O Overview, The Ctrl-C message)
5389         (Console I/O): Use @samp with Ctrl-.
5390         (Signals, Set Breaks, Set Watchpoints): Document optional
5391         arguments to `info signals'  `handle', `info breakpoints', and
5392         `info watchpoints'.
5393
5394 2006-10-14  Eli Zaretskii  <eliz@gnu.org>
5395
5396         * gdb.texinfo (Backtrace): Fix last change.
5397
5398 2006-10-14  Nick Roberts  <nickrob@snap.net.nz>
5399
5400         * gdb.texinfo (Backtrace): Order correctly and add other cases.
5401
5402 2006-10-10  Bob Wilson  <bob.wilson@acm.org>
5403
5404         * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
5405         (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
5406         (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
5407
5408 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
5409             Daniel Jacobowitz  <dan@codesourcery.com>
5410
5411         * gdb.texinfo (Packets): Document vFlashErase,
5412         vFlashWrite and vFlashDone packets.
5413         (General Query Packets): Document qXfer:memory-map:read.
5414         Add a new feature for qXfer:memory-map:read.
5415         (Memory map format): New section.
5416         (Target Commands): Mention that gdb can write flash.
5417
5418 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
5419             Daniel Jacobowitz  <dan@codesourcery.com>
5420
5421         * gdb.texinfo (Memory Region Attributes): Mention target-supplied
5422         memory regions and "mem auto".
5423
5424 2006-09-21  Nathan Sidwell  <nathan@codesourcery.com>
5425
5426         * gdbint.texinfo (Array Containers): New section.
5427
5428 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
5429
5430         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5431         -stack-list-arguments HIGH_FRAME argument can be larger then the
5432         actual number of frames.
5433
5434 2006-09-07  Vladimir Prus  <vladimir@codesourcery.com>
5435
5436         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5437         -stack-list-locals HIGH_FRAME argument can be larger then the
5438         actual number of frames.
5439
5440 2006-09-02  Bob Wilson  <bob.wilson@acm.org>
5441
5442         * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
5443         Register Packet Format, Tracepoint Packets): Fix spelling errors.
5444
5445 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
5446
5447         * gdbint.texinfo (Overall Structure): New section "Source Tree
5448         Structure".
5449
5450 2006-08-17  Jim Blandy  <jimb@codesourcery.com>
5451
5452         * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
5453         responses.
5454
5455 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
5456
5457         * gdb.texinfo (Source Path): Add documentation for new
5458         substitute-path commands.
5459
5460 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
5461
5462         * gdb.texinfo (Installing GDB): Update menu.  Move text to...
5463         (Running Configure): ...here.
5464         (Requirements): New node.  Mention expat.
5465
5466 2006-08-08  Vladimir Prus  <vladimir@codesourcery.com>
5467
5468         * gdb.texinfo (Target Commands): Remove
5469         'set download-write-size' and 'show download-write-size'.
5470
5471 2006-08-01  Daniel Jacobowitz  <dan@codesourcery.com>
5472
5473         * stabs.texinfo (Member Type Descriptor): Correct example for
5474         pointer to member types.
5475
5476 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
5477
5478         * gdb.texinfo (Optional warnings and messages): Add
5479         'set/show trace-commands'.
5480         (Command files): Add '-v' to source command.
5481
5482 2006-07-12  Daniel Jacobowitz  <dan@codesourcery.com>
5483
5484         * gdb.texinfo (OS Information): Update qPart reference to
5485         qXfer.
5486         (Remote configuration): Likewise.
5487         (Overview): Move @cindex to the start of a paragraph.  Talk
5488         about binary data encoding.
5489         (Packets): Refer to the overview for the details of the X
5490         packet encoding.
5491         (General Query Packets): Remove qPart description.  Add qXfer
5492         description.  Add an anchor to qSupported.  Correct feature
5493         table title.  Add a new feature for qXfer:auxv:read.
5494         (Interrupts): Add a missing parenthesis.
5495
5496 2006-07-05  Daniel Jacobowitz  <dan@codesourcery.com>
5497
5498         * gdb.texinfo (KOD): Remove node.
5499         (GDB/MI Kod Commands): Remove commented out node.
5500
5501 2006-07-01  Eli Zaretskii  <eliz@gnu.org>
5502
5503         * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
5504         (GDB/MI Breakpoint Commands, GDB/MI Program Context)
5505         (GDB/MI Thread Commands, GDB/MI Program Execution)
5506         (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
5507         (GDB/MI Data Manipulation, GDB/MI Symbol Query)
5508         (GDB/MI File Commands, GDB/MI Target Manipulation)
5509         (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
5510         since the MI prompt is hard-wired into the code.
5511
5512 2006-07-01  Nick Roberts  <nickrob@snap.net.nz>
5513
5514         * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
5515         (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
5516         (GDB/MI Data Manipulation): Remove description of unimplemented
5517         display related commands as variable objects perform this function
5518         and are superior: -display-delete, -display-disable,
5519         -display-enable, -display-insert and -display-list.  Move
5520         -environment-cd, -environment-directory, -environment-path
5521         and -environment-pwd to "Program Context".
5522         (GDB/MI Program Control): Rename to "Program Execution".  Move
5523         -exec-arguments -exec-abort to...
5524         (GDB/MI Program Context): ...here.  New node split from "Data
5525          Manipulation".
5526
5527 2006-06-21  Daniel Jacobowitz  <dan@codesourcery.com>
5528
5529         * gdb.texinfo (Remote configuration): Document set / show
5530         remote supported-packets.
5531         (General Query Packets): Document qSupported packet.
5532
5533 2006-06-10  Sandra Loosemore <sandra@codesourcery.com>
5534
5535         * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
5536         and font markup.
5537         (Protocol basics): Likewise.
5538         (The F request packet): Likewise.
5539         (The F reply packet): Likewise.
5540         (Memory transfer): Move this node to be a subsubsection of
5541         "Protocol specific representation of datatypes".
5542         (The Ctrl-C message): More copy editing.
5543         (Console I/O): Likewise.
5544         (The isatty call): Delete this node, and merge its content into
5545         the "isatty" node.  Fixed references elsewhere.
5546         (The system call): Delete this node, and merge its content into
5547         the "system" node.  Fixed references elsewhere.
5548         (open): Reformat to use @table, and add appropriate font markup.
5549         (close): Likewise.
5550         (read): Likewise.
5551         (write): Likewise.
5552         (lseek): Likewise.
5553         (rename): Likewise.
5554         (unlink): Likewise.
5555         (stat/fstat): Likewise.
5556         (gettimeofday): Likewise.
5557         (isatty): Likewise.
5558         (system): Likewise, plus minor changes to fix confusing wording.
5559         (Integral datatypes): Fix font markup.
5560         (Pointer values): Likewise.
5561         (struct stat): Fix markup to use @table, plus minor copy editing.
5562         (struct timeval): Fix font markup, plus minor copy editing.
5563         (Constants): Minor copy editing.
5564         (Errno values): Add font markup.
5565         (File-I/O Examples): Likewise.
5566
5567 2006-06-10  Nick Roberts  <nickrob@snap.net.nz>
5568
5569         * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
5570         (GDB/MI Simple Examples): Move node up one level.  Use real
5571         examples.
5572         (GDB/MI Compatibility with CLI): Update.
5573         (GDB/MI Result Records): Add "connected" and "exit" result
5574         classes.
5575         (GDB/MI Stream Records): Clarify target output.
5576         (GDB/MI Command Description Format): Modify example description.
5577         (GDB/MI Breakpoint Table Commands): Rename to...
5578         (GDB/MI Breakpoint Commands): ...this
5579         (GDB/MI Breakpoint Commands): Add optional thread field.
5580         (GDB/MI Program Control): Add an introduction.  Move "Program
5581         termination" examples into exec-run description.
5582         (GDB/MI File Commands): Mention similar CLI commands.
5583         (GDB/MI Miscellaneous Commands): Move to end.  Mention "show version"
5584         is similar to "-gdb-version".
5585
5586 2006-06-09  Eli Zaretskii  <eliz@gnu.org>
5587
5588         * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
5589
5590 2006-06-02  Nick Roberts  <nickrob@snap.net.nz>
5591
5592         * gdb.texinfo (GDB/MI Development and Front Ends): Use
5593         sourceware.org for mailing lists.
5594         (GDB/MI File Commands): New node split from Program Control.
5595
5596 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
5597
5598         * gdb.texinfo (GDB/MI Development and Front Ends): New node.
5599
5600 2006-05-22  Eli Zaretskii  <eliz@gnu.org>
5601
5602         * gdb.texinfo (Cygwin Native): Fix last change.
5603
5604 2006-05-22  Christopher Faylor  <cgf@timesys.com>
5605
5606         * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
5607
5608 2006-05-15  Nick Roberts  <nickrob@snap.net.nz>
5609
5610         * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
5611         (Releasing GDB, Testsuite): Remove details for including DejaGnu.
5612
5613 2006-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
5614
5615         * gdb.texinfo (General Query Packets): Recommend not starting
5616         new packets with qC and clarify.
5617
5618 2006-05-13  Gaius Mulley  <gaius@glam.ac.uk>
5619
5620         * gdb.texinfo (M2 Types): New section.
5621
5622 2006-05-10  Daniel Jacobowitz  <dan@codesourcery.com>
5623
5624         * agentexpr.texi: Add a copyright and license notice.
5625         * observer.texi: Likewise, with GPL clause for function prototypes.
5626         Remove trailing whitespace.
5627
5628 2006-05-05  Jim Blandy  <jimb@codesourcery.com>
5629
5630         * gdb.texinfo (General Query Packets): Document conventions for
5631         terminating packet names, and their violations.
5632
5633 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
5634
5635         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
5636         * gdb.texinfo: Likewise.
5637
5638 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
5639
5640         * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
5641         and "show remotedebug".
5642         (Debugging Output): Add additional index entries.
5643
5644 2006-04-27  Michael Snyder  <msnyder@redhat.com>
5645
5646         * gdb.texinfo (delete-fork): Command renamed to "delete fork".
5647
5648 2006-04-22  Andrew Cagney  <cagney@redhat.com>
5649
5650         * gdb.texinfo (Contributors): Credit frame unwinder contributors.
5651         * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
5652
5653 2006-04-18  Daniel Jacobowitz  <dan@codesourcery.com>
5654
5655         * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
5656         and remove breakpoint prototypes.
5657         (Watchpoints): Move description of target_insert_hw_breakpoint and
5658         target_remove_hw_breakpoint ...
5659         (Breakpoints): ... to here.  Document target_insert_breakpoint and
5660         target_remove_breakpoint.
5661
5662 2006-04-17  Jim Blandy  <jimb@codesourcery.com>
5663
5664         * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
5665         and C packets are optional.
5666
5667 2006-04-14  Frederic Riss  <frederic.riss@st.com>
5668
5669         * gdb.texinfo (Specifying source directories): Update the description
5670         of the source file search to reflect the fact that the source path
5671         always contains at least $cdir and $cwd.
5672
5673 2006-03-31  Michael Snyder  <msnyder@redhat.com>
5674
5675         * gdb.texinfo: Update copyright dates.
5676
5677 2006-03-31  Eli Zaretskii  <eliz@gnu.org>
5678
5679         * gdb.texinfo (Overview): Add an index entry to "empty response".
5680
5681 2006-03-28  Jim Blandy  <jimb@codesourcery.com>
5682
5683         * gdbint.texinfo (Prologue Analysis): New section.
5684
5685 2006-03-07  Jim Blandy  <jimb@red-bean.com>
5686
5687         * gdb.texinfo (Connecting): Document 'target remote pipe'.
5688
5689         * gdb.texinfo (Target Commands): Update text describing how to
5690         specify a target.  Refer to the detailed section on remote
5691         debugging, not the brief mention.
5692
5693         * gdb.texinfo (Connecting): Organize the different 'target remote'
5694         connection methods into a table.  Add a 'target remote' index
5695         entry. (!!!)
5696
5697 2006-02-17  Fred Fish  <fnf@specifix.com>
5698
5699         * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
5700         'ptype' commands to reflect the fact that the only significant
5701         difference between them is that ptype prints the complete type
5702         description instead of just the name.
5703
5704 2006-02-13  Wu Zhou  <woodzltc@cn.ibm.com>
5705
5706         * gdbint.texinfo (Watchpoints): Delete
5707         TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
5708
5709 2006-02-10  Nick Roberts  <nickrob@snap.net.nz>
5710
5711         * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
5712         times fields where needed.  Fix typos.  Update general form given
5713         for output of -break-insert.
5714         (GDB/MI): Abbreviate some unnecessarily long fullnames.
5715
5716 2006-02-06  Daniel Jacobowitz  <dan@codesourcery.com>
5717
5718         * gdbint.texinfo (Symbol Handling): Add a section
5719         on memory management.
5720
5721 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
5722
5723         * gdb.texinfo (Breakpoint table commands): Document the fullname
5724         field in -break-list output.
5725
5726 2006-02-03  Eli Zaretskii  <eliz@gnu.org>
5727
5728         * gdb.texinfo (Cygwin Native): Fix typos.  Clarify the types of
5729         debugging information produced by the various "set debug..."
5730         options.
5731
5732 2006-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
5733
5734         * gdb.texinfo (Files): Remove obsolete bits from the description
5735         of "symbol-file".
5736
5737 2006-01-25  Jim Blandy  <jimb@redhat.com>
5738
5739         * gdbint.texinfo (Testsuite): Explain how to run selected tests.
5740
5741 2006-01-24  Jim Blandy  <jimb@redhat.com>
5742
5743         * gdbint.texinfo (Frames): Document the basics of GDB's register
5744         unwinding model, and explain the existence of the "sentinel" frame.
5745
5746 2006-01-23  Andrew Stubbs  <andrew.stubbs@st.com>
5747
5748         * gdb.texinfo (Choosing files): Mention that -directory is used
5749         for script files.
5750         (Specifying source directories): Likewise.
5751         (Command files): Explain how script files are found.
5752
5753 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
5754
5755         * gdb.texinfo (Backtrace): Describe how to get backtrace of all
5756         the threads in a multi-threaded program.
5757         (Threads): The threadno argument of "thread apply" can be a range
5758         of numbers.
5759
5760 2006-01-18  Jim Blandy  <jimb@redhat.com>
5761
5762         * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
5763         of warning flags.
5764
5765 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
5766
5767         * gdb.texinfo (Sequences): Improve menu annotations.
5768         (Define): Add index entries for arguments of user-defined
5769         commands.  Move the description of flow-control commands...
5770         (Command Files): ...to here.  Document loop_break and
5771         loop_continue.
5772         (Define, Command Files): Document `end' and add index entries for
5773         it.
5774
5775 2006-01-04  Michael Snyder  <msnyder@redhat.com>
5776
5777         * gdb.texinfo: Add documentation for linux-fork.
5778         * gdbint.texinfo: Add internal documentation for checkpoints.
5779
5780 2006-01-02  Paul N. Hilfinger  <hilfinger@gnat.com>
5781
5782         * gdb.texinfo (Omissions from Ada): Document that there is now
5783         limited aggregate support.
5784
5785 2005-12-28  Eli Zaretskii  <eliz@gnu.org>
5786
5787         * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
5788         registers and the likes.
5789
5790 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
5791
5792         * gdb.texinfo (Target Commands, Bug Reporting, File Options)
5793         (Symbols): Fix usage of "e.g.".
5794         (Memory Region Attributes): Fix usage of "etc."
5795
5796         * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
5797         (Coding): Fix usage of "e.g.".
5798
5799 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
5800
5801         * stabs.texinfo:
5802         * refcard.tex:
5803         * gpl.texi:
5804         * gdbint.texinfo:
5805         * gdb.texinfo:
5806         * gdb-cfg.texi:
5807         * fdl.texi:
5808         * annotate.texinfo:
5809         * all-cfg.texi:
5810         * Makefile.in: Add (C) after Copyright.  Update the FSF
5811         address.
5812
5813 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
5814
5815         * gdb.texinfo (Connecting): Explain that `monitor' is a way to
5816         extend GDB with commands for external monitor.
5817
5818 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
5819
5820         * gdb.texinfo (Convenience variables): Add init-if-undefined command.
5821
5822 2005-11-25  Joel Brobecker  <brobecker@adacore.com>
5823
5824         * gdbint.texinfo (Start of New Year Procedure): New chapter.
5825
5826 2005-11-21  Jim Blandy  <jimb@redhat.com>
5827
5828         * gdb.texinfo (Tracepoint Packets): Document restrictions on
5829         placement of 'R' actions in tracepoint action packets; document
5830         dependence of 'X' and 'M' actions on a preceding 'R' action for
5831         their registers.
5832
5833 2005-11-19  Jim Blandy  <jimb@redhat.com>
5834
5835         * gdb.texinfo (Tracepoint Packets): New node.
5836         (General Query Packets): Add entries for the tracepoint packets,
5837         referring to the "Tracepoint Packets" node.
5838         (Tracepoints): Add reference to "Tracepoint Packets".
5839
5840 2005-11-18  Kevin Buettner  <kevinb@redhat.com>
5841
5842         * gdb.texinfo (set remotebreak): Add anchor.
5843         (X packet): Likewise.
5844         (Remote Protocol): Add new section `Interrupts' and new index
5845         entry `interrupts (remote protocol)'.
5846
5847 2005-11-18  Jim Blandy  <jimb@redhat.com>
5848
5849         * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
5850         entries into the General Query Packets section.  Add a
5851         cross-reference to that section.  Drop description of replies, as
5852         these are covered in the descriptions of each packet.
5853         (General Query Packets): Add introductory text.  Explain naming
5854         conventions, and how the end of a name is recognized.
5855
5856 2005-11-17  Kevin Buettner  <kevinb@redhat.com>
5857
5858         * gdb.texinfo (Remote configuration): Fix typo in description of
5859         "set remotebreak" command.
5860
5861 2005-11-16  Jim Blandy  <jimb@redhat.com>
5862
5863         * gdb.texinfo (Packets, Stop Reply Packets)
5864         (General Query Packets): Various formatting cleanups.
5865         - Use @samp for packet contents.
5866         - Drop summaries from packet @item lines; the same information appears
5867           immediately below in the description.
5868         - Delete paragraph breaks after packet @item commands, so that the
5869           description appears directly to the right of the packet prototype
5870           in the printed manual, if it fits.
5871         - Place spaces in packet prototypes between @vars and non-@var
5872           letters, and explain that they're just for formatting.
5873         - Use @dots{} instead of '...'.
5874         - Fix uses of @code where @var was needed.
5875         - Replace "deprecated" markers with English text spelling out the
5876           packet's status and the preferred alternatives.
5877         - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
5878           what this ever meant.
5879         - Remove "(draft)" markers on 'i' packets; nobody has commented on
5880           this for a long time.
5881         - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
5882           implemented several times, and have been in use for years.
5883
5884 2005-11-15  Jim Blandy  <jimb@redhat.com>
5885
5886         * gdb.texinfo (Packets): Add index entries for 'm' packet
5887         disclaimers.
5888
5889         * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
5890         of stub when processing an 'm' packet.
5891
5892         * gdb.texinfo (Packets): Mention that packets beginning with
5893         letters are reserved once, at the top, instead of actually listing
5894         them all and saying "reserved".
5895
5896 2005-11-15  Andrew Stubbs  <andrew.stubbs@st.com>
5897
5898         * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
5899         Change @var{$arg0 to @code{$arg0.
5900
5901 2005-11-14  Wu Zhou  <woodzltc@cn.ibm.com>
5902
5903         * gdb.texinfo (Fortran): Add some words about Fortran debugging.
5904
5905 2005-11-12  Jim Blandy  <jimb@redhat.com>
5906
5907         * gdb.texinfo (General Query Packets): Put packets in alphabetical
5908         order.  Remove extraneous 'z'.
5909
5910 2005-11-07  Andrew Stubbs  <andrew.stubbs@st.com>
5911
5912         * gdb.texinfo (Choosing files): Add --eval-command.
5913
5914 2005-11-04  Andrew Stubbs  <andrew.stubbs@st.com>
5915
5916         * gdb.texinfo (Choosing modes): Add --return-child-result.
5917
5918
5919 2005-11-01  Andrew Stubbs  <andrew.stubbs@st.com>
5920
5921         * gdb.texinfo (Choosing modes): Add --batch-silent.
5922
5923 2005-10-28  Eli Zaretskii  <eliz@gnu.org>
5924
5925         * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
5926         "The -var-update Command".
5927
5928 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
5929
5930         * gdb.texinfo (Print Settings): Add documentation for set/show
5931         print array-indexes.
5932
5933 2005-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
5934
5935         * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
5936         6.2 and 6.3.
5937
5938 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
5939
5940         * gdb.texinfo (File Options): Don't document --mapped, it's gone
5941         since 19-Jan-2004.
5942         (Files): Likewise.
5943         (Variables, Symbols): Document the "<incomplete type>" message and
5944         its reasons.
5945
5946 2005-08-01  Fred Fish  <fnf@specifix.com>
5947
5948         * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
5949
5950 2005-07-15  Nick Roberts  <nickrob@snap.net.nz>
5951
5952         * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
5953         option for -var-list-children and -var-update.
5954         (GDB/MI Stack Manipulation): Simplify description of
5955         print-values option for -stack-list-locals.
5956         (GDB/MI Command Description Format): Clarify.
5957         (Mode Options): Spelling of superseded.
5958
5959 2005-07-12  Bob Rossi  <bob@brasko.net>
5960
5961         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
5962         corresponding GDB command comment.
5963
5964 2005-07-06  Bob Rossi  <bob@brasko.net>
5965
5966         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
5967         and -inferior-tty-show.
5968         (Input/Output): Document "set/show inferior-tty" and tty alias.
5969
5970 2005-07-02  Nathan J. Williams  <nathanw@wasabisystems.com>
5971
5972         * gdb.texinfo (Packets): Change description of 'D' packet to note
5973         that GDB does wait for a response.
5974
5975 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
5976
5977         * gdb.texinfo (History) Rename "Command History".
5978         (Command History): Move node "Server Prefix" from section on
5979         Annotations here.
5980
5981 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
5982
5983         * gdb.texinfo (GDB/MI Stack Manipulation):
5984         Re-instate -stack-info-frame with example.  Say that it gets
5985         info on selected frame, not current frame.
5986
5987 2005-06-18  Eli Zaretskii  <eliz@gnu.org>
5988
5989         * gdb.texinfo (Server): Clarify that `file' should be used before
5990         connecting to the server.
5991         (Files): Add an xref to the above description.
5992         (Output Formats): More detailed description of the `c' format.
5993         (Memory): List explicitly all the formats supported by `x'.
5994         (Threads): Add an @cindex entry for "thread apply".
5995         (Files): Document the possibility of loading unlinked object
5996         files.  Add more indexing for solib-absolute-prefix and
5997         --with-sysroot.
5998         (Machine Code): Document possible problems with locations in
5999         shared libraries.
6000         (Backtrace): Document that free-standing environments do not need
6001         to have a `main' function.
6002
6003 2005-06-18  Nick Roberts  <nickrob@snap.net.nz>
6004
6005         * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
6006         -stack-info-frame.
6007
6008 2005-06-07  Andrew Cagney  <cagney@gnu.org>
6009
6010         * gdb.texinfo (Contributors): Note the original multi-arch
6011         contributors.
6012
6013 2005-06-03  Eli Zaretskii  <eliz@gnu.org>
6014
6015         * gdb.texinfo (Registers): Add index entries for the standard
6016         registers.
6017         (Frames): Add cross-reference from frame pointer description to
6018         the Registers node.
6019         (Annotations Overview): Fix the reference to GDB name.
6020
6021 2005-06-01  Eli Zaretskii  <eliz@gnu.org>
6022
6023         * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
6024         can-use-hw-watchpoints.
6025
6026 2005-05-28  Bob Rossi  <bob@brasko.net>
6027
6028         * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
6029         the possible reasons why an exec async record would be returned to FE.
6030
6031 2005-05-26  Andrew Cagney  <cagney@gnu.org>
6032
6033         * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
6034         Andrew Cagney implemented the original GDB/MI.
6035
6036 2005-05-23  Orjan Friberg  <orjanf@axis.com>
6037
6038         * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
6039         documentation.  Add documentation for cris-mode.
6040
6041 2005-05-20  Eli Zaretskii  <eliz@gnu.org>
6042
6043         * gdb.texinfo (Numbers): Explain the example and make the wording
6044         more acurate.
6045
6046 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
6047             Dennis Brueni  <dennis@slickedit.com>
6048
6049         * gdb.texinfo (GDB/MI Breakpoint Table Commands)
6050         (GDB/MI Data Manipulation, GDB/MI Program Control)
6051         (GDB/MI Stack Manipulation): Update examples to include the fullname
6052         attribute in stack frames.
6053
6054 2005-05-12  Eli Zaretskii  <eliz@gnu.org>
6055
6056         * gdb.texinfo (Startup): Fix last change.  Treat gdb.ini like we
6057         do with other non-standard names of init files.
6058
6059 2005-05-11  Eli Zaretskii  <eliz@gnu.org>
6060
6061         * gdb.texinfo (Command Files): Move the description of the startup
6062         from here...
6063         (Startup): ...to this new subsection of the Invocation chapter.
6064         Rearrange the description of init files more logically and add a
6065         cross-reference to "Command Files".  Document the special gdbinit
6066         name for CISCO 68k.  Expand the description of what GDB does
6067         during startup.
6068         (History): Add index entry for HISTSIZE.
6069
6070 2005-05-02  Mark Kettenis  <kettenis@gnu.org>
6071
6072         * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
6073
6074 2005-05-02  Eli Zaretskii  <eliz@gnu.org>
6075
6076         * gdb.texinfo (SVR4 Process Information, The isatty call)
6077         (The system call): Don't use foo(N) notation for man pages and
6078         functions.
6079         (Compilation, DJGPP Native): Improve wording.
6080
6081 2005-04-27  Eli Zaretskii  <eliz@gnu.org>
6082
6083         * gdb.texinfo (Backtrace): Describe backtraces with arguments that
6084         were optimized away.
6085
6086 2005-04-22  Eli Zaretskii  <eliz@gnu.org>
6087
6088         * gdb.texinfo (Remote configuration): Document "set/show
6089         get-thread-local-storage-address".  Add cross-reference to the
6090         description of the qGetTLSAddr packet.
6091         (General Query Packets): Mention "set remote
6092         get-thread-local-storage-address" and add a reference to its
6093         description.
6094
6095 2005-04-19  Nick Roberts  <nickrob@snap.net.nz>
6096
6097         * gdb.texinfo (Backtrace): Describe 'bt full'.
6098
6099 2005-04-17  Nick Roberts  <nickrob@snap.net.nz>
6100
6101         * gdb.texinfo (Mode Options): Fix typo.
6102         (GDB/MI): Describe how to invoke GDB/MI.
6103
6104 2005-04-16  Eli Zaretskii  <eliz@gnu.org>
6105
6106         * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
6107         references changed.  Add description of "info udot".
6108         (Files): Document "set/show stop-on-solib-events".
6109         (M32R/D): Document "set/show download-path", "set/show
6110         board-address", "set/show server-address", "upload", "tload".
6111         Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
6112         "use_mon_code", "use_ib_break", "use_dbt_break".
6113         (Maintenance Commands): Improve indexing.
6114         (Target Commands): Document "set/show hash", "set/show debug
6115         monitor".
6116         (SVR4 Process Information): Document "info pidlist" and "info
6117         meminfo".  Document "set/show procfs-tarce" and "set/show
6118         procfs-file".  Document "proc-trace-*" and "proc-untrace-*".
6119         (Symbols, The Print Command with Objective-C): Improve indexing.
6120         (Objective-C): Add references to "info classes" and "info
6121         selectors".
6122         (Debugging Output): Improve wording.  Document "set/show debug
6123         solib-frv".  Fix "set/show debugvarobj".
6124         (Set Breaks): Add index entry for "hardware breakpoints".
6125         (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
6126         and "set/show usehardbreakpoints".
6127         (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
6128         monitor-prompt", "set/show monitor-warnings", "pmon".
6129         (ARM): Document "rdilogfile", "rdilogenable", "set/show
6130         rdiromatzero", "set/show rdiheartbeat".
6131         (PowerPC): Document SDS-specific commands "set/show sdstimeout",
6132         "sds".
6133         (Embedded Processors): Document the "sim" command.
6134         (Remote): Document the "remote" command.
6135         (DJGPP Native): Document the "info serial" command.
6136         (Threads): Document "maint info sol-threads".
6137         (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
6138         (Set Breaks): Improve indexing.
6139         (Command Syntax): Add a reference to dont-repeat.
6140         (Define): Document "dont-repeat".
6141         (TUI Commands): Document "tabset".
6142         (WinCE): New subsection.  Document "set/show remotedirectory",
6143         "set/show remoteupload", "set/show remoteaddhost".
6144
6145 2005-04-15  Eli Zaretskii  <eliz@gnu.org>
6146
6147         * gdb.texinfo (Hurd Native): New subsection, documents
6148         Hurd-specific commands.
6149         (Maintenance Commands): Add cross-reference to "Debugging Output".
6150         (Debugging Output): Document "set/show debug lin-lwp".
6151         (MIPS): Improve documentation of heuristic-fence-post.  Document
6152         "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
6153         mips stack-arg-size", "set/show mips mask-address", "set/show mips
6154         remote-mips64-transfers-32bit-regs", "set/show debug mips".
6155         (ARM): Document ARM-specific commands.
6156         (AVR): New section.  Document "info io_registers".
6157         (CRIS): New section.  Document "set/show cris-version" and
6158         "set/show cris-dwarf2-cfi".
6159         (HPPA): New section.  Document "set/show debug hppa" and "maint
6160         print unwind".
6161         (Neutrino): New subsection.  Document "set/show debug nto-debug".
6162         (Super-H): New section.  Document the "regs" command.
6163         (Debugging Output): Document "set/show debug aix-thread".
6164
6165 2005-04-09  Eli Zaretskii  <eliz@gnu.org>
6166
6167         * gdb.texinfo (Print Settings): Document "set/show print
6168         pascal_static-members", "set print repeats", "show print
6169         null-stop".  Improve indexing.  Fix documentation of "set print
6170         union".
6171         (Pascal): New section.
6172         (Supported languages): Rename from "Support"; all references
6173         updated.  Add a menu item for Pascal.
6174         (Numbers): Document "set radix.
6175         (Screen Size): Document "set/show pagination".
6176         (MIPS Embedded): Remove "set processor" documentation.
6177         (Remote configuration): Document "set/show X/P/Z-packet",
6178         "set/show read-aux-vector-packet", "set/show remote
6179         symbol-lookup-packet", "set/show remote verbose-resume-packet",
6180         "set/show remoteaddresssize", "set/show remotebaud", "set/show
6181         remotedebug", "set/show remotebreak", "set/show remotedevice",
6182         "set/show remotelogfile".
6183         (Auxiliary Vector): Add reference to the description of the
6184         read-aux-vector-packet setting.
6185         (Set Watchpoints): Add a cross-reference to "set remote
6186         hardware-breakpoint-limit".
6187         (General Query Packets): Add indexing of requests and
6188         cross-references to related commands in "Remote configuration".
6189         (File-I/O Overview, The system call): Fix wording and typos.
6190         (Thread Stops): Add index entries.
6191         (Continuing and Stepping): Document "show step-mode".
6192         (i386): New node.  Document "set/show struct-convention".
6193         (Files): Document "show trust-readonly-sections".
6194         (Calling): Document "set/show unwindonsignal".
6195         (Messages/Warnings): Add index entries.
6196         (Maintenance Commands): Document "set/show watchdog".
6197         (Annotations Overview): Document "show annotate".
6198         (Set Watchpoints): Add index entries.
6199         (Symbols): Fix doc of case-sensitive.
6200         (ABI): Document "show coerce-float-to-double".
6201         (Convenience Vars, Help): Improve indexing.
6202         (Machine Code): Document "show disassembly-flavor".
6203         (Debugging C plus plus): Document "show overload-resolution".
6204         (Value History, Signaling): Add index entries.
6205
6206 2005-04-08  Eli Zaretskii  <eliz@gnu.org>
6207
6208         * gdb.texinfo (Show): Move @kindex entries to their proper places.
6209         (Processes): Fix wording.
6210         (History, List, Logging output, Define, Symbols, Print Settings):
6211         Improve indexing.
6212
6213 2005-04-03  Eli Zaretskii  <eliz@gnu.org>
6214
6215         * gdb.texinfo (Targets): Document "set/show architecture".  Remove
6216         redundant index entry for "target" command.
6217         (Backtrace): Add index entries.
6218         (Symbols, Fortran): Document the "set case-sensitive" command.
6219         (DJGPP Native): Document "set com1base", "set com1irq", etc.
6220         (Print Settings): Add index entry for "set demangle-style".
6221         (Target Commands): Document "set download-write-size".
6222         (Debugging Output): Document "set exec-done-display".
6223
6224 2005-04-02  Eli Zaretskii  <eliz@gnu.org>
6225
6226         * gdb.texinfo (Files): Fix the name and documentation of
6227         add-shared-symbol-files.  Document its alias assf.  Update the
6228         list of OSs where GDB supports shared libraries.  Fix markup.
6229         (Continuing and Stepping): Add reference to @var{location} in the
6230         text.
6231         (Dump/Restore Files): Fix reference to @{filename}.
6232         (Help): Fix wording.
6233         (Attach): Ditto.
6234         (Set Watchpoints): Ditto.
6235         (Backtrace): Remove redundant index entries.  Improve index
6236         entries.
6237         (Delete Breaks): Fix wording.
6238         (Memory): Document the compare-sections command.
6239         (Memory Region Attributes): Improve wording.
6240         (Disabling): Improve wording.
6241         (Fortran): New subsection.  Document the "info common" command.
6242         (Help): Document aliases "info copying" and "info warranty".
6243         (Caching Remote Data): New section.  Document the "set/show
6244         remotecache" and "info dcache" commands.
6245         (Show): Fix wording of the documentation of the "set
6246         extension-language" command.
6247         (Signals): Add index entry for "info handle".
6248         (Memory Region Attributes): Fix punctuation.
6249         (Symbols): Change the arg name to "location" and refer to it in
6250         the text.  Fix wording of "info types" doc.
6251         (Threads): Fix usage of @enumerate @item's.
6252         (Listing Tracepoints): Add index entry for "info tp".
6253         (Set Watchpoints): Add xref to "info break" description.
6254         (Macros): Add an index entry for "macro exp1".  Document the
6255         "macro list" command.
6256         (Maintenance Commands): Document "flushregs", "maint agent",
6257         "maint check-symtabs", "maint cplus", "maint demangle", "maint
6258         deprecate", "maint undeprecate", "maint dump-me", "maint packet",
6259         "maint print architecture", "maint print objfiles", "maint print
6260         statistics", "maint print type", "maint show-debug-regs", "maint
6261         space", "maint time", and "maint translate-address".
6262         (Connecting): Document the "monitor" command.
6263         (Annotations Overview): Describe the "set annotate" command.
6264
6265 2005-04-01  Eli Zaretskii  <eliz@gnu.org>
6266
6267         * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
6268         Rearrange index entries and improve wording about support for
6269         hardware watchpoints.
6270
6271 2005-03-10  Bob Rossi  <bob@brasko.net>
6272
6273         * gdb.texinfo: Update copyright
6274
6275 2005-02-09  Theodore A. Roth  <troth@openavr.org>
6276
6277         * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
6278         error.
6279
6280 2005-02-03  Kevin Buettner  <kevinb@redhat.com>
6281
6282         * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
6283
6284 2005-01-17  Michael Snyder  <msnyder@redhat.com>
6285
6286         * gdb.texinfo: Fix spelling, infinte  ->  infinite.
6287
6288 2005-01-08  Mark Kettenis  <kettenis@gnu.org>
6289
6290         * observer.texi (GDB Observers): Document "solib_loaded".
6291
6292 2005-01-07  Andrew Cagney  <cagney@gnu.org>
6293
6294         * configure.ac: Rename configure.in, require autoconf 2.59.
6295         * configure: Re-generate.
6296
6297         * configure.in: Replace configdirs with multiple references to
6298         AC_CONFIG_SUBDIRS.
6299         * configure: Re-generate.
6300
6301 2005-01-04  Andrew Cagney  <cagney@gnu.org>
6302
6303         * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
6304         part of the version number.
6305
6306 2004-12-24  Mark Kettenis  <kettenis@gnu.org>
6307
6308         * gdbint.texinfo (Algorithms): Remove description of
6309         TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
6310
6311 2004-12-07  Jim Blandy  <jimb@redhat.com>
6312
6313         * gdb.texinfo (General Query Packets): Specify that thread ID's in
6314         the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
6315         numbers.
6316
6317 2004-12-07  Andreas Schwab  <schwab@suse.de>
6318
6319         * gdb.texinfo (Mode Options): Document -l option.
6320
6321 2004-12-04  Eli Zaretskii  <eliz@gnu.org>
6322
6323         * gdbint.texinfo (Algorithms): More accurate description of
6324         STOPPED_BY_WATCHPOINT.  Point out that target_stopped_data_address
6325         is not needed unless data-read and data-access watchpoints are
6326         supported.  Add a description of how GDB checks whether the
6327         inferior stopped because a watchpoint was hit.
6328
6329 2004-11-23  Eli Zaretskii  <eliz@gnu.org>
6330
6331         * gdb.texinfo (Files): Add cross-reference to description of
6332         -readnow command-line switch.
6333
6334 2004-11-10  Randolph Chung  <tausq@debian.org>
6335
6336         * gdb.texinfo: Document set/show backtrace past-entry commands.
6337         Rearrange index entries for set/show backtrace past-main.
6338
6339 2004-11-10  Jon Beniston <jon@beniston.com>
6340
6341         Committed by Andrew Cagney  <cagney@gnu.org>.
6342         * gdb.texinfo (Remote Serial Protocol): Further describe
6343         binary transfer escaping mechanism .
6344
6345 2004-11-08  Randolph Chung  <tausq@debian.org>
6346
6347         * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
6348         and "show debug infrun".  Add index entries.
6349
6350 2004-10-23  Eli Zaretskii  <eliz@gnu.org>
6351
6352         * gdb.texinfo (SVR4 Process Information): Document subcommands of
6353         "info proc" that are already implemented.  Add index entries.
6354         (Working Directory): Add a cross-reference to "info proc" command.
6355         (Files): Add a tip for decreasing memory used for symtabs from
6356         shared libraries.
6357         (Starting): Fix whitespace; make "elaboration" stand out where it
6358         is first used, and add an index entry for the term.
6359         (Calling): Expand and elaborate text.  Add "print".  Add the
6360         description of problems with weak aliases.
6361         (Core File Generation): New section.
6362
6363 2004-10-12  Andrew Cagney  <cagney@gnu.org>
6364
6365         * gdbint.texinfo (Versions and Branches): New chapter.
6366         (Releasing GDB): Delete "Versions and Branches" section.
6367         (Top): Add "Versions and Branches".
6368
6369 2004-10-08  Eli Zaretskii  <eliz@gnu.org>
6370
6371         * gdb.texinfo (Editing, History): Add cross-references to the
6372         included Readline and History user documentation.  Remove
6373         references to the symbol have-readline-appendices which is unused
6374         and undefined.
6375         (History): Fix indexing.
6376
6377 2004-10-08  Jeff Johnston  <jjohnstn@redhat.com>
6378
6379         * gdbint.texinfo (target_stopped_data_address): Update to
6380         new prototype.
6381         (i386_stopped_data_address): Update prototype and description.
6382         (i386_stopped_by_watchpoint): New function and description.
6383
6384 2004-10-03  Paul N. Hilfinger  <hilfinger@gnat.com>
6385
6386         * gdb.texinfo (Filenames): Add Ada suffixes.
6387         (Ada) New section.
6388
6389 2004-09-27  Andrew Cagney  <cagney@gnu.org>
6390             Robert Picco  <Robert.Picco@hp.com>
6391
6392         * gdb.texinfo (Packets): Document the "p" packet.
6393
6394 2004-09-21  Jason Molenda  (jmolenda@apple.com)
6395
6396         * gdb.texinfo (Paths and Names of the Source Files): Document the
6397         meaning of values in the 'desc' field of a SO stab.
6398
6399 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
6400
6401         * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
6402         max-cache-age" and "maint show dwarf2 max-cache-age".
6403
6404 2004-09-16  Eli Zaretskii  <eliz@gnu.org>
6405
6406         * gdb.texinfo (Set Breaks): Add index entry for setting
6407         breakpoints on overloaded C++ functions that are not members of
6408         any classes.  Add an example and an index entry for setting
6409         breakpoints on all program functions.
6410         (Character Sets, Macros, Overlay Commands)
6411         (Non-debug DLL symbols, GDB/MI Output Syntax)
6412         (Annotations Overview, Maintenance Commands, File-I/O Overview):
6413         Use "(@value{GDBP})" instead of a literal "(gdb)".
6414
6415 2004-09-12  Andrew Cagney  <cagney@gnu.org>
6416
6417         * gdbint.texinfo (Native Debugging): Delete description of
6418         FILES_INFO_HOOK.
6419
6420 2004-09-11  Paul Hilfinger  <hilfinger@gnat.com>
6421
6422         * gdbint.texinfo (User Interface): Change local_hex_string_custom
6423         to hex_string_custom (not historically correct, but more
6424         understandable, given the current code).
6425
6426 2004-09-03  Andrew Cagney  <cagney@gnu.org>
6427
6428         * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
6429
6430 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
6431
6432         * observer.texi (solib_unloaded): New observer.
6433
6434 2004-08-24  Andrew Cagney  <cagney@gnu.org>
6435
6436         * gdbint.texinfo (Target Architecture Definition): Add missing
6437         comma.
6438
6439 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
6440
6441         * (Using the Testsuite): build != host is supported,
6442         but some test scripts do not support build != host.
6443
6444 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
6445
6446         * gdbint.texinfo (Host Definition): Delete description of
6447         FCLOSE_PROVIDED and GETENV_PROVIDED.
6448
6449 2004-08-05  Mark Kettenis  <kettenis@chello.nl>
6450
6451         * gdbint.texinfo (Host Definition): Delete description of
6452         NO_SYS_FILE.
6453         (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
6454         PTRACE_FP_BUG.
6455
6456 2004-08-05  Andrew Cagney  <cagney@gnu.org>
6457
6458         * gdbint.texinfo (Target Architecture Definition): Delete
6459         reference to deprecated_read_fp.
6460
6461 2004-08-02  Andrew Cagney  <cagney@gnu.org>
6462
6463         * gdbint.texinfo (Target Architecture Definition): Delete
6464         description of DEPRECATED_REGISTER_BYTES.
6465
6466 2004-07-30  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
6467
6468         * gdb.texinfo (Source Path): Document the new behavior of
6469         searching for the source files.
6470
6471 2004-07-17  Eli Zaretskii  <eliz@gnu.org>
6472
6473         * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
6474         (Search, Expressions, Arrays, Variables, Data, Machine Code)
6475         (Auto Display): Improve indexing.
6476
6477 2004-07-16  Andrew Cagney  <cagney@gnu.org>
6478
6479         * gdb.texinfo (Mode Options): Delete documentation on "-async" and
6480         "-noasync".
6481
6482 2004-07-09  Eli Zaretskii  <eliz@gnu.org>
6483
6484         * gdb.texinfo: Fix @kindex entries so that multiple commands that
6485         have the same prefix have only their prefix in the index.
6486
6487 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
6488
6489         * gdb.texinfo (BSD libkvm Interface): New node (section)
6490         (Native): Add it to the menu.
6491
6492 2004-07-01  Mark Kettenis  <kettenis@gnu.org>
6493
6494         * gdbint.texinfo (Target Architecture Definition): Remove
6495         PCC_SOL_BROKEN.
6496
6497 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
6498
6499         * gdbint.texinfo (Target Architecture Definition): Remove
6500         SUN_FIXED_LBRAC_BUG.
6501
6502 2004-06-26  Andrew Cagney  <cagney@gnu.org>
6503
6504         * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
6505
6506 2004-06-20  Andrew Cagney  <cagney@gnu.org>
6507
6508         * gdbint.texinfo (Target Architecture Definition): Deprecate
6509         USE_STRUCT_CONVENTION.
6510
6511 2004-06-19  Michael Chastain  <mec.gnu@mindspring.com>
6512
6513         gdb.texinfo (Bug Reporting): Mention session recording,
6514         with the script command or Emacs.
6515
6516 2004-06-18  Andrew Cagney  <cagney@gnu.org>
6517
6518         * gdbint.texinfo (Target Architecture Definition): Deprecate
6519         FUNCTION_START_OFFSET.
6520
6521 2004-06-14  Andrew Cagney  <cagney@gnu.org>
6522
6523         Based on changes from Karl Berry.
6524         * gdb.texinfo: Do not use @sc in a direntry.
6525         * stabs.texinfo: Change @dircateogry to "Software development".
6526         * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
6527
6528 2004-06-13  Andrew Cagney  <cagney@gnu.org>
6529
6530         * gdbint.texinfo (Target Architecture Definition): Delete
6531         description of RETURN_VALUE_ON_STACK.
6532
6533 2004-06-09  Andrew Cagney  <cagney@gnu.org>
6534
6535         * gdbint.texinfo (Native Debugging): Restore "@table @code"
6536         deleted by previous patch.
6537
6538 2004-06-08  Andrew Cagney  <cagney@gnu.org>
6539
6540         * gdbint.texinfo (Native Debugging): Delete documentation on
6541         ATTACH_DETACH.
6542
6543 2004-06-06  Randolph Chung  <tausq@debian.org>
6544
6545         * gdb.texinfo (push_dummy_call): Use @code{struct value}.
6546
6547 2004-06-06  Randolph Chung  <tausq@debian.org>
6548
6549         * gdb.texinfo (push_dummy_call): Update argument list to match
6550         the new push_dummy_call method signature.  Describe the function
6551         argument.
6552
6553 2004-05-24  Joel Brobecker  <brobecker@gnat.com>
6554
6555         * gdb.texinfo (Starting): Document new start command.
6556
6557 2004-05-21  Andrew Cagney  <cagney@redhat.com>
6558
6559         * observer.texi (GDB Observers): Document "inferior_created".
6560
6561 2004-05-08  Andrew Cagney  <cagney@redhat.com>
6562
6563         * gdbint.texinfo (Target Architecture Definition): Delete
6564         description of DO_DEFERRED_STORES.
6565
6566         * gdbint.texinfo (Target Architecture Definition): Delete
6567         references to DEPRECATED_FIX_CALL_DUMMY.
6568
6569         * gdbint.texinfo (Target Architecture Definition): Delete
6570         description of DEPRECATED_CALL_DUMMY_WORDS,
6571         DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
6572
6573         * gdbint.texinfo (Target Architecture Definition): Delete
6574         description of DEPRECATED_PUSH_DUMMY_FRAME.
6575
6576         * gdbint.texinfo (Target Architecture Definition): Delete
6577         reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
6578
6579 2004-05-07  Andrew Cagney  <cagney@redhat.com>
6580
6581         * observer.texi (GDB Observers): Add "Debugging" section.  Include
6582         cross reference to "set/show debug observer".
6583         * gdb.texinfo (Debugging Output): Document "set/show debug
6584         observer".
6585
6586 2004-05-01  Andrew Cagney  <cagney@redhat.com>
6587
6588         * gdbint.texinfo (Target Architecture Definition): Delete
6589         description of DEPRECATED_PC_IN_SIGTRAMP.
6590
6591 2004-04-30  Andrew Cagney  <cagney@redhat.com>
6592
6593         * gdbint.texinfo (Target Architecture Definition): Delete
6594         documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
6595
6596 2004-04-30  Orjan Friberg  <orjanf@axis.com>
6597
6598         * observer.texi (GDB Observers): Correct spelling.
6599
6600 2004-04-26  Orjan Friberg  <orjanf@axis.com>
6601
6602         * observer.texi (GDB Observers): Add target_changed event.
6603
6604 2004-04-08  Andrew Cagney  <cagney@redhat.com>
6605
6606         * observer.texi (GDB Observers): Rework, provide generic observer
6607         definitions and then a list of observable events.
6608
6609 2004-04-04  Andrew Cagney  <cagney@redhat.com>
6610
6611         * gdbint.texinfo (Host Definition): Delete reference to
6612         NO_SIGINTERRUPT.
6613
6614 2004-04-02  Andrew Cagney  <cagney@redhat.com>
6615
6616         * gdbint.texinfo (Target Architecture Definition): Delete
6617         reference to DEPRECATED_CALL_DUMMY_LENGTH.
6618
6619 2004-03-28  Stephane Carrez  <stcarrez@nerim.fr>
6620
6621         * gdb.texinfo (TUI Commands): Document tui reg commands.
6622
6623 2004-03-26  Andrew Cagney  <cagney@redhat.com>
6624
6625         * gdb.texinfo (TUI): Delete reference to --enable-tui.  Mention
6626         "gdbtui".
6627         (Mode Options): Mention "gdbtui".  Use "Text" not "Terminal".
6628         (Contributors): Mention both Text and Terminal User Interface.
6629
6630 2004-03-23  Andrew Cagney  <cagney@redhat.com>
6631
6632         * gdbint.texinfo (Target Architecture Definition): Deprecate
6633         references to SIGTRAMP_START and SIGTRAMP_END.
6634
6635 2004-03-23  Andrew Cagney  <cagney@redhat.com>
6636
6637         * gdbint.texinfo (Target Architecture Definition): Deprecate
6638         references to PC_IN_SIGTRAMP.
6639
6640 2004-03-19  Andrew Cagney  <cagney@redhat.com>
6641
6642         * gdbint.texinfo (Target Architecture Definition): Delete
6643         reference to GDB_TARGET_IS_HPPA.
6644
6645 2004-03-18  Andrew Cagney  <cagney@redhat.com>
6646
6647         * gdbint.texinfo (Coding): Update section on gdbarch_data,
6648         describe pre_init and post_init.
6649
6650 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
6651
6652         * gdb.texinfo (Debugging Output): Document values for "set debug
6653         target".
6654
6655 2004-02-28  Andrew Cagney  <cagney@redhat.com>
6656
6657         * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
6658
6659 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
6660
6661         * gdb.texinfo (breakpoints): Add information about the
6662         new "set breakpoint pending" and "show breakpoint pending"
6663         commands.
6664
6665 2004-02-26  Andrew Cagney  <cagney@redhat.com>
6666
6667         * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
6668         in Per-architecture module data section.
6669
6670 2004-02-25  Roland McGrath  <roland@redhat.com>
6671
6672         * gdb.texinfo (General Query Packets): Document qPart:... packets.
6673
6674 2004-02-24  Andrew Cagney  <cagney@redhat.com>
6675
6676         * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
6677         * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
6678         * fdl.texi: Import Version 1.2, November 2002.
6679
6680 2004-02-17  Andrew Cagney  <cagney@redhat.com>
6681
6682         * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
6683
6684 2004-02-16  Andrew Cagney  <cagney@redhat.com>
6685
6686         * gdbint.texinfo (Target Architecture Definition): Deprecate
6687         FRAMELESS_FUNCTION_INVOCATION.
6688
6689 2004-02-16  Andrew Cagney  <cagney@redhat.com>
6690
6691         * gdbint.texinfo (Coding): Mention -Wunused-function.
6692
6693 2004-02-14  Andrew Cagney  <cagney@redhat.com>
6694
6695         * gdbint.texinfo (Target Architecture Definition): Delete
6696         description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6697
6698 2004-02-12  Elena Zannoni  <ezannoni@redhat.com>
6699
6700         * gdb.texinfo: Properly quote the name "C++".
6701         * gdbint.texinfo: Ditto.
6702         * stabs.texinfo: Ditto.
6703
6704 2004-02-11  Elena Zannoni  <ezannoni@redhat.com>
6705
6706         * gdbint.texinfo (Support Libraries): Add doco about obstacks and
6707         minimal information about libiberty.
6708
6709 2004-02-06  Michael Chastain  <mec.gnu@mindspring.com>
6710
6711         * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
6712
6713 2004-02-04  Roland McGrath  <roland@redhat.com>
6714
6715         * gdb.texinfo (Auxiliary Vector): New node (section).
6716         (Data): Add it to the menu.
6717
6718 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
6719
6720         * gdb.texinfo (Breakpoints): Add information about pending
6721         breakpoint support.
6722
6723 2004-01-26  Andrew Cagney  <cagney@redhat.com>
6724
6725         * gdb.texinfo (Overview): Delete references to the cisco protocol
6726         including the "N" response.
6727
6728 2004-01-26  Andrew Cagney  <cagney@redhat.com>
6729
6730         * gdbint.texinfo (Target Architecture Definition): Rename
6731         EXTRACT_STRUCT_VALUE_ADDRESS to
6732         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6733
6734 2004-01-24  Eli Zaretskii  <eliz@gnu.org>
6735
6736         * gdb.texinfo (KOD): Document "show os".  Add index entries for
6737         "set/show os" and "info cisco" commands.
6738
6739 2004-01-21  Eli Zaretskii  <eliz@gnu.org>
6740
6741         * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
6742
6743 2004-01-19  Michael Chastain  <mec.gnu@mindspring.com>
6744
6745         * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
6746         MMAP_BASE_ADDRESS, MMAP_INCREMENT.
6747
6748 2004-01-19  Nick Roberts  <nick@nick.uklinux.net>
6749
6750         * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
6751         -stack-list-locals.
6752         (GDB/MI Variable Objects): Describe extension to
6753         -var-list-children.
6754
6755 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
6756
6757         * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
6758
6759 2004-01-17  Andrew Cagney  <cagney@redhat.com>
6760
6761         * gdbint.texinfo (Target Architecture Definition): Delete
6762         documentation on DEPRECATED_NPC_REGNUM.
6763
6764 2004-01-13  Daniel Jacobowitz  <drow@mvista.com>
6765
6766         * gdb.texinfo: Update copyright year.  Mention that set
6767         follow-fork-mode is supported on GNU/Linux.  Remove documentation of
6768         "set follow-fork-mode ask".
6769
6770 2004-01-13  Andrew Cagney  <cagney@redhat.com>
6771
6772         * gdbint.texinfo: Update copyright year.
6773         (Coding): Add -Wunused-label to list of -Werror warnings.
6774
6775 2004-01-08  Jason Molenda  <jmolenda@apple.com>
6776             Eli Zaretskii  <eliz@gnu.org>
6777
6778         * gdb.texinfo: Update copyright.
6779         (Objective-C): "methodName" typeo fixed.  Add @code/@var markup
6780         around names, as appropriate.  Minor syntax cleanup of
6781         _NSPrintForDebugger explanation.  Two spaces after periods.
6782         GDBN used instead of lit. "gdb".  Index entries added for
6783         print-object and _NSPrintForDebugger.  @noindent added in one spot.
6784
6785 2003-11-11  Elena Zannoni  <ezannoni@redhat.com>
6786
6787         * stabs.texinfo: Add dircategory and direntry commands.
6788         * annotate.texinfo: Ditto.
6789
6790 2003-11-10  Andrew Cagney  <cagney@redhat.com>
6791
6792         * gdbint.texinfo (Target Architecture Definition): Replace the
6793         return_value method's "inval" and "outval" parameters with
6794         "readbuf" and "writebuf".
6795
6796 2003-10-28  Jim Blandy  <jimb@redhat.com>
6797
6798         * gdb.texinfo (The F request packet, The F reply packet): Renamed
6799         from "The `F' request packet" and "The `F' reply packet", to make
6800         texi2dvi happy.
6801         (File-I/O remote protocol extension): Update menu entries, too.
6802
6803 2003-10-26  Michael Chastain  <mec@shout.net>
6804
6805         * gdb.texinfo (Thread Stops): Document the issue with
6806         premature return from system calls in multi-threaded programs.
6807
6808 2003-10-24  Andrew Cagney  <cagney@redhat.com>
6809
6810         * annotate.texinfo: Fix "fortunatly"[sic].
6811
6812 2003-10-23  Kei Sakamoto  <sakamoto.kei@renesas.com>
6813
6814         * gdb.texinfo (Contributors to GDB): Replace "Renesas"
6815         with "Hitachi" and "Mitsubishi".
6816
6817 2003-10-20  Andrew Cagney  <cagney@redhat.com>
6818
6819         * gdbint.texinfo (Target Architecture Definition): Document
6820         gdbarch_return_value.  Add cross references from
6821         USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
6822         STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
6823
6824 2003-10-18  Mark Kettenis  <kettenis@gnu.org>
6825
6826         * gdbint.texinfo (Target Architecture Definition): Document
6827         regset_from_core_section.
6828
6829 2003-10-16  Kei Sakamot Sakamoto  <sakamoto.kei@renesas.com>
6830
6831         * gdb.texinfo (M32R/D): Mention m32rsdi target.
6832
6833 2003-10-15  Kevin Buettner  <kevinb@redhat.com>
6834
6835         From Anthony Green  <green@redhat.com>:
6836         * gdb.texinfo (Breakpoints related warnings): Insert into menu.
6837
6838 2003-10-14  Kevin Buettner  <kevinb@redhat.com>
6839
6840         * gdb.texinfo (Breakpoint related warnings): New node.
6841         * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
6842
6843 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
6844
6845         * gdb.texinfo (Remote Protocol): Document v and vCont.
6846
6847 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
6848
6849         * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
6850         * gdbint.texinfo: Ditto.
6851
6852 2003-10-09  Andrew Cagney  <cagney@redhat.com>
6853
6854         From 2003-09-18 David Anderson <davea@sgi.com>:
6855         * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
6856         "command".
6857
6858 2003-10-03  Andrew Cagney  <cagney@redhat.com>
6859
6860         * gdbint.texinfo (Target Architecture Definition): Deprecate
6861         IBM6000_TARGET.  Mention that it implies an RS/6000 system and not
6862         just target.
6863
6864 2003-10-02  Andrew Cagney  <cagney@redhat.com>
6865
6866         * gdbint.texinfo (Target Architecture Definition): Rename
6867         REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
6868         * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
6869         * gdbint.texinfo (Target Architecture Definition): Rename
6870
6871 2003-09-30  Andrew Cagney  <cagney@redhat.com>
6872
6873         REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
6874         (Target Architecture Definition):
6875
6876         * gdbint.texinfo (Target Architecture Definition): Rename
6877         REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
6878
6879 2003-09-29  Andrew Cagney  <cagney@redhat.com>
6880
6881         * gdbint.texinfo (Target Architecture Definition): Delete
6882         documentation for NEED_TEXT_START_END.
6883
6884         * gdbint.texinfo (Target Architecture Definition): Rename
6885         NPC_REGNUM to DEPRECATED_NPC_REGNUM.  Add cross reference to
6886         TARGET_WRITE_PC.
6887
6888 2003-09-22  Michael Chastain  <mec@shout.net>
6889
6890         * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
6891
6892 2003-09-21  Anthony Green  <green@redhat.com>
6893
6894         * gdbint.texinfo (Target Architecture Definition): Fix typos.
6895
6896 2003-09-21  Mark Kettenis  <kettenis@gnu.org>
6897
6898         * gdbint.texinfo (Target Architecture Definition): Document
6899         stabs_argument_has_addr.
6900
6901 2003-09-18  Andrew Cagney  <cagney@redhat.com>
6902
6903         * gdbint.texinfo (Target Architecture Definition): Delete
6904         documentation on REGISTER_NAMES.
6905
6906 2003-09-13  Mark Kettenis  <kettenis@gnu.org>
6907
6908         * gdbint.texinfo (Target Architecture Definition): Replace
6909         REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
6910
6911 2003-09-11  Andrew Cagney  <cagney@redhat.com>
6912
6913         * gdbint.texinfo (Target Architecture Definition): Replace
6914         STACK_ALIGN with DEPRECATED_STACK_ALIGN.
6915
6916 2003-08-18  Andrew Cagney  <cagney@redhat.com>
6917
6918         * gdbint.texinfo (Target Architecture Definition): Document
6919         "frame_red_zone_size".
6920
6921 2003-08-09  Andrew Cagney  <cagney@redhat.com>
6922
6923         * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
6924         with "set/show backtrace past-main" and "set/show backtrace
6925         limit".
6926
6927 2003-08-08  H.J. Lu  <hongjiu.lu@intel.com>
6928
6929         * Makefile.in (install-info): Support DESTDIR.
6930         (install-html): Likewise.
6931
6932 2003-08-07  Andrew Cagney  <cagney@redhat.com>
6933
6934         Patch from Nick Roberts.
6935         * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
6936         bindings.  Remove description of send-gdb-command.
6937
6938 2003-08-07  Andrew Cagney  <cagney@redhat.com>
6939
6940         * gdb.texinfo (Mode Options): Mention that "mi2" was included in
6941         GDB 6.0.
6942
6943 2003-08-06  Andrew Cagney  <cagney@redhat.com>
6944
6945         * gdb.texinfo (Mode Options): Mention that level three is the
6946         highest available and that level 2 is deprecated.
6947         (Annotations Overview): Mention annotation levels. Cross reference
6948         to "Limitations of the Annotation Interface" in annotate.texi.
6949         (TODO, Value Annotations, Frame Annotations): Delete section.
6950         (Displays, Breakpoint Info): Delete.
6951
6952 2003-08-04  Andrew Cagney  <cagney@redhat.com>
6953
6954         * agentexpr.texi: Delete @bye.
6955         * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
6956         (stabs.info): Add $(srcdir) to include search path.
6957         (html): Depend on "annotate_toc.html", and not "annotate.html".
6958         * stabs.texinfo: Ditto.  Include "fdl.texi".
6959         * gdbint.texinfo: Update copyright statement's list of invariant
6960         sections.
6961
6962 2003-07-28  Andrew Cagney  <cagney@redhat.com>
6963
6964         * Makefile.in (INFO_DEPS): Add annotate.info.
6965         (dvi, ps, html, pdf): Add annotate.
6966         (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
6967         (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
6968         (ANNOTATE_DOC_FILES): New macro.
6969         (ANNOTATE_TEX_TMPS): New macro.
6970         (annotate.info, annotate_toc.html): Specify dependencies.
6971         (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
6972         * annotate.texinfo: Rename annotate.texi.  Get building.  Add
6973         "Migrating to GDB/MI" and "Limitations of the Annotation
6974         Interface" chapters.  Mention why it is not part of the user
6975         guide.  Update copyright notice.  Include "fdl.texi".
6976
6977 2003-07-26  Stephane Carrez  <stcarrez@nerim.fr>
6978
6979         * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
6980
6981 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
6982
6983         * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
6984
6985 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
6986
6987         * gdb.texinfo (Server): Mention pidof.
6988
6989 2003-07-22  Andrew Cagney  <cagney@redhat.com>
6990
6991         * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
6992         list.
6993
6994 2003-06-28  Daniel Jacobowitz  <drow@mvista.com>
6995
6996         * gdb.texinfo (Logging output): New chapter.
6997
6998 2003-06-24  Joel Brobecker  <brobecker@gnat.com>
6999
7000         * gdb.texinfo (Unsupported languages): New section.
7001         (Languages): Add link to new section.
7002
7003 2003-06-22  Andrew Cagney  <cagney@redhat.com>
7004
7005         * gdb.texinfo (Contributors): Mention 6.0 release engineer.
7006
7007 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
7008
7009         * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
7010
7011 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
7012
7013         * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
7014         * agentexpr.texi: Retitle section, and change it to an appendix.
7015         Comment out texinfo initialization.  Factor a @var{} into two
7016         pieces to prevent makeinfo warnings.
7017         * gdb.texinfo: Add Agent Expressions appendix.
7018
7019 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
7020
7021         * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
7022
7023 2003-06-18  Daniel Jacobowitz  <drow@mvista.com>
7024
7025         * gdb.texinfo (Remote Debugging): New section "Connecting to a
7026         remote target".  Document the "detach" and "disconnect" commands.
7027         (Server, Netware, Debug Session): Reference "Connecting to a
7028         remote target".
7029         (GDB/MI Target Manipulation): Document "-target-disconnect".
7030
7031 2003-06-13  Andrew Cagney  <cagney@redhat.com>
7032
7033         * gdbint.texinfo (Target Architecture Definition): Deprecate
7034         REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
7035         BIG_REMOTE_BREAKPOINT.  Cross reference BREAKPOINT_FROM_PC.
7036
7037 2003-06-09  Jim Blandy  <jimb@redhat.com>
7038
7039         * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
7040
7041 2003-06-08  Andrew Cagney  <cagney@redhat.com>
7042
7043         * gdbint.texinfo (Target Architecture Definition): Delete
7044         documentation on FRAME_ARGS_ADDRESS_CORRECT.
7045
7046 2003-06-08  Andrew Cagney  <cagney@redhat.com>
7047
7048         * gdbint.texinfo (Target Architecture Definition): Document
7049         "unwind_sp".  Cross reference "unwind_sp" and TARGET_READ_SP.
7050
7051 2003-06-07  Adam Fedor  <fedor@gnu.org>
7052
7053         * gdb.texinfo: Add Objective-C documentation.
7054
7055 2003-06-01  Andrew Cagney  <cagney@redhat.com>
7056
7057         * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
7058         parameter to "push_dummy_call".  Rename "dummy_addr" to "bp_addr".
7059
7060 2003-05-21  Andrew Cagney  <cagney@redhat.com>
7061
7062         * gdbint.texinfo (Target Architecture Definition): Delete
7063         references to "extract_address" and "store_address".
7064
7065 2003-05-16  Andrew Cagney  <cagney@redhat.com>
7066
7067         * gdbint.texinfo (Target Architecture Definition): Replace
7068         REGISTER_BYTES with DEPRECATED_REGISTER_BYTES.  Fix typo,
7069         DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
7070
7071 2003-05-14  Theodore A. Roth  <troth@openavr.org>
7072
7073         * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
7074
7075 2003-05-10  H.J. Lu <hongjiu.lu@intel.com>
7076
7077         * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
7078         (gdb.dvi): Likewise.
7079         (gdb.pdf): Likewise.
7080         (links2roff): Likewise.
7081
7082 2003-05-08  Jim Blandy  <jimb@redhat.com>
7083
7084         * gdb.texinfo (Dump/Restore Files): Update documentation for
7085         'dump', 'append', and 'restore': note that format argument is
7086         optional; simplify presentation of the command variants; and be
7087         more precise about the formats.
7088
7089 2003-05-07  Jim Blandy  <jimb@redhat.com>
7090
7091         * gdb.texinfo (Symbols): Update documentation: 'maint list
7092         symtabs' and 'maint list psymtabs' have been renamed 'maint info
7093         symtabs' and 'maint info psymtabs'.
7094
7095 2003-05-05  Andrew Cagney  <cagney@redhat.com>
7096
7097         * gdbint.texinfo (Target Architecture Definition): Make
7098         CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
7099         FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
7100         CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
7101
7102 2003-05-04  Andrew Cagney  <cagney@redhat.com>
7103
7104         * gdb.texinfo (Maintenance Commands): Document "maint print
7105         dummy-frames".
7106
7107 2003-05-04  Andrew Cagney  <cagney@redhat.com>
7108
7109         * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
7110
7111 2003-05-03  J. Brobecker  <brobecker@gnat.com>
7112
7113         Thierry Schneider  <tpschneider1@yahoo.com>
7114         * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
7115         for new MI command.
7116
7117 2003-05-03  Andrew Cagney  <cagney@redhat.com>
7118
7119         * gdbint.texinfo (Target Architecture Definition): Document
7120         push_dummy_code.  Add cross references.
7121
7122 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
7123
7124         * gdb.texinfo (Character Sets): Update to reflect new behavior of
7125         set/show charsets commands.
7126
7127 2003-04-28  Andrew Cagney  <cagney@redhat.com>
7128
7129         * gdbint.texinfo (Target Architecture Definition): Replace
7130         read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
7131         DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
7132
7133 2003-04-28  Andrew Cagney  <cagney@redhat.com>
7134
7135         * gdbint.texinfo (Target Architecture Definition): Rename
7136         "tm_print_insn" to "deprecated_tm_print_insn".
7137
7138 2003-04-09  Jim Blandy  <jimb@redhat.com>
7139
7140         * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
7141         list psymtabs'.
7142
7143 2003-04-08  Andrew Cagney  <cagney@redhat.com>
7144
7145         * gdbint.texinfo (Target Architecture Definition): Delete
7146         references to EXTRA_FRAME_INFO.
7147
7148 2003-04-08  Andrew Cagney  <cagney@redhat.com>
7149
7150         * gdbint.texinfo (Target Architecture Definition): Delete
7151         PRINT_TYPELESS_INTEGER.
7152
7153 2003-04-02  J. Brobecker  <brobecker@gnat.com>
7154
7155         * observer.texi (GDB Observers): Adjust the documentation for the
7156         normal_stop notification to better describe reality. Fix a couple
7157         of minor typos.
7158
7159 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
7160
7161         * gdb.texinfo (GDB/MI Program Control): Add
7162         '-file-list-exec-source-file'
7163
7164 2003-03-31  Andrew Cagney  <cagney@redhat.com>
7165
7166         * gdbint.texinfo (Target Architecture Definition): Delete
7167         references to CALL_DUMMY_P.
7168
7169 2003-03-30  Andrew Cagney  <cagney@redhat.com>
7170
7171         * gdbint.texinfo (Target Architecture Definition): Remove
7172         reference to TARGET_WRITE_SP.
7173
7174 2003-03-27  Andrew Cagney  <cagney@redhat.com>
7175
7176         * gdbint.texinfo (Target Architecture Definition): Remove
7177         references to write_sp.
7178
7179 2003-03-27  Andrew Cagney  <cagney@redhat.com>
7180
7181         * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
7182         chapter body.  Use @smallexample instead of @example.
7183         (Annotations): Ditto.
7184         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
7185         annotate.texi.
7186
7187 2003-03-26  Andrew Cagney  <cagney@redhat.com>
7188
7189         * gdbint.texinfo (Target Architecture Definition): Replace
7190         PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
7191         dummy_addr parameters.
7192
7193 2003-03-25  Andrew Cagney  <cagney@redhat.com>
7194
7195         * gdbint.texinfo (Target Architecture Definition): Delete
7196         reference to CALL_DUMMY_STACK_ADJUST_P.  Rename
7197         CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7198         Add reference to PUSH_ARGUMENTS.
7199
7200 2003-03-23  Andrew Cagney  <cagney@redhat.com>
7201
7202         * gdbint.texinfo (Algorithms, Target Architecture Definition):
7203         Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
7204
7205 2003-03-18  J. Brobecker  <brobecker@gnat.com>
7206
7207         * gdbint.texinfo (Algorithms): Add new section describing the
7208         Observer paradigm.
7209         (Top): Add menu entry to new observer appendix.
7210         * observer.texi: New file.
7211         * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
7212         new observer.texi file.
7213
7214 2003-03-17  Andrew Cagney  <cagney@redhat.com>
7215
7216         * gdb.texinfo (DATE): Delete.  Remove date from titles.  Mention
7217         that GNU Press update the manual version number.
7218
7219 2003-03-12  Andrew Cagney  <cagney@redhat.com>
7220
7221         * gdbint.texinfo (Target Architecture Definition): Delete
7222         references to get_saved_register.  Rename GET_SAVED_REGISTER to
7223         DEPRECATED_GET_SAVED_REGISTER.
7224
7225 2003-03-13  Andrew Cagney  <cagney@redhat.com>
7226
7227         * gdbint.texinfo (Target Architecture Definition): Replace
7228         POP_FRAME with DEPRECATED_POP_FRAME.  Update description.
7229
7230 2003-03-12  Andrew Cagney  <cagney@redhat.com>
7231
7232         * gdbint.texinfo (Target Architecture Definition): Rename
7233         FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
7234
7235 2003-03-10  Corinna Vinschen  <vinschen@redhat.com>
7236
7237         * gdb.texinfo: Add File-I/O documentation.
7238
7239 2003-03-10  Andrew Cagney  <cagney@redhat.com>
7240
7241         * gdbint.texinfo (Target Architecture Definition): Cross reference
7242         FRAME_SAVED_PC to unwind_pc.  Document unwind_pc.
7243
7244 2003-03-07  Andrew Cagney  <cagney@redhat.com>
7245
7246         * gdb.texinfo (Debugging Output): Mention the "set/show debug
7247         frame" command.
7248
7249 2003-03-05  Andrew Cagney  <cagney@redhat.com>
7250
7251         * gdbint.texinfo (Target Architecture Definition): Document
7252         unwind_dummy_id.  Cross reference unwind_dummy_id and
7253         SAVE_DUMMY_FRAME_TOS.
7254
7255 2003-03-05  James Ingham <jingham@apple.com>
7256             Daniel Jacobowitz  <drow@mvista.com>
7257
7258         * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
7259         and "show cp-abi".
7260
7261 2003-03-03  Andrew Cagney  <cagney@redhat.com>
7262
7263         * gdbint.texinfo (Target Architecture Definition): Document
7264         register_type.
7265
7266 2003-03-03  Andrew Cagney  <cagney@redhat.com>
7267
7268         * stabs.texinfo (Structures): Use @samp and separate @var's
7269         instead of a single @var containing a comma separated list.
7270         (Unions): Ditto.
7271
7272 2003-03-02  Daniel Jacobowitz  <drow@mvista.com>
7273
7274         * Makefile.in (distclean): Remove config.log.
7275
7276 2003-03-01  Andrew Cagney  <cagney@redhat.com>
7277
7278         * gdbint.texinfo (Target Architecture Definition): Rename
7279         FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
7280
7281 2003-03-01  Andrew Cagney  <cagney@redhat.com>
7282
7283         * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
7284         DEPRECATED_INIT_EXTRA_FRAME_INFO.
7285
7286 2003-02-23  Raoul Gough  <RaoulGough@yahoo.co.uk>
7287
7288         * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
7289         (Non-debug DLL symbols): New node, describing the minimal symbols
7290         loaded from DLLs without real debugging symbols.
7291
7292 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
7293
7294         * gdb.texinfo (Set Breaks): Add cross reference to "set remote
7295         hardware-breakpoint-limit".
7296         (Set Watchpoints): Add cross reference to "set remote
7297         hardware-watchpoint-limit".
7298         (Remote configuration options): New section.
7299
7300 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
7301
7302         * gdbint.texinfo (Target Architecture Definition): Delete
7303         descrption of IS_TRAPPED_INTERNALVAR.
7304
7305         From Keith Seitz <keiths@redhat.com>:
7306         * gdb.texinfo (Interpreters): New chapter.  Refer the command-line
7307         option "-i"/"--interpreter" to this chapter.  Include index
7308         entries.
7309
7310 2003-02-04  David Carlton  <carlton@math.stanford.edu>
7311
7312         * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
7313         (Variables): Recommend stabs+ and DWARF 2.
7314         (C plus plus expressions): Correct info about
7315         compiler versions, debug formats.
7316         (Contributors): Change 'DWARF2' to 'DWARF 2'.
7317         PR symtab/874.
7318
7319 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
7320
7321         * gdbint.texinfo (Target Architecture Definition): Delete
7322         description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
7323         ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
7324         BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
7325         references to nindy and i960.
7326         * gdb.texinfo (i960): Delete all references to i960 and nindy.
7327
7328 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
7329
7330         * gdbint.texinfo (Target Architecture Definition): Delete
7331         FLOAT_INFO.
7332
7333 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
7334
7335         * stabs.texinfo (Member Type Descriptor): Clarify description of
7336         `@'.  Suggested by Ben Hutchings.
7337
7338 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
7339
7340         * gdb.texinfo (M68K): Delete reference to es1800.
7341
7342 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
7343
7344         * gdb.texinfo (Maintenance Commands): Document `maint print
7345         reggroups' and `maint print register-groups'.
7346         * gdbint.texinfo (Target Architecture Definition): Document
7347         register_reggroup_p.
7348
7349 2003-01-23  Jim Blandy  <jimb@redhat.com>
7350
7351         * gdb.texinfo (Separate Debug Files): New section.
7352
7353 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
7354
7355         * gdb.texinfo (Maintenance Commands): Add "maint set profile"
7356         and "maint show profile".
7357
7358 2003-01-16  Michael Chastain  <mec@shout.net>
7359
7360         * gdb.texinfo (Installing GDB): Warn against
7361         ".../gdb-VERSION/gdb/configure".
7362         (Separate Objdir): Likewise.
7363
7364 2003-01-15  Andrew Cagney  <ac131313@redhat.com>
7365
7366         * gdbint.texinfo (Target Architecture Definition): Delete
7367         definition of PRINT_REGISTER_HOOK.
7368
7369 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
7370
7371         (OpenRISC 1000): Fix formatting of command names.
7372
7373 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
7374
7375         * gdb.texinfo (Continuing and Stepping): Add new command
7376         'advance'. Clarify behavior of 'until'.
7377
7378 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
7379
7380         * gdb.texinfo (Files): Document solib-absolute-prefix and
7381         solib-search-path.
7382
7383 2003-01-09  Michael Chastain  <mec@shout.net>
7384
7385         * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
7386         (Create a Release): Add new instructions for new @file{src-release}.
7387         Document existing instructions for @file{Makefile.in} as
7388         being for @value{GDBN} 5.3.1 or earlier.
7389
7390 2003-01-09  Andrew Cagney  <ac131313@redhat.com>
7391
7392         * gdbint.texinfo (Target Architecture Definition): Mention
7393         frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
7394         allocate memory.
7395
7396 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
7397
7398         * gdb.texinfo (Controlling GDB): Add @kindex for
7399         "show osabi".
7400         (Backtraces): Add @kindex's for backtrace-below-main.
7401
7402 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
7403
7404         * gdb.texinfo (Controlling GDB): Document "set osabi".
7405
7406 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
7407
7408         * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
7409         * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
7410
7411 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
7412
7413         * gdb.texinfo (Controlling GDB): Add ABI section.  Document
7414         "set coerce-float-to-double".
7415         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
7416
7417 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
7418
7419         * stabs.texinfo: Remove obsolete text.
7420         * gdbint.texinfo: Ditto.
7421         * gdb.texinfo: Ditto.
7422
7423 2002-12-22  Mark Kettenis  <kettenis@gnu.org>
7424
7425         * gdbint.texinfo (Target Architecture Definition): Update
7426         description of gdbarch_register_osabi.
7427
7428 2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>
7429
7430         * agentexpr.texi: Fix typos.
7431         * annotate.texi: Likewise.
7432         * fdl.texi: Likewise.
7433
7434 2002-12-10  Andrew Cagney  <cagney@redhat.com>
7435
7436         * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
7437         DEPRECATED_INIT_FRAME_PC.
7438
7439 2002-12-01  Andrew Cagney  <ac131313@redhat.com>
7440
7441         * gdbint.texinfo (Target Architecture Definition): Delete
7442         PC_IN_CALL_DUMMY.
7443
7444 2002-11-28  Andrew Cagney  <ac131313@redhat.com>
7445
7446         * gdbint.texinfo (Host Definition): Delete documentation on
7447         USE_GENERIC_DUMMY_FRAMES.
7448
7449 2002-11-26  Elena Zannoni  <ezannoni@redhat.com>
7450
7451         Fix PR gdb/723 and PR gdb/245.
7452         * Makefile.in (install-info): Run the install-info command as part
7453         of the post install steps only.
7454         (uninstall-info): New target.
7455         (uninstall): New target.
7456
7457 2002-11-22  Elena Zannoni  <ezannoni@redhat.com>
7458
7459         * Makefile.in (install): Make install do some real work.
7460
7461 2002-11-19  Andrew Cagney  <ac131313@redhat.com>
7462
7463         Fix POSIX problem reported by Paul Eggert.
7464         * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
7465         Fix PR gdb/527.
7466
7467 2002-10-26  Andrew Cagney  <cagney@redhat.com>
7468
7469         * gdbint.texinfo (Target Architecture Definition): Delete
7470         definition of DO_REGISTERS_INFO.
7471
7472 2002-10-18  Kevin Buettner  <kevinb@redhat.com>
7473
7474         * gdbint.texinfo (Address Classes): Fix problems with insertion
7475         of ``{'' and ``}'' in example.
7476
7477 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
7478
7479         * gdbint.texinfo (Address Classes): New section.
7480         (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
7481         ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
7482         ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
7483         ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
7484
7485 2002-10-11  Klee Dienes  <kdienes@apple.com>
7486
7487         * gdb.texinfo (Registers): Mention vector registers as well as
7488         floating registers in the documentation for 'info registers' and
7489         'info all-registers'.
7490
7491 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
7492
7493         * gdbint.texinfo (CPLUS_MARKER): Remove item.
7494
7495 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
7496
7497         * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
7498         interface definition.
7499
7500 2002-10-03  Marko Mlinar   <markom@opencores.org>
7501
7502         * gdb.texinfo (Target Commands): Add or1k target specific
7503         commands.
7504         * gdb.texinfo (Contributors): Add myself to the contributors list.
7505
7506 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
7507
7508         * gdb.texinfo (Mode Options): Update --interpreter option.  "mi2"
7509         and "mi1" instead of "mi1" and "mi0".
7510
7511 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
7512
7513         * gdb.texinfo (Packets): Fix typos "alligned".
7514         Correct z3/Z3 description.  Correct z4/Z4 title.
7515
7516 2002-09-27  Andrew Cagney  <ac131313@redhat.com>
7517
7518         * all-cfg.texi: Use @sc for GDB and GCC.  Update copyright.
7519
7520 2002-09-25  Kevin Buettner  <kevinb@redhat.com>
7521
7522         * gdb.texinfo: Use GNU/Linux instead of Linux.
7523
7524 2002-09-25  Andrew Cagney  <ac131313@redhat.com>
7525
7526         * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
7527
7528 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
7529
7530         * gdb.texinfo: Replace @example with @smallexample.
7531
7532 2002-09-20  Kevin Buettner  <kevinb@redhat.com>
7533
7534         From Eli Zaretskii  <eliz@gnu.org>:
7535         * gdb.texinfo (Character Sets): Use @smallexample instead of
7536         @example.  Use GNU/Linux instead of Linux.
7537
7538 2002-09-20  Jim Blandy  <jimb@redhat.com>
7539
7540         * gdb.texinfo: Add character set documentation.
7541
7542 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
7543
7544         * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
7545         (Packets): Add cross reference from `b' packet to `z' packets.
7546
7547 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
7548
7549         * gdb.texinfo (Maintenance Commands): Document ``maint
7550         internal-error'' and ``maint internal-warning''.
7551
7552         * gdbint.texinfo (Target Architecture Definition): Revise
7553         description of STACK_ALIGN.  Add description of FRAME_ALIGN.
7554
7555 2002-09-19  Joel Brobecker  <brobecker@gnat.com>
7556
7557         * gdbint.texinfo (Target Conditionals): Document the new
7558         NAME_OF_MALLOC macro.
7559
7560 2002-09-05  Andrew Cagney  <ac131313@redhat.com>
7561
7562         * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
7563         engineer.
7564
7565 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
7566
7567         * gdb.texinfo (TUI Overview): Document status line fields.
7568
7569 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
7570
7571         * gdb.texinfo (TUI Commands): Document info win command.
7572
7573 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
7574
7575         * gdb.texinfo (TUI Overview): Document breakpoint markers.
7576
7577 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
7578
7579         * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
7580         (TUI Keys): Likewise.
7581
7582 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
7583
7584         * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
7585         for a packet receive.
7586
7587 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
7588
7589         * Makefile.in (clean): Move to end of file.
7590         (distclean, maintainer-clean, realclean): Ditto.
7591         (mostlyclean): Move rule to end of file.  Use GDB_TEX_TMPS,
7592         GDBINT_TEX_TMPS, STABS_TEX_TMPS.
7593         (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
7594         (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
7595
7596 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
7597
7598         * Makefile.in (GDBINT_TEX_TMPS): Define.
7599         (gdbint.dvi, gdbint.pdf): Use
7600         (GDB_TEX_TMPS): Define.
7601         (gdb.dvi, gdb.pdf): Use.
7602         (STABS_TEX_TMPS): Define.
7603         (stabs.dvi, stabs.pdf): Use.
7604         (GDB_DOC_SOURCE_INCLUDES): New macros.
7605         (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
7606         (GDBINT_DOC_FILES_INCLUDES): New macros.
7607         (GDBINT_DOC_BUILD_INCLUDES): New macros.
7608         (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
7609         (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
7610         (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
7611         (links2roff): Replace SFILES_INCLUDED with
7612         GDB_DOC_SOURCE_INCLUDES.
7613         (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
7614         (gdb.me, gdb.mm, gdb.ms): Update dependencies.
7615         (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
7616         dependencies.
7617         (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
7618         dependencies.
7619         (gdbmi.texinfo): Delete rule.
7620         (inc-hist.texinfo): Delete rule.
7621         (rluser.texinfo): Delete rule.
7622
7623 2002-08-23  Andrew Cagney  <cagney@redhat.com>
7624
7625         * gdbint.texinfo (Target Architecture Definition): Update
7626         STORE_RETURN_VALUE, mention regcache.
7627
7628 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
7629
7630         * gdbint.texinfo (Target Architecture Definition): Document
7631         print_registers_info.  Note that DO_REGISTERS_INFO is deprecated.
7632
7633 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
7634
7635         * gdb.texinfo (Remote Protocol): Reformat.  Use cross references.
7636         Fix minor typos.  Add index entries.
7637
7638 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
7639
7640         * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
7641
7642 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
7643
7644         * gdbint.texinfo (Target Architecture Definition): Document
7645         PRINT_VECTOR_INFO.
7646         * gdb.texinfo (Vector Unit): Document "info vectors" command.
7647
7648 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
7649
7650         * gdb.texinfo (Maintenance Commands): Document "maint print
7651         registers", "maint print raw-registers" and "maint print
7652         cooked-registers".
7653
7654 2002-08-08  Grace Sainsbury  <graces@redhat.com>
7655
7656         From Mark Salter:
7657         * gdb.texinfo (Protocol): Document T packet extension to
7658         allow watchpoint address reporting.
7659
7660 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
7661
7662         * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
7663
7664 2002-08-01  Andrew Cagney  <cagney@redhat.com>
7665
7666         * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
7667         to CHILL.
7668
7669 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
7670
7671         * gdbint.texinfo (Coding): Revise section "Include Files".
7672
7673 2002-07-24  Andrew Cagney  <cagney@redhat.com>
7674
7675         * gdbint.texinfo: Obsolete references to m88k.
7676         * gdb.texinfo: Ditto.
7677
7678 2002-07-10  Joel Brobecker  <brobecker@gnat.com>
7679
7680         * gdbint.texinfo (Create a release candiate): Add the location
7681         where the proper version of autoconf can be retrieved.
7682
7683 2002-07-09  Don Howard  <dhoward@redhat.com>
7684
7685         * gdb.texinfo (Command Files): Further describe the behavior of
7686         sourced command files.
7687
7688 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
7689
7690         * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
7691         (Coding): Clarify ISO C version that GDB assumes.
7692
7693 2002-06-26  Tom Tromey  <tromey@redhat.com>
7694
7695         * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
7696         add_setshow_cmd_full.
7697
7698 2002-06-25  Don Howard  <dhoward@redhat.com>
7699
7700         * gdb.texinfo (Memory Region Attributes): Document new behavior
7701         for 'mem' command.
7702
7703 2002-06-11  Jim Blandy  <jimb@redhat.com>
7704
7705         * gdb.texinfo (Symbols): Update documentation for `info source'
7706         command.
7707
7708         * gdb.texinfo (Macros): Call the command `info macro', not
7709         `show macro'.
7710
7711 2002-06-09  Andrew Cagney  <ac131313@redhat.com>
7712
7713         * gdbint.texinfo (Coding): Add section ``Per-architecture module
7714         data''.
7715
7716 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
7717
7718         * gdbint.texinfo (Target Architecture Definition): Document
7719         GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
7720
7721 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
7722
7723         * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
7724         lists.
7725
7726 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
7727
7728         * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
7729         Branch''.
7730
7731 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
7732
7733         * gdbint.texinfo (Target Architecture Definition): Add section
7734         ``Converting an existing Target Architecture to Multi-arch''.
7735
7736 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
7737
7738         * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
7739         to ``Obsoleting code''.  Revise.
7740
7741 2002-05-17  Jim Blandy  <jimb@redhat.com>
7742
7743         * gdb.texinfo (C Preprocessor Macros): New chapter.
7744         Include it in the main menu.
7745         (Contributors): Credit Jim Blandy with macro support.
7746         (Compilation): Explain how to get macro information into the
7747         executable.
7748         (Expressions): Note that preprocessor macros are expanded.
7749
7750 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
7751
7752         * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
7753         options for `target remote'.
7754
7755 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
7756
7757         * gdbint.texinfo (Target Architecture Definition): Delete
7758         documentation on NNPC_REGNUM.
7759
7760 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7761
7762         * gdbint.texinfo (Target Architecture Definition): Document
7763         REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
7764         (Target Architecture Definition): Revise section `Using Different
7765         Register and Memory Data Representations'.  Add section `Raw and
7766         Virtual Register Representations'.
7767
7768 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7769
7770         * gdbint.texinfo (Target Architecture Definition): Mention
7771         defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
7772         (Target Architecture Definition): Mention same.  Add references to
7773         web pages.
7774
7775 2002-05-08  Michael Snyder  <msnyder@redhat.com>
7776
7777         * stabs.texinfo (Attributes): Document new "vector" attribute.
7778
7779 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7780
7781         * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
7782
7783 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7784
7785         * gdb.texinfo: Delete obsolete references to a29k.
7786
7787 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
7788
7789         * gdbint.texinfo (Target Architecture Definition): Replace
7790         IN_SIGTRAMP with PC_IN_SIGTRAMP.
7791
7792 2002-04-24  David S. Miller  <davem@redhat.com>
7793
7794         * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
7795
7796 2002-04-21  David S. Miller  <davem@redhat.com>
7797
7798         * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
7799
7800 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
7801
7802         * gdbint.texinfo (Target Architecture Definition): Delete
7803         definition of HAVE_REGISTER_WINDOWS.
7804
7805 2002-04-19  Eli Zaretskii  <eliz@gnu.org>
7806
7807         * gdbint.texinfo (Releasing GDB, Coding): Fix typos.  Reported by
7808         "Theodore A. Roth" <troth@verinet.com>.
7809
7810 2002-04-15  Don Howard  <dhoward@redhat.com>
7811
7812         From Eli Zaretskii <eliz@gnu.org>
7813         * gdb.texinfo (show max-user-call-depth): Correct formatting.
7814         Provide a better explaination of this feature.
7815
7816 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
7817
7818         * gdbint.texinfo (Target Architecture Definition): Remove
7819         FRAME_CHAIN_COMBINE.
7820
7821 2002-04-12  Michael Chastain  <mec@shout.net>
7822
7823         * gdbint.texinfo (Obsolete Conditionals): Remove reference to
7824         REG_STACK_SEGMENT.
7825
7826 2002-04-09  Michael Chastain  <mec@shout.net>
7827
7828         * gdbint.texinfo (Obsolete Conditionals): Remove references to
7829         PYRAMID_* macros.
7830
7831 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7832
7833         * gdb.texinfo (Bug Reporting): Document that the web is the
7834         prefered way of submitting bug reports.
7835         (Bug Reporting): Delete the s-mail address as the last resort.
7836
7837 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
7838
7839         * gdbint.texinfo (Target Architecture Definition): Delete
7840         references to TARGET_WRITE_FP and write_fp.
7841
7842 2002-03-27  Michael Snyder  <msnyder@redhat.com>
7843
7844         * gdb.texinfo: Document new commands dump, append, and restore.
7845
7846 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
7847
7848         * gdbint.texinfo (Releasing GDB): Revise the section `Before the
7849         Branch'.
7850
7851 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
7852
7853         * gdb.texinfo: Change all examples to @smallexample.
7854         * gdbint.texinfo: Ditto.
7855
7856 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
7857
7858         * gdbint.texinfo (Releasing GDB): Add section ``Versions and
7859         Branches''.
7860
7861 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
7862
7863         * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
7864         Policy''.
7865
7866 2002-03-04  Fred Fish  <fnf@redhat.com>
7867
7868         * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
7869         expresson, suports, dependant, trhe, perhaphs, situtations,
7870         explictily, taged, oportunity, unfortunatly).
7871
7872 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
7873
7874         * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
7875         Remove reference to 3.12.
7876
7877 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
7878
7879         * gdbint.texinfo: Include fdl.texi.
7880         (Top): Add GNU Free Documentation License.
7881         * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
7882         (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
7883         (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
7884         (gdbint.info): Add srcdir to include path.
7885         * gdb.texinfo: Include gpl.texi.
7886         (Top): Add Copying.
7887         * gpl.texi: New file.
7888
7889 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
7890
7891         * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
7892
7893 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
7894
7895         * gdb.texinfo: Document Cygwin native specific commands.
7896
7897 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
7898
7899         * gdb.texinfo: Document gdbserver ``--attach'' command.
7900
7901 2002-02-07  Michael Snyder  <msnyder@redhat.com>
7902
7903         * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
7904         to @code(_ovly_debug_event).
7905
7906 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
7907
7908         * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
7909
7910 2002-02-06  Michael Snyder  <msnyder@redhat.com>
7911
7912         * gdb.texinfo (overlays): Mention new magic symbol
7913         '_ovly_debug_event', which allows GDB to keep better track
7914         of overlays.
7915
7916 2002-02-03  Eli Zaretskii  <eliz@gnu.org>
7917
7918         * gdb.texinfo (Memory Region Attributes): Fix the wording.
7919         Suggested by Dmitry Sivachenko.
7920
7921         * (<many nodes>): Fix the spelling and punctuation of "i.e.".
7922
7923 2002-02-01  Michael Snyder  <msnyder@redhat.com>
7924
7925         * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
7926
7927 2002-01-30  Michael Snyder  <msnyder@redhat.com>
7928
7929         * gdb.texinfo: (remote protocol): Gramatical fix-up.
7930         (set trust-readonly-sections): Document.
7931
7932 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
7933
7934         * gdbint.texinfo (Releasing GDB): Revise and update.
7935
7936 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
7937
7938         * gdbint.texinfo (Target Architecture Definition): Delete
7939         description of TARGET_BYTE_ORDER_DEFAULT.
7940
7941 2002-01-27  Eli Zaretskii  <eliz@gnu.org>
7942
7943         * gdb.texinfo: Fix typos and markup.  From Dmitry Sivachenko
7944         <mitya@cavia.pp.ru>.
7945
7946 2002-01-23  Andrew Cagney  <ac131313@redhat.com>
7947
7948         * libgdb.texinfo: Delete file.
7949
7950 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
7951
7952         * gdb.texinfo: Remove makeinfo 3.12 hacks.
7953         * gdbint.texinfo: Ditto.
7954
7955 Tue Jan 22 11:57:38 2002  Andrew Cagney  <cagney@redhat.com>
7956
7957         * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
7958
7959 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
7960
7961         * Makefile.in: Update copyright.
7962         (TEXI2DVI): Define.
7963         (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
7964         (gdbint.dvi, gdbint.pdf): Use TEXI2DVI.  Add dependency on
7965         gdb-cfg.texi.
7966         (TEXINDEX, PDFTEX): Delete makefile variables.
7967
7968 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
7969
7970         * gdb.texinfo (Protocol): Move section to appendix.
7971
7972 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
7973
7974         * gdb.texinfo (Remote Debugging): Create a menu.
7975         (Top): Add ``Remote Debugging'' to menu.
7976
7977 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
7978
7979         * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
7980         serial protocol'' from here.
7981         (Remote Debugging): To here.  New chapter.
7982
7983 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
7984
7985         * gdbint.texinfo (Target Architecture Definition): Delete
7986         description of TARGET_BYTE_ORDER_SELECTABLE_P.
7987
7988 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
7989
7990         * gdbint.texinfo (Host Definition): Revise.  xm-xyz.h and xyz.mh
7991         are no longer needed.
7992         (Porting GDB): Add maintainer note about configure.host.
7993
7994 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
7995
7996         * gdbint.texinfo (Target Architecture Definition): Remove
7997         definition of IEEE_FLOAT.
7998
7999 2002-01-20  Eli Zaretskii  <eliz@gnu.org>
8000
8001         * gdb.texinfo: Beautify copyright years; fix a typo.
8002         (DJGPP Native): Fix overfull hboxes in examples.  From Brian Youmans
8003         <3diff@gnu.org>
8004
8005 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
8006
8007         * gdbint.texinfo (Host Definition): Remove references to
8008         MALLOC_INCOMPATIBLE.
8009
8010 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
8011
8012         * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
8013         and xyz-xdep.o.
8014
8015 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
8016
8017         * gdb.texinfo (Maintenance Commands): Add appendix.
8018         (Set Breaks): Copy ``maint info breakpoint'' doco to
8019         ``Maintenance Commands'' appendix.  Add reference.
8020
8021 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
8022
8023         * fdl.texi: Remove next/prev from @node.
8024
8025 2002-01-17  Eli Zaretskii  <eliz@gnu.org>
8026
8027         * gdb.texinfo: @include fdl.texi.  Fixes for overfull hboxes and
8028         for monstrous @multitable (from Brian Youmans).
8029
8030         * fdl.texi: New file.
8031
8032         * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
8033
8034 2002-01-15  Andrew Cagney  <ac131313@redhat.com>
8035
8036         * gdbint.texinfo (Releasing GDB): New chapter.
8037
8038 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
8039
8040         * gdb.texinfo (Embedded Processors, Calling program functions):
8041         Obsolete references to a29k.
8042
8043 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
8044
8045         * gdbint.texinfo (Coding): Review Cleanups section.  Examples
8046         examples.  Document that a code-block should do or discard its
8047         cleanups before exit.
8048
8049 2002-01-11  Michael Snyder  <msnyder@redhat.com>
8050
8051         * gdb.texinfo (Choosing files): Change @samp to @file.
8052
8053 2002-01-05  Michael Snyder  <msnyder@redhat.com>
8054
8055         * gdb.texinfo (--pid): Document new command line option (attach).
8056
8057 2002-01-07  Eli Zaretskii  <eliz@gnu.org>
8058
8059         * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
8060         in the stub.
8061
8062 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
8063
8064         * gdbint.texinfo (Target Architecture Definition): Replace
8065         BIG_ENDIAN with BFD_ENDIAN_BIG.
8066
8067 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
8068
8069         * gdbint.texinfo (Target Architecture Definition): Replace
8070         value_ptr with struct value pointer.
8071
8072 2002-01-02  Eli Zaretskii  <eliz@gnu.org>
8073
8074         * gdb.texinfo (Free Software): Fix wording.
8075
8076 2001-12-31  Eli Zaretskii  <eliz@gnu.org>
8077
8078         * gdb.texinfo (Free Software): New section ``Free Software Needs
8079         Free Documentation''.
8080
8081 2001-12-30  Eli Zaretskii  <eliz@gnu.org>
8082
8083         * stabs.texinfo:
8084         * gdb.texinfo:
8085         * gdbint.texinfo:
8086         * libgdb.texinfo:
8087         * annotate.texi: Fix the application of GFDL in the Copyright notice.
8088
8089 2001-12-29  Michael Snyder  <msnyder@redhat.com>
8090
8091         * gdb.texinfo (maint info sections): Fix typo.
8092
8093 2001-12-26  Michael Snyder  <msnyder@redhat.com>
8094
8095         * gdb.texinfo (maint info sections): Document.
8096
8097         * gdb.texinfo (info proc): Comment out documentation for
8098         'info proc' sub-options that are currently not implemented.
8099
8100 2001-12-20  Jim Blandy  <jimb@redhat.com>
8101
8102         * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
8103
8104 2001-12-15  Andrew Cagney  <ac131313@redhat.com>
8105
8106         * gdbint.texinfo (Target Architecture Definition): Replace
8107         LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
8108
8109 2001-12-01  Andrew Cagney  <ac131313@redhat.com>
8110
8111         * gdbint.texinfo (Host Definition): Delete documentation on
8112         HOST_BYTE_ORDER.
8113
8114 2001-11-30  Jim Blandy  <jimb@redhat.com>
8115
8116         * gdb.texinfo (Overlays): New chapter, documenting GDB's
8117         overlay support.  Add to top-level menu.
8118
8119 2001-11-26  Tom Tromey  <tromey@redhat.com>
8120
8121         * gdb.texinfo (Command Syntax): Document C-o binding.
8122
8123 2001-07-26  Christopher Faylor  <cgf@redhat.com>
8124
8125         * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
8126         use since it is described in the referenced section.
8127
8128         From Eli Zaretskii <eliz@gnu.org>
8129         * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
8130         clearer when using DJGPP.
8131
8132 2001-11-24  Christopher Faylor  <cgf@redhat.com>
8133
8134         * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
8135         specifically refer to MS-DOS.
8136         (command files): Mention gdb.ini is only used on MS-DOS.
8137
8138 2001-11-21  Tom Tromey  <tromey@redhat.com>
8139
8140         * gdb.texinfo (Invoking GDB): Document --args.
8141         (Mode Options): Likewise.
8142
8143 2001-11-21  Jim Blandy  <jimb@redhat.com>
8144
8145         * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
8146         Delete documentation; this macro has been removed from the
8147         sources.
8148
8149 2001-11-13  Jim Blandy  <jimb@redhat.com>
8150
8151         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
8152
8153 2001-11-06  Corinna Vinschen  <vinschen@redhat.com>
8154
8155         * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
8156
8157 2001-11-05  Michael Snyder  <msnyder@redhat.com>
8158
8159         * gdb.texinfo (info functions): Document use of backslash to
8160         quote regexp chars in function names such as "operator*()".
8161
8162 2001-11-01  Fred Fish  <fnf@redhat.com>
8163
8164         * gdbint.texinfo (SOLIB_ADD): Document additional new
8165         "readsyms" arg.
8166
8167 2001-10-30  Don Howard  <dhoward@redhat.com>
8168
8169         * gdb.texinfo: (Command Files) Added documentation for the
8170         behavior of gdb with input redirected from a file.
8171
8172 2001-10-28  Fred Fish  <fnf@redhat.com>
8173
8174         * gdb.texinfo (auto-solib-add): Change docs to match
8175         implementation change.
8176         (auto-solib-limit): Add docs for new variable.
8177
8178 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
8179
8180         * gdbint.texinfo (Target Architecture Definition): Function
8181         value_as_pointer renamed to value_as_address.
8182
8183 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
8184
8185         * gdbint.texinfo (Target Architecture Definition): Default
8186         POINTER_TO_ADDRESS functions assume unsigned addresses.
8187         (INTEGER_TO_ADDRESS): Document.  Derive pragmatics section from a
8188         posting by Jim Blandy.
8189
8190 2001-10-12  Jim Blandy  <jimb@redhat.com>
8191
8192         * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
8193         version of texi2html (1.64) doesn't support this flag any more.
8194
8195 2001-09-08  Mark Kettenis  <kettenis@gnu.org>
8196
8197         * gdbint.texinfo (Host Definition): Remove description of
8198         MEM_FNS_DECLARED.
8199
8200         * gdbint.texinfo (Host Definition): Remove description of R_OK.
8201
8202         * gdbint.texinfo (Host Definition): Remove description of
8203         HAVE_SIGSETMASK.
8204
8205 2001-09-04  Elena Zannoni  <ezannoni@redhat.com>
8206
8207         * gdbint.texinfo (Target Architecture Definition): Add
8208         explanation of TARGET_PRINT_INSN macro.
8209
8210 2001-08-30  Jim Blandy  <jimb@redhat.com>
8211
8212         * gdb.texinfo (`add-symbol-file'): Correct synopsis.
8213         Explain what it means to load relocatable files.
8214
8215 2001-08-28  Jim Blandy  <jimb@redhat.com>
8216
8217         * gdbint.texinfo: Bring the HTML `top' menu into sync with the
8218         info `top' menu.
8219
8220 Wed Aug 15 10:47:28 2001  Christopher Faylor <cgf@cygnus.com>
8221
8222         * gdbint.texinfo: Add a cautionary note about macro use.
8223
8224 2001-08-02  Corinna Vinschen  <vinschen@redhat.com>
8225
8226         * gdb.texinfo: Explain omitting the hostname in the
8227         `target remote' command.
8228
8229 2001-07-30  Daniel Jacobowitz  <drow@mvista.com>
8230
8231         * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
8232         and END-INFO-DIR-ENTRY.
8233
8234 2001-07-28  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8235
8236         * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
8237
8238 2001-07-25  Andrew Cagney  <ac131313@redhat.com>
8239
8240         * gdbint.texinfo (libgdb): Rewrite.
8241
8242 2001-07-26  Eli Zaretskii  <eliz@gnu.org>
8243
8244         * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
8245
8246 2001-07-24  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8247
8248         * gdb.texinfo (TUI): New chapter, document the TUI.
8249         (Mode Options): Document the -tui option.
8250
8251 2001-07-23  Mark Kettenis  <kettenis@gnu.org>
8252
8253         * gdbint.texinfo (Host Definition): Remove description of
8254         NEED_POSIX_SETPGID.
8255
8256 2001-07-23  Eli Zaretskii  <eliz@gnu.org>
8257
8258         * gdb.tex (DJGPP Native): New node, with descriptions of
8259         DJGPP-specific commands.
8260
8261 2001-07-19  John R. Moore  <jmoore@redhat.com>
8262
8263         * gdbint.texinfo: Three misspellings.
8264
8265 2001-07-06  Andrew Cagney  <ac131313@redhat.com>
8266
8267         * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
8268         `test` expressions on bash.  Problem reported by Colin Walters.
8269
8270 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
8271
8272         * gdbint.texinfo (User Interface): Update ui-out documentation to
8273         refelect recent UI/MI updates.
8274
8275 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
8276
8277         * gdb.texinfo (Mode Options): Mention the mi0 and mi1
8278         interpreters.
8279
8280 2001-06-15  Andrew Cagney  <ac131313@redhat.com>
8281
8282         * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
8283         structure and not macros.
8284         (Host Definition): Document that much of this chapter is obsolete.
8285         (Target Architecture Definition): Update list of files that make
8286         up a target architecture.
8287         (Coding): Update.
8288
8289 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
8290
8291         * gdbint.texinfo (Target Architecture Definition): Update
8292         EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
8293         The latter has been changed to a true predicate.
8294
8295 2001-06-17  Eli Zaretskii  <eliz@gnu.org>
8296
8297         * annotate.texi: Add @noindent where needed.  From Dmitry
8298         Sivachenko <dima@Chg.RU>.
8299         * gdb.texinfo: Indexing fix.  From Dmitry Sivachenko.
8300
8301 2001-06-16  Andrew Cagney  <ac131313@redhat.com>
8302
8303         * gdb.texinfo (Protocol): Fix typo.  Extra parenthesis.
8304
8305 2001-06-14  Andrew Cagney  <ac131313@redhat.com>
8306
8307         * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
8308         returns ``OK''.  Document that the ``R'' packet does not reply.
8309
8310 2001-06-13  Michael Snyder  <msnyder@redhat.com>
8311
8312         * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
8313
8314 2001-06-13  Eli Zaretskii  <eliz@gnu.org>
8315
8316         * gdb.texinfo (Signals): Clarify the default setting of signal
8317         handling.
8318
8319 2001-05-14  Andrew Cagney  <ac131313@redhat.com>
8320
8321         * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
8322         (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
8323
8324 2001-05-12  Andrew Cagney  <ac131313@redhat.com>
8325
8326         * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
8327
8328 2001-05-10  Eli Zaretskii  <eliz@gnu.org>
8329
8330         * gdbint.texinfo (Clean Design and Portable Implementation):
8331         Renamed from "Clean Design".
8332         (Clean Design and Portable Implementation): Document portable
8333         methods of handling file names, and the associated macros.
8334
8335 2001-04-02  Eli Zaretskii  <eliz@gnu.org>
8336
8337         * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
8338         command and provide a cross-reference to its description.
8339         (Symbols): Note that "info scope" is useful for trace experiments.
8340
8341 2001-04-01  Eli Zaretskii  <eliz@gnu.org>
8342
8343         * gdb.texinfo (Symbols): Document "info scope".
8344         (Tracepoints): New chapter.
8345         (Contributors): Update for v5.1.
8346         <All nodes>: Change "C++" to "C@t{++}".
8347
8348         * gdbint.texinfo (User Interface): A new section about ui_out
8349         functions, based on text written by Fernando Nasser.
8350
8351         * stabs.texinfo: Change Permissions to GFDL.  Update Copyright.
8352
8353 2001-03-26  Eli Zaretskii  <eliz@gnu.org>
8354
8355         * gdb.texinfo: Change Permissions to GFDL.  Update Copyright.
8356
8357         * gdbint.texinfo: Change Permissions to GFDL.  Update Copyright.
8358
8359         * gdbgui.texinfo: Change Permissions to GFDL.  Update Copyright.
8360         Replace "GDB" with "@value{GDBN}".  Fix markup.
8361
8362         * annotate.texi: Change Permissions to GFDL.  Update Copyright.
8363
8364         * gdb.texinfo (Output Formats): Mention "info symbol" and provide
8365         a cross-reference to its description.
8366         (Symbols): Document "info symbol".
8367
8368 2001-03-21  Eli Zaretskii  <eliz@gnu.org>
8369
8370         * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
8371         subsection "x86 Watchpoints".
8372         (Target Architecture Definition): Document the macros
8373         I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
8374         (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
8375
8376 2001-03-20  Andrew Cagney  <ac131313@redhat.com>
8377
8378         * gdbint.texinfo (Target Architecture Definition): Update
8379         definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
8380         list.
8381
8382 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
8383
8384         * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
8385         gdbint.texinfo, refcard.tex: Update/correct copyright notices.
8386
8387 2001-02-21  Eli Zaretskii  <eliz@gnu.org>
8388
8389         * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
8390
8391 2001-02-11  Eli Zaretskii  <eliz@gnu.org>
8392
8393         * gdb.texinfo (Environment): Document that `path' does not change
8394         the value of PATH in GDB's own environment (it did in the past,
8395         but that was changed on March 15, 1994).  Reported by Doug Evans
8396         <dje@transmeta.com>.
8397
8398         * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
8399         its line.  Fix markup of commands and macros.  Add an Index node
8400         and index entries.
8401
8402 2001-01-23  J.T. Conklin  <jtc@redback.com>
8403
8404         * gdb.texinfo (Memory region attributes): New manual section.
8405
8406 2001-01-04  Nicholas Duffek  <nsd@redhat.com>
8407
8408         * gdbint.texinfo (POP_FRAME): Document use by return_command.
8409
8410 2000-12-25  Eli Zaretskii  <eliz@gnu.org>
8411
8412         * refcard.tex: Version and copyright fixed.  From Phil Edwards
8413         <pedwards@disaster.jaj.com>.
8414
8415 Thu Nov 30 16:57:19 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8416
8417         * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
8418         DWARF2_REG_TO_REGNUM): Document.
8419
8420 Mon Nov 20 21:29:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8421
8422         * gdbint.texinfo (Coding): Update current value of
8423         --enable-build-warnings.  Mention --enable-gdb-build-warnings.
8424
8425 2000-11-19  Eli Zaretskii  <eliz@gnu.org>
8426
8427         * gdb.texinfo (Continuing and Stepping):  Fixed markup and typos,
8428         as suggested by Dmitry Sivachenko <dima@Chg.RU>.
8429
8430 2000-11-10  Christopher Faylor <cgf@cygnus.com>
8431
8432         * gdb.texinfo: Document new 'set step-mode' command.
8433
8434 2000-10-16  Eli Zaretskii  <eliz@gnu.org>
8435
8436         * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
8437         changes from Dmitry Sivachenko <dima@Chg.RU>.
8438
8439 2000-09-26  Eli Zaretskii  <eliz@gnu.org>
8440
8441         * gdb.texinfo (Hooks): Document the new post-hook functionality.
8442         From Steven Johnson <sbjohnson@ozemail.com.au>.
8443
8444 2000-08-10  Mark Kettenis  <kettenis@gnu.org>
8445
8446         * gdbint.texinfo (Overall Structure): Spelling fix.
8447
8448 2000-08-10  Eli Zaretskii  <eliz@gnu.org>
8449
8450         * gdbint.texinfo (Target Architecture Definition): Document that
8451         REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
8452         for which REGISTER_CONVERTIBLE returns a zero value.
8453
8454 2000-07-08  Christopher Faylor <cgf@cygnus.com>
8455
8456         * Makefile.in (install-info): Find files to install in either the
8457         build or source directories (adapted from Makefile.am).
8458
8459 2000-07-07  Nicholas Duffek  <nsd@redhat.com>
8460
8461         * stabs.texinfo: Fix spelling errors.
8462         (String Field): FILE-NUMBER starts from 0, not 1.
8463
8464 2000-07-05  Eli Zaretskii <eliz@gnu.org>
8465
8466         * refcard.tex: Remove \centerline from the blurb.  Patch from
8467         Brian Youmans.
8468
8469 2000-06-25  Eli Zaretskii <eliz@gnu.org>
8470
8471         * Makefile.in (install-info): Support installation from outside of
8472         the source directory.  Reported by Mark Harig
8473         <markh@frazier.landmark.com>.
8474
8475 2000-06-20  J.T. Conklin  <jtc@redback.com>
8476
8477         * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
8478
8479 Fri May 26 15:55:33 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8480
8481         * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
8482         Generate using pdftex.
8483         (PDFTEX): Define.
8484         (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
8485         (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
8486         @contents at the start.
8487
8488 2000-05-24  Eli Zaretskii  <eliz@gnu.org>
8489
8490         * gdb.texinfo: Remove duplicate @syncodeindex.  From Brian
8491         Youmans.
8492
8493 Wed May 24 21:27:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8494
8495         From Brian Youmans:
8496         * gdb.texinfo: Fix ``et al.''.
8497
8498 Tue May 23 22:57:41 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8499
8500         * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
8501         loop.
8502
8503 2000-05-19  Jimmy Guo  <guo@cup.hp.com>
8504
8505         * configure: Regenerate.
8506
8507 2000-05-17  Eli Zaretskii  <eliz@gnu.org>
8508
8509         * Makefile.in (install-info): Run install-info on installed Info
8510         files.
8511
8512 Fri May 12 20:18:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8513
8514         * gdb.texinfo: Add Stan Shebs, et.al. as authors.  Mention
8515         Andrew Cagney.
8516
8517 2000-05-09  Eli Zaretskii  <eliz@gnu.org>
8518
8519         * gdb.texinfo: Proofreading changes from Brian Youmans.
8520
8521 2000-05-01  Nick Duffek  <nsd@cygnus.com>
8522
8523         * gdb.texinfo (Command Files): Mention -x, use @enumerate for
8524         startup sequence, minor edits.
8525
8526 2000-05-01  Eli Zaretskii  <eliz@gnu.org>
8527
8528         * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
8529         TeX.
8530
8531         * gdb.texinfo: Add "@syncodeindex fn cp".  Convert all entries
8532         "@kindex f" into "@kindex f (foo)", otherwise we get index entries
8533         like `n' and `s' which look weird.  Convert some of the @kindex to
8534         @vindex, when they refer to variables, not commands.
8535
8536 Sat Apr 29 17:01:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8537
8538         * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
8539
8540 2000-04-23  Eli Zaretskii  <eliz@gnu.org>
8541
8542         * Makefile.in (GDBMI_DIR): New variable.
8543         (SET_TEXINPUTS): Add $(GDBMI_DIR).
8544         (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
8545         (gdbmi.texinfo): New target, for texi2roff.
8546         (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
8547         (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
8548
8549         * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
8550         gdbmi.texinfo.
8551         (Mode Options): Add xref to GDB/MI docs and remove a FIXME
8552         comment.
8553
8554 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
8555
8556         * gdb.texinfo (Files): Update description of add-symbol-file
8557         command.
8558
8559 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
8560
8561         * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
8562         prevents the build (and is generally a Bad Idea).
8563
8564 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
8565
8566         * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
8567         a comma inside @var.
8568         (Command Files): Index markup changes from Dmitry Sivachenko
8569         <dima@Chg.RU>.
8570
8571 2000-04-16  Eli Zaretskii  <eliz@gnu.org>
8572
8573         * Makefile.in (LN_S): Define.
8574         (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
8575         invoke "ln -s" unless it is known to work.
8576
8577         * configure.in (AC_PROG_LN_S): Add.
8578
8579 2000-04-14  Jim Blandy  <jimb@redhat.com>
8580
8581         * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
8582         section.
8583         (Target Conditionals): Document ADDRESS_TO_POINTER,
8584         POINTER_TO_ADDRESS.
8585
8586 2000-04-11  Daniel Berlin  <dan@cgsoftware.com>
8587
8588         * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
8589         gdb-cfg.texi to get the value.
8590
8591 2000-04-10  Jim Blandy  <jimb@redhat.com>
8592
8593         * gdbint.texinfo (Target Architecture Definition): Fix
8594         cross-references.
8595
8596 2000-04-08  Jim Blandy  <jimb@redhat.com>
8597
8598         * gdbint.texinfo (Using Different Register and Memory Data
8599         Representations): New section.
8600         (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
8601         REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
8602         REGISTER_CONVERT_TO_RAW): Document.
8603
8604 Mon Apr  3 19:16:32 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8605
8606         * gdb.texinfo (Protocol): Deprecate the sequence-id.  Add cindex
8607         for acknowledgments.
8608
8609 Tue Mar 28 18:28:45 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8610
8611         * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
8612         qThreadExtraInfo.
8613
8614 2000-03-28  J.T. Conklin  <jtc@redback.com>
8615
8616         * gdb.texinfo: Clarify which remote debug protocol commands are
8617         required and which are optional.
8618
8619 Tue Mar 28 16:06:22 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8620
8621         * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
8622         Cagney <cagney@b1.cygnus.com>.  Move @chapter and @node entries
8623         back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
8624         * annotate.texi: Update.
8625
8626 2000-03-28  Stan Shebs  <shebs@apple.com>
8627
8628         * gdb.texinfo: Update dates, bump to Eighth Edition (note
8629         expectation of additional changes before release), update
8630         ISBN, add copy of top-level menu for @ifhtml, remove explicit
8631         node links, rephrase and/or shorten lines to fix formatting
8632         problem in both regular and @smallbook formats.
8633         * annotate.texi: Shorten lines in example, use smallexample
8634         consistently everywhere.
8635         * Makefile.in: Add comment about texinfo 4.0 html generation.
8636         (SFILES_INCLUDED): Add annotate.texi.
8637
8638 2000-03-27  Daniel Berlin  <dan@cgsoftware.com>
8639
8640         * gdb.texinfo (Debugging Output): Added new section, documenting
8641         the "set/show debug" commands.
8642
8643 Fri Mar 24 18:06:34 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8644
8645         * annotate.texi (Annotations): When GDBN omit @chapter and @node
8646         entry.
8647
8648         * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
8649         (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
8650         @chapter and @node entries.
8651
8652         * gdb.texinfo: Link all top-level nodes.
8653
8654 Fri Mar 24 17:56:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
8655
8656         * Makefile.in (install-info): Create $(infodir) before installing
8657         files.
8658
8659 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
8660
8661         From David Whedon <dwhedon@gordian.com>
8662         * gdbint.texinfo : Added paragraphs about command deprecation.
8663
8664 2000-03-22  Daniel Berlin  <dan@cgsoftware.com>
8665
8666       * gdb.texinfo: Add documentation for the apropos command.
8667
8668 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
8669
8670         * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
8671
8672 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
8673
8674         * gdb.texinfo: Add white space to prevent overprinting in
8675         two places.
8676
8677 2000-03-17  Stan Shebs  <shebs@apple.com>
8678
8679         * gdb.texinfo: Many minor changes from Dmitry Sivachenko
8680         <dima@Chg.RU>, also clarification of allowed content for
8681         string constants.
8682
8683 2000-03-16  Eli Zaretskii <eliz@gnu.org>
8684
8685         * gdb.texinfo (main menu): Add Annotations.
8686         (File Options): Add @cindex entries for each command-line option.
8687         Document --epoch, --annotate, --async, --interpreter, --write,
8688         --statistics, and --version.
8689
8690         * annotate.texi: Convert to a chapter.  Use @value{GDBN} instead
8691         of GDB.
8692
8693 2000-02-23  Jim Blandy  <jimb@redhat.com>
8694
8695         * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
8696
8697 2000-02-22  Jim Blandy  <jimb@redhat.com>
8698
8699         * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
8700
8701 2000-02-15  Jason Molenda  (jsm@bugshack.cygnus.com)
8702
8703         * Makefile.in (diststuff): New target.
8704
8705 2000-02-15  Kevin Buettner  <kevinb@redhat.com>
8706
8707         * agentexpr.texi: Fix wording regarding Intel's IA-64
8708         architecture.  [From Jim Wilson.]
8709
8710 2000-01-16  Tom Tromey  <tromey@cygnus.com>
8711
8712         * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
8713         (Delete Breaks): Mention range arguments.
8714         (Disabling): Likewise.
8715
8716 2000-01-05  Dmitry Sivachenko <dima@Chg.RU>
8717
8718         * gdb.texinfo:  Wrap "ASCII" in @sc{}; clarify a few sentences.
8719
8720 Wed Dec  8 19:53:08 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8721
8722         * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
8723         valid functions.
8724
8725 1999-11-05  Stan Shebs  <shebs@andros.cygnus.com>
8726
8727         * gdb.texinfo: Clarify regular expressions used in rbreak.
8728
8729 1999-10-15  Kevin Buettner  <kevinb@cygnus.com>
8730
8731         * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
8732         MEMORY_REMOVE_BREAKPOINT):  Document.
8733
8734 Thu Oct 14 21:17:17 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8735
8736         * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
8737         offset re-using the DATA offset instead.
8738
8739 1999-10-11  Jim Kingdon  <kingdon@redhat.com>
8740
8741         * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
8742
8743 1999-10-05  Stan Shebs  <shebs@andros.cygnus.com>
8744
8745         From Dmitry Sivachenko <demon@gpad.ac.ru>:
8746         * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
8747         typos.
8748
8749         * gdb.texinfo: Various minor wording and formatting improvements,
8750         mentions of additional command-line options.
8751
8752 1999-09-30  Fred Fish  <fnf@cygnus.com>
8753
8754         * gdb.texinfo:  Document additional forms of specifying section
8755         names and addresses for the add-symbol-file command.
8756
8757 1999-09-14  Michael Snyder  <msnyder@cleaver.cygnus.com>
8758
8759         * gdbint.texinfo: Fix typo, add the word "have".
8760
8761 1999-09-14  Jim Blandy  <jimb@cris.red-bean.com>
8762
8763         * gdbint.texinfo (Target Architecture Definition): Document the
8764         SKIP_PERMANENT_BREAKPOINT macro.
8765
8766 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
8767
8768         * gdb.texinfo: Fiks speling errers.
8769
8770         * gdb.texinfo: Fix uses of @multitable.
8771
8772         From Eli Zaretskii  <eliz@gnu.org>:
8773         * gdb.texinfo: Include details specific to DOS host, clarify
8774         some confusing language, fix @ref/@xref/@pxref usages, add
8775         comments about using with optimization, add more indexing,
8776         fix info about disassembly-flavor.
8777
8778 Tue Sep  7 09:11:24 1999  Kevin Buettner  <kevinb@cygnus.com>
8779
8780         * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
8781         SKIP_SOLIB_RESOLVER): Define.
8782
8783 Fri Sep  3 18:05:14 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8784
8785         * gdb.texinfo (Protocol): Review.  Add tables describing ``q'' and
8786         ``g'' packets.
8787
8788 1999-08-30  Stan Shebs  <shebs@andros.cygnus.com>
8789
8790         * gdb.texinfo: Create a new "Configurations" chapter with
8791         platform-specific info, inline remote.texi and move sections of it
8792         into the new chapter, move bits about info proc, heuristic search,
8793         and register stack into the new chapter.
8794         * remote.texi: Remove, now part of gdb.texinfo.
8795         * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
8796
8797 1999-08-27  Jason Molenda  (jsm@bugshack.cygnus.com)
8798
8799         * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
8800         GDB_TARGET_IS_MACH386): These kludges have gone away.
8801
8802 Wed Aug 25 10:47:03 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8803
8804         * gdbint.texinfo (Target Architecture Definition): Mention
8805         TDEPLIBS.
8806
8807 1999-08-20  Stan Shebs  <shebs@andros.cygnus.com>
8808
8809         * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
8810         surrounding text to fit HP-UX bits into general info.
8811         (HPPA-cfg.texi): Remove, no longer useful.
8812
8813         * gdb.texinfo: Remove explicit links from @node lines, remove
8814         HP-added "Detailed Node Listing" from main menu which confuses
8815         things.
8816
8817         From Dmitry Sivachenko <dima@Chg.RU>:
8818         * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
8819         in description of `set environment'.
8820
8821 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
8822
8823         * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
8824
8825 1999-08-12  Ben Elliston  <bje@cygnus.com>
8826
8827         * gdbint.texinfo (Breakpoint Handling): Add missing words.
8828
8829 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
8830
8831         * gdb.texinfo (Set Watchpoints): Explain some subtleties about
8832         watch, awatch, and rwatch.  Explain why the latter two cannot be
8833         set as software watchpoints.  Document that watchpoints for local
8834         variables are deleted when the debuggee terminates.
8835
8836 Wed Aug 11 13:18:14 1999  Andrew Cagney  <cagney@amy.cygnus.com>
8837
8838         * remote.texi (Protocol): Further clarification of the "qRcmd"
8839         packet.  Allow E.. response packet.  "qRcmd" packet is no longer
8840         reserved.
8841
8842 1999-08-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
8843
8844         * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
8845         * gdb.texinfo: Ditto.
8846
8847 1999-08-06  Tom Tromey  <tromey@cygnus.com>
8848
8849         * gdb.texinfo (KOD): New node.
8850
8851 Fri Aug  6 17:05:48 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8852
8853         * remote.texi (Rcmd): Fix minor formatting typos.
8854
8855 Thu Aug  5 17:57:41 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8856
8857         * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
8858         packets.
8859
8860 1999-07-14  Jim Blandy  <jimb@zwingli.cygnus.com>
8861
8862         * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
8863         fixes.
8864
8865 Tue Jun 29 11:43:55 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8866
8867         * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
8868
8869 Fri Jun 25 11:47:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8870
8871         * remote.texi (Communication Protocol): ``v'' is in use. Fix
8872         numerous formatting errors.  Clarify ``i''.  Mark ``i'', ``Z'',
8873         ``z'' and ``qRcmd'' as draft instead of reserved.  Identify
8874         packets that are not supported on all hosts. Expand examples.
8875         Spell check.
8876
8877 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
8878
8879         * Makefile.in: Recognize html, install-html.  Add targets
8880         to build HTML versions of documentation via texi2html.
8881
8882 Thu Jun 24 15:59:03 1999  Stan Shebs  <shebs@andros.cygnus.com>
8883
8884         * gdbint.texinfo (Testsuite): New chapter, information about the
8885         testsuite.
8886
8887 Fri Jun 25 02:40:34 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8888
8889         * remote.texi (Communication Protocol): Rewrite.
8890
8891 Thu Jun 24 16:59:54 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8892
8893         * stabs.texinfo: Fix uses of xref.
8894
8895 Thu Jun 17 17:23:25 1999  Stan Shebs  <shebs@andros.cygnus.com>
8896
8897         * gdbint.texinfo: Add an anti-printf exhortation, and update the
8898         info about patch submission.
8899
8900 Mon Jun  7 15:49:40 1999  Stan Shebs  <shebs@andros.cygnus.com>
8901
8902         From Per Bothner  <bothner@cygnus.com>:
8903         * gdb.texinfo: Document Chill support.
8904
8905 Fri Jun  4 16:58:22 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8906
8907         * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
8908         to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
8909         Document that the value should be greater-than or equal-to zero.
8910         (NO_STD_REGS): Document. Deprecate.
8911
8912 Tue Jun  1 15:04:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8913
8914         * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
8915         Document that these are not used.
8916
8917 Thu May 27 09:28:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8918
8919         * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
8920
8921 Mon May 24 10:07:39 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8922
8923         * gdbint.texinfo (FRAME_NUM_ARGS): Update definition.  Parameter
8924         numargs was dropped.
8925
8926 Thu May 20 12:26:59 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8927
8928         * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
8929
8930 Tue Apr 27 19:14:20 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8931
8932         * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
8933         Update.
8934
8935 Thu Apr 22 13:07:37 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8936
8937         * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
8938         (GET_SAVED_REGISTER): Update, not just the a29k uses this.
8939
8940 Wed Apr 21 13:59:01 1999  Dave Brolley  <brolley@cygnus.com>
8941
8942         * gdbint.texinfo: Fix typos: $ -> @.
8943
8944 Tue Apr 20 11:59:38 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8945
8946         * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
8947         LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
8948         BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
8949         BREAKPOINT_FROM_PC.
8950
8951 Mon Apr 12 16:00:44 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8952
8953         * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
8954         CALL_DUMMY_STACK_ADJUST): Document.
8955
8956 Thu Apr  8 17:23:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8957
8958         * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
8959         SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
8960
8961 1999-04-02  Stan Shebs  <shebs@andros.cygnus.com>
8962
8963         * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
8964         longer exists.
8965
8966 Tue Mar  9 19:25:11 1999  Stan Shebs  <shebs@andros.cygnus.com>
8967
8968         * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
8969         nearly all @ifset/@ifclear conditionals; nobody uses them, and
8970         they make the manual source incomprehensible.
8971         * h8-cfg.texi: Remove, hasn't been used in years.
8972
8973 Thu Feb 11 18:00:59 1999  Stan Shebs  <shebs@andros.cygnus.com>
8974
8975         * gdb.texinfo: Update the credits.
8976
8977 Mon Feb  8 17:33:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
8978
8979         * gdb.texinfo: Fix mistakes noticed in printout of last
8980         draft, add Alpha to discussion of heuristic fence post.
8981
8982 Fri Feb  5 17:20:00 1999  Stan Shebs  <shebs@andros.cygnus.com>
8983
8984         * gdb.texinfo, remote.texi: Many changes; update to Seventh
8985         Edition, merge some HP changes into mainline, describe some
8986         previously undocumented features, describe more of the target
8987         commands available, eliminate obsolete section on renamed
8988         commands.
8989         * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
8990
8991 Wed Jan 20 17:47:45 1999  Stan Shebs  <shebs@andros.cygnus.com>
8992
8993         * gdb.texinfo: Make many HPPA conditionals unconditional,
8994         including catchpoint description, since now on for all configs.
8995         * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
8996         specializations.
8997
8998 Thu Jan 14 17:10:12 1999  Stan Shebs  <shebs@andros.cygnus.com>
8999
9000         * Makefile.in (GDBvn.texi): Fix match expression to work with
9001         current format of VERSION in gdb/Makefile.in.
9002         * gdb.texinfo: Fix node ref to match new readline.
9003
9004 Wed Jan 13 10:38:40 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
9005
9006         * gdb.texinfo: Changes made as part of a project to merge in
9007           changes made by HP. Documentation makes extensive use of
9008           @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
9009           on remote debugging. There are differences in documentation
9010           (HP vs.  non-HP) on C++ support (aCC vs. gnu gcc++). Also,
9011           the HP manual discusses catchpoints, hardware watchpoints, and
9012           some HPUX specific limitations for shared library support.
9013
9014           There are also a number of @node changes.
9015
9016 1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
9017
9018         * gdbint.texinfo (Formatting): Disambiguate a sentence.
9019         (C Usage): Same.
9020
9021 Wed Jan  6 11:55:34 1999  David Taylor  <taylor@texas.cygnus.com>
9022
9023         The following changes were made by Edith Epstein
9024         <eepstein@cygnus.com> as part of a project to merge in changes
9025         made by HP.
9026
9027         * HPPA-cfg.texi: new file.
9028
9029         * all-cfg.texi: set HPPA for HP PA-RISC targets.
9030
9031         * refcard.tex: change documentation about catch.
9032           removed info catch.
9033
9034 Mon Jan  4 18:29:18 1999  Stan Shebs  <shebs@andros.cygnus.com>
9035
9036         * gdbint.texinfo: Expand on GDB's coding standards,
9037         specify the use of arg names with prototypes.
9038
9039 1998-12-14  J.T. Conklin  <jtc@redbacknetworks.com>
9040
9041         * gdb.texinfo: Fix tipo.
9042
9043 Sun Dec 13 10:27:59 1998  Andrew Cagney  <cagney@b1.cygnus.com>
9044
9045         * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
9046         TARGET_BYTE_ORDER_SELECTABLE_P.
9047
9048 Thu Dec 10 16:07:09 1998  Andrew Cagney  <cagney@b1.cygnus.com>
9049
9050         * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
9051
9052 1998-12-09  Jim Blandy  <jimb@zwingli.cygnus.com>
9053
9054         * agentexpr.texi: New file.
9055
9056 Wed Dec  9 21:13:57 1998  Andrew Cagney  <cagney@chook>
9057
9058         * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
9059
9060 1998-12-03  J.T. Conklin  <jtc@redbacknetworks.com>
9061
9062         * remote.texi: Changed wording that implied that the GDB remote
9063         protocol caches register values instead of GDB itself.
9064
9065 Tue Dec  1 17:45:43 1998  Stan Shebs  <shebs@andros.cygnus.com>
9066
9067         * gdbint.texinfo: Add some info about symbol readers.
9068         (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
9069         (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
9070         (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
9071         (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
9072
9073 Mon Nov 30 11:32:21 1998  Andrew Cagney  <cagney@chook>
9074
9075         * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
9076
9077 Sat Nov 28 13:45:53 1998  Andrew Cagney  <cagney@b1.cygnus.com>
9078
9079         * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
9080
9081 Fri Nov 27 12:39:45 1998  Andrew Cagney  <cagney@chook>
9082
9083         * gdbint.texinfo (NO_SINGLE_STEP): Replace with
9084         SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
9085
9086 Wed Oct 14 10:02:40 1998  Andrew Cagney  <cagney@b1.cygnus.com>
9087
9088         * gdbint.texinfo: Fix minor typos.
9089
9090 Wed Sep 30 18:03:19 1998  Stan Shebs  <shebs@andros.cygnus.com>
9091
9092         * gdbint.texinfo: Complete overhaul.  Group descriptions more
9093         logically, add more info on generic algorithms, remove much
9094         obsolete and/or wrong material.
9095
9096 Fri Jul 24 17:51:38 1998  Ian Lance Taylor  <ian@cygnus.com>
9097
9098         * stabs.texinfo (Method Type Descriptor): Expand and correct.
9099
9100 Mon May  4 10:37:12 1998  Brian Youmans (3diff@gnu.org)
9101
9102         * refcard.tex:  Copyright, address updates.
9103
9104 Tue Apr 21 18:09:56 1998  Stan Shebs  <shebs@andros.cygnus.com>
9105
9106         * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
9107         for the edition instead of confusing GDB-version-like numbers.
9108
9109 Mon Apr 13 14:05:00 1998  Fred Fish  <fnf@cygnus.com>
9110
9111         * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
9112
9113 Thu Apr  2 16:52:44 1998  Jason Molenda  (crash@bugshack.cygnus.com)
9114
9115         * LRS: Reformat a bit to keep text under 80 columns.
9116
9117 Thu Apr  2 16:10:36 1998  Stan Shebs  <shebs@andros.cygnus.com>
9118
9119         * gdb.texinfo: Add some credits, mention bug monitor.
9120         * remote.texi: Mention mips monitor targets.
9121         * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
9122
9123 Mon Feb  2 17:13:03 1998  Stan Shebs  <shebs@andros.cygnus.com>
9124
9125         * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
9126         files, finish sorting of host vs target vs native macros, describe
9127         some more of them.
9128
9129 Tue Jan 13 16:44:50 1998  Fred Fish  <fnf@cygnus.com>
9130
9131         * gdbint.texinfo (Host Conditionals): Document change from
9132         using NO_MMALLOC to it's inverse, USE_MMALLOC.
9133
9134 Mon Nov 24 13:55:21 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9135
9136         * gdbint.texinfo (Host Conditionals): Document
9137         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
9138
9139 Fri Jul  4 14:52:31 1997  Ian Lance Taylor  <ian@cygnus.com>
9140
9141         * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
9142         Document LSEEK_NOT_LINEAR.
9143
9144 Tue Mar 25 14:44:09 1997  Ian Lance Taylor  <ian@cygnus.com>
9145
9146         * stabs.texinfo (Stab Section Basics): Make it clear that only
9147         some versions of the GNU linker remove the leading N_UNDF symbol.
9148
9149 Thu Feb 27 17:45:19 1997  Ian Lance Taylor  <ian@cygnus.com>
9150
9151         * stabs.texinfo (String Field): Document type number pairs here,
9152         instead of in the Sun specific section.
9153         (Include Files): The GNU linker supports the N_BINCL
9154         optimization.  Clarify the N_BINCL value, and what it is used
9155         for.
9156         (Procedures): Document N_FUN with an empty string to mark the end
9157         of a function.
9158         (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
9159         (Sun Differences): Remove this node, as the information is now
9160         elsewhere in the main document.
9161         (Stab Section Basics): Mention that the GNU linker may optimize
9162         stabs and remove the leading N_UNDF symbol.
9163
9164 Mon Dec  9 12:23:32 1996  Roland Pesch  <roland@wrs.com>
9165
9166         * gdb.texinfo, refcard.tex: Restore author credit
9167
9168 Wed Oct  2 22:01:36 1996  Fred Fish  <fnf@fishfood.ninemoons.com>
9169
9170         * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
9171         documentation to account for START and END macros taking
9172         one arg.
9173
9174 Thu Aug 22 17:59:03 1996  Fred Fish  <fnf@cygnus.com>
9175
9176         From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
9177         * gdb.texinfo (Frames): Fix typo.
9178
9179 Tue Jul 23 10:06:20 1996  Fred Fish  <fnf@cygnus.com>
9180
9181         * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
9182         a target_signal as arg type, not a pid.
9183
9184 Fri Jul 12 11:10:05 1996  Stu Grossman  (grossman@critters.cygnus.com)
9185
9186         * gdb.texinfo:  Document `set assembly-language'.
9187
9188 Thu Jul 11 13:50:28 1996  Stan Shebs  <shebs@andros.cygnus.com>
9189
9190         * remote.texi: Update list of stubs in the GDB distribution.
9191
9192 Fri Jul  5 15:38:54 1996  Fred Fish  <fnf@cygnus.com>
9193
9194         * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
9195         Also document that some systems can use mmalloc but must define
9196         this if their C runtime allocates memory that is later freed.
9197         (MMCHECK_FORCE): Document new macro.
9198
9199 Fri Jun 28 22:17:10 1996  Dawn Perchik  <dawn@cygnus.com>
9200
9201         * remote.texi: Add documentation for target Sparclet.
9202
9203 Mon Jun 24 18:12:22 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
9204
9205         * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
9206         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
9207         * configure.in: Rewritten for autoconf.
9208         * configure: New.
9209
9210 Mon Jun 17 10:43:41 1996  Fred Fish  <fnf@cygnus.com>
9211
9212         * Makefile.in (DVIPS): New define, set to dvips.
9213         (dvi): Add stabs.dvi.
9214         (ps): New target.
9215         (all-doc): Depend on info, dvi, and ps targets.
9216         (STAGESTUFF): Add *.ps and *.dvi files.
9217         (clean-info, clean-dvi): Remove.
9218         (mostlyclean): Does not depend upon clean-info or clean-dvi,
9219         rules completely rewritten.
9220         (maintainer-clean): Remove clean-info and clean-dvi
9221         dependencies and put their actions in the rules.
9222         (gdb.ps): New target
9223         (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
9224         intermediate TeX files, whether they have 2 or 3 character
9225         extensions.
9226         (gdbint.ps): Add target and rules.
9227         (gdb-internals): Delete unused target.
9228         (Makefile): Depends upon config.status also.
9229
9230 Sat Mar 30 15:46:58 1996  Fred Fish  <fnf@cygnus.com>
9231
9232         * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
9233         set.
9234
9235 Sat Mar 16 15:10:20 1996  Fred Fish  <fnf@cygnus.com>
9236
9237         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
9238         * gdb.texinfo (Expressions): Fix erroneous array constant example.
9239
9240 Sat Mar 16 13:28:45 1996  Fred Fish  <fnf@cygnus.com>
9241
9242         * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
9243
9244 Sat Feb 10 03:28:36 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9245
9246         * gdb.texinfo (Print settings):  Document
9247         `set/show print static-members' commands.
9248
9249 Wed Jan 10 14:16:37 1996  Fred Fish  <fnf@cygnus.com>
9250
9251         * gdbint.texinfo (Native): Document name change, coredep.c to
9252         core-aout.c.
9253
9254 Wed Dec 13 12:35:28 1995  Ian Lance Taylor  <ian@cygnus.com>
9255
9256         * stabs.texinfo (Include Files): Document the values the SunOS4
9257         linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
9258
9259 Fri Dec  8 21:08:44 1995  Fred Fish  <fnf@cygnus.com>
9260
9261         * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
9262         Fix typo.
9263
9264 Fri Dec  1 11:07:50 1995  Fred Fish  <fnf@cygnus.com>
9265
9266         * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
9267         "gdb.tar.Z".
9268
9269 Wed Sep 20 13:14:10 1995  Ian Lance Taylor  <ian@cygnus.com>
9270
9271         * Makefile.in (maintainer-clean): New target, synonym for
9272         realclean.
9273
9274 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
9275
9276         * Update all FSF addresses except those in COPYING* files.
9277
9278 Wed Jul 19 18:43:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
9279
9280         From Richard Earnshaw (rearnsha@armltd.co.uk):
9281         * gdb.texinfo (convenience variables): Document $_exitcode.
9282         (quit): Document optional expression to use as exit code.
9283
9284 Thu Jun 22 21:27:33 1995  Victoria Mixon  <victoria@cygnus.com>
9285
9286         * gdb.texinfo, remote.texi: Brought up to date with various
9287         GDB changes.
9288
9289 Tue Jun 20 14:35:38 1995  Stan Shebs  <shebs@andros.cygnus.com>
9290
9291         * gdb.texinfo: Update dates and versions, fix comments about
9292         hardware watchpoints in future releases and about the
9293         sharedlibrary command.
9294
9295 Mon May  8 09:30:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9296
9297         * stabs.texinfo: Remove node `XCOFF differences'.  Describe value of
9298         C_FUN stab.  Other cleanups.
9299
9300 Wed Apr 19 07:02:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9301
9302         * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
9303         for the sparc stub.
9304
9305 Tue Apr 11 11:41:49 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9306
9307         * annotate.texi: Clarify which addresses have differing formats
9308         depending on the language and which do not.
9309
9310 Tue Mar 28 16:56:22 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9311
9312         * remote.texi (NetWare): Changed example to use BOARD= instead of
9313           NODE= argument to reflect correspoding change to gdbserve.nlm.
9314
9315 Fri Mar 17 06:47:02 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9316
9317         * stabs.texinfo (Negative Type Numbers): Mention the fact that
9318         GDB, as well as AIX dbx, supports the size type attribute.
9319
9320 Thu Mar 16 12:11:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9321
9322         * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
9323
9324 Mon Mar 13 16:49:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9325
9326         * gdb.texinfo (Define):  Document $arg0... arguments to commands,
9327         and new 'if' and 'while' commands.
9328
9329 Fri Feb 17 15:24:35 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9330
9331         * gdb.texinfo (Artificial arrays):  Note use of coerce-to-array-type.
9332
9333 Wed Feb 15 11:59:18 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9334
9335         * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
9336         * remote.texi (NetWare): New node, how to use gdbserve.nlm on
9337           NetWare targets.  Mostly stolen from the Server node.
9338
9339 Fri Feb 10 20:20:08 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9340
9341         * gdb.texinfo (Setting): Talk about the language of a source file
9342         versus the working language.  The old documentation did not match
9343         what GDB did.
9344
9345 Wed Feb  1 20:26:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9346
9347         * stabs.texinfo (Source Files): Document N_SO used to mark the end
9348         of a source file.
9349
9350 Mon Jan 23 14:23:37 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9351
9352         * gdb.texinfo (Processes): New node.
9353
9354 Tue Jan 17 14:09:03 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9355
9356         * remote.texi: Update documentation of set/show mipsfpu.
9357
9358 Fri Jan  6 17:17:28 1995  Stan Shebs  <shebs@andros.cygnus.com>
9359
9360         * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
9361         * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
9362
9363 Sun Sep  4 16:47:21 1994  Stan Shebs  (shebs@andros.cygnus.com)
9364
9365         * gdbint.texinfo: Removed mentions of some incorrectly placed and
9366         obsolete conditionals, described some others.
9367
9368 Mon Aug  1 15:42:39 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9369
9370         * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
9371         SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
9372
9373 Mon Aug  1 15:12:02 1994  Stan Shebs  (shebs@andros.cygnus.com)
9374
9375         * gdbint.texinfo: Put regex conditionals in their own table.
9376
9377 Tue Jul 26 18:32:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
9378
9379         * gdbint.texinfo: Removed mentions of many obsolete conditionals,
9380         described or fixed the descriptions of many others.
9381
9382 Sun Jul 17 14:14:03 1994  Stan Shebs  (shebs@andros.cygnus.com)
9383
9384         * gdb.texinfo: Add some more credits.
9385         * gdbint.texinfo: Capitalize GDB consistently, describe some
9386         macros and remove some.
9387
9388 Thu Jul 14 18:43:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
9389
9390         * gdbint.texinfo: Removed mentions of many incorrectly placed and
9391         obsolete conditionals, described some others.
9392
9393 Tue Jul 12 12:23:15 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9394
9395         * gdb.texinfo (help targets):  Changed to `help target', which
9396         is the correct gdb command.
9397
9398 Wed Jun 22 18:00:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9399
9400         * annotate.texi (TODO): New node, for keeping track of annotations
9401         suggested but not yet implemented.
9402
9403 Wed Jun  1 16:10:45 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9404
9405         * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
9406         another symbol, it is not the address itself.
9407
9408 Thu May  5 20:23:36 1994  Stan Shebs  (shebs@andros.cygnus.com)
9409
9410         * stabs.texinfo (Stab Section Basics): Add comment about alignment
9411         of stabs-in-coff sections.
9412
9413 Wed May  4 06:26:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9414
9415         * annotate.texi: Change edition to 0.5 and date to May 1994.
9416         Add index.
9417         (Frames): New node, for frame annotation.
9418         (Displays): New node, for display annotation.
9419
9420         * remote.texi (MIPS Remote): Say that set timeout doesn't apply
9421         when waiting for your program to stop.
9422
9423 Fri Apr 29 18:24:46 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9424
9425         * annotate.texi (Breakpoint Info): Document annotation of header
9426         fields and record annotation.
9427
9428 Thu Apr 28 07:44:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9429
9430         * annotate.texi: New file, to document annotations.
9431
9432 Thu Apr 21 14:20:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9433
9434         * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
9435         16 I meant to make this change but did not).  Do remove gdb-cfg.texi.
9436
9437 Wed Apr 20 11:22:48 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9438
9439         * stabs.texinfo (Stab Section Basics): Say what is in .stab
9440         section, and say n_strx field is compilation unit relative.
9441         * stabs.texinfo: Don't use @code for a.out when it is the name of
9442         an object file format.
9443
9444 Wed Apr 13 20:29:54 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
9445
9446         * gdb.texinfo: Refer to file names, not path names, per rms
9447         convention.
9448         (Arguments): Fix typo.
9449
9450 Thu Mar 24 08:09:12 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9451
9452         * stabs.texinfo (Global Variables): Talk about stabs in files
9453         where variables are referenced, but not defined.
9454
9455 Wed Mar 23 07:16:36 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9456
9457         * stabs.texinfo: Move stuff on @ and # type descriptors from node
9458         Cplusplus to new nodes Member Type Descriptor and Method Type
9459         Descriptor.  Re-write stuff for #.
9460
9461 Wed Mar 16 08:20:19 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9462
9463         * gdb.texinfo (Print Settings): Don't document "set print
9464         fast-symbolic-addr off".  The bug which it worked around was fixed
9465         on 25 Feb 94 in coffread.c, so I'm nuking the command.
9466
9467         * stabs.texinfo (Alternate Entry Points): New node, rewritten from
9468         N_ENTRY node.
9469
9470         * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
9471
9472 Tue Mar 15 08:43:02 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9473
9474         * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
9475         references to ieee-float.c.
9476
9477 Fri Mar 11 08:09:40 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9478
9479         * gdb.texinfo (Set Breaks): Update documentation for tbreak to
9480         match what the code actually does.
9481
9482 Wed Mar  9 19:43:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9483
9484         * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
9485
9486 Tue Mar  1 17:04:43 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
9487
9488         * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
9489         i, and b.
9490
9491 Wed Feb 23 10:44:18 1994  Jim Kingdon  (kingdon@rtl.cygnus.com)
9492
9493         * stabs.texinfo: Document N_RBRAC as function relative for COFF as
9494         well as for ELF and SOM.  Unify the descriptions of ELF and SOM
9495         as "stabs in sections" rather than just saying "ELF and SOM".
9496         Also make that stuff apply to COFF.
9497
9498 Fri Feb 18 08:25:58 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9499
9500         * gdb.texinfo (Formatting Documentation): Change GhostScript to
9501         Ghostscript.
9502
9503 Fri Feb  4 06:31:31 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9504
9505         * gdb.texinfo (Continuing and Stepping): When talking about "step"
9506         versus functions without line numbers, also mention stepping into
9507         them as well as "step" when you are in them.  Tell the user how to
9508         deal with the situation.  Add comment about "debugging information".
9509
9510 Thu Feb  3 11:39:59 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9511
9512         * stabs.texinfo (Enumerations): Document restriction on where
9513         enumeration types can appear and still win with GDB.
9514
9515 Wed Feb  2 11:29:17 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9516
9517         * stabs.texinfo (Negative Type Numbers): Document format for type
9518         -16.
9519
9520 Thu Jan 27 16:53:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9521
9522         * gdb.texinfo (Selection, Frame Info): Update information about
9523         arbitrary frame specficiations.
9524
9525 Wed Jan 26 15:31:57 1994  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9526
9527         * gdb.texinfo, remote.texi: general editing pass prior to Net release
9528
9529 Tue Jan 25 12:12:04 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9530
9531         * stabs.texinfo (String Field): Discuss continuing stabs with ?.
9532
9533 Wed Jan 19 06:39:24 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
9534
9535         * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
9536
9537 Sun Jan 16 12:43:32 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9538
9539         * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
9540         Differences node to Statics node.
9541         (Statics): Discuss XCOFF use of V symbol descriptor.
9542
9543         * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
9544         not clean.
9545
9546 Wed Jan 12 21:29:54 1994  John Gilmore  (gnu@cygnus.com)
9547
9548         * gdb.texinfo (Print Settings): Document `set print
9549         fast-symbolic-addr' and improve the doc for some other
9550         `set print's.
9551
9552 Mon Jan  3 17:23:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9553
9554         * stabs.texinfo (String Field): Talk about defining several type
9555         numbers at once.
9556         Fix lint regarding changing node ELF Transformations to
9557         ELF and SOM Transformations.
9558
9559 Fri Dec 31 00:42:43 1993  John Gilmore  (gnu@cygnus.com)
9560
9561         * stabs.texinfo:  Insert Peter Kessler's name as inventor (I think).
9562
9563 Tue Dec 28 09:30:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9564
9565         * stabs.texinfo (Cross-References): `::' is for nested types only
9566         within <>.
9567         (Structures): Document static members.
9568
9569 Mon Dec 27 13:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9570
9571         * stabs.texinfo: Document S type attribute.
9572
9573 Sun Dec 26 20:46:36 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
9574
9575         * stabs.texinfo: Add notes about stabs-in-som where appropriate.
9576
9577 Fri Dec  3 19:13:19 1993  John Gilmore  (gnu@cygnus.com)
9578
9579         * gdbint.texinfo:  Fix a few typos.
9580
9581 Sun Nov 28 18:06:25 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9582
9583         * gdb.texinfo, remote.texi: formatting improvements
9584
9585         * gdb.texinfo (New Features): mention threads.
9586         (Summary, C): fix xrefs in newly contributed text.
9587         (Threads): index entries, clarifications, example
9588         (passim): minor typos fixed, phrasing improvements
9589
9590         * remote.texi (Bootstrapping): rephrase text on ^C and add index
9591         entries; (Server): explain use of gdbserver w/real-time systems,
9592         add example of conflicting TCP port; (MIPS Remote) break up
9593         running text into table, highlighting commands, and add example.
9594
9595 Wed Nov 24 14:15:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9596
9597         * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
9598
9599 Fri Nov 12 16:10:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9600
9601         * stabs.texinfo (Nested Symbols): New node.
9602         (String Field, Symbol Descriptors, Cross-References): Refer to it.
9603
9604 Thu Nov 11 13:26:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9605
9606         * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
9607         to picking which Bbss.bss symbol to use, and (because there seems to
9608         be no good way of doing it) re-write some of the text to make it
9609         sound like Bbss.bss isn't such a great idea after all (as currently
9610         designed).
9611
9612         * gdb.texinfo (C): In addition to saying people have to use g++ for
9613         good results, say they have to use stabs.  Specifically say cfront
9614         doesn't work well.
9615         (Summary): Merge in information on Modula-2, Pascal, and Chill from
9616         the gdb README.  Add xrefs to places where the support for the various
9617         languages is described in detail.
9618
9619 Mon Nov  8 11:47:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9620
9621         * stabs.texinfo: Clean up stuff about visibility and virtual
9622         characters.
9623
9624         * stabs.texinfo (N_M2C): Cite Sun doc.
9625
9626 Fri Nov  5 16:27:27 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9627
9628         * gdb.texinfo: updates re threads.
9629         * remote.texinfo: avoid index entries starting with digits.
9630
9631 Tue Nov  2 09:08:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9632
9633         * stabs.texinfo (Enumerations): Talk about large, negative and
9634         octal values.  Clean up cross reference to type attributes.
9635         (String Field): Say that GDB 4.11 supports size attribute.
9636
9637 Sun Oct 31 13:31:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9638
9639         * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
9640         is a mandatory step.  Make the stuff about that more concise.
9641
9642 Wed Oct 27 00:25:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9643
9644         * stabs.texinfo (Class Names): New node.
9645
9646         * gdb.texinfo (Command Files): Explain order of init file reading.
9647
9648         * remote.texi (Bootstrapping): Talk about getting the serial driver
9649         to deal with ^C sent by gdb to stop the remote system.
9650
9651 Mon Oct 25 03:25:41 1993  Tom Lord  (lord@cygnus.com)
9652
9653         * libgdb.texinfo (I/O): incorporated better phrasing from rich.
9654
9655         * libgdb.texinfo (Defining Commands): made the DOC arg
9656         to gdb_define_app_command a char * instead of char **
9657         per a suggestion from kingdon.
9658
9659         * libgdb.texinfo: total rewrite from a different starting
9660         premise.
9661
9662 Wed Oct 20 18:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9663
9664         * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
9665         floats passed as doubles (to improve clarity).
9666
9667 Tue Oct 19 14:21:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9668
9669         * gdb.texinfo (Source Path): index entries for $cwd, $pdir
9670
9671         * a4rc.sed: update to work with Andreas Vogel papersize params
9672
9673         * refcard.tex: use Andreas Vogel simplifications of papersize
9674         params; remove useless version info; update copyright date.
9675
9676 Tue Oct 19 10:46:22 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9677
9678         * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
9679
9680 Tue Oct 12 09:11:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9681
9682         * gdb.texinfo (Files): Say what address the load command loads it at.
9683
9684         * stabs.texinfo (Common Blocks): Minor cleanups.
9685
9686         * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
9687         that Sun has backed away from the linker kludge and thus the relevant
9688         issue is changes to the SunPRO tools, not the Solaris linker.
9689
9690         * stabs.texinfo (Traditional Integer Types): Clean up description
9691         of octal bounds a little bit.  Document extra leading zeroes.
9692
9693 Thu Oct  7 16:15:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9694
9695         * gdb.texinfo (Signaling): Update for symbolic symbol names
9696         and add a section explaining the difference between the GDB
9697         signal command and the shell kill utility.
9698
9699 Wed Oct  6 13:23:01 1993  Tom Lord  (lord@rtl.cygnus.com)
9700
9701         * libgdb.texinfo: added `@' to braces that were unescaped.
9702
9703 Mon Oct  4 10:42:18 1993  Tom Lord  (lord@rtl.cygnus.com)
9704
9705         * libgdb.texinfo: new file.  Spec for the gdb library.
9706
9707 Sun Oct  3 15:26:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9708
9709         * stabs.texinfo (Include Files): Fix typo (start -> end).
9710
9711 Thu Sep 30 18:24:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9712
9713         * gdb.texinfo, remote.texi: assorted small improvements, mostly
9714         from Melissa at FSF's editing pass.
9715
9716 Thu Sep 30 11:54:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9717
9718         * gdb.texinfo: Remove stuff about ar and 14 character filenames.
9719         I believe this was fixed by the 13 Sep 89 change to print_frame_info.
9720         Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
9721
9722 Wed Sep 22 21:22:11 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9723
9724         * remote.texi (Bootstrapping): Discuss 386 call gates.
9725
9726 Sat Sep 18 17:10:44 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
9727
9728         * stabs.texinfo (Based Variables): New node.
9729
9730 Thu Sep 16 17:48:55 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
9731
9732         * stabs.texinfo (Negative Type Numbers): Re-write discussions of
9733         names, sizes, and formats to suggest how not to lose.
9734
9735 Sat Sep 11 09:35:11 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
9736
9737         * stabs.texinfo (Methods): Fix typo.
9738
9739 Fri Sep 10 06:34:20 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9740
9741         * gdb.texinfo: Fix a few typos.
9742
9743 Wed Sep  8 09:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9744
9745         * gdb.texinfo: Clarify how well it works with Fortran.
9746
9747         * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
9748         More on relocating stabs in ELF files.
9749
9750 Tue Sep  7 13:45:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9751
9752         * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
9753
9754 Mon Sep  6 19:23:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9755
9756         * stabs.texinfo (Local Variable Parameters): Talk about nameless
9757         parameters on VAX.
9758
9759 Fri Sep  3 17:06:08 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9760
9761         * gdb.texinfo: @up/@down -> @raisesections/@lowersections
9762
9763 Fri Sep  3 12:04:15 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9764
9765         * stabs.texinfo: Make info author notice match the TeX author notice.
9766
9767 Tue Aug 31 13:21:06 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9768
9769         * stabs.texinfo: Initial-caps all words in node names and
9770         non-trivial words in section names.
9771
9772 Mon Aug 30 11:13:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9773
9774         * stabs.texinfo: Many minor cleanups.
9775
9776         * stabs.texinfo: Remove @deffn except from Expanded Reference node.
9777
9778 Sat Aug 28 12:08:09 1993  David J. MacKenzie  (djm@edison.eng.umd.edu)
9779
9780         * stabs.texinfo: Remove full description of big example.
9781         It's not really helpful; just use pieces of it where appropriate.
9782         Add more Texinfo formatting directives (@samp, etc.).
9783         Use @deffn to define stab types.
9784         Eliminate some wordiness.  Break up some nodes.
9785         Add an (alphabetized) index of symbol types.
9786         Use consistent capitalization style in node and section names.
9787
9788 Thu Aug 26 06:36:31 1993  Fred Fish  (fnf@deneb.cygnus.com)
9789
9790         * gdb.texinfo:  Change typo "Two two" to "The two".
9791
9792 Sun Aug 22 12:15:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9793
9794         * stabs.texinfo (XCOFF-differences): Remove references to
9795         non-existent types N_DECL and N_RPSYM.
9796
9797         * stabs.texinfo (String Field): Say that type attributes bug is
9798         fixed in GDB 4.10, since it is.
9799
9800         * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
9801
9802 Sat Aug 21 04:32:28 1993  David MacKenzie  (djm@cygnus.com)
9803
9804         * stabs.texinfo: Formatting cleanups.
9805
9806 Fri Aug 20 20:49:53 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9807
9808         * stabs.texinfo: When explaining the n_type of a stab, standardize
9809         how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
9810         no tabs, use @r).
9811         (Global Variables): Clean up.
9812
9813 Tue Aug 17 15:57:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9814
9815         * stabs.texinfo (Stack Variables): Re-write.
9816
9817 Mon Aug 16 21:20:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9818
9819         * stabs.texinfo (Stabs-in-elf): Talk about getting the start
9820         addresses of a source file.  Also revise formatting.
9821         Change "object module" or "object file" to "source file".
9822         Various: Miscellaneous cleanups.
9823
9824 Thu Aug 12 15:11:51 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9825
9826         * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
9827
9828 Tue Aug 10 16:57:49 1993  Stan Shebs  (shebs@rtl.cygnus.com)
9829
9830         * gdbint.texinfo: Removed many nonsensical machine-collected
9831         host and target conditionals, described some of the remainder.
9832
9833 Tue Aug 10 13:28:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9834
9835         * gdbint.texinfo (Getting Started): Use @itemize, not @table.
9836
9837         * gdbint.texinfo (Top): Add name to @top line, and re-write the
9838         paragraph which follows.
9839
9840         * gdbint.texinfo (Host): Use @code not @samp for Makefile
9841         variables.  Looks better and avoids overful hbox.
9842
9843 Fri Jul 30 18:26:21 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9844
9845         * stabs.texinfo (Procedures): Improve stuff on nested functions.
9846
9847 Thu Jul 29 15:10:58 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9848
9849         * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
9850         retransmit-timeout
9851
9852 Thu Jul 29 13:16:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9853
9854         * gdbint.texinfo: Update statement about `some ancient Unix
9855         systems, like Ultrix 4.0' to Ultrix 4.2.
9856
9857 Wed Jul 28 15:26:53 1993  Roland H. Pesch  (pesch@el_bosque.cygnus.com)
9858
9859         * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
9860
9861         * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
9862
9863         * remote.texi: (Server) New node on gdbserver.  (Remote Serial,
9864         ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
9865
9866         * remote.texi: new name for former gdbinv-s.texi
9867
9868         * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
9869
9870 Wed Jul 28 08:26:24 1993  Ian Lance Taylor  (ian@cygnus.com)
9871
9872         * gdbinv-s.texi: Documented timeout and retransmit-timeout
9873         variables for MIPS remote debugging protocol.
9874
9875 Mon Jul 26 13:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9876
9877         * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
9878
9879 Tue Jul 20 16:30:41 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
9880
9881         * Makefile.in (refcard.dvi): Use srcdir where necessary.
9882
9883 Mon Jul 19 12:02:50 1993  Roland H. Pesch  (pesch@cygnus.com)
9884
9885         * gdb.texinfo: repair conditional bugs in text markup
9886
9887 Fri Jul 16 18:57:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9888
9889         * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
9890         to select Modula-2 material.
9891
9892 Thu Jul 15 13:15:01 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9893
9894         * stabs.texinfo: Cleanups regarding statics.
9895
9896         * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
9897         (Debug Session): Mention exceptionHandler.  Add xref to Bootstrapping.
9898
9899 Mon Jul 12 13:37:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9900
9901         * stabs.texinfo: N_MAIN is sometimes used for C.
9902
9903 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9904
9905         * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
9906
9907 Tue Jul  6 12:41:28 1993  John Gilmore  (gnu@cygnus.com)
9908
9909         * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
9910         removed from the code by Kingdon.
9911
9912 Tue Jul  6 12:24:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9913
9914         * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
9915         input when evaluating breakpoint conditions; the bug has been fixed.
9916
9917         * gdb.texinfo (Continuing and Stepping): Argument to "continue"
9918         sets the ignore count to N-1, not to N.
9919
9920 Thu Jul  1 14:57:42 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9921
9922         * refcard.tex (\hoffset): correct longstanding error to match
9923           intended offset; avoids cutting off edge on some printers
9924
9925 Wed Jun 30 18:23:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9926
9927         * stabs.texinfo (Parameters): Say that order of stabs is significant.
9928
9929 Fri Jun 25 21:34:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9930
9931         * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
9932
9933 Fri Jun 25 16:15:10 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9934
9935         * Makefile.in: (REFEDITS) new var to control whether PS or CM
9936         fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
9937         collect sed edits if any, apply to refcard before formatting;
9938         (refcard.ps) stop implying PS fonts if PS output requested;
9939         (lrefcard.ps) delete extra target for variant PS fonts
9940
9941         * refcard.tex: parametrize papersize dependent info, collect
9942           in easily replaced spot
9943
9944         * a4rc.sed: new file, edits to refcard for A4 paper
9945
9946 Fri Jun 25 14:21:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9947
9948         * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
9949
9950 Wed Jun 23 15:02:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9951
9952         * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
9953
9954 Tue Jun 22 16:31:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9955
9956         * stabs.texinfo: Express disapproval of 'D' symbol descriptor
9957         politely rather than rudely.
9958
9959 Fri Jun 18 19:42:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9960
9961         * stabs.texinfo: Document common blocks.
9962
9963 Fri Jun 18 12:12:57 1993  Fred Fish  (fnf@cygnus.com)
9964
9965         * stabs.texinfo:  Add some basic info about stabs-in-elf.
9966
9967 Fri Jun 18 13:57:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9968
9969         * stabs.texinfo (Top): Minor cleanup.
9970
9971 Mon Jun 14 16:16:51 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
9972
9973         * Makefile.in (install-info): remove parentdir support
9974
9975 Tue Jun 15 18:11:39 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9976
9977         * gdb.texinfo (Copying): delete this node and references to it;
9978         RMS says this manual need not carry GPL. (passim): Improvements
9979         from last round at FSF, largely due to Ian Taylor review, and
9980         minor formatting improvements.
9981
9982         * gdbinv-s.texi (passim): Improvements from last round at FSF,
9983         largely due to Ian Taylor review. (Debug Session): minor edits to
9984         new text.
9985
9986 Sun Jun 13 12:52:39 1993  Jim Kingdon  (kingdon@cygnus.com)
9987
9988         * Makefile.in (realclean): Remove info and dvi files too.
9989
9990 Sat Jun 12 16:09:22 1993  Jim Kingdon  (kingdon@cygnus.com)
9991
9992         * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
9993         * Makefile.in: Change accordingly.  gdb-config.texi -> gdb-cfg.texi.
9994         * gdb.texinfo: Change accordingly.
9995
9996         * stabs.texinfo: Clean up N_{L,R}BRAC.  Discuss what addresses of
9997         N_{L,R}BRAC,N_SLINE are relative to.
9998
9999 Fri Jun 11 15:15:55 1993  Jim Kingdon  (kingdon@cygnus.com)
10000
10001         * Makefile.in (GDBvn.texi): Update atomically.
10002
10003 Wed Jun  9 10:58:16 1993  Jim Kingdon  (kingdon@cygnus.com)
10004
10005         * gdbinv-s.texi (Debug Session): Document exceptionHook.
10006
10007 Tue Jun  8 13:42:04 1993  Jim Kingdon  (kingdon@cygnus.com)
10008
10009         * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
10010         addresses together.  Also motivate the set print symbol-filename
10011         command and suggest other solutions.
10012
10013 Tue Jun  1 22:46:43 1993  Fred Fish  (fnf@cygnus.com)
10014
10015         * gdb.texinfo (set print elements):  Note that the number of
10016         elements is set to unlimited by "set print elements 0".
10017
10018 Mon May 31 08:06:55 1993  Jim Kingdon  (kingdon@cygnus.com)
10019
10020         * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
10021         NF_LDOUBLE means.
10022         (Stab Types): Include Solaris stab types.
10023         (Procedures): Document Solaris extensions.
10024
10025 Thu May 27 06:20:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10026
10027         * gdb.texinfo:  Add `set print symbol-filename' doc.
10028
10029 Wed May 26 00:26:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10030
10031         * stabs.texinfo (Arrays): Talk about type definition vs. type
10032         information.
10033
10034         * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
10035         the trailing semicolon.
10036
10037 Tue May 25 14:49:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10038
10039         * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
10040         and merge in other parts of the document addressing these subjects.
10041         gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
10042
10043         * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
10044         at the end of a range type.
10045
10046         * stabs.texinfo (Subranges): "A offset" and "T offset" are not
10047         AIX extensions.
10048
10049 Mon May 24 09:00:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10050
10051         * stabs.texinfo (Stabs Format):  Misc fixes.
10052
10053 Sat May 22 10:40:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10054
10055         * stabs.texinfo (Constants):  Allow an `e' constant to be non-enum.
10056         (Traditional builtin types): Document convex convention for long long.
10057         (Negative builtin types): Discuss type names, and misc fixes.
10058
10059 Fri May 21 11:20:31 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10060
10061         * stabs.texinfo (Builtin Type Descriptors): Document the floating
10062         point types used with @samp{R} type descriptor.
10063         (Symbol Descriptors): Describe how to handle conflict between
10064         different meanings of @samp{P} symbol descriptor.
10065
10066 Thu May 20 13:35:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10067
10068         * stabs.texinfo: Remove node Quick Reference and put its children
10069         directly under the main menu.
10070
10071         * stabs.texinfo: Many more changes to bring it into line with
10072         AIX documentation and reality.  I think it now has all the
10073         information from the AIX documentation, except that I burned
10074         out when I got to variant records (Pascal and Modula-2) and
10075         all the COBOL types.  Oh well, we can add them later when we're
10076         worrying more about those languages.
10077
10078         * stabs.texinfo (Automatic variables): Talk about what it means
10079         to omit the symbol descriptor.
10080
10081 Tue May 18 17:59:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10082
10083         * stabs.texinfo (Parameters): Add "(sometimes)" when describing
10084         gcc2 behavior with promoted args.
10085
10086 Fri May 14 21:35:29 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
10087
10088         * gdb.texinfo: include readline appendices in info version of manual
10089
10090 Fri May  7 11:56:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
10091
10092         * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
10093         target remote.
10094
10095         * gdb.texinfo (Machine Code): more index entries for disassemble
10096
10097 Fri May  7 10:12:30 1993  Fred Fish  (fnf@cygnus.com)
10098
10099         * Clarify the intended use of the gdb-testers and gdb-patches
10100         mailing lists, and shrink gzip comment.
10101
10102 Thu May  6 16:39:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
10103
10104         * gdb.texinfo (Shell Commands): do not mention SHELL env var in
10105         DOSHOST configuration of manual.
10106
10107         * gdb.texinfo (MIPS Stack): new node.
10108
10109         * all-config.texi (MIPS) new switch.
10110
10111         * gdbinv-s.texi (Nindy Options) Remove two instances of future
10112         tense; (MIPS Remote) new node.
10113
10114         * gdb.texinfo (passim) rephrases to work around makeinfo @value
10115         bug; (Environment) less passive, other small cleanups in text about
10116         .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
10117         (Remote) new MIPS Remote menu entry.
10118
10119 Thu Apr 29 09:36:25 1993  Jim Kingdon  (kingdon@cygnus.com)
10120
10121         * stabs.texinfo: Many changes to include information from the
10122         AIX documentation.
10123
10124         * gdb.texinfo (Environment): Mention pitfall with .cshrc.
10125
10126 Tue Apr 27 14:02:57 1993  Jim Kingdon  (kingdon@cygnus.com)
10127
10128         * gdbint.texinfo (new node Debugging GDB, elsewhere):
10129         Move a bunch of information from ../README.
10130         (Getting Started): New node.
10131
10132 Fri Apr 23 17:21:13 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
10133
10134         * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
10135
10136         * gdb.texinfo: advance manual revision dates to present
10137
10138         * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
10139         stop using silly Roman numerals in @set variable names
10140
10141 Fri Apr 23 07:30:01 1993  Jim Kingdon  (kingdon@cygnus.com)
10142
10143         * stabs.texinfo (Parameters): Keep trying to get this right.
10144
10145 Wed Apr 21 15:18:47 1993  Jim Kingdon  (kingdon@cygnus.com)
10146
10147         * stabs.texinfo (Parameters): More on "local parameters".
10148
10149 Mon Apr 19 08:00:51 1993  Jim Kingdon  (kingdon@cygnus.com)
10150
10151         * stabs.texinfo (Parameters): Re-do "local parameters" section.
10152
10153 Sun Apr 18 09:47:45 1993  Jim Kingdon  (kingdon@cygnus.com)
10154
10155         * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
10156         (Parameters): Rewrite.
10157         (xcoff-differences, Sun-differences): Minor changes.
10158
10159 Thu Apr 15 02:35:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
10160
10161         * stabs.texinfo:  Minor cleanup.
10162
10163 Wed Apr 14 17:31:00 1993  Jim Kingdon  (kingdon@cygnus.com)
10164
10165         * gdbint.texinfo: Minor xcoff stuff.
10166
10167 Wed Apr  7 14:11:07 1993  Fred Fish  (fnf@cygnus.com)
10168
10169         * gdbint.texinfo:  Update for new config directory structure.
10170         Add info about internal type data structures.
10171
10172 Mon Apr  5 09:06:30 1993  Ian Lance Taylor  (ian@cygnus.com)
10173
10174         * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
10175         $(srcdir).
10176         (gdb-config.texi): Depend on file in $(srcdir).
10177
10178 Fri Apr  2 16:55:13 1993  Jim Kingdon  (kingdon@cygnus.com)
10179
10180         * stabs.texinfo: Fixes about N_SO.
10181
10182 Fri Mar 26 18:00:35 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
10183
10184         * gdb.texinfo: include list of nonstandard init file names
10185
10186         * *-config.texi: new switch GENERIC for text that applies *only*
10187         to (usual) multiple-target version of manual
10188
10189         * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
10190         h8 config
10191
10192         * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
10193         in menus (rather than conditionally selected multiple alternative
10194         menus).
10195
10196         * Makefile.in: define and use DOC_CONFIG var to select
10197         configuration for GDB user manual.
10198
10199         * gdb-config.texi: delete from repository, generate from Makefile.
10200
10201         * all-config.texi: normal `generic' configuration file, formerly
10202         stored as gdb-config.texi
10203
10204 Wed Mar 24 14:03:19 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
10205
10206         * Makefile.in: add dvi target to build all .dvi files
10207
10208 Tue Mar 23 16:03:24 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
10209
10210         * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
10211
10212 Fri Mar 19 21:46:50 1993  John Gilmore  (gnu@cygnus.com)
10213
10214         * gdbint.texinfo:  Doc NO_MMALLOC and NO_MMALLOC_CHECK as
10215         host conditionals.
10216         * stabs.texinfo:  More array fixes inspired by Jim's.
10217
10218 Fri Mar 19 10:23:34 1993  Jim Kingdon  (kingdon@cygnus.com)
10219
10220         * stabs.texinfo: Fixes re arrays and continuations.
10221
10222         * gdbint.texinfo: Add XCOFF node.
10223
10224 Mon Mar  8 15:52:18 1993  John Gilmore  (gnu@cygnus.com)
10225
10226         * gdb.texinfo:  Add `set print max-symbolic-offset' doc.
10227
10228 Sun Feb 21 17:09:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
10229
10230         * stabs.texinfo:  Fix for array types to mention lower bounds.
10231
10232 Thu Feb 18 01:19:49 1993  John Gilmore  (gnu@cygnus.com)
10233
10234         * gdbint.texinfo:  Update PTRACE_ARG3_TYPE doc, pull PT_*.
10235
10236 Wed Feb 17 08:15:24 1993  John Gilmore  (gnu@cygnus.com)
10237
10238         * gdbint.texinfo:  Remove SET_STACK_LIMIT_HUGE from target defines.
10239
10240 Thu Feb 11 10:38:40 1993  John Gilmore  (gnu@cygnus.com)
10241
10242         * gdbint.texinfo:  Fix thinko (NM_FILE => NAT_FILE).  Found
10243         by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
10244
10245 Wed Feb 10 23:59:19 1993  John Gilmore  (gnu@cygnus.com)
10246
10247         * gdbint.texinfo:  Eliminate IBM6000_HOST, document IBM6000_TARGET.
10248
10249 Tue Feb  9 18:26:21 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
10250
10251         * gdb.texinfo, gdbinv-s.texi: misc updates
10252
10253 Sat Feb  6 10:25:47 1993  John Gilmore  (gnu@cygnus.com)
10254
10255         * gdbint.texinfo:  Brief documentation for longjmp support,
10256         from an email msg by Stu.
10257
10258 Fri Feb  5 14:10:15 1993  John Gilmore  (gnu@cygnus.com)
10259
10260         * stabs.texinfo:  Fix description of floating point "range"
10261         types (which really define basic types).  Reported by Jim Meehan,
10262         <meehan@src.dec.com>.
10263
10264         * gdbint.texinfo:  Remove COFF_NO_LONG_FILE_NAMES define, now gone.
10265
10266 Thu Feb  4 13:56:46 1993  Ian Lance Taylor  (ian@cygnus.com)
10267
10268         * gdbint.texinfo: Slightly expand section on supporting a new
10269         object file format.
10270
10271 Thu Feb  4 01:49:04 1993  John Gilmore  (gnu@cygnus.com)
10272
10273         * Makefile.in (refcard.ps, lrefcard.ps):  Remove psref.tex
10274         intermediate file.
10275
10276 Tue Feb  2 12:18:06 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
10277
10278         * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
10279
10280 Mon Feb  1 15:35:47 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
10281
10282         * gdbinv-s.texi: z8000 simulator target name is just "sim"
10283
10284         * gdbinv-s.texi:  Mention that Z8000 simulator can simulate Z8001
10285         as well as Z8002.
10286
10287 Sat Nov 28 06:51:35 1992  John Gilmore  (gnu@cygnus.com)
10288
10289         * gdbint.texinfo:  Add sections on clean design and on how to send
10290         in changes.
10291
10292 Mon Nov  9 23:57:02 1992  John Gilmore  (gnu@cygnus.com)
10293
10294         * gdbint.texinfo:  Add how to declare the result of make_cleanup.
10295
10296 Mon Oct 26 11:09:47 1992  John Gilmore  (gnu@cygnus.com)
10297
10298         * gdb.texinfo:  Fix typo, reported by Karl Berry.
10299
10300 Fri Oct 23 00:41:21 1992  John Gilmore  (gnu@cygnus.com)
10301
10302         * gdb.texinfo:  Add opcodes dir to GDB distribution description.
10303
10304 Sat Oct 10 18:04:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10305
10306         * gdbint.texinfo: fixed a stray email address (needs @@),
10307         added @table @code to node "Native Conditionals"
10308
10309 Tue Sep 22 00:34:15 1992  John Gilmore  (gnu@cygnus.com)
10310
10311         * gdbint.texinfo:  Describe coding style of GDB.
10312
10313 Mon Sep 21 19:32:16 1992  John Gilmore  (gnu@cygnus.com)
10314
10315         * stabs.texinfo:  Minor wording changes.
10316
10317 Tue Sep 15 02:57:09 1992  John Gilmore  (gnu@cygnus.com)
10318
10319         * gdbint.texinfo:  Improve release doc slightly.
10320
10321 Fri Sep 11 01:34:25 1992  John Gilmore  (gnu@sphagnum.cygnus.com)
10322
10323         * gdbint.texinfo:  Improve doc of GDB config macros.
10324
10325 Wed Sep  9 16:52:06 1992  John Gilmore  (gnu@cygnus.com)
10326
10327         * stabs.texinfo:  Remove Bothner's changes for C++ nested types.
10328         These will be reinserted when examined.
10329
10330 Mon Aug 24 01:17:55 1992  John Gilmore  (gnu@cygnus.com)
10331
10332         * gdbint.texinfo:  Make a start at documenting all the #if macros
10333         in GDB.  At least list them all, and start separating them into
10334         host-specific and target-specific.
10335
10336 Tue Aug 18 15:59:13 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
10337
10338         * gdbinv-s.m4.in: refrain from using @cartouche for just a few
10339         examples (not consistent w others).
10340         gdb.texinfo: issue disclaimer paragraph on cmdline options only
10341         for generic vn of doc
10342
10343 Tue Aug 18 14:53:27 1992  Ian Lance Taylor  (ian@cygnus.com)
10344
10345         * Makefile.in: always create installation directories.
10346
10347 Tue Aug 18 14:11:50 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
10348
10349         * gdb.texinfo: in h8 config, do not describe searching commands.
10350
10351 Mon Aug 17 18:07:59 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
10352
10353         * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
10354           conditionals; introduce a few generic switches that may be
10355           useful for other cross-dev or dos-hosted configs.
10356
10357         * gdb.texinfo: fix typo in "info reg" description
10358
10359 Sun Aug 16 01:16:18 1992  John Gilmore  (gnu@cygnus.com)
10360
10361         * stabs.texinfo:  Minor updates from running TeX over it.
10362         * Makefile.in (stabs.dvi, stabs.ps):  Add.
10363
10364 Sat Aug 15 20:52:24 1992  Per Bothner  (bothner@rtl.cygnus.com)
10365
10366         * stabs.texinfo:  Stabs documentation, written by Julia Menapace.
10367         First pass at converting it to texinfo.
10368
10369 Sat Aug 15 03:14:59 1992  John Gilmore  (gnu@cygnus.com)
10370
10371         * gdb.texinfo, refcard.tex:  Document mult args on `info reg'.
10372         * Makefile.in (refcard.ps, lrefcard.ps):  Add missing $(srdir).
10373
10374 Fri Aug 14 21:08:47 1992  John Gilmore  (gnu@cygnus.com)
10375
10376         * gdbint.texinfo:  Add section on partial symbol tables.
10377
10378 Sat Jun 20 16:31:10 1992  John Gilmore  (gnu at cygnus.com)
10379
10380         * gdb.texinfo:  document `set remotedebug' and `set
10381         rstack_high_address'.
10382
10383 Thu May 14 17:09:48 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
10384
10385         * gdb.texinfo: slight expansion of new text on reading info files
10386         * gdbinv-s.m4.in: correct and expand info on cross-debugging
10387         H8/300 from DOS.
10388
10389 Tue May 12 12:22:47 1992  John Gilmore  (gnu at cygnus.com)
10390
10391         * gdb.texinfo:  `info user' => `show user'.  Noticed by David Taylor.
10392
10393 Mon May 11 19:06:27 1992  John Gilmore  (gnu at cygnus.com)
10394
10395         * gdb.texinfo:  Say how to read the `info' files.
10396
10397 Tue May  5 12:11:38 1992  K. Richard Pixley  (rich@cygnus.com)
10398
10399         * Makefile.in: gm4 -> m4.
10400
10401 Fri Apr 10 17:50:43 1992  John Gilmore  (gnu at rtl.cygnus.com)
10402
10403         * gdb.texinfo:  Update for GDB-4.5.  Move `Formatting
10404         Documentation' ahead of `Installing GDB' to match README.
10405         Update shared library doc, -readnow and -mapped, and directory
10406         structure (add glob and mmalloc).  Update configure doc.
10407
10408 Tue Mar 24 23:28:38 1992  K. Richard Pixley  (rich@cygnus.com)
10409
10410         * Makefile.in: remove $(srcdir) from gdb.info rule.
10411
10412 Sat Mar  7 18:44:50 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
10413
10414         * Makefile.in: commented out gdb-all.texinfo rule.  This is
10415           temporary.
10416
10417 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
10418
10419         * Makefile.in, configure.in: removed traces of namesubdir,
10420           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
10421           copyrights to '92, '13, changed some from Cygnus to FSF.
10422
10423 Fri Dec 13 09:47:31 1991  John Gilmore  (gnu at cygnus.com)
10424
10425         * gdb.texinfo:  Improve how we ask for bug reports.
10426
10427 Tue Dec 10 04:07:21 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
10428
10429         * Makefile.in: infodir belongs in datadir.
10430
10431 Fri Dec  6 23:57:34 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
10432
10433         * Makefile.in: remove spaces following hyphens, bsd make can't
10434           cope.  install using INSTALL_DATA.  added clean-info.  added
10435           standards.text support.
10436
10437 Thu Dec  5 22:46:12 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
10438
10439         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
10440           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
10441           and mandir now keyed off datadir by default.
10442
10443 \f
10444 Local Variables:
10445 mode: change-log
10446 left-margin: 8
10447 fill-column: 74
10448 version-control: never
10449 End: