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