]> Git Repo - binutils.git/blob - gdb/doc/ChangeLog
Fix documentation of gdb.SYMBOL_LOC_COMMON_BLOCK
[binutils.git] / gdb / doc / ChangeLog
1 2021-05-25  Hannes Domani  <[email protected]>
2
3         * python.texi (Symbols In Python): Fix gdb.SYMBOL_LOC_COMMON_BLOCK.
4
5 2021-05-24  Andrew Burgess  <[email protected]>
6
7         * gdb.texi (Initialization Files): Add '@:' after 'e.g.'.
8         (Source Path): Likewise.
9         (GDB/MI Development and Front Ends): Likewise.
10         (ARM Features): Likewise.
11         (gdb man): Likewise.
12
13 2021-05-14  Tankut Baris Aktemur  <[email protected]>
14
15         * python.texi (Inferiors In Python): Mention the 'connection_num'
16         attribute.
17
18 2021-05-12  George Barrett  <[email protected]>
19
20         * guile.texi (Values From Inferior In Guile): Add documentation
21         for value-const-value.
22
23 2021-05-12  George Barrett  <[email protected]>
24
25         * guile.texi (Values From Inferior In Guile): Add documentation
26         for value-reference-value.  Add documentation for
27         value-rvalue-reference-value.
28
29 2021-05-12  George Barrett  <[email protected]>
30
31         * guile.texi (Types In Guile): Add documentation for
32         TYPE_CODE_RVALUE_REF.
33
34 2021-05-10  Andrew Burgess  <[email protected]>
35
36         * guile.texinfo (Breakpoints In Guile): Reword sentence.
37         * python.texinfo (Breakpoints In Python): Reword sentence.
38
39 2021-05-09  Andrew Burgess  <[email protected]>
40
41         * python.texinfo (Python Commands): Document 'set debug
42         py-unwind' and 'show debug py-unwind'.
43
44 2021-05-09  Andrew Burgess  <[email protected]>
45
46         * python.texinfo (Python Commands): Document 'set debug
47         py-breakpoint' and 'show debug py-breakpoint'.
48
49 2021-05-06  Tankut Baris Aktemur  <[email protected]>
50
51         * gdb.texinfo (GDB/MI Breakpoint Commands): Mention the
52         '--force' flag of the '-break-condition' command.
53
54 2021-05-06  Tankut Baris Aktemur  <[email protected]>
55
56         * gdb.texinfo (GDB/MI Breakpoint Commands): Mention the
57         '--force-condition' flag of the '-break-insert' and
58         '-dprintf-insert' commands.
59
60 2021-05-04  Simon Marchi  <[email protected]>
61
62         * python.texi (Types In Python): Re-organize Type.fields doc.
63         Mention handling of array types.  Correct doc for when calling
64         the method on another type.
65
66 2021-04-28  Andrew Burgess  <[email protected]>
67
68         * gdb.texinfo (Initialization Files): Use @env when referencing
69         environment variables.
70         (Shell Commands): Likewise.
71         (Starting): Likewise.
72         (Arguments): Likewise.
73         (Environment): Likewise.
74         (Edit): Likewise.
75         (Compiling and Injecting Code): Likewise.
76         (Files): Likewise.
77         (Command History): Likewise.
78         (Screen Size): Likewise.
79         (Emacs): Likewise.
80
81 2021-04-28  Andrew Burgess  <[email protected]>
82
83         * python.texinfo (Python Commands): Mention new commands.
84
85 2021-04-25  Lancelot Six  <[email protected]>
86
87         PR gdb/22640
88         * gdb.texinfo (Symbols): Describe the 'x' and 'd' flags of the
89         ptype command, describe 'set print type hex' and 'show print
90         type hex' commands.  Update 'ptype/o' examples.
91
92 2021-04-21  Tankut Baris Aktemur  <[email protected]>
93
94         * gdb.texinfo (GDB/MI Breakpoint Information): Update the
95         description for the 'enabled' field of breakpoint locations.
96
97 2021-04-15  Tom Tromey  <[email protected]>
98             Andrew Burgess  <[email protected]>
99
100         * gdb.texinfo (Mode Options): Mention "set startup-quietly".
101
102 2021-04-15  Andrew Burgess  <[email protected]>
103
104         PR cli/25956
105         * gdb.texinfo (File Options): Mention new command line options.
106         (Startup): Discuss when early init files are processed.
107         (Initialization Files): Add description of early init files.
108         (Output Styling): Update description of 'version' style.
109         (gdb man): Mention early init files.
110
111 2021-04-14  Andrew Burgess  <[email protected]>
112
113         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add missing
114         parentheses to GDB prompt in example, and replace '(gdb)' with
115         '(@value{GDBP})' in one example where the latter was already in
116         use.
117
118 2021-03-29  Luis Machado  <[email protected]>
119
120         * gdb.textinfo (Memory Tagging): Make it a @section.
121
122 2021-03-24  Luis Machado  <[email protected]>
123
124         * gdb.texinfo (Data): Document memory tagging changes to the "print"
125         command.
126         (Examining Memory): Document memory tagging changes to the "x"
127         command.
128         (Memory Tagging): Update with more information on changes to the "x"
129         and "print" commands.
130
131 2021-03-24  Luis Machado  <[email protected]>
132
133         * gdb.texinfo (Memory Tagging): New subsection and node.
134         (AArch64 Memory Tagging Extension): New subsection.
135
136 2021-03-24  Luis Machado  <[email protected]>
137
138         * gdb.texinfo (General Query Packets): Document qMemTags and
139         QMemTags.  Document the "memory-tagging" feature.
140         (ARM-Specific Protocol Details): Document memory tag types.
141
142 2021-03-18  Andrew Burgess  <[email protected]>
143
144         * python.texinfo (Parameters In Python): Return empty string in
145         small example code.
146
147 2021-02-24  Andrew Burgess  <[email protected]>
148
149         * gdb.texinfo (Files): Document new 'maint info target-sections'
150         command.
151
152 2021-02-17  Lancelot Six  <[email protected]>
153
154         PR cli/17290
155         * gdb.texinfo (Remote Configuration): Fix show remote
156         interrupt-sequence and show remote interrupt-on-connect.
157
158 2021-02-11  Andrew Burgess  <[email protected]>
159
160         * gdb.texinfo (Files): Update documentation for 'maint info
161         sections'.
162
163 2021-02-08  Andrew Burgess  <[email protected]>
164
165         * python.texinfo (TUI Windows In Python): Extend description of
166         TuiWindow.is_valid.
167
168 2021-02-02  Lancelot SIX  <[email protected]>
169
170         * gdb.texinfo (Inferiors Connections and Programs): Document the
171         inferior command when used without argument.
172
173 2021-01-27  Tom Tromey  <[email protected]>
174
175         * gdb.texinfo (Auto-loading extensions): Remove extraneous space.
176
177 2021-01-25  Marco Barisione  <[email protected]>
178
179         * python.texi: Add parentheses to print statements/functions.
180
181 2021-01-25  Andrew Burgess  <[email protected]>
182
183         * gdb.texinfo (Specify Location): Move menu to the end of the
184         node.
185         (Auto-loading): Likewise.
186         (Extending GDB): Likewise.
187         (TUI): Likewise.
188         (Operating System Information): Likewise.
189
190 2021-01-22  Andrew Burgess  <[email protected]>
191
192         PR cli/25956
193         * gdb.texinfo (Output Styling): Document version style.
194
195 2021-01-22  Andrew Burgess  <[email protected]>
196
197         * gdb.texinfo (Auto-loading extensions): Add additional cross
198         references and move @menu to the end of the node.
199
200 2021-01-22  Andrew Burgess  <[email protected]>
201
202         * gdb.texinfo (Aliases): Move @menu to the end of the node.
203
204 2021-01-22  Andrew Burgess  <[email protected]>
205
206         * gdb.texinfo (PowerPC Embedded): Down case contents of @var.
207
208 2021-01-21  Andrew Burgess  <[email protected]>
209
210         * gdb.texinfo (Commands): Update menu.
211         (Extending GDB): Likewise.
212         (Command aliases default args): Moved later into the document,
213         added a cindex entry.  Renamed the section 'Automatically prepend
214         default arguments to user-defined aliases' to 'Default Arguments'.
215         (Aliases): Moved earlier in the document.  Minor rewording of the
216         first paragraph, down-cased the text inside all uses of @var, and
217         added a cross reference to the Python code.  Renamed the section
218         'Creating new spellings of existing commands' to 'Command
219         Aliases'.
220
221 2021-01-21  Hannes Domani  <[email protected]>
222
223         PR python/19151
224         * python.texi (Breakpoints In Python): Document
225         gdb.BP_HARDWARE_BREAKPOINT.
226
227 2021-01-01  Joel Brobecker  <[email protected]>
228
229         * gdb.texinfo, refcard.tex: Update copyright year range.
230
231 2020-12-29  Hannes Domani  <[email protected]>
232
233         * python.texi (Frame Decorator API): Fix method name.
234
235 2020-12-23  Alex Bennée  <[email protected]>
236
237         * gdb.texinfo (Packets): Clarify language for ? packet.
238
239 2020-12-21  Joel Brobecker  <[email protected]>
240
241         * gdb.texinfo (Requirements): Add GMP to list of requirements.
242
243 2020-12-18  Hannes Domani  <[email protected]>
244
245         * python.texi (TUI Windows In Python): Remove erroneous 'a'.
246
247 2020-12-18  Hannes Domani  <[email protected]>
248
249         * python.texi (Values From Inferior): Document the address keyword.
250
251 2020-12-17  Simon Marchi  <[email protected]>
252
253         PR gdb/27088
254         * gdb.texinfo (Range Checking): Fix "show check range" command
255         name.
256
257 2020-12-13  Andrew Burgess  <[email protected]>
258
259         * gdb.texinfo (Caching Target Data): Document 'maint flush
260         dcache'.
261
262 2020-12-13  Andrew Burgess  <[email protected]>
263
264         * gdb.texinfo (Symbols): Document 'maint flush symbol-cache'.
265         (Maintenance Commands): Document 'maint flush register-cache'.
266
267 2020-12-04  Bernd Edlinger  <[email protected]>
268
269         * Makefile.in: Delete GDBvn.texi and version.subst only in
270         the maintainer-clean target.
271
272 2020-11-29  Hannes Domani  <[email protected]>
273
274         PR python/26974
275         * python.texi: Fix docu for static members argument.
276
277 2020-11-19  Andrew Burgess  <[email protected]>
278
279         * gdb.texinfo (Debugging Output): Document 'set/show debug
280         fortran-array-slicing'.
281         (Special Fortran Commands): Document 'set/show fortran
282         repack-array-slices'.
283
284 2020-11-12  Andrew Burgess  <[email protected]>
285
286         * gdb.texinfo (Maintenance Commands): Update description of 'maint
287         print c-tdesc'.
288
289 2020-11-02  Andrew Burgess  <[email protected]>
290
291         * gdb.texinfo (Mode Options): Descriptions of initialization files
292         has been moved to 'Initialization Files'.
293         (Startup): Likewise.
294         (Initialization Files): New node.
295         (gdb man): Update to mention alternative file paths.
296         (gdbinit man): Likewise.
297
298 2020-10-27  Tankut Baris Aktemur  <[email protected]>
299
300         * gdb.texinfo (Set Breaks): Document the '-force-condition' flag
301         of the 'break'command.
302         * gdb.texinfo (Conditions): Document the '-force' flag of the
303         'condition' command.
304
305 2020-10-27  Tankut Baris Aktemur  <[email protected]>
306
307         * gdb.texinfo (Set Breaks): Document disabling of breakpoint
308         locations for which the breakpoint condition is invalid.
309
310 2020-10-06  Michael Forney  <[email protected]>
311
312         * Makefile.in (HAVE_NATIVE_GCORE_HOST): Add for gcore.1
313         install condition.
314
315 2020-10-04  Simon Marchi  <[email protected]>
316
317         * gdb.texinfo (Debugging Output): Add set/show debug event-loop.
318
319 2020-10-04  Simon Marchi  <[email protected]>
320
321         * gdb.texinfo (Debugging Output): Add empty lines, fix typo.
322
323 2020-09-13  Pedro Alves  <[email protected]>
324
325         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
326         "-break-insert --qualified" and "-dprintf-insert --qualified".
327
328 2020-08-25  Shahab Vahedi  <[email protected]>
329
330         * gdb.texinfo (Synopsys ARC): Document LP_START, LP_END and BTA.
331
332 2020-08-25  Shahab Vahedi  <[email protected]>
333
334         * gdb.texinfo (Synopsys ARC): Update the documentation for ARC
335         Features.
336
337 2020-08-07  Tom Tromey  <[email protected]>
338
339         * gdb.texinfo (Ravenscar Profile): Add examples.
340         Document runtime initialization limitation.
341
342 2020-08-04  Jose E. Marchesi  <[email protected]>
343
344         * gdb.texinfo (Contributors): Add information for the eBPF
345         support.
346         (BPF): New section.
347
348 2020-07-28  Andrew Burgess  <[email protected]>
349
350         * python.texi (Unwinding Frames in Python): Update descriptions
351         for PendingFrame.read_register and
352         gdb.UnwindInfo.add_saved_register.
353         (Frames In Python): Update description of Frame.read_register.
354
355 2020-07-28  Andrew Burgess  <[email protected]>
356
357         * python.texi (Registers In Python): Document new find function.
358
359 2020-07-22  Kevin Buettner  <[email protected]>
360
361         * gdb.texinfo (Maintenance Commands): Add documentation for
362         new command "maintenance print core-file-backed-mappings".
363
364 2020-07-22  Reuben Thomas  <[email protected]>
365
366         * gdb.texinfo (Remote Protocol, Overview): Correct the description
367         of which remote protocol commands are mandatory for a stub to
368         implement.
369
370 2020-07-20  Ludovic Courtès  <[email protected]>
371
372         * doc/guile.texi (Guile Introduction): Mention Guile 3.0.
373
374 2020-07-20  Ludovic Courtès  <[email protected]>
375
376         * guile.texi (Memory Ports in Guile): Mark
377         'memory-port-read-buffer-size',
378         'set-memory-port-read-buffer-size!',
379         'memory-port-write-buffer-size',
380         'set-memory-port-read-buffer-size!' as deprecated.
381         (Guile Introduction): Clarify which Guile
382         versions are supported.
383
384 2020-07-13 Paul Carroll <[email protected]>
385
386         PR gdb/25716
387
388         * gdb.texinfo (Frame Apply): Remove anchor for 'frame
389         apply' and adjust xrefs to it.
390
391 2020-07-11  Philippe Waroquiers  <[email protected]>
392
393         * gdb.texinfo (Attach): Update exec-file-mismatch doc.
394
395 2020-07-08  Hannes Domani  <[email protected]>
396
397         * gdb.texinfo: Document Windows drive conversion of
398         'set auto-load scripts-directory'.
399
400 2020-07-06  Andrew Burgess  <[email protected]>
401
402         * gdb.texi (Registers): Add @anchor for 'info registers
403         <reggroup>' command.
404         * python.texi (Architectures In Python): Document new
405         register_groups method.
406         (Registers In Python): Document two new object types related to
407         register groups.
408
409 2020-07-06  Andrew Burgess  <[email protected]>
410
411         * python.texi (Python API): Add new section to the menu.
412         (Frames In Python): Add new @anchor.
413         (Architectures In Python): Document new registers method.
414         (Registers In Python): New section.
415
416 2020-07-06  Andrew Burgess  <[email protected]>
417
418         * python.texi (Unwinding Frames in Python): Document
419         PendingFrame.architecture method.
420
421 2020-06-26  Eli Zaretskii  <[email protected]>
422
423         * gdb.texinfo (Shell Commands): More accurate description of use
424         of $SHELL.  Reported by Sandra Loosemore <[email protected]>.
425
426 2020-06-23  Andrew Burgess  <[email protected]>
427
428         * gdb.texinfo (Maintenance Commands): Document new 'maint print
429         xml-desc' command.
430
431 2020-06-22  Philippe Waroquiers  <[email protected]>
432
433         * gdb.texinfo (Command aliases default args): New node documenting
434         how to use default args for a command using aliases.
435         (Aliases): Document the new 'DEFAULT-ARGS...' option.
436         (Help): Update help aliases text and describe when full alias
437         definition is provided.
438
439 2020-06-11  Tom Tromey  <[email protected]>
440
441         * gdb.texinfo (Index Files): Reword.  Remove Ada limitation.
442
443 2020-06-10  Jonny Grant  <[email protected]>
444
445         * gdb.texinfo: Remove broken links Previous and Up from
446         contents.
447
448 2020-05-23  Tom Tromey  <[email protected]>
449
450         * gdb.texinfo (Output Styling): Don't mention completion styling.
451         (Editing): Don't mention readline completion styling.
452
453 2020-05-23  Tom Tromey  <[email protected]>
454
455         * gdb.texinfo (Output Styling): Mention completion styling.
456         (Editing): Mention readline completion styling.
457
458 2020-05-19  Pedro Alves  <[email protected]>
459
460         * gdb.texinfo (Attach): Update exec-file-mismatch description to
461         mention build IDs.
462         (Separate Debug Files): Add "build id" anchor.
463
464 2020-05-15  Philippe Waroquiers  <[email protected]>
465
466         * gdb.texinfo (Help): Document the help and apropos changes.
467         (Aliases): Document new meaning of -a abbreviation flag.
468
469 2020-05-05  Kamil Rytarowski  <[email protected]>
470
471         * gdb.texinfo (info proc, info proc cmdline, info proc cwd)
472         (info proc exe, info proc mappings, info proc stat): Mention
473         NetBSD support.
474
475 2020-04-28  Tom Tromey  <[email protected]>
476
477         * python.texi (Commands In Python): Document gdb.COMMAND_TUI.
478
479 2020-04-27  Tom Tromey  <[email protected]>
480
481         * python.texi (Types In Python): Mention missing fields.  Add
482         dynamic type example.
483
484 2020-04-24  Tom Tromey  <[email protected]>
485
486         PR python/23662:
487         * python.texi (Types In Python): Document new features.
488
489 2020-04-15  Artur Shepilko  <[email protected]>
490
491         * gdb.texinfo: Transform @var{[host]} to [@var{host}]; this
492         clears makeinfo warnings.
493         * python.texi: Add a missing period trailing an @xref{} clause;
494         this clears a makeinfo warning.
495
496 2020-03-06  Tom de Vries  <[email protected]>
497
498         * gdb.texinfo: Fix "the the".
499
500 2020-03-04  Tom de Vries  <[email protected]>
501
502         * gdb.texinfo: Remove trailing "done." in "Reading symbols from" lines.
503         * python.texi: Same.
504
505 2020-03-02  Andrew Burgess  <[email protected]>
506
507         * gdb.texinfo (Command History): Extend description for
508         GDBHISTFILE and GDBHISTSIZE, add detail about the filename for
509         'set history filename' being optional.  Describe the effect of an
510         empty history filename on 'set history save on'.
511
512 2020-02-24  Andrew Burgess  <[email protected]>
513
514         * gdb.texinfo (Threads): Fix alignment in 'info threads' example
515         output.
516
517 2020-02-22  Tom Tromey  <[email protected]>
518
519         * python.texi (Python API): Add menu item.
520         (TUI Windows In Python): New node.
521
522 2020-02-22  Tom Tromey  <[email protected]>
523
524         PR tui/17850:
525         * gdb.texinfo (TUI Commands): Document horizontal layouts.
526
527 2020-02-22  Tom Tromey  <[email protected]>
528
529         * gdb.texinfo (TUI Overview): Mention user layouts.
530         (TUI Commands): Document "tui new-layout".
531
532 2020-01-26  Tom Tromey  <[email protected]>
533
534         * gdb.texinfo (M68K Features): Document floating-point feature
535         correspondence.
536
537 2020-01-25  Philippe Waroquiers  <[email protected]>
538
539         * gdb.texinfo (Attach): Document the new option and the
540         set/show commands.
541         (Connecting): Reference the exec-file-mismatch option.
542
543 2020-01-10  Pedro Alves  <[email protected]>
544
545         * gdb.texinfo (Starting): Say "current inferior not connected"
546         instead of "GDB not connected".
547         (Inferiors and Programs): Rename node to ...
548         (Inferiors Connections and Programs): ... this.  Update all
549         references.  Talk about multiple target connections.  Update "info
550         inferiors" info to mention the connections column.  Describe "info
551         connections".  Document "add-inferior -no-connection".
552         * guile.texi, python.texi: Update cross references.
553
554 2020-01-01  Joel Brobecker  <[email protected]>
555
556         * gdb.texinfo, refcard.tex: Update copyright year range.
557
558 2019-12-14  Andrew Burgess  <[email protected]>
559
560         * python.texi (Symbols In Python): Remove duplicate description of
561         gdb.lookup_global_symbol.
562
563 2019-12-11  Simon Marchi  <[email protected]>
564
565         * gdb.texinfo (Writing JIT Debug Info Readers): Fix typo.
566
567 2019-12-11  Philippe Waroquiers  <[email protected]>
568
569         * gdb.texinfo (Command Options): Use -p and -pretty in the example,
570         as -r is ambiguous.  Update the print - TAB TAB completion result.
571         (Data): Document new option -raw-values.  Use -p and -pretty in the
572          example, as -r is ambiguous.
573         (Print Settings): Document set print raw values.
574         (Pretty-Printer Commands): Document interaction between enabled
575         pretty printers and -raw-values/-raw-frame-arguments.
576
577 2019-12-10  Tom Tromey  <[email protected]>
578
579         * python.texi (gdb.prompt): Use correct quotes in example.
580         Shorten sample text.
581
582 2019-12-04  Andrew Burgess  <[email protected]>
583
584         * doc/gdb.texinfo (GDB/MI Symbol Query): Add documentation of
585         -max-results to some -symbol-info-* commands.
586
587 2019-12-04  Andrew Burgess  <[email protected]>
588
589         * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
590         -symbol-info-module-functions and -symbol-info-module-variables.
591
592 2019-12-01  Tom Tromey  <[email protected]>
593
594         * gdb.texinfo (TUI Configuration): Mention TUI border styles.
595         (Output Styling): Document new settings.
596
597 2019-12-01  Tom Tromey  <[email protected]>
598
599         * gdb.texinfo (TUI Configuration): Document new setting.
600
601 2019-11-30  Philippe Waroquiers  <[email protected]>
602
603         * gdb.texinfo (Define): Indicate that user-defined prefix can
604         be used in 'define' command.  Document 'define-prefix' command.
605
606 2019-11-27  Andrew Burgess  <[email protected]>
607
608         * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
609         -symbol-info-modules.
610
611 2019-11-27  Andrew Burgess  <[email protected]>
612
613         * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
614         -symbol-info-functions, -symbol-info-types, and
615         -symbol-info-variables.
616
617 2019-11-26  Tom Tromey  <[email protected]>
618
619         * gdb.texinfo (Maintenance Commands): Document new maint
620         commands.
621
622 2019-11-25  Luis Machado  <[email protected]>
623
624         * gdb.texinfo (Debugging Output): Document set debug
625         remote-packet-max-chars.
626
627 2019-11-14  Tom de Vries  <[email protected]>
628
629         * gdb.texinfo: Fix typos.
630         * python.texi: Same.
631         * stabs.texinfo: Same.
632
633 2019-11-12  Tom Tromey  <[email protected]>
634
635         * gdb.texinfo (Maintenance Commands): Document new command.
636
637 2019-11-11  Tom Tromey  <[email protected]>
638
639         * gdb.texinfo (TUI Keys): Document readline function names.
640
641 2019-11-11  Tom Tromey  <[email protected]>
642
643         * gdb.texinfo (Editing): Document operate-and-get-next.
644
645 2019-11-11  Tom Tromey  <[email protected]>
646
647         * gdb.texinfo (Host I/O Packets): Fix typo in "vFile:pwrite".
648
649 2019-11-10  Andrew Burgess  <[email protected]>
650
651         * python.texi (Symbols In Python): Add documentation for
652         gdb.lookup_static_symbols.
653
654 2019-11-10  Andrew Burgess  <[email protected]>
655
656         * python.texi (Symbols In Python): Extend documentation for
657         gdb.lookup_static_symbol.
658
659 2019-10-31  Andrew Burgess  <[email protected]>
660
661         * gdb.texinfo (Symbols): Document new 'info module variables' and
662         'info module functions' commands.
663
664 2019-10-31  Andrew Burgess  <[email protected]>
665
666         * gdb.texinfo (Symbols): Document new 'info modules' command.
667
668 2019-10-31  Philippe Waroquiers  <[email protected]>
669
670         * gdb.texinfo (Convenience Funs): Document the new
671         $_gdb_setting_str, $_gdb_maint_setting and $_gdb_maint_setting_str
672         convenience functions.
673
674 2019-10-29  Christian Biesinger  <[email protected]>
675
676         * Makefile.in: Also set SYSTEM_GDBINIT_DIR for the info manual
677         generation.
678         * gdb.texinfo (many sections): Document new --with-system-gdbinit-dir
679         option.
680
681 2019-10-23  Tom Tromey  <[email protected]>
682
683         * Makefile.in (READLINE_DIR): Update.
684
685 2019-10-23  Christian Biesinger  <[email protected]>
686
687         * python.texi (Threads In Python): Add a note for how to get the
688         list of threads.
689
690 2019-10-07  Tom de Vries  <[email protected]>
691
692         * gdb.texinfo: Fix typo.
693         * guile.texi: Same.
694         * python.texi: Same.
695
696 2019-10-03  Bernhard Heckel  <[email protected]>
697
698         * doc/gdb.texinfo (Fortran Operators): Describe scope operator.
699
700 2019-10-02  Tom Tromey  <[email protected]>
701
702         * gdb.texinfo (Set Catchpoints, Convenience Vars): Document
703         $_ada_exception.
704
705 2019-09-20  Ulrich Weigand  <[email protected]>
706
707         * doc/gdb.texinfo (Remote Configuration): Remove documentation for
708         qXfer:spu:read and qXfer:spu:write.
709         (General Query Packets): Likewise.
710         (Cell Broadband Engine SPU architecture): Remove subsection.
711
712 2019-09-18  Tom Tromey  <[email protected]>
713
714         * gdb.texinfo (Editing): Document readline application name.
715         (TUI Single Key Mode): Document TUI SingleKey keymap name.
716
717 2019-09-17  Andrew Burgess  <[email protected]>
718
719         * gdb.texinfo (Source Path): Additional text to better describe
720         how the source path directory list is used when searching for
721         source files.
722
723 2019-09-12  Philippe Waroquiers  <[email protected]>
724
725         * gdb.texinfo (Ada Tasks): Tell the task name is printed, update
726         examples.
727
728 2019-09-10  Tom Tromey  <[email protected]>
729
730         * gdb.texinfo (Index Files): Update Ada text.
731
732 2019-08-27  Andrew Burgess  <[email protected]>
733
734         * gdb.texinfo (Symbols): Add information about the -n flag to
735         "info variables" and "info functions".
736
737 2019-08-25  Yoshinori Sato <[email protected]>
738
739         * gdb.texinfo (Standard Target Features): Add RX Features sub-section.
740
741 2019-08-16  Alan Hayward  <[email protected]>
742
743         * gdb.texinfo (AArch64 Pointer Authentication)
744         (GDB/MI Breakpoint Information) (Frame Information): Document
745         addr_field.
746
747 2019-08-12  Tom Tromey  <[email protected]>
748
749         * gdb.texinfo (Configure Options): Document minimum version of
750         readline.
751
752 2019-08-09  Alan Hayward  <[email protected]>
753
754         * gdb.texinfo (AArch64 Pointer Authentication): Fix typo.
755
756 2019-08-07  Alan Hayward  <[email protected]>
757
758         * gdb.texinfo (AArch64 Pointer Authentication): New subsection.
759
760 2019-08-05  Christian Biesinger  <[email protected]>
761
762         * python.texi (Blocks In Python): Document dictionary access on blocks.
763
764 2019-08-03  Philippe Waroquiers  <[email protected]>
765
766         * gdb.texinfo (Symbols): Document new args -dirname and -basename
767         of "info sources" command.
768
769 2019-07-30  Christian Biesinger  <[email protected]>
770
771         * python.texi (Symbols In Python): Document new function
772         gdb.lookup_static_symbol.
773
774 2019-07-29  Christian Biesinger  <[email protected]>
775
776         * python.texi (Objfiles In Python): Document new functions
777           Objfile.lookup_{global,static}_symbol.
778
779 2019-07-29  Philippe Waroquiers  <[email protected]>
780
781         * gdb.texinfo (Backtrace): Document the new '-frame-info'
782         backtrace option.  Reference 'set print frame-info'.
783         (Print Settings): Document 'set|show print frame-info'.
784         Document new 'presence' value for 'set print frame-arguments.
785
786 2019-07-22  Andrew Burgess  <[email protected]>
787
788         * gdb.texinfo (Symbols): Add information about -q flag to "info
789         types".
790
791 2019-07-20  Kevin Buettner  <[email protected]>
792
793         * python.texi (python command): Revise example to match
794         command behavior.
795
796 2019-07-09  Pedro Alves  <[email protected]>
797
798         * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
799         examples to show type=catchpoint instead of type=breakpoint and an
800         address.
801
802 2019-07-03  Pedro Alves  <[email protected]>
803             Philippe Waroquiers  <[email protected]>
804
805         * gdb.texinfo (Command Settings): New node documenting the general
806         concept of settings, how to change them, and the new "with"
807         command.
808         (Maintenance Commands): Document "maint with".
809
810 2019-07-03  Pedro Alves  <[email protected]>
811
812         * gdb.texinfo (Maintenance Commands): Document "maint set/show
813         test-settings" instead of "maint test-settings set/show".
814
815 2019-06-18  Simon Marchi  <[email protected]>
816
817         * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
818         deals with a file that has the same name as the specified pid to
819         attach to.  Add example using -p option.
820         (gdb man): Remove same sentence as in previous item.
821
822 2019-06-15  Andrew Burgess  <[email protected]>
823
824         * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
825         node.
826         (C++ Exception GDB/MI Catchpoint Commands): New node to describe
827         new MI commands.
828
829 2019-06-13  Pedro Alves  <[email protected]>
830
831         * gdb.texinfo (Command Completion): Mention command options too.
832         (Command Options): New node.
833         (Threads): Add anchors.  Extend descriptions of the "taas" and
834         "tfaas" commands.
835         (Backtrace): Describe new options of the "backtrace" command.  Add
836         anchors.
837         (Frame Apply): Describe new options of the "frame apply" and
838         "faas" commands.  Add anchors.
839         (Data): Describe new options of the "print" command.  Add anchors.
840         (Compiling and Injecting Code): Mention options of the "compile
841         print" command.
842         (Maintenance Commands): Mention "maint test-options" subcommands
843         and the "maint show test-options-completion-result" command.
844
845 2019-06-13  Pedro Alves  <[email protected]>
846
847         * gdb.texinfo (Print Settings): Document "set/show print
848         raw-frame-arguments" instead of "set/show print raw
849         frame-arguments".
850
851 2019-06-13  Pedro Alves  <[email protected]>
852
853         * gdb.texinfo (Maintenance Commands): Document "maint
854         test-settings" commands.
855
856 2019-06-06  Amos Bird  <[email protected]>
857
858         * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
859         annotation.
860
861 2019-06-04  Christian Biesinger  <[email protected]>
862
863         * python.texi: Document new gdb.Type.objfile property.
864
865 2019-06-03  Philippe Waroquiers  <[email protected]>
866
867         * gdb.texinfo (Help): Document the new -v apropos flag.
868         (Output Styling): Document the style name styling done by "show style".
869         Document the new title and highlight styles.
870
871 2019-05-31  Philippe Waroquiers  <[email protected]>
872
873         * gdb.texinfo (Shell Commands): Document pipe command.
874         (Logging Output): Add a reference to pipe command.
875         (Convenience Variables): Document $_shell_exitcode and
876         $_shell_exitstatus.
877
878 2019-05-29  Tom Tromey  <[email protected]>
879
880         * gdb.texinfo (Continuing and Stepping): Document new
881         commands.
882
883 2019-05-22  Alan Hayward  <[email protected]>
884
885         * gdb.texinfo (Shell Commands): Add debugredirect.
886
887 2019-05-22  Jan Vrany  <[email protected]>
888
889         * gdb.texinfo: Minor formatting fixes.
890
891 2019-01-28  Jan Vrany  <[email protected]>
892
893         * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
894         MI command -complete.
895
896 2019-05-14  Tom de Vries  <[email protected]>
897
898         * gdb.texinfo (Automatic symbol index cache): Add concept and command
899         index entries.
900
901 2019-05-14  Tom de Vries  <[email protected]>
902
903         * gdb.texinfo (Maintenance Commands): Remove superfluous
904         quoting on command index entry for "maint info selftests".
905
906 2019-05-10  Tom Tromey  <[email protected]>
907
908         * python.texi (Pretty Printing API): Mention lazy computation for
909         "children".
910
911 2019-05-10  Tom Tromey  <[email protected]>
912
913         * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
914         exception" and "catch handlers".  Move "catch exception unhandled"
915         text.  Use @var for "catch load" and "catch unload"
916
917 2019-05-08  Tom Tromey  <[email protected]>
918
919         * gdb.texinfo (Symbols): Document change to ptype/o.
920
921 2019-05-03  Eli Zaretskii  <[email protected]>
922
923         * gdb.texinfo (Separate Debug Files): Document how the
924         subdirectory of the global debug directory is computed on
925         MS-Windows/MS-DOS.
926
927 2019-04-29  Andrew Burgess  <[email protected]>
928
929         * gdb.texinfo (Print Settings): Document 'print max-depth'.
930         * guile.texi (Guile Pretty Printing API): Document that 'print
931         max-depth' can effect the display of a values children.
932         * python.texi (Pretty Printing API): Likewise.
933         (Values From Inferior): Document max_depth keyword.
934
935 2019-04-27  Philippe Waroquiers  <[email protected]>
936
937         * gdb.texinfo (Calling): Document the new
938         set|show may-call-functions.
939
940 2019-04-22  Pedro Alves  <[email protected]>
941
942         * gdb.texinfo (Reverse Execution): Mention and xref process record
943         and replay.  Mention remote and system emulators.
944         (Process Record and Replay): List supported architectures.
945         Mention that "record btrace" is only supported on Intel
946         processors.
947
948 2019-04-17  Alan Hayward  <[email protected]>
949
950         * gdb.texinfo (Other Command-Line Arguments for gdbserver)
951         (Monitor Commands for gdbserver)
952         (gdbserver man): Add debug-file option.
953
954 2019-04-08  Kevin Buettner  <[email protected]>
955
956         * python.texi (Inferiors In Python): Rename
957         Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
958         Add note about the former being deprecated.
959
960 2019-04-08  Kevin Buettner  <[email protected]>
961
962         * python.texi (Threads In Python): Add description for method
963         InferiorThread.handle.
964
965 2019-04-07  Tom Tromey  <[email protected]>
966
967         * Makefile.in (all): Depend on "info".
968
969 2019-04-01  Andrew Burgess  <[email protected]>
970
971         * gdb.texinfo (Convenience Funs): Document '$_creal' and
972         '$_cimag'.
973
974 2019-03-30  Eli Zaretskii  <[email protected]>
975
976         * gdb.texinfo (Convenience Vars): Document $_gdb_major and
977         $_gdb_minor.
978
979 2019-03-26  Andrew Burgess  <[email protected]>
980
981         * python.texi (Pretty Printing API): Document use of None for the
982         display_hint.
983
984 2019-03-22  Alan Hayward  <[email protected]>
985             Jiong Wang  <[email protected]>
986
987         * gdb.texinfo (AArch64 Features): Describe pauth feature.
988
989 2019-03-20  Tom Tromey  <[email protected]>
990
991         * python.texi (Selecting Pretty-Printers): Use @defvar for
992         gdb.pretty_printers.
993
994 2019-03-14  Simon Marchi  <[email protected]>
995
996         * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
997         of table, "@end @table" -> "@end table".
998
999 2019-03-14  Tom Tromey  <[email protected]>
1000
1001         * gdb.texinfo (Output Styling): Document "set style source" and
1002         "show style source".
1003
1004 2019-03-13  Simon Marchi  <[email protected]>
1005
1006         * gdb.texinfo (Mode Options): Mention mi3.
1007         (Interpreters): Likewise.
1008         (GDB/MI Development and Front Ends): Add entry for MI 3 in
1009         version table.  Document -fix-multi-location-breakpoint-output.
1010         (GDB/MI Breakpoint Information): Document format of breakpoint
1011         location output.
1012
1013 2019-03-05  Simon Marchi  <[email protected]>
1014
1015         * python.texi (Values From Inferior): Change synopsys of the
1016         second form of Value.__init__.
1017
1018 2019-03-02  Eli Zaretskii  <[email protected]>
1019
1020         * gdb.texinfo (Output Styling): Fix typos.  Document the default
1021         foreground colors of the available styles.
1022
1023 2019-02-27  Kevin Buettner  <[email protected]>
1024
1025         * gdb.texinfo (Configure Options): Document minimum python
1026         version.
1027
1028 2019-02-26  Kevin Buettner  <[email protected]>
1029
1030         * python.texi (Values From Inferior): Document second form
1031         of Value.__init__.
1032
1033 2019-02-23  Joel Brobecker  <[email protected]>
1034
1035         * gdb.texinfo: Update copyright year ranges.
1036         * refcard.tex: Likewise.
1037
1038 2019-02-21  Alan Hayward  <[email protected]>
1039
1040         * gdb.texinfo: Update style defaults.
1041
1042 2019-02-21  Tom Tromey  <[email protected]>
1043
1044         * gdb.texinfo (Remote Configuration): Remove trailing "." from
1045         @item.
1046
1047 2019-01-16  Simon Marchi  <[email protected]>
1048
1049         * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
1050         MI versions.  Update text around it.
1051
1052 2019-01-14  Pedro Franco de Carvalho  <[email protected]>
1053
1054         * gdb.texinfo (PowerPC Features): Document the alias
1055         pseudo-registers for the org.gnu.gdb.power.altivec feature.
1056
1057 2019-01-09  Simon Marchi  <[email protected]>
1058
1059         * gdb.texinfo (Print Settings): Remove mention of specific
1060         demangle-style values, just refer to the in-process help.
1061
1062 2018-12-28  Tom Tromey  <[email protected]>
1063
1064         * gdb.texinfo (Output Styling): New node.
1065
1066 2018-12-13  John Baldwin  <[email protected]>
1067
1068         * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
1069         (Native): Add a FreeBSD subsection.
1070         (FreeBSD): Document use of system call aliases for compatibility
1071         system calls.
1072
1073 2018-11-21  Andrew Burgess  <[email protected]>
1074
1075         * gdb.texinfo (Standard Target Features): Add RISC-V Features
1076         sub-section.
1077
1078 2018-11-20  Philippe Waroquiers  <[email protected]>
1079
1080         * gdb.texinfo (Examining the Symbol Table): Document language choice
1081         for 'info types|functions|variables' commands.
1082         (Setting Breakpoints): Document language choice to print
1083         the functions in which a breakpoint is set.
1084
1085 2018-11-09  Pedro Franco de Carvalho  <[email protected]>
1086
1087         * gdb.texinfo (PowerPC Features): Document the altivec and fpu
1088         requirements for the org.gnu.gdb.power.vsx feature.
1089
1090 2018-11-01  Joel Brobecker  <[email protected]>
1091
1092         * gdb.texinfo (Ada Tasks): Update the "info task 2" example
1093         output to match the current implementation.
1094
1095 2018-10-27  Philippe Waroquiers  <[email protected]>
1096
1097         * gdb.texinfo (Information About a Frame): Document changes
1098         to 'info args' and 'info locals'.
1099         (Examining the Symbol Table): Document changes to 'info functions'
1100         and 'info variables'.
1101
1102 2018-10-26  Pedro Franco de Carvalho  <[email protected]>
1103
1104         * gdb.texinfo (PowerPC Features): Describe new features
1105         "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
1106         "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
1107         "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
1108         "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
1109
1110 2018-10-26  Pedro Franco de Carvalho  <[email protected]>
1111
1112         * gdb.texinfo (PowerPC Features): Describe new features
1113         "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
1114
1115 2018-10-26  Pedro Franco de Carvalho  <[email protected]>
1116
1117         * gdb.texinfo (PowerPC Features): Describe new feature
1118         "org.gnu.gdb.power.tar".
1119
1120 2018-10-26  Pedro Franco de Carvalho  <[email protected]>
1121
1122         * gdb.texinfo (PowerPC Features): Describe new features
1123         "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
1124
1125 2018-10-20  Tom Tromey  <[email protected]>
1126
1127         * gdb.texinfo (TUI Commands): Add @end table.
1128         (TUI Configuration): Remove stray @end table.
1129
1130 2018-10-19  Tom Tromey  <[email protected]>
1131
1132         PR tui/18388:
1133         * gdb.texinfo (TUI Commands): Remove tabset documentation.
1134         (TUI Configuration): Document "set tui tab-width".
1135
1136 2018-10-09  Tom Tromey  <[email protected]>
1137
1138         * python.texi (Inferiors In Python): Link to "Frames In Python",
1139         not "Unwinding Frames in Python".
1140
1141 2018-10-09  Tom Tromey  <[email protected]>
1142
1143         * gdb.texinfo (Configure Options): Update --enable-ubsan
1144         documentation.
1145
1146 2018-10-08  John Baldwin  <[email protected]>
1147
1148         * gdb.texinfo (Contributors): Add SRI International and University
1149         of Cambridge for FreeBSD/riscv.
1150
1151 2018-10-06  Tom Tromey  <[email protected]>
1152
1153         PR python/19399:
1154         * python.texi (Inferiors In Python): Document
1155         Inferior.Architecture.
1156
1157 2018-10-06  Tom Tromey  <[email protected]>
1158
1159         PR python/21765:
1160         * python.texi (Symbols In Python): Document the module and
1161         common-block domains.  Remove documentation for incorrect
1162         domains.
1163
1164 2018-10-03  Tom Tromey  <[email protected]>
1165
1166         * gdb.texinfo (Configure Options): Document --enable-ubsan.
1167
1168 2018-10-02  John Darrington <[email protected]>
1169
1170         * gdb.texinfo (Remote Connection Commands): Describe
1171           the changes to target remote and target extended-remote
1172           relating to Unix domain sockets.
1173
1174 2018-10-01  Tom Tromey  <[email protected]>
1175
1176         * gdb.texinfo (Configure Options): Document configure options.
1177
1178 2018-09-29  Tom Tromey  <[email protected]>
1179
1180         * gdb.texinfo (Requirements): Mention C++, GNU make.
1181         (Requirements): Sort the table.  Add more libraries.
1182         (Running Configure): Remove obsolete text.
1183         (Separate Objdir): Likewise.
1184         (Configure Options): Likewise.
1185
1186 2018-09-28  Andrew Burgess  <[email protected]>
1187
1188         * gdb.texinfo (Frames): Rewrite the description of 'frame number'
1189         to highlight that the number is also the frame's level.
1190         (Selection): Rewrite documentation for 'frame' and 'select-frame'
1191         commands.
1192         (Frame Info): Rewrite documentation for 'info frame' command.
1193
1194 2018-09-23  Tom Tromey  <[email protected]>
1195
1196         PR python/18852:
1197         * python.texi (Parameters In Python): Document exception behavior
1198         of get_set_string.
1199
1200 2018-09-18  John Baldwin  <[email protected]>
1201
1202         * gdb.texinfo (info proc): Remove "running".
1203         (info proc mappings): Replace "program" with "process".
1204
1205 2018-09-18  John Baldwin  <[email protected]>
1206
1207         * gdb.texinfo (Process Information): Document "info proc files"
1208         command.
1209
1210 2018-09-17  Tom Tromey  <[email protected]>
1211
1212         * gdb.texinfo (Index Files): Update for cache directory change on
1213         macOS.
1214
1215 2018-09-16  Tom Tromey  <[email protected]>
1216
1217         * python.texi (Basic Python): Update docs for find_pc_line,
1218         solib_name.
1219         (Progspaces In Python): Update docs for current_progspace.
1220         Document block_for_pc, find_pc_line, is_valid, nsolib_name.
1221         Move method documentation before example.
1222
1223 2018-09-13  Simon Marchi  <[email protected]>
1224
1225         * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
1226
1227 2018-09-13  Simon Marchi  <[email protected]>
1228 2018-09-13  Tom Tromey  <[email protected]>
1229
1230         * python.texi (Program Spaces In Python): Document the
1231         Progspace.objfiles method.
1232         (Objfiles In Python): Mention that gdb.objfiles() is identical
1233         to gdb.selected_inferior().progspace.objfiles().
1234
1235 2018-09-13  Simon Marchi  <[email protected]>
1236 2018-09-13  Tom Tromey  <[email protected]>
1237
1238         * python.texi (Inferiors In Python): Document
1239         Inferior.progspace.
1240         (Program Spaces In Python): Document that
1241         gdb.current_progspace() is the same as
1242         gdb.selected_inferior().progspace.
1243
1244 2018-09-13  Simon Marchi  <[email protected]>
1245
1246         * python.texi (Basic Python): Mention the string representation
1247         of GDB Python objects.
1248
1249 2018-09-12  Simon Marchi  <[email protected]>
1250
1251         * gdb.texinfo (Skipping Over Functions and Files): Document
1252         set/show debug skip.
1253
1254 2018-09-10  Tom Tromey  <[email protected]>
1255
1256         * python.texi (Frames In Python, Blocks In Python)
1257         (Symbols In Python, Symbol Tables In Python)
1258         (Lazy Strings In Python): Remove periods from section titles.
1259
1260 2018-09-10  Tom Tromey  <[email protected]>
1261
1262         * python.texi (Pretty Printing API): Swap sentence order.
1263
1264 2018-09-10  Tom Tromey  <[email protected]>
1265
1266         PR python/16461:
1267         * python.texi (Values From Inferior): Mention use of virtual
1268         table.
1269
1270 2018-09-10  Tom Tromey  <[email protected]>
1271
1272         * python.texi (Basic Python): Parenthesize argument to
1273         decode_line.
1274
1275 2018-09-10  Tom Tromey  <[email protected]>
1276
1277         * python.texi (Python): Mention Python versions.  Don't mention
1278         execfile.
1279
1280 2018-09-10  Tom Tromey  <[email protected]>
1281
1282         PR python/19808:
1283         * python.texi (Unwinding Frames in Python): Rewrite
1284         create_unwind_info documentation.  Update read_register
1285         documentation and add a note about unwinder caution.
1286
1287 2018-09-10  Tom Tromey  <[email protected]>
1288
1289         PR python/18909:
1290         * python.texi (Events In Python): Fix inferior_call
1291         documentation.
1292
1293 2018-09-10  Tom Tromey  <[email protected]>
1294
1295         PR python/17752:
1296         * python.texi (Frame Filter API): Remove period from subsection
1297         title.  Mention 100 as good default priority.
1298         (Frame Decorator API): Remove period from subsection title.
1299         Mention FrameDecorator module.
1300
1301 2018-09-10  Tom Tromey  <[email protected]>
1302
1303         PR python/23108:
1304         * python.texi (Exception Handling): Rearrange gdb.GdbError text
1305         and add a table.
1306
1307 2018-09-10  Tom Tromey  <[email protected]>
1308
1309         * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
1310         (Machine Code): Use "binutils", not "binutils.info", in @pxref.
1311         (Separate Debug Files): Use "ld", not "ld.info", in @ref.
1312         * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
1313
1314 2018-09-10  Tom Tromey  <[email protected]>
1315
1316         PR python/16484:
1317         * python.texi (Frames In Python): Document that Frame.block can
1318         throw.
1319
1320 2018-09-10  Tom Tromey  <[email protected]>
1321
1322         PR python/23487:
1323         * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
1324
1325 2018-09-10  Tom Tromey  <[email protected]>
1326
1327         PR python/16033:
1328         * python.texi (Blocks In Python): Document that Block.end is
1329         exclusive.
1330
1331 2018-08-29  Keith Seitz  <[email protected]>
1332
1333         * gdb.texinfo (Compiling and injecting code in GDB): Document
1334         set/show "compile-oracle" and "compile-cplus-types" commands.
1335
1336 2018-08-22  Jan Vrany  <[email protected]>
1337
1338         * gdb.texinfo (The -stack-list-frames Command): Update description
1339         to mention "arch".
1340         Update MI examples throughout the document to contain "arch" in
1341         frame output.
1342
1343 2018-08-21  Alan Hayward  <[email protected]>
1344
1345         * gdb.texinfo (AArch64 SVE): New subsubsection.
1346
1347 2018-08-14  Jan Vrany  <[email protected]>
1348
1349         * gdb.texinfo (GDB/MI Data Manipulation): Document
1350         "-data-disassemble -a addr".
1351         (GDB/MI Support Commands): Document "data-disassemble-a-option"
1352         feature.
1353
1354 2018-08-07  Simon Marchi  <[email protected]>
1355
1356         * gdb.texinfo (Index Files Speed Up GDB): Add section about
1357         symbol index cache.
1358
1359 2018-07-27  Sergio Durigan Junior  <[email protected]>
1360
1361         * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
1362         option sections to further clarify that gcore can take more
1363         than one PID, and that "-o" is used to specify a prefix, not a
1364         filename.
1365
1366 2018-07-26  Andrew Burgess  <[email protected]>
1367
1368         * gdb.texinfo (Maintenance Commands): Add description of
1369         maintenance command to control dwarf unwinders.
1370
1371 2018-07-12  Philippe Waroquiers  <[email protected]>
1372
1373         * gdb.texinfo (Debugging Programs with Multiple Threads):
1374         Document changes to 'thread apply'.  Document 'taas'.
1375         Document 'tfaas'.
1376         (Examining the Stack): Document 'frame apply'.  Document 'faas'.
1377
1378 2018-07-11  Sergio Durigan Junior  <[email protected]>
1379             Jan Kratochvil  <[email protected]>
1380             Paul Fertser  <[email protected]>
1381             Tsutomu Seki  <[email protected]>
1382
1383         * gdb.texinfo (Remote Connection Commands): Add explanation
1384         about new IPv6 support.  Add new connection prefixes.
1385
1386 2018-07-09  Andrew Burgess  <[email protected]>
1387
1388         * gdb.texinfo (Remote Configuration): Update descriptions for
1389         set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
1390         and hardware-watchpoint-length-limit variables.
1391
1392 2018-07-02  Maciej W. Rozycki  <[email protected]>
1393
1394         PR tdep/8282
1395         * gdb.texinfo (Source and Machine Code): Document `set
1396         disassembler-options' support for the MIPS target.
1397
1398 2018-06-28  Petr Tesarik  <[email protected]>
1399
1400         * gdb.texinfo (Files): Document "add-symbol-file -o offset".
1401
1402 2018-06-28  Petr Tesarik  <[email protected]>
1403
1404         * gdb.texinfo (Files): The address argument for "add-symbol-file"
1405         is no longer mandatory.
1406
1407 2018-06-28  Petr Tesarik  <[email protected]>
1408
1409         * gdb.texinfo (Files): Document "symbol-file -o offset".
1410
1411 2018-06-14  Tom de Vries  <[email protected]>
1412
1413         * gdb.texinfo (Background Execution): Add @cindex for '&'.
1414
1415 2018-06-11  Eli Zaretskii  <[email protected]>
1416
1417         * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
1418
1419 2018-06-08  Gary Benson <[email protected]>
1420
1421         * gdb.texinfo (Maintenance Commands): Document "maint check
1422         libthread-db" and "maint set/show check-libthread-db".
1423
1424 2018-06-05  Tom Tromey  <[email protected]>
1425
1426         PR cli/12326:
1427         * gdb.texinfo (Screen Size): Document "c" response to pagination
1428         prompt.
1429
1430 2018-05-31  Maciej W. Rozycki  <[email protected]>
1431
1432         * gdb.texinfo (Choosing Target Byte Order): Document endianness
1433         selection details with the `set endian auto' mode.
1434
1435 2018-05-31  Alan Hayward  <[email protected]>
1436
1437         * gdb.texinfo: Describe SVE feature.
1438
1439 2018-05-04  Tom Tromey  <[email protected]>
1440
1441         PR python/22731:
1442         * python.texi (Breakpoints In Python): Mention that "commands" is
1443         writable.
1444
1445 2018-05-02  Tom Tromey  <[email protected]>
1446
1447         PR python/20084:
1448         * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
1449         PARAM_ZUINTEGER_UNLIMITED.
1450
1451 2018-04-30  Tom Tromey  <[email protected]>
1452
1453         * python.texi (Types In Python): Document Type.align.
1454
1455 2018-04-13  Andreas Arnez  <[email protected]>
1456
1457         * gdb.texinfo (Symbols): Mention the fact that "info
1458         variables/functions/types" show source files and line numbers.
1459
1460 2018-04-13  Markus Metzger  <[email protected]>
1461
1462         * gdb.texinfo: Document set/show record btrace cpu.
1463
1464 2018-03-27  Joel Brobecker  <[email protected]>
1465
1466         * gdb.texinfo (Ada Settings): New subsubsection.
1467
1468 2018-03-26  Tom Tromey  <[email protected]>
1469
1470         PR backtrace/15582:
1471         * gdb.texinfo (Backtrace): Mention "hide" argument.
1472
1473 2018-03-26  Tom Tromey  <[email protected]>
1474
1475         * gdb.texinfo (Backtrace): Describe options individually.
1476
1477 2018-03-19  Tom Tromey  <[email protected]>
1478
1479         * observer.texi: Remove.
1480
1481 2018-03-04  John Baldwin  <[email protected]>
1482
1483         * gdb.texinfo (Debugging Output): Document "set/show debug
1484         fbsd-nat".
1485
1486 2018-02-19  Andrew Burgess  <[email protected]>
1487
1488         * gdb.texinfo (Machine Code): Additional information about "info
1489         line" command.
1490
1491 2018-01-15  Szabolcs Nagy  <[email protected]>
1492
1493         * gdb.texinfo (gdb-add-index man): Add pindex.
1494
1495 2018-01-15  Szabolcs Nagy  <[email protected]>
1496
1497         * gdb.texinfo (set cwd): Add period.
1498         (gdb-add-index man): Move anchor.
1499
1500 2017-01-12  Tom Tromey  <[email protected]>
1501             Sergio Durigan Junior  <[email protected]>
1502
1503         * gdb.texinfo (Index Files): Mention gdb-add-index.
1504         (gdb-add-index man): New section.
1505         * Makefile.in (gdb-add-index.1): New rule to generate manpage
1506         from gdb.texinfo.
1507
1508 2018-01-11  Szabolcs Nagy  <[email protected]>
1509
1510         * gdb.texinfo (pwd): Fix whitespace.
1511
1512 2018-01-09  John Baldwin  <[email protected]>
1513
1514         * gdb.texinfo (pwd): Update cross-reference for Process Information
1515         node and remove explicit /proc reference.
1516         (Native): Rename subsection from SVR4 Process Information to
1517         Process Information.
1518         (Process Information): Reword introduction to be less /proc
1519         centric.  Document support for "info proc" on FreeBSD.
1520
1521 2018-01-03  Xavier Roirand  <[email protected]>
1522
1523         * gdb.texinfo (Set Catchpoints): Add documentation for new
1524         "catch handlers" action.
1525
1526 2017-12-27  Stafford Horne  <[email protected]>
1527
1528         * gdb.texinfo (Target Description Format): Explain that arbitrary
1529         strings are now allowed for register groups.
1530
1531 2017-12-27  Stafford Horne  <[email protected]>
1532
1533         * gdb.texinfo (Registers): Document info reg $reggroup feature.
1534
1535 2017-12-15  Sergio Durigan Junior  <[email protected]>
1536
1537         PR cli/16224
1538         * gdb.texinfo (ptype): Add documentation for new flag '/o'.
1539
1540 2017-12-13  Simon Marchi  <[email protected]>
1541
1542         * python.texi (Manipulating breakpoints using Python): Document
1543         qualified parameter to gdb.Breakpoint.
1544
1545 2017-12-13  Simon Marchi  <[email protected]>
1546
1547         * python.texi (Manipulating breakpoints using Python): Split doc
1548         of Breakpoint.__init__ in two, split text in multiple
1549         paragraphs, don't nest parameter square brackets.
1550
1551 2017-12-12  Stafford Horne  <[email protected]>
1552             Stefan Wallentowitz  <[email protected]>
1553             Franck Jullien  <[email protected]>
1554             Jeremy Bennett  <[email protected]>
1555
1556         * gdb.texinfo: Add OpenRISC documentation.
1557
1558 2017-12-08  Jan Kratochvil  <[email protected]>
1559
1560         * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
1561
1562 2017-12-07  Keith Seitz  <[email protected]>
1563
1564         * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
1565         and "show print type nested-type-limit".
1566
1567 2017-12-07  Phil Muldoon  <[email protected]>
1568
1569        * python.texi (Breakpoints In Python): Add text relating
1570         to allowed explicit locations and keywords in gdb.Breakpoints.
1571
1572 2017-12-04  Tom Tromey  <[email protected]>
1573
1574         * gdb.texinfo (Rust): Update trait object status
1575
1576 2017-12-01  Andrew Cagney  <[email protected]>
1577             Joel Brobecker  <[email protected]>
1578             Sergio Durigan Junior  <[email protected]>
1579
1580         * gdb.texinfo (File Options): Document --readnever.
1581         (Commands to Specify Files): Likewise, for 'symbol-file' and
1582         'add-symbol-file'.
1583
1584 2017-11-29  Pedro Alves  <[email protected]>
1585
1586         PR c++/19436
1587         * gdb.texinfo (Debugging C Plus Plus): Document setting
1588         breakpoints in functions with ABI tags.
1589
1590 2017-11-29  Pedro Alves  <[email protected]>
1591
1592         * gdb.texinfo (Linespec Locations): Document how "function" is
1593         interpreted in C++ and Ada.  Document "-qualified".
1594         (Explicit Locations): Document how "-function" is interpreted in
1595         C++ and Ada.  Document "-qualified".
1596
1597 2017-11-26  Dominik Czarnota  <[email protected]>
1598
1599         PR gdb/21945
1600         * gdb.texinfo (Search Memory): Update description and example
1601         about how to search a string without NULL terminator.
1602
1603 2017-11-24  Joel Brobecker  <[email protected]>
1604
1605         * gdb.texinfo (GDB/MI Ada Exception Information): Document
1606         new "exception-message" field.
1607
1608 2017-11-24  Simon Marchi  <[email protected]>
1609
1610         * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
1611
1612 2017-11-24  Pedro Alves  <[email protected]>
1613
1614         * gdb.texinfo (Completion): Update need-quoting examples.  Remove
1615         false claim that GDB inserts quoting automatically.
1616         (Symbols): Add anchor.
1617
1618 2017-11-22  Ulrich Weigand  <[email protected]>
1619
1620         * gdb.texinfo (Requirements): Document use of GNU MPFR.
1621
1622 2017-11-16  Phil Muldoon  <[email protected]>
1623
1624         * python.texi (Basic Python): Add rbreak documentation.
1625
1626 2017-11-07  Xavier Roirand  <[email protected]>
1627             Pedro Alves  <[email protected]>
1628
1629         * gdb.texinfo (Set Breaks): Document support for breakpoint
1630         location ranges in the enable/disable commands.
1631
1632 2017-10-04  Sergio Durigan Junior  <[email protected]>
1633
1634         * gdb.texinfo (Starting your Program) <The working directory.>:
1635         Mention remote debugging.
1636         (Working Directory) <Your Program's Working Directory>:
1637         Likewise.
1638         (Connecting) <Remote Packet>: Add "set-working-dir"
1639         and "QSetWorkingDir" to the table.
1640         (Remote Protocol) <QSetWorkingDir>: New item, explaining the
1641         packet.
1642
1643 2017-10-04  Sergio Durigan Junior  <[email protected]>
1644
1645         * gdb.texinfo (Starting your Program) <The working directory.>:
1646         Mention new "set cwd" command.
1647         (Working Directory) <Your Program's Working Directory>:
1648         Rephrase to explain that "set cwd" exists and is the default
1649         way to change the inferior's cwd.
1650
1651 2017-09-25  Andreas Arnez  <[email protected]>
1652
1653         * gdb.texinfo (S/390 and System z Features): Document the new
1654         features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
1655
1656 2017-09-21  Kevin Buettner  <[email protected]>
1657
1658         * gdb.texinfo (qXfer:threads:read): Add documentation for handle
1659         attribute.
1660
1661 2017-09-21  Kevin Buettner  <[email protected]>
1662
1663         * python.texi (Inferiors In Python): Add description for method
1664         Inferior.thread_from_thread_handle.
1665
1666 2017-09-19  John Baldwin  <[email protected]>
1667
1668         * gdb.texinfo (Starting your Program): Add description of
1669         starti command.  Mention starti command as an alternative for
1670         debugging the elaboration phase.
1671
1672 2017-09-16  Simon Marchi  <[email protected]>
1673
1674         * gdb.texinfo (Maintenance Commands): Document filter parameter
1675         of "maint selftest".  Document "maint info selftests" command.
1676
1677 2017-09-11  Tom Tromey  <[email protected]>
1678
1679         * python.texi (Events In Python): Document new events.
1680
1681 2017-09-04  Pedro Alves  <[email protected]>
1682
1683         * gdb.texinfo (Variables) <Program Variables>: Document inspecting
1684         no-debug-info variables.
1685         (Symbols) <Examining the Symbol Table>: Document inspecting
1686         no-debug-info types.
1687         (Calling) <Calling functions with no debug info>: New subsection,
1688         documenting calling no-debug-info functions.
1689         (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
1690
1691 2017-08-31  Sergio Durigan Junior  <[email protected]>
1692
1693         * gdb.texinfo (set environment): Add @anchor.  Explain that
1694         environment variables set by the user are sent to GDBserver.
1695         (unset environment): Likewise, but for unsetting variables.
1696         (Connecting) <Remote Packet>: Add "environment-hex-encoded",
1697         "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
1698         "environment-reset" and "QEnvironmentReset" to the table.
1699         (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
1700         QEnvironmentReset>: New item, explaining the packet.
1701
1702 2017-08-23  Jan Kratochvil  <[email protected]>
1703
1704         * gdb.texinfo (Compiling and Injecting Code): Add to subsection
1705         "Compiler search for the compile command" descriptions of set
1706         compile-gcc and show compile-gcc.
1707
1708 2017-08-07  Weimin Pan  <[email protected]>
1709
1710         * gdb.texinfo (Architectures): Add new Sparc64 section to document
1711         ADI support.
1712         * NEWS: Add "adi examine" and "adi assign" commands.
1713
1714 2017-08-18  Yao Qi  <[email protected]>
1715
1716         * gdb.texinfo (Server): Document "--selftest".
1717
1718 2017-08-16  Ruslan Kabatsayev  <[email protected]>
1719
1720         * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
1721         Single-Key mode.
1722
1723 2017-08-12  Sergio Durigan Junior  <[email protected]>
1724
1725         PR gdb/21925
1726         * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
1727         set...").
1728
1729 2017-08-09  Simon Marchi  <[email protected]>
1730
1731         * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
1732         conditional expression.
1733
1734 2017-07-31  Simon Marchi  <[email protected]>
1735
1736         * agentexpr.texi (rot): Fix symbolic description, improve
1737         textual description.
1738
1739 2017-07-26  Yao Qi  <[email protected]>
1740
1741         * gdb.texinfo (Maintenance Commands): Document command
1742         "maint check xml-descriptions".
1743
1744 2017-07-26  Yao Qi  <[email protected]>
1745
1746         * gdb.texinfo (Maintenance Commands): Document optional
1747         argument of "maint print c-tdesc".
1748
1749 2017-07-18  Yao Qi  <[email protected]>
1750
1751         * gdb.texinfo (Maintenance Commands): Improve the doc to
1752         command "maint print c-tdesc".
1753
1754 2017-06-20  Sergio Durigan Junior  <[email protected]>
1755
1756         PR gdb/21606
1757         * python.texi (Python representation of Symbols.): Replace
1758         SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
1759         * guile.texi (Guile representation of Symbols.): Likewise.
1760
1761 2017-06-11  Simon Marchi  <[email protected]>
1762
1763         * gdb.texinfo (Optional Messages about Internal Happenings):
1764         Document {set,show} debug separate-debug-file commands.
1765
1766 2017-06-07  Sergio Durigan Junior  <[email protected]>
1767
1768         * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
1769         (Connecting) <Remote Packet>: Add "startup-with-shell"
1770         and "QStartupWithShell" to the table.
1771         (Remote Protocol) <QStartupWithShell>: New item, explaining the
1772         packet.
1773
1774 2017-05-22  Andrew Burgess  <[email protected]>
1775
1776         * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
1777
1778 2017-05-01  Tim Wiederhake  <[email protected]>
1779
1780         * python.texi (Recording in Python): Factor out the documentation of
1781         gdb.RecordInstruction's super class.
1782
1783 2017-05-01  Tim Wiederhake  <[email protected]>
1784
1785         * python.texi (Recording in Python): Replace gdb.BtraceFunction with
1786         gdb.RecordFunctionSegment.  Rename prev_sibling and next_sibling to
1787         prev and next.
1788
1789 2017-05-01  Tim Wiederhake  <[email protected]>
1790
1791         * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
1792         gdb.RecordInstruction
1793
1794 2017-05-01  Tim Wiederhake  <[email protected]>
1795
1796         * python.texi (Recording in Python): Add documentation for
1797         gdb.RecordGap and remove documentation of special cases for
1798         gdb.BtraceInstruction.
1799
1800 2017-05-01  Tim Wiederhake  <[email protected]>
1801
1802         * python.texi (Recording in Python): Remove Record.ptid defvar.
1803
1804 2017-04-21  Simon Marchi  <[email protected]>
1805
1806         * gdb.texinfo (GDB/MI Thread Information): Add missing
1807         fields, re-word some things.
1808         (GDB/MI Thread Commands): Describe fields found in the output of
1809         -thread-info, remove description of fields in the
1810         thread output tuple, replace with a cross-reference to "GDB/MI
1811         Thread Information".
1812
1813 2017-04-21  Simon Marchi  <[email protected]>
1814
1815         * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
1816         from -thread-info output.
1817
1818 2017-03-28  Anton Kolesov  <[email protected]>
1819
1820         * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
1821
1822 2017-03-28  Anton Kolesov  <[email protected]>
1823
1824         * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
1825
1826 2017-03-22  Yao Qi  <[email protected]>
1827
1828         * python.texi (Inferiors In Python): Remove @code from Python.
1829
1830 2017-03-21  Tim Wiederhake  <[email protected]>
1831
1832         * python.texi (Recordings In Python): Document return type of
1833         gdb.BtraceInstruction.data.
1834
1835 2017-03-20  Marc-Andre Laperle  <[email protected]>
1836
1837         * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
1838         command file-list-shared-libraries
1839         (GDB/MI Async Records): Update documentation of library-loaded with new
1840         field.
1841
1842 2017-03-20  Artemiy Volkov  <[email protected]>
1843
1844         PR gdb/14441
1845         * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
1846         supports both lvalue and rvalue references.
1847
1848 2017-03-20  Artemiy Volkov  <[email protected]>
1849
1850         PR gdb/14441
1851         * python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
1852         table of constants.
1853
1854 2017-03-16  Doug Evans  <[email protected]>
1855
1856         * guile.texi (Lazy Strings In Guile): Mention arrays.
1857         * python.texi (Lazy Strings In Python): Ditto.
1858
1859 2017-03-08  Jiong Wang  <[email protected]>
1860
1861         * gdb.texinfo (Memory Protection Extensions): Add missing escape
1862         character "@".
1863
1864 2017-03-07  Walfred Tedeschi <[email protected]>
1865
1866         * Memory Protection Extensions: Add information about inferior
1867         calls.
1868
1869 2017-02-28  Peter Bergner  <[email protected]>
1870
1871         * gdb.texinfo: Document new set/show disassembler-options
1872         commands.
1873
1874 2017-02-20  Jan Kratochvil  <[email protected]>
1875
1876         * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1877         DW_TAG_GNU_* and DW_AT_GNU_*.
1878
1879 2017-02-14  Tim Wiederhake  <[email protected]>
1880
1881         * python.texi (Recordings In Python): New section.
1882
1883 2017-02-14  Tom Tromey  <[email protected]>
1884
1885         PR python/13598:
1886         * python.texi (Events In Python): Document events.before_prompt.
1887
1888 2017-02-13  Luis Machado  <[email protected]>
1889
1890         * gdb.texinfo (Target Commands): Document the optional offset
1891         argument for the load command.
1892
1893 2017-02-10  Martin Galvan  <[email protected]>
1894
1895         PR gdb/21122
1896         * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1897         space-separated breakpoint lists.  Also add a missing @table command
1898         and @cindex for breakpoint lists.
1899
1900 2017-02-06  Ivo Raisr  <[email protected]>
1901
1902         PR tdep/20936
1903         * gdb.texinfo: (Standard Target Features): Document SPARC features.
1904         (Sparc Features): New node.
1905
1906 2017-01-27  Walfred Tedeschi  <[email protected]>
1907
1908         * gdb.texinfo (i386 Features): Add system segment registers
1909         as feature.
1910
1911 2017-01-24  Simon Marchi  <[email protected]>
1912
1913         * python.texi (Events In Python): Fix typo.
1914
1915 2017-01-20  Mike Wrighton  <[email protected]>
1916             Luis Machado  <[email protected]>
1917
1918         * gdb.texinfo (-target-flash-erase): New MI command description.
1919         (flash-erase): New CLI command description.
1920
1921 2017-01-04  John Baldwin  <[email protected]>
1922
1923         * gdb.texinfo (Contributors): Add SRI International and University
1924         of Cambridge for FreeBSD/mips.
1925
1926 2016-12-22  Doug Evans  <[email protected]>
1927
1928         * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
1929         commands.
1930
1931 2016-12-02  Pedro Alves  <[email protected]>
1932
1933         * gdb.texinfo (User-defined Commands): Limit on number of
1934         arguments passed to user-defined commands removed; update.
1935
1936 2016-12-02  Pedro Alves  <[email protected]>
1937
1938         PR cli/20559
1939         * gdb.texinfo (Define): Add example of using "eval" to process a
1940         variable number of arguments.
1941         (Output) <eval>: Add anchor.
1942
1943 2016-11-30  Simon Marchi  <[email protected]>
1944
1945         * Makefile.in: Likewise.
1946
1947 2016-11-18  Andreas Arnez  <[email protected]>
1948
1949         * gdb.texinfo (GDB/MI Async Records): Add missing comma after
1950         xref.
1951
1952 2016-10-29  Pedro Alves  <[email protected]>
1953
1954         * gdb.texinfo (Packets) <vCont>: Remove mention of default
1955         actions.
1956
1957 2016-10-26  Pedro Alves  <[email protected]>
1958
1959         * gdb.texinfo (Packets): Clarify vCont packets with multiple
1960         actions that match a thread, and what happens when an action
1961         matches a thread that is already running.
1962
1963 2016-10-14  Simon Marchi  <[email protected]>
1964
1965         * gdb.texinfo (Using Trace Files): Fix typo.
1966         (GDB/MI Tracepoint Commands): Likewise.
1967
1968 2016-10-14  Simon Marchi  <[email protected]>
1969
1970         * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
1971         of -trace-save.
1972
1973 2016-10-06  Tom Tromey  <[email protected]>
1974
1975         * guile.texi (Types In Guile): Remove Java mentions.
1976         * python.texi (Types In Python): Remove Java mentions.
1977         * gdb.texinfo (Address Locations, Supported Languages)
1978         (Index Section Format): Remove Java mentions.
1979
1980 2016-08-15  Doug Evans  <[email protected]>
1981
1982         * gdb.texinfo (Target Description Format): Update docs on "end"
1983         field spec and field default type.
1984
1985 2016-10-03  Antoine Tremblay  <[email protected]>
1986 2016-10-03  Simon Marchi  <[email protected]>
1987
1988         PR gdb/20487
1989         * gdb.texinfo (Context management): Update mention of frame
1990         change notifications.
1991         (gdb/mi Async Records): Document frame field in
1992         =thread-select event.
1993         * observer.texi (GDB Observers): New user_selected_context_changed
1994         observer.
1995
1996 2016-09-28  Tom Tromey  <[email protected]>
1997
1998         * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
1999         than "memory breakpoint".  Further document "kind".  Move
2000         protocol-details link earlier.
2001         <z1>: Document the cmd_list argument.  Fix typo.
2002         <g>: Remove incorrect sentence.
2003         (Stop Reply Packets): Document "OK" response to requests when in
2004         non-stop mode.
2005         <swbreak>: Use "software breakpoint" rather than "memory
2006         breakpoint".
2007         <create>: Document that "R" is ignored.
2008         <W, X, w>: Document formatting of "AA".
2009         (Notification Packets): Use "%Stop", not "%%Stop".
2010
2011 2016-09-21  Anton Kolesov  <[email protected]>
2012
2013         * gdb.texinfo (Embedded Processors): Document ARC.
2014         (Synopsys ARC): New section.
2015         (Standard Target Features): Document ARC features.
2016         (ARC Features): New section.
2017
2018 2016-09-21  Simon Marchi  <[email protected]>
2019
2020         * .gitignore: New file.
2021
2022 2016-08-24  Simon Marchi  <[email protected]>
2023
2024         * gdb.texinfo (Input/Output): Mention possibility to unset
2025         inferior-tty.
2026
2027 2016-07-25  Tim Wiederhake  <[email protected]>
2028
2029         * gdb.texinfo: Resume btrace on reconnect.
2030
2031 2016-07-23  Gabriel Krisman Bertazi  <[email protected]>
2032
2033         * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
2034         syscall.
2035
2036 2016-06-30  Руслан Ижбулатов  <[email protected]>
2037
2038         * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
2039         command.
2040
2041 2016-07-13  Tom Tromey  <[email protected]>
2042
2043         PR python/15620, PR python/18620:
2044         * python.texi (Events In Python): Document new breakpoint events.
2045
2046 2016-07-13  Tom Tromey  <[email protected]>
2047
2048         PR python/17698:
2049         * python.texi (Breakpoints In Python): Document
2050         Breakpoint.pending.
2051
2052 2016-07-13  Tom Tromey  <[email protected]>
2053
2054         * python.texi (Breakpoints In Python): Move table of types and
2055         table of watchpoint types earlier in node.
2056
2057 2016-07-12  Tom Tromey  <[email protected]>
2058
2059         PR python/19293:
2060         * python.texi (Frames In Python): Document
2061         gdb.invalidate_cached_frames.
2062
2063 2016-06-21  Pedro Alves  <[email protected]>
2064
2065         * gdb.texinfo (Interpreters): Update intepreter-exec section,
2066         document new-ui and explain use case.
2067
2068 2016-06-17  Yan-Ting Lin  <[email protected]>
2069
2070         * gdb.texinfo (Standard Target Features): Document NDS32 features.
2071         (NDS32 Features): New Section.
2072
2073 2016-06-09  Toshihito Kikuchi  <[email protected]>
2074
2075         * gdb.texinfo (Examining Memory): Document negative repeat
2076         count in the 'x' command.
2077
2078 2016-06-06  Simon Marchi  <[email protected]>
2079
2080         * gdb.texinfo (GDB/MI Async Records): Document method and
2081         format fields in =record-started.
2082         * observer.texi (record_changed): Add method and format
2083         parameters.
2084
2085 2016-05-27  Eli Zaretskii  <[email protected]>
2086
2087         * gdb.texinfo (General Query Packets): Move the description of the
2088         response before the long list of the specific 'read' and 'write'
2089         requests.
2090
2091 2016-05-23  Tom Tromey  <[email protected]>
2092
2093         * python.texi (Basic Python): Document gdb.breakpoints return.
2094
2095 2016-05-24  Tom Tromey  <[email protected]>
2096
2097         PR gdb/19194:
2098         * gdb.texinfo (gdb man): Fix typo.
2099
2100 2016-05-17  Tom Tromey  <[email protected]>
2101
2102         * gdb.texinfo (Supported Languages): Mention Rust.  Update menu.
2103         (Rust): New node.
2104
2105 2016-05-17  Tom Tromey  <[email protected]>
2106
2107         * gdb.texinfo (Maintenance Commands): Document "maint selftest".
2108
2109 2016-04-27  Yao Qi  <[email protected]>
2110
2111         * gdb.texinfo (tfind): Complete doc about tfind without
2112         argument.
2113
2114 2016-04-13  Antoine Tremblay  <[email protected]>
2115
2116         * agentexpr.texi (byte): Fix zero_ext description.
2117
2118 2016-03-31  Pedro Alves  <[email protected]>
2119
2120         * gdb.texinfo (M32R/SDI): Delete node.
2121         (MIPS Embedded): Remove references to the MIPS remote debugging
2122         protocol, PMON and variants, and the associated commands.
2123
2124 2016-03-15  Doug Evans  <[email protected]>
2125
2126         * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
2127         (Target Description Format): Mention enum types.  Update docs on
2128         flags types.
2129         (Predefined Target Types): Add "bool".
2130         (Enum Target Types): New node.
2131
2132 2016-03-15  Pedro Alves  <[email protected]>
2133
2134         * gdb.texinfo (Tracepoint Actions): Fix typo.
2135
2136 2016-03-15  Pedro Alves  <[email protected]>
2137             Andreas Arnez  <[email protected]>
2138             Marcin Kościelnicki  <[email protected]>
2139
2140         * gdb.texinfo (Tracepoint Actions): Document possible
2141         unreliability of '$_ret'.
2142
2143 2016-03-11  Andrew Burgess  <[email protected]>
2144
2145         * gdb.texinfo (Symbols): Document new 'maint info line-table'
2146         command.
2147
2148 2016-03-10  Simon Marchi  <[email protected]>
2149
2150         * gdb.texinfo (Convenience Functions): Document $_as_string.
2151
2152 2016-02-23  Doug Evans  <[email protected]>
2153
2154         * gdb.texinfo (Skipping Over Functions and Files): Document new
2155         options to "skip" command.  Update docs of output of "info skip".
2156
2157 2016-02-18  Walfred Tedeschi  <[email protected]>
2158
2159         * gdb.texinfo (Signals): Add bound violation display hints for
2160         a SIGSEGV.
2161
2162 2016-02-18  Marcin Kościelnicki  <[email protected]>
2163
2164         * gdb.texinfo (Trace File Format): Add documentation for description
2165         section lines.
2166
2167 2016-02-10  Marcin Kościelnicki  <[email protected]>
2168
2169         * gdb.texinfo (Trace File Format): Remove misleading information
2170         about register block ordering.
2171
2172 2016-02-01  Doug Evans  <[email protected]>
2173
2174         * gdb.texinfo (Value Sizes): Fix typo.
2175
2176 2016-02-01  Doug Evans  <[email protected]>
2177
2178         * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
2179
2180 2016-02-01  Andrew Burgess  <[email protected]>
2181
2182         * gdb.texinfo (Value Sizes): New section.
2183         (Data): Add the 'Value Sizes' node to the menu.
2184
2185 2016-01-26  John Baldwin  <[email protected]>
2186
2187         * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
2188
2189 2016-01-19  John Baldwin  <[email protected]>
2190
2191         * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
2192
2193 2016-01-18  Pedro Alves  <[email protected]>
2194
2195         * gdb.texinfo (Threads): Mention that GDB displays the ID and name
2196         of the thread that hit a breakpoint or received a signal.
2197
2198 2016-01-15  Pedro Alves  <[email protected]>
2199
2200         * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
2201
2202 2016-01-13  Pedro Alves  <[email protected]>
2203
2204         * gdb.texinfo (Threads): Document the $_gthread convenience
2205         variable.
2206         (Convenience Vars): Likewise.
2207
2208 2016-01-13  Pedro Alves  <[email protected]>
2209
2210         * gdb.texinfo (Threads): Document "info threads -gid".
2211
2212 2016-01-13  Pedro Alves  <[email protected]>
2213
2214         * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
2215         anchor.
2216         (Threads In Python): Document new InferiorThread.global_num
2217         attribute.
2218
2219 2016-01-07  Pedro Alves  <[email protected]>
2220
2221         * gdb.texinfo (Threads): Document per-inferior thread IDs,
2222         qualified thread IDs, global thread IDs and thread ID lists.
2223         (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
2224         thread IDs.
2225         (Convenience Vars): Document the $_thread convenience variable.
2226         (Ada Tasks): Adjust to refer to thread IDs.
2227         (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
2228         Commands, GDB/MI Variable Objects): Update to mention global
2229         thread IDs.
2230         * guile.texi (Breakpoints In Guile)
2231         <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
2232         global thread IDs instead of thread IDs.
2233         * python.texi (Threads In Python): Adjust documentation of
2234         InferiorThread.num.
2235         (Breakpoint.thread): Mention global thread IDs instead of thread
2236         IDs.
2237
2238 2016-01-13  Pedro Alves  <[email protected]>
2239
2240         * python.texi (Threads In Python): Document
2241         InferiorThread.inferior.
2242
2243 2016-01-13  Pedro Alves  <[email protected]>
2244
2245         * gdb.texinfo (Inferiors and Programs): Document the $_inferior
2246         convenience variable.
2247         (Convenience Vars): Likewise.
2248
2249 2016-01-12  Josh Stone  <[email protected]>
2250             Philippe Waroquiers  <[email protected]>
2251
2252         * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
2253         (Stop Reply Packets): List the syscall entry and return stop reasons.
2254         (General Query Packets): Describe QCatchSyscalls, and add it to the
2255         table and the detailed list of stub features.
2256
2257 2016-01-12  Pedro Alves  <[email protected]>
2258
2259         Remove use of the registered trademark symbol throughout.
2260
2261 2016-01-12  Yao Qi  <[email protected]>
2262
2263         * gdb.texinfo (Interrupts): Update the document on handling
2264         interrupt when program is stopped.
2265
2266 2015-12-11  Don Breazeal  <[email protected]>
2267
2268         * gdb.texinfo (Forks): Correct Linux kernel version where
2269         fork and exec events are supported, add notes about support
2270         of these events in target remote mode.
2271         (Connecting): Reorganize and clarify distinctions between
2272         target remote, extended-remote, and multiprocess.
2273         Reorganize related text from separate sections into new
2274         sections.
2275         (Server): Note effects of target extended-remote mode.
2276         Delete section on Multi-Process Mode for gdbserver.
2277         Move some text to "Connecting" node.
2278
2279 2015-12-10  Pedro Alves  <[email protected]>
2280
2281         * gdb.texinfo (Threads): Replace warning with explanation
2282         about single-threaded programs.
2283
2284 2015-12-10  Pedro Alves  <[email protected]>
2285
2286         * gdb.texinfo (Threads): Remove mention of SGI.
2287         (Forks): Remove mention of HP-UX.
2288         (Breakpoints): Remove mention of HP-UX.
2289         (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
2290         Reword in terms of architectures.
2291         (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
2292         mention supported systems.
2293         (Convenience Vars): Don't mention HP-UX.
2294         (Jumping): Remove mention of HP-UX in comment.
2295         (Files) <shared libraries>: Update supported shared library types
2296         list.  Remove mention of HP-UX.
2297         (Native): Remove HP-UX subsection.
2298         (SVR4 Process Information): Remove mention of HP-UX.
2299
2300 2015-12-10  Pedro Alves  <[email protected]>
2301
2302         * gdb.texinfo (Stack): Reorder menu.
2303
2304 2015-12-09  Luis Machado  <[email protected]>
2305
2306         * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
2307         -var-set-format's new zero-hexadecimal format.
2308
2309 2015-12-08  Pierre-Marie de Rodat  <[email protected]>
2310
2311         * gdb.texinfo (Ada Mode Into): Move overloading support
2312         description to its own node.
2313         (Overloading support for Ada): New node.
2314
2315 2015-11-30  Pedro Alves  <[email protected]>
2316
2317         PR 14618
2318         * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
2319         (Remote Configuration): Add the "set/show remote
2320         no-resumed-stop-reply" to the available settings table.
2321         (General Query Packets): Document the "no-resumed" qSupported
2322         feature.
2323
2324 2015-11-30  Pedro Alves  <[email protected]>
2325
2326         * gdb.texinfo (Remote Configuration): List "set/show remote
2327         thread-events" command in configuration table.
2328         (Stop Reply Packets): Document "T05 create" stop
2329         reason and 'w' stop reply.
2330         (General Query Packets): Document QThreadEvents packet.  Document
2331         QThreadEvents qSupported feature.
2332
2333 2015-11-30  Pedro Alves  <[email protected]>
2334
2335         * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
2336         anchor.
2337         (Packets): Document vCtrlC.
2338
2339 2015-11-26  Simon Marchi  <[email protected]>
2340
2341         * gdb.texinfo (Thread List Format): Mention thread names.
2342
2343 2015-11-24  Pedro Alves  <[email protected]>
2344
2345         PR 17539
2346         * gdb.texinfo (Inferiors and Programs): Adjust "maint info
2347         program-spaces" example to ascending order listing.
2348         (Threads): Adjust "info threads" example to ascending order
2349         listing.
2350         (Forks): Adjust "info inferiors" example to ascending order
2351         listing.
2352
2353 2015-11-04  Markus Metzger  <[email protected]>
2354
2355         * gdb.texinfo (Process Record and Replay): Document "record
2356         instruction-history" modifiers.
2357
2358 2015-10-12  Andrew Burgess  <[email protected]>
2359
2360         * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
2361         description.
2362         (Frame Filter Management): Move to later in the 'Examining the
2363         Stack' chapter.
2364         (Selection): Add entry for 'select-frame'.
2365
2366 2015-09-25  Doug Evans  <[email protected]>
2367
2368         * gdb.texinfo (Process Record and Replay): Fix syntax of
2369         "record instruction-history begin, end" and
2370         "record function-call-history begin, end".
2371
2372 2015-09-22  Simon Marchi  <[email protected]>
2373
2374         * gdb.texinfo (Specifying Source Directories): Fix
2375         substitute-path example.
2376
2377 2015-09-18  Markus Metzger  <[email protected]>
2378
2379         * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
2380
2381 2015-09-15  Pedro Alves  <[email protected]>
2382
2383         PR remote/18965
2384         * gdb.texinfo (Stop Reply Packets): Revert previous change to
2385         the vforkdone description.
2386
2387 2015-09-15  Pedro Alves  <[email protected]>
2388
2389         PR remote/18965
2390         * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
2391         part indicates the thread ID of the parent process.
2392
2393 2015-09-15  Yao Qi  <[email protected]>
2394
2395         * gdb.texinfo (General Query Packets): Add vContSupported to
2396         tables of 'gdbfeatures' and 'stub features' supported in the
2397         qSupported packet, as well as to the list containing stub
2398         feature details.
2399
2400 2015-09-11  Don Breazeal  <[email protected]>
2401
2402         * gdb.texinfo (Remote Configuration): Add exec event
2403         feature to table of packet settings.
2404         (Stop Reply Packets): Add exec events to the list of stop
2405         reasons.
2406         (General Query Packets): Add exec events to tables of
2407         'gdbfeatures' and 'stub features' supported in the qSupported
2408         packet, as well as to the list containing stub feature
2409         details.
2410
2411 2015-08-24  Pedro Alves  <[email protected]>
2412
2413         * gdb.texinfo (Remote Configuration): Document the "set/show
2414         remote multiprocess-extensions-packet" commands.
2415
2416 2015-08-24  Pedro Alves  <[email protected]>
2417
2418         * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
2419         <M32R>: Remove references to M32R/D.
2420         <M68K>: Remove references to target dbug.
2421         <MIPS Embedded>: Remove references to target r3900 and target
2422         array.
2423         <PowerPC Embedded>: Remove references to target dink32 and target
2424         ppcbug, target sds
2425         <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
2426
2427 2015-08-18  Andrew Burgess  <[email protected]>
2428
2429         * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
2430
2431 2015-08-18  Andrew Burgess  <[email protected]>
2432
2433         * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
2434
2435 2015-08-18  Andrew Burgess  <[email protected]>
2436
2437         * gdb.texinfo (Maintenance Commands): Move documentation of "main
2438         info bfds" to...
2439         (File Caching): A New section.  Outline bfd caching, and add new
2440         description for "main set/show bfd-sharing".
2441
2442 2015-08-14  Doug Evans  <[email protected]>
2443
2444         * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
2445         disassembly.
2446         (GDB/MI Data Manipulation): Update docs for new disassembly modes.
2447
2448 2015-08-11  Keith Seitz  <[email protected]>
2449
2450         * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
2451         Use "location(s)"instead of "linespec(s)".
2452         (Specifying a Location): Rewrite.
2453         Add subsections describing linespec, address, and explicit locations.
2454         Add node/menu for each subsection.
2455         (Source and Machine Code, C Preprocessor Macros)
2456         (Create and Delete Trace points)
2457         (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
2458         (Continuing at a Different Address): Remove "linespec" examples.
2459         Add reference to "Specify a Location"
2460         (The -break-insert Command): Rewrite.  Add anchor.
2461         Add reference to appropriate manual section discussing locations.
2462         (The -dprintf-insert Command): Refer to -break-insert for
2463         specification of 'location'.
2464
2465 2015-08-07  Pedro Alves  <[email protected]>
2466
2467         * gdb.texinfo (Maintenance Commands): Document "maint set/show
2468         target-non-stop".
2469
2470 2015-08-07  Markus Metzger  <[email protected]>
2471
2472         * gdb.texinfo (Process Record and Replay): Document prefixing of
2473         speculatively executed instructions in the "record instruction-history"
2474         command.
2475
2476 2015-07-20  Doug Evans  <[email protected]>
2477
2478         * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
2479
2480 2015-07-16  Doug Evans  <[email protected]>
2481
2482         * stabs.texinfo: @include gdb-cfg.texi.
2483
2484 2015-07-15  Jan Kratochvil  <[email protected]>
2485
2486         Revert the previous 2 commits:
2487         gdbserver build-id attribute generator
2488         Validate symbol file using build-id
2489
2490 2015-07-15  Jan Kratochvil  <[email protected]>
2491
2492         * gdb.texinfo (Files): Add 'set validate-build-id'
2493         and 'show validate-build-id'.
2494
2495 2015-07-15  Aleksandar Ristovski  <[email protected]
2496             Jan Kratochvil  <[email protected]>
2497
2498         gdbserver build-id attribute generator.
2499         * gdb.texinfo (Library List Format for SVR4 Targets): Add
2500         'build-id' in description, example, new attribute in dtd.
2501
2502 2015-07-08  Andrew Burgess  <[email protected]>
2503
2504         * gdb.texinfo (Selection): Update documentation for 'frame'
2505         command.
2506
2507 2015-07-06  Andrew Burgess  <[email protected]>
2508
2509         * gdb.texinfo (TUI): Restructure documentation on TUI layout and
2510         focus commands.
2511
2512 2015-07-06  Andrew Burgess  <[email protected]>
2513
2514         * gdb.texinfo (TUI): Add comma after @xref.
2515
2516 2015-07-02  Markus Metzger  <[email protected]>
2517
2518         * gdb.texinfo (Maintenance Commands): Document "maint btrace"
2519         commands.
2520
2521 2015-07-02  Markus Metzger  <[email protected]>
2522
2523         * gdb.texinfo (Process Record and Replay): Spell out that variables
2524         and registers are not available during btrace replay.
2525         Describe the new "record btrace pt" command.
2526         Describe the new "set|show record btrace pt buffer-size" options.
2527         (General Query Packets): Describe the new Qbtrace:pt and
2528         Qbtrace-conf:pt:size packets.
2529         Expand "bts" to "Branch Trace Store".
2530         Update the branch trace DTD.
2531
2532 2015-06-26  Patrick Palka  <[email protected]>
2533
2534         * gdb.texinfo (Command History): Document the new option
2535         "history remove-duplicates".
2536
2537 2015-06-19  Doug Evans  <[email protected]>
2538
2539         * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
2540         longer supported.
2541
2542 2015-06-17  Patrick Palka  <[email protected]>
2543
2544         * gdb.texinfo (Command History): Mention that setting
2545         GDBHISTSIZE to the empty string disables history truncation.
2546
2547 2015-06-17  Patrick Palka  <[email protected]>
2548
2549         PR gdb/16999
2550         * gdb.texinfo (Command History): Mention new GDBHISTSIZE
2551         behavior.
2552
2553 2015-06-17  Patrick Palka  <[email protected]>
2554
2555         * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
2556         with GDBHISTSIZE.
2557
2558 2015-06-15  Simon Marchi  <[email protected]>
2559
2560         * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
2561         bytes and memory units for -data-{read,write}-memory-bytes.
2562         (Packets): Same for m, M and X packets.
2563         * python.texi (Inferiors In Python): Same for read_memory and
2564         write_memory.
2565
2566 2015-06-10  Jon Turney  <[email protected]>
2567
2568         * gdb.texinfo (Separate Debug Files): Document that PE is also
2569         supported.
2570
2571 2015-06-13  Andrew Burgess  <[email protected]>
2572
2573         * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
2574         single table entry.
2575
2576 2015-06-10  Walfred Tedeschi  <[email protected]>
2577
2578         * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
2579
2580
2581 2015-06-10  Gary Benson <[email protected]>
2582
2583         * gdb.texinfo (Remote Configuration): Document the
2584         "set/show remote hostio-setfs-packet" command.
2585         (Host I/O Packets): Document the vFile:setfs packet.
2586
2587 2015-06-10  Gary Benson <[email protected]>
2588
2589         * gdb.texinfo (Debugging Output): Document the "set/show debug
2590         linux-namespaces" command.
2591
2592 2015-06-10  Walfred Tedeschi  <[email protected]>
2593             Mircea Gherzan  <[email protected]>
2594
2595         * gdb.texinfo (i386): Add documentation about "show mpx bound"
2596         and "set mpx bound".
2597
2598 2015-05-27  Doug Evans  <[email protected]>
2599
2600         * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
2601
2602 2015-05-26  Doug Evans  <[email protected]>
2603
2604         * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
2605         command renamings.
2606         (Maintenance Commands): Update for DWARF "set debug" command renamings.
2607
2608 2015-05-26  Andrew Burgess  <[email protected]>
2609
2610         * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
2611
2612 2015-05-22  Andrew Burgess  <[email protected]>
2613
2614         * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
2615         (TUI Commands): Add 'tui enable' and 'tui disable' details.
2616
2617 2015-05-16  Doug Evans  <[email protected]>
2618
2619         * guile.texi (Memory Ports in Guile): Document support for unbuffered
2620         memory ports.
2621
2622 2015-05-16  Jan Kratochvil  <[email protected]>
2623
2624         * gdb.texinfo (Compiling and Injecting Code): Add compile print.
2625
2626 2015-05-12  Don Breazeal  <[email protected]>
2627
2628         * gdb.texinfo (Forks): Note that fork debugging is
2629         supported in extended mode.
2630         (Remote Configuration): Add fork event features to table
2631         of packet settings.
2632         (Stop Reply Packets): Add fork events to list of stop reasons.
2633         (General Query Packets): Add fork events to tables of
2634         'gdbfeatures' and 'stub features' supported in the qSupported
2635         packet, as well as to the list containing stub feature
2636         details.
2637
2638 2015-05-12  Gary Benson <[email protected]>
2639
2640         * gdb.texinfo (General Query Packets): Document
2641         qXfer:exec-file:read with empty annex.
2642
2643 2015-05-09  Siva Chandra Reddy  <[email protected]>
2644
2645         * python.texi (Values From Inferior): Add descriptions of new
2646         methods gdb.Value.reference_value and gdb.Value.const_value.
2647
2648 2015-05-06  Joel Brobecker  <[email protected]>
2649
2650         * gdb.texinfo (Files): Add "info dll" documentation.
2651         (Cygwin Native): Remove "info dll" documentation.
2652
2653 2015-04-29  Doug Evans  <[email protected]>
2654
2655         * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
2656         Document.
2657         (Writing an Xmethod): Add get_result_type to example.
2658
2659 2015-04-28  Sasha Smundak  <[email protected]>
2660
2661         * python.texi: New method documented.
2662
2663 2015-04-24  Andrew Burgess  <[email protected]>
2664
2665         * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
2666         format.
2667
2668 2015-04-24  Doug Evans  <[email protected]>
2669
2670         * python.texi (Xmethods In Python): Fix name of method to call the
2671         xmethod.
2672
2673 2015-04-17  Gary Benson <[email protected]>
2674
2675         * gdb.texinfo (Connecting to a Remote Target): Mention that
2676         GDB can access program files from remote targets that support
2677         qXfer:exec-file:read and Host I/O packets.
2678
2679 2015-04-17  Gary Benson <[email protected]>
2680
2681         * gdb.texinfo (Remote Configuration): Document the "set/show
2682         remote pid-to-exec-file-packet" command.
2683         (General Query Packets): Document the qXfer:exec-file:read
2684         qSupported features.  Document the qXfer:exec-file:read packet.
2685
2686 2015-04-17  Gary Benson <[email protected]>
2687
2688         * gdb.texinfo (set sysroot): Document that "set sysroot" also
2689         applies to executable paths if supplied to GDB as absolute.
2690
2691 2015-04-11  Jan Kratochvil  <[email protected]>
2692
2693         * gdb.texinfo (Mode Options): Remove -xdb.
2694
2695 2015-04-10  Jan Kratochvil  <[email protected]>
2696             Eli Zaretskii  <[email protected]>
2697
2698         * gdb.texinfo (Compiling and Injecting Code): Describe set debug
2699         compile, show debug compile.  New subsection Compilation options for
2700         the compile command.  New subsection Compiler search for the compile
2701         command.
2702
2703 2015-04-09  Andy Wingo  <[email protected]>
2704
2705         * guile.texi (Frames In Guile): Describe frame-read-register.
2706
2707 2015-04-02  Gary Benson <[email protected]>
2708
2709         * gdb.texinfo (set sysroot): Document "target:".
2710
2711 2015-04-01  Sasha Smundak  <[email protected]>
2712
2713         * doc/python.texi (Writing a Frame Unwinder in Python): Add
2714         section.
2715
2716 2015-03-31  Sergio Durigan Junior  <[email protected]>
2717
2718         PR corefiles/16092
2719         * gdb.texinfo (gcore): Mention new command 'set
2720         use-coredump-filter'.
2721         (set use-coredump-filter): Document new command.
2722
2723 2015-03-31  Antoine Tremblay  <[email protected]>
2724
2725         * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
2726         documentation, reorder the info os entries in alphabetical order.
2727
2728 2015-03-26  Simon Marchi  <[email protected]>
2729
2730         * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
2731         -data-write-memory-bytes.
2732
2733 2015-03-24  Pedro Alves  <[email protected]>
2734
2735         * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
2736         mention that threads may sometimes run unlocked.
2737
2738 2015-03-23  Yurij Grechishhev  <[email protected]>
2739
2740         * gdb.texinfo (Remote configuration): Document "set/show
2741         serial parity" command.
2742
2743 2015-03-18  Gary Benson <[email protected]>
2744
2745         * gdb.texinfo (General Query Packets): Remove documentation
2746         for now-removed vFile:fstat qSupported features.
2747
2748 2015-03-11  Gary Benson <[email protected]>
2749
2750         * gdb.texinfo (Remote Configuration): Document the
2751         "set/show remote hostio-fstat-packet" command.
2752         (General Query Packets): Document the vFile:fstat
2753         qSupported features.
2754         (Host I/O Packets): Document the vFile:fstat packet.
2755
2756 2015-03-11  Andy Wingo  <[email protected]>
2757
2758         * guile.texi (Objfiles In Guile): Document objfile-progspace.
2759
2760 2015-03-04  Pedro Alves  <[email protected]>
2761
2762         * gdb.texinfo (Remote Configuration): Document the "set/show
2763         remote swbreak-feature-packet" and "set/show remote
2764         hwbreak-feature-packet" commands.
2765         (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
2766         decription.
2767         (Stop Reply Packets): Document the swbreak and hwbreak stop
2768         reasons.
2769         (General Query Packets): Document the swbreak and hwbreak
2770         qSupported features.
2771         (Remote Non-Stop): Explain that swbreak and hwbreak are required.
2772
2773 2015-03-03  Philippe Proulx  <[email protected]>
2774
2775         * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
2776         under *stopped.
2777
2778 2015-03-02  Doug Evans  <[email protected]>
2779
2780         * gdb.texinfo (Specify Location): Fix syntax of filename:function.
2781
2782 2015-03-02  Andreas Arnez  <[email protected]>
2783
2784         * gdb.texinfo (S/390 and System z Features): Describe new feature
2785         "org.gnu.gdb.s390.vx".
2786
2787 2015-02-23  Sergio Durigan Junior  <[email protected]>
2788
2789         PR gdb/18008
2790         * gdb.texinfo (maint internal-error, maint internal-warning, maint
2791         demangler-warning): Fix typo ("problam").
2792
2793 2015-02-19  David Taylor  <[email protected]>
2794
2795         * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
2796
2797 2015-02-17  Jose E. Marchesi  <[email protected]>
2798
2799         * gdb.texinfo (Static Probe Points): Add cindex `static probe
2800         point, DTrace'.
2801         (Static Probe Points): Modified to cover DTrace probes in addition
2802         to SystemTap probes.  Also modified to cover the `enable probe'
2803         and `disable probe' commands.
2804
2805 2015-02-17  Jose E. Marchesi  <[email protected]>
2806
2807         * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
2808         `disable probe' commands.
2809
2810 2015-02-12  David Taylor  <[email protected]>
2811
2812         * gdb.texinfo (Tracepoint Packets): Document the builtin and name
2813         fields of the QTDV packet.
2814
2815 2015-02-09  Markus Metzger  <[email protected]>
2816
2817         * gdb.texinfo (Branch Trace Configuration Format): Add size.
2818         (Process Record and Replay): Describe new set|show commands.
2819         (General Query Packets): Describe Qbtrace-conf:bts:size packet.
2820
2821 2015-02-09  Markus Metzger  <[email protected]>
2822
2823         * gdb.texinfo (Process Record and Replay): Describe the "record
2824         btrace bts" command.
2825         (General Query Packets): Describe qXfer:btrace-conf:read packet.
2826         (Branch Trace Configuration Format): New.
2827
2828 2015-01-31  Gary Benson <[email protected]>
2829             Doug Evans  <[email protected]>
2830
2831         * gdb.texinfo (Command Completion): Document new
2832         "set/show max-completions" option.
2833
2834 2015-01-31  Doug Evans  <[email protected]>
2835
2836         * gdb.texinfo (Symbols): Document new commands
2837         "maint print symbol-cache", "maint print symbol-cache-statistics",
2838         "maint flush-symbol-cache".  Document new option
2839         "maint set symbol-cache-size".
2840
2841 2015-01-31  Doug Evans  <[email protected]>
2842
2843         * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
2844         distinguish script files vs inlined scripts.
2845         * python.texi (Python Auto-loading): Ditto.
2846
2847 2015-01-30  Doug Evans  <[email protected]>
2848
2849         * gdb.texinfo (Symbols) <info source>: Output now contains producer
2850         string if present.
2851
2852 2015-01-27  Doug Evans  <[email protected]>
2853
2854         * python.texi (Objfiles In Python): Document Objfile.username.
2855
2856 2015-01-27  Doug Evans  <[email protected]>
2857
2858         * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
2859         * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
2860
2861 2015-01-22  Jan Kratochvil  <[email protected]>
2862
2863         * gdb.texinfo (Threads): Describe -ascending for thread apply all.
2864
2865 2015-01-16  Eli Zaretskii  <[email protected]>
2866
2867         * doc/gdb.texinfo (TUI Commands): Document the possible
2868         values of NAME argument to 'winheight' command.  Explain the
2869         effect of 'tabset' setting better.
2870
2871 2015-01-11  Doug Evans  <[email protected]>
2872
2873         PR gdb/15830
2874         * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
2875         (Symbols): Ditto.
2876         (Maintenance Commands): Delete docs for "maint demangle".
2877
2878 2014-12-31  Joel Brobecker  <[email protected]>
2879
2880         * gdb.texinfo (Files): Remove documentation of the
2881         "add-shared-symbol-files" and "assf" commands.
2882         (Cygwin Native): Remove documentation of the "dll-symbols"
2883         command.
2884
2885 2014-12-17  Doug Evans  <[email protected]>
2886
2887         * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2888
2889 2014-12-12  Phil Muldoon  <[email protected]>
2890             Jan Kratochvil  <[email protected]>
2891
2892         * gdb.texinfo (Altering): Update.
2893         (Compiling and Injecting Code): New node.
2894
2895 2014-12-12  Doug Evans  <[email protected]>
2896
2897         * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2898
2899 2014-12-12  Andreas Arnez  <[email protected]>
2900
2901         * gdb.texinfo: Document "maint print user-registers".
2902
2903 2014-12-08  Doug Evans  <[email protected]>
2904
2905         * python.texi (Objfiles In Python): Document Objfile.owner.
2906
2907 2014-12-04  Doug Evans  <[email protected]>
2908
2909         * python.texi (Objfiles In Python): Document
2910         Objfile.add_separate_debug_file.
2911
2912 2014-12-04  Doug Evans  <[email protected]>
2913
2914         * python.texi (Objfiles In Python): Document Objfile.build_id.
2915
2916 2014-12-02  Nick Bull  <[email protected]>
2917
2918         * observer.texi (inferior_call_pre, inferior_call_post)
2919         (memory_changed, register_changed): New observers.
2920
2921 2014-12-02  Nick Bull  <[email protected]>
2922
2923         * python.texi (Events In Python): Document new events
2924         InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
2925         and RegisterChangedEvent.
2926
2927 2014-11-30  Jan Kratochvil  <[email protected]>
2928
2929         Add add-auto-load-scripts-directory.
2930         * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
2931         (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
2932
2933 2014-11-30  Jan Kratochvil  <[email protected]>
2934
2935         * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
2936         description typo.
2937
2938 2014-10-30  Doug Evans  <[email protected]>
2939
2940         * python.texi (Progspaces In Python): Document ability to add
2941         random attributes to gdb.Progspace objects.
2942         (Objfiles In Python): Document ability to add random attributes to
2943         gdb.objfile objects.
2944
2945 2014-10-27  Pedro Alves  <[email protected]>
2946
2947         * gdb.texinfo (Continuing and Stepping): Add cross reference to
2948         info on stepping and signal handlers.
2949         (Signals): Explain stepping and signal handlers.  Add context
2950         index entry, and cross references.
2951
2952 2014-10-20  Simon Marchi  <[email protected]>
2953
2954         * python.texi (Breakpoints In Python): Add parenthesis after
2955         Breakpoint.delete.  Clarify Breakpoint.enabled description so
2956         that it contains "disable".
2957
2958 2014-10-17  Doug Evans  <[email protected]>
2959
2960         * python.texi (Events In Python): Document clear_objfiles event.
2961
2962 2014-10-17  Doug Evans  <[email protected]>
2963
2964         * python.texi (Objfiles In Python): Document new progspace attribute.
2965
2966 2014-10-17  Pedro Alves  <[email protected]>
2967
2968         * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
2969         (SVR4 Process Information): Delete mention of OSF/1.
2970
2971 2014-10-01  Simon Marchi  <[email protected]>
2972
2973         * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
2974         exit-code field in -list-thread-groups output.
2975
2976 2014-09-22  Jan-Benedict Glaw  <[email protected]>
2977
2978         * gdb.texinfo (Set Breaks): Add missing "@end table".
2979
2980 2014-09-22  Pedro Alves  <[email protected]>
2981
2982         * gdb.texinfo (Set Breaks): Document that "set breakpoint
2983         always-inserted off" is the default mode now.  Delete
2984         documentation of "set breakpoint always-inserted auto".
2985
2986 2014-09-18  Doug Evans  <[email protected]>
2987
2988         * python.texi (Symbol Tables In Python): Document "producer"
2989         attribute of gdb.Symtab objects.
2990
2991 2014-09-16  Pedro Alves  <[email protected]>
2992
2993         * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
2994         (Embedded OS): Remove VxWorks menu entry.
2995         (VxWorks): Remove node.
2996
2997 2014-09-13  Doug Evans  <[email protected]>
2998
2999         * gdb.texinfo (Signaling): Document new queue-signal command.
3000
3001 2014-09-06  Doug Evans  <[email protected]>
3002
3003         PR 15276
3004         * gdb.texinfo (Convenience Funs): Document $_caller_is,
3005         $_caller_matches, $_any_caller_is, $_any_caller_matches.
3006
3007 2014-09-03  Justin Lebar <[email protected]>
3008
3009         * python.texi (Types In Python): Type.template_argument(n) returns a
3010         gdb.Value or a gdb.Type and throws an exception if n is out of
3011         range.
3012
3013 2014-09-03  Sasha Smundak  <[email protected]>
3014
3015         * python.texi (Frames in Python): Add read_register description.
3016
3017 2014-08-04  Tom Tromey  <[email protected]>
3018
3019         * gdb.texinfo (Debugging Output): Update for change to "set debug
3020         target".
3021
3022 2014-08-01  Masaki Muranaka  <[email protected]>
3023
3024         Pushed by Joel Brobecker  <[email protected]>.
3025         * Makefile.in (transform): New variable.
3026         (install-man1, install-man5): Apply $(transform) to man file names.
3027
3028 2014-07-26  Doug Evans  <[email protected]>
3029
3030         PR guile/17177
3031         * guile.texi (Guile Pretty Printing API): Fix typo.
3032         Document set-pretty-printers!, pretty-printers.
3033         (Selecting Guile Pretty-Printers): Update.
3034         Mention program-space based pretty-printers.
3035
3036 2014-07-25  Pedro Alves  <[email protected]>
3037             Eli Zaretskii  <[email protected]>
3038
3039         * gdb.texinfo (Signaling) <signal command>: Explain what happens
3040         with multi-threaded programs.
3041
3042 2014-07-19  Ajit Agarwal  <[email protected]>
3043
3044         * gdb.texinfo (MicroBlaze Features): Added.
3045
3046 2014-06-27  Yao Qi  <[email protected]>
3047
3048         * gdb.texinfo (Maintenance Commands): Update the output of
3049         'maint print dummy-frames' command.
3050
3051 2014-06-24  Eli Zaretskii  <[email protected]>
3052
3053         * gdb.texinfo (Screen Size): Improve indexing.
3054
3055 2014-06-19  Gary Benson  <[email protected]>
3056
3057         * gdb.texinfo (Maintenance Commands): Document new
3058         "maint set/show catch-demangler-crashes" option.
3059
3060 2014-06-19  Gary Benson  <[email protected]>
3061
3062         * gdb.texinfo (Maintenance Commands): Document new
3063         "maint demangler-warning" command and new
3064         "maint set/show demangler-warning" option.
3065
3066 2014-06-09  Siva Chandra Reddy  <[email protected]>
3067
3068         * python.texi (Xmethod API): Add space before the opening
3069         parenthesis in function descriptions.
3070
3071 2014-06-06  Doug Evans  <[email protected]>
3072
3073         * guile.texi (Guile Configuration): Document guile-data-directory.
3074
3075 2014-06-06  Mingjie Xing  <[email protected]>
3076
3077         * gdb.texinfo (Invoking GDB): Add -q and --quiet.
3078
3079 2014-06-04  Doug Evans  <[email protected]>
3080
3081         * guile.texi (Breakpoints In Guile): Update.
3082
3083 2014-06-03  Joel Brobecker  <[email protected]>
3084
3085         * python.texi (Xmethod API): Fix reference to "Progspaces In
3086         Python".
3087
3088 2014-06-03  Siva Chandra Reddy  <[email protected]>
3089
3090         *  python.texi (Xmethods In Python, XMethod API)
3091         (Writing an Xmethod): New nodes.
3092         (Python API): New menu entries "Xmethods In Python",
3093         "Xmethod API", "Writing an Xmethod".
3094
3095 2014-06-02  Doug Evans  <[email protected]>
3096
3097         * guile.texi (Guile API): Add entry for Parameters In Guile.
3098         (GDB Scheme Data Types): Mention <gdb:parameter> object.
3099         (Parameters In Guile): New node.
3100
3101 2014-06-02  Doug Evans  <[email protected]>
3102
3103         * guile.texi (Guile API): Add entry for Commands In Guile.
3104         (Basic Guile) <parse-and-eval>: Add reference.
3105         (Basic Guile) <string->argv>: Move definition to Commands In Guile.
3106         (GDB Scheme Data Types): Mention <gdb:command> object.
3107         (Commands In Guile): New node.
3108
3109 2014-06-02  Doug Evans  <[email protected]>
3110
3111         * guile.texi (Guile API): Add entry for Progspaces In Guile.
3112         (GDB Scheme Data Types): Mention <gdb:progspace> object.
3113         (Progspaces In Guile): New node.
3114
3115 2014-05-30  Andrew Burgess  <[email protected]>
3116
3117         * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
3118         * python.texi (Frames In Python): Mention
3119         gdb.FRAME_UNWIND_MEMORY_ERROR.
3120
3121 2014-05-29  Pedro Alves  <[email protected]>
3122             Tom Tromey  <[email protected]>
3123
3124         * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
3125         from example.
3126         (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
3127         Mention that target-async is now deprecated.
3128         (Maintenance Commands): Document maint set/show target-async.
3129
3130 2014-05-29  Pedro Alves  <[email protected]>
3131
3132         * observer.texi (sync_execution_done, command_error): New
3133         subjects.
3134
3135 2014-05-29  Pedro Alves  <[email protected]>
3136
3137         PR gdb/13860
3138         * observer.texi (signal_received, end_stepping_range)
3139         (signal_exited, exited, no_history): New observer subjects.
3140
3141 2014-05-26  Andy Wingo  <[email protected]>
3142
3143         * guile.texi (GDB Scheme Data Types): Remove documentation for
3144         removed interfaces.  Update spelling of gdb-object-kind.
3145
3146 2014-05-26  Andy Wingo  <[email protected]>
3147
3148         * guile.texi (Basic Guile): Fix some typos.
3149
3150 2014-05-26  Andy Wingo  <[email protected]>
3151
3152         * guile.texi (Writing a Guile Pretty-Printer)
3153         (Guile Types Module): Fix excess parentheses in use-modules forms.
3154
3155 2014-05-24  Eli Zaretskii  <[email protected]>
3156
3157         * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
3158         (Breakpoints In Guile, Guile Printing Module)
3159         (Guile Exception Handling, Values From Inferior In Guile)
3160         (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
3161         Don't use @var at the beginning of a sentence.
3162
3163         * gdb.texinfo (Frame Filter Management, Trace Files)
3164         (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
3165         (PowerPC Embedded, Define, Annotations for Running)
3166         (IPA Protocol Commands, Packets, General Query Packets)
3167         (Tracepoint Packets, Notification Packets, Environment)
3168         (Inferiors and Programs, Set Breaks, Set Catchpoints)
3169         (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
3170         (Frames, Backtrace, Selection, Expressions, Registers)
3171         (Trace State Variables, Built-In Func/Proc, Signaling, Files)
3172         (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
3173         (Source Annotations, Using JIT Debug Info Readers, Packets)
3174         (Stop Reply Packets, Host I/O Packets)
3175         (Target Description Format): Don't use @var at the beginning of a
3176         sentence.
3177
3178         * python.texi (Basic Python, Types In Python)
3179         (Commands In Python, Frames In Python, Line Tables In Python)
3180         (Breakpoints In Python, gdb.printing, gdb.types)
3181         (Type Printing API): Don't use @var at the beginning of a
3182         sentence.
3183
3184 2014-05-23  Markus Metzger  <[email protected]>
3185
3186         * gdb.texinfo (Process Record and Replay): Document "set/show btrace
3187         replay-memory-access".
3188
3189 2014-05-21  Pedro Alves  <[email protected]>
3190
3191         * gdb.texinfo (Starting): Document "set/show
3192         auto-connect-native-target".
3193         (Target Commands): Document "target native".
3194
3195 2014-05-20  Pedro Alves  <[email protected]>
3196
3197         * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
3198         not be remote specific.  Add cross reference to the qCRC packet.
3199         (Separate Debug Files): Update cross reference to the qCRC packet.
3200         (General Query Packets) <qCRC packet>: Add anchor.
3201
3202 2014-05-17  Doug Evans  <[email protected]>
3203
3204         Copy over changes from guile.texi.
3205         * python.texi (Basic Python) <gdb.execute>: Add text.
3206         (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
3207         (Values From Inferior) <Python string>: Add text.
3208         (Values From Inferior) <Value.string>: Clarify string length handling.
3209         (Pretty Printing API): Add cindex.
3210         (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
3211         Remove unnecessary index of gdb.TYPE_CODE_*.  Replace @findex with
3212         @vindex.
3213         (Commands In Python) <COMPLETE_*>: Similarly.
3214         (Symbols In Python) <SYMBOL_*>: Similarly.
3215         (Breakpoints In Python) <WP_*>: Similarly.
3216         (Breakpoints In Python) <BP_*>: Similarly.
3217
3218 2014-05-17  David Taylor <[email protected]>
3219
3220         * gdb.texinfo (General Query Packets): Add a note about thread IDs
3221         mentioned in the qfThreadInfo reply.
3222
3223 2014-05-16  Doug Evans  <[email protected]>
3224
3225         * gdb.texinfo (Mode Options): Add -D.
3226
3227 2014-05-09  Samuel Bronson  <[email protected]>
3228
3229         * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
3230         "make -C".
3231
3232 2014-04-29  Tom Tromey  <[email protected]>
3233
3234         * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
3235         "show debug varobj".
3236
3237 2014-05-01  David Taylor  <[email protected]>
3238
3239         * gdb.texinfo (compare-sections): Document the new -r (read-only)
3240         option.
3241
3242 2014-04-24  Michael Sturm  <[email protected]>
3243             Walfred Tedeschi  <[email protected]>
3244
3245         * gdb.texinfo (i386 Features): Add description of AVX512
3246         registers.
3247
3248 2014-03-31  Doug Evans  <[email protected]>
3249
3250         * gdb.texinfo (Symbols): Document set/show print symbol-loading.
3251
3252 2014-03-30  Doug Evans  <[email protected]>
3253
3254         * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
3255         (Background Execution): Ditto.
3256
3257 2014-03-21  Pedro Alves  <[email protected]>
3258             Stan Shebs  <[email protected]>
3259             Hui Zhu  <[email protected]>
3260
3261         * gdb.texinfo (Packets): Add anchor to "? packet".
3262         Remove fixme and update introduction of "k packet".
3263         Add anchor to "vKill packet".
3264
3265 2014-03-12  Stan Shebs  <[email protected]>
3266
3267         * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
3268
3269 2014-02-26  Ludovic Courtès  <[email protected]>
3270
3271         * guile.texi (Basic Guile): Document 'history-append!'.
3272
3273 2014-02-20  Joel Brobecker  <[email protected]>
3274
3275         * gdb.texinfo (Files): Document "add-shared-symbol-files"
3276         and "assf" as being deprecated.
3277         (Cygwin Native): Likewise for "dll-symbols".
3278         (Non-debug DLL Symbols): Remove reference to "dll-symbols"
3279         as a way to force the loading of symbols from a DLL.
3280
3281 2014-02-19  Siva Chandra Reddy  <[email protected]>
3282
3283         * python.texi (Values From Inferior): Add description about the
3284         new feature.
3285
3286 2014-02-17  Doug Evans  <[email protected]>
3287
3288         * Makefile.in (GDB_DOC_FILES): Add python.texi.
3289         * gdb.texinfo (Python): Moved to ...
3290         * python.texi: ... here.  New file.
3291
3292 2014-02-17  Ludovic Courtès  <[email protected]>
3293
3294         * guile.texi (Writing a Guile Pretty-Printer) <example>:
3295         Remove 'string-begins-with' procedure.  Add 'pretty-printer'
3296         parameter to 'str-lookup-function' procedure.  Look for
3297         the "std::string<" prefix.
3298         (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
3299         Adjust description.
3300
3301 2014-02-11  Tejas Belagod  <[email protected]>
3302
3303         * guile.texi (Values From Inferior In Guile): Remove stray
3304         parantheses for deffn.
3305         (Disassembly In Guile): Ditto.
3306
3307 2014-02-10  Stan Shebs  <[email protected]>
3308
3309         Add Doxygen support.
3310         * Makefile.in (doxy): New action, generates Doxygen files.
3311         (DOXYGEN): New.
3312         (doxyedit): New.
3313         * Doxyfile-base.in: New file.
3314         * Doxyfile-gdb-api.in: New file.
3315         * Doxyfile-gdb-xref.in: New file.
3316         * Doxyfile-gdbserver.in: New file.
3317         * doxy-index.in: New file.
3318         * filter-for-doxygen: New file.
3319         * filter-params.pl: New file.
3320
3321 2014-02-10  Doug Evans  <[email protected]>
3322
3323         * Makefile.in (GDB_DOC_FILES): Add guile.texi.
3324         * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
3325         (Extending GDB): New menu entries Guile, Multiple Extension Languages.
3326         (Guile docs): Include guile.texi.
3327         (objfile-gdbdotext file): Add objfile-gdb.scm.
3328         (dotdebug_gdb_scripts section): Mention Guile scripts.
3329         (Multiple Extension Languages): New node.
3330         * guile.texi: New file.
3331
3332 2014-01-28  Joel Brobecker  <[email protected]>
3333
3334         * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
3335         ignore-descriptive-types". commands.
3336
3337 2014-01-22  Doug Evans  <[email protected]>
3338
3339         * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
3340         (gdbserver man): Ditto.
3341
3342 2014-01-16  Markus Metzger  <[email protected]>
3343
3344         * gdb.texinfo: Document limited reverse/replay support
3345         for target record-btrace.
3346
3347 2014-01-16  Markus Metzger  <[email protected]>
3348
3349         * gdb.texinfo (Process Record and Replay): Update documentation.
3350
3351 2014-01-16  Markus Metzger  <[email protected]>
3352
3353         * gdb.texinfo (Process Record and Replay): Document new /c
3354         modifier accepted by "record function-call-history".
3355         Add /i modifier to "record function-call-history" example.
3356
3357 2014-01-15  Yuanhui Zhang  <[email protected]>
3358             Joel Brobecker  <[email protected]>
3359
3360         * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
3361         markers.  Remove one that was misplaced.
3362
3363 2014-01-10  Pedro Alves  <[email protected]>
3364
3365         * gdb.texinfo (Your Program's Environment) <set environment>:
3366         Mention the shell, and point at 'set exec-wrapper'.
3367
3368 2014-01-07  Joel Brobecker  <[email protected]>
3369
3370         * gdb.texinfo (Types In Python): Document new attribute Types.name.
3371
3372 2013-12-30  Joel Brobecker  <[email protected]>
3373
3374         * gdb.texinfo (Types In Python): Clarify the documentation
3375         of attribute gdb.Field.bitpos.
3376
3377 2013-12-28  Joel Brobecker  <[email protected]>
3378
3379         * gdb.texinfo (Types In Python): Fix the documentation of
3380         attribute "bitpos" in class gdb.Field for enum types.  Add
3381         documentation for attribute "enumval" in that same class.
3382
3383 2013-12-28  Joel Brobecker  <[email protected]>
3384
3385         * gdb.texinfo (GDB/MI Support Commands): Change @table into
3386         @ftable.
3387
3388 2013-12-23  Doug Evans  <[email protected]>
3389
3390         * gdb.texinfo (Auto-loading): Move menu up.  Move discussion of
3391         auto-loaded objfile scripts and .debug_gdb_scripts section to their
3392         corresponding section in Extending GDB.
3393         (Extending GDB): Move menu up.  New menu item "Auto-loading
3394         extensions".
3395         (Sequences): New menu item "Auto-loading sequences".
3396         (Auto-loading sequences): New node.
3397         (Python): Rename section from Scripting GDB to Extending GDB.
3398         (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
3399         Move docs on ways to auto-load extensions to ...
3400         (Auto-loading extensions): ... here.  New node.
3401
3402 2013-12-23  Joel Brobecker  <[email protected]>
3403
3404         * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
3405         in menu.
3406         (GDB/MI Variable Objects): Adjust reference to "-list-features"
3407         command, now in a new node.
3408         (GDB/MI Support Commands): New node, with its contents being
3409         extracted from the "GDB/MI Miscellaneous Commands" node.
3410         A small paragraph introducing the section is also added at
3411         the start.
3412         (GDB/MI Miscellaneous Commands): Delete the description of the
3413         -info-gdb-mi-command, -list-features and -list-target-features
3414         commands, now hosted in the "GDB/MI Support Commands" node.
3415
3416 2013-12-12  Siva Chandra Reddy  <[email protected]>
3417
3418         PR python/16113
3419         * gdb.texinfo (Values From Inferior): Add a note about using
3420         gdb.Field objects as subscripts on gdb.Value objects.
3421         (Types In Python): Add description about the new attribute
3422         "parent_type" of gdb.Field objects.
3423
3424 2013-12-12  Joel Brobecker  <[email protected]>
3425
3426         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
3427         entry for section docuumenting the -list-features GDB/MI command.
3428
3429 2013-12-10  Joel Brobecker  <[email protected]>
3430
3431         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3432         "exec-run-start-option" entry in the output of the "-list-features"
3433         command.
3434
3435 2013-12-04  Eli Zaretskii  <[email protected]>
3436
3437         * gdb.texinfo (i386): Fix yesterday's commit.
3438
3439 2013-12-03  Tom Tromey  <[email protected]>
3440
3441         * gdb.texinfo (Set Catchpoints): Add @kindex for each command
3442         documented here.
3443
3444 2013-12-03  Tom Tromey  <[email protected]>
3445
3446         * gdb.texinfo (@direntry): Add menu item for gdbserver.
3447
3448 2013-12-03  Walfred Tedeschi  <[email protected]>
3449
3450         * gdb.texinfo (i386 Features): Add MPX feature registers.
3451         (x86 Specific featuresx86 Architecture-specific Issues): Adds
3452         a subsubsection for MPX and describes the display of the
3453         boundary registers.
3454
3455 2013-12-03  Joel Brobecker  <[email protected]>
3456
3457         * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
3458         documentation of the "ada-exceptions" entry.
3459
3460 2013-12-03  Joel Brobecker  <[email protected]>
3461
3462         * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
3463         "^error" result record concerning the error message.  Document
3464         the error code that may also be part of that result record.
3465         (GDB/MI Miscellaneous Commands): Document the
3466         "undefined-command-error-code" element in the output of
3467         the "-list-features" GDB/MI command.
3468
3469 2013-12-03  Joel Brobecker  <[email protected]>
3470
3471         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3472         the new -info-gdb-mi-command GDB/MI command.  Document
3473         the meaning of "-info-gdb-mi-command" in the output of
3474         -list-features.
3475
3476 2013-11-29  Pedro Alves  <[email protected]>
3477
3478         * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
3479         Update comment.
3480
3481 2013-11-24  Yao Qi  <[email protected]>
3482
3483         * gdb.texinfo (Caching Remote Data): Document new
3484         "set/show stack-cache" option.
3485
3486 2013-11-24  Yao Qi  <[email protected]>
3487
3488         * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
3489         (Maintenance Commands): Replace "ON" and "OFF" with "on" and
3490         "off" respectively.
3491
3492 2013-11-23  Yao Qi  <[email protected]>
3493
3494         * gdb.texinfo (GDB/MI Variable Objects): Add the description
3495         of "displayhint" to the table about child results.
3496
3497 2013-11-21  Yao Qi  <[email protected]>
3498
3499         * gdb.texinfo (GDB/MI Variable Objects): Add attribute
3500         'dynamic' for the output of command -var-list-children.
3501
3502 2013-11-21  Yao Qi  <[email protected]>
3503
3504         * gdb.texinfo (Caching Target Data): Remove "see" before
3505         @pxref.
3506
3507 2013-11-20  Yao Qi  <[email protected]>
3508
3509         * gdb.texinfo (Caching Target Data): Update doc for
3510         per-address-space dcache.
3511
3512 2013-11-20  Yao Qi  <[email protected]>
3513
3514         * gdb.texinfo (Data): Rename menu item.
3515         (Caching Remote Data): Rename to ...
3516         (Caching Target Data): ... it.  Update.
3517
3518 2013-11-18  Joel Brobecker  <[email protected]>
3519
3520         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3521         "language-option" entry in the output of the "-list-features"
3522         command.
3523
3524 2013-11-15  Tom Tromey  <[email protected]>
3525
3526         * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
3527         Add example.
3528
3529 2013-11-14  Tom Tromey  <[email protected]>
3530
3531         * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
3532
3533 2013-11-14  Joel Brobecker  <[email protected]>
3534
3535         * gdb.texinfo (Show): Add xref anchor for "show language" command.
3536         (Context management): Place current subsection text into its own
3537         subsubsection.  Add new subsubsection describing the "--language"
3538         command option.
3539
3540 2013-11-13  Joel Brobecker  <[email protected]>
3541
3542         * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
3543         the documentation of "info-ada-exceptions" in the output
3544         of the "-list-features" command.  Add the documentation
3545         of the "ada-exception" entry instead.
3546
3547 2013-11-12  Joel Brobecker  <[email protected]>
3548
3549
3550         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
3551         word of a couple of sentences to start with a capital letter.
3552
3553 2013-11-12  Joel Brobecker  <[email protected]>
3554
3555         * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
3556         (Ada Exceptions): New node.
3557         (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
3558         Commands" node.
3559         (GDB/MI Ada Exceptions Commands): New node.
3560         (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
3561         field in the output of the "-list-features" command.
3562         * NEWS: Add entry for the new "info exceptions" CLI command,
3563         and for the new "-info-ada-exceptions" GDB/MI command.
3564
3565 2013-11-11  Phil Muldoon  <[email protected]>
3566
3567         * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
3568         (Line Tables In Python): New node.
3569
3570 2013-11-08  Doug Evans  <[email protected]>
3571
3572         * gdb.texinfo (Debugging Output): Update text for
3573         "set debug dwarf2-read".
3574
3575 2013-11-08  Doug Evans  <[email protected]>
3576
3577         * gdb.texinfo (Debugging Output): Update text for
3578         "set debug symtab-create".
3579
3580 2013-11-07  Phil Muldoon  <[email protected]>
3581
3582         * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
3583         constant.
3584
3585 2013-11-07  Phil Muldoon  <[email protected]>
3586
3587         * gdb.texinfo (Breakpoints In Python): Document temporary
3588         option in breakpoint constructor, and add documentation to the
3589         temporary attribute.
3590
3591 2013-11-07  Yao Qi  <[email protected]>
3592
3593         * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
3594         output of "-var-info-expression".
3595
3596 2013-11-06  Pedro Alves  <[email protected]>
3597
3598         * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
3599         non-interactive mode.
3600         (Environment) <shell startup files warning>: Mention
3601         non-interactive mode.  Mention .zshenv for Z shell, and talk about
3602         BASH_ENV instead of .bashrc for BASH.
3603
3604 2013-10-29  Nicolas Blanc  <[email protected]>
3605
3606         * gdb.texinfo (Commands to Specify Files): Add description
3607         of the remove-symbol-file command.
3608         * observer.texi: New free_objfile event
3609
3610 2013-10-24  Pedro Alves  <[email protected]>
3611
3612         * gdb.texinfo (Starting): Document set/show startup-with-shell.
3613
3614 2013-10-11  Joel Brobecker  <[email protected]>
3615
3616         * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
3617         New subsection inside which the "-catch-load" and "-catch-unload"
3618         commands documentation is now placed.
3619         (Ada Exception GDB/MI Catchpoint Commands): New subsection
3620         documenting the "-catch-assert" and "-catch-exception" new
3621         GDB/MI commands.
3622
3623 2013-10-10  Joel Brobecker  <[email protected]>
3624
3625         * gdb.texinfo (Connecting): Remove unnecessary @w{}.
3626
3627 2013-10-10  Joel Brobecker  <[email protected]>
3628
3629         * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
3630         serial baud".
3631         (Remote Configuration): Replace "set remotebaud" by "set serial
3632         baud".  Replace "show remotebaud" by "show serial baud".
3633
3634 2013-10-07  Pedro Alves  <[email protected]>
3635
3636         PR breakpoints/11568
3637         * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
3638         when the thread is removed from the thread list.
3639
3640 2013-10-06  Sergio Durigan Junior  <[email protected]>
3641
3642         * gdb.texinfo (Convenience Variables): Document $_exitsignal.
3643         Update entry for $_exitcode.
3644
3645 2013-10-04  Joel Brobecker  <[email protected]>
3646
3647         * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
3648         new "--start" option.
3649
3650 2013-10-02  Pedro Alves  <[email protected]>
3651
3652         * gdb.texinfo (Registers): Expand description of saved registers
3653         in frames.  Explain <not saved>.
3654
3655 2013-09-25  Doug Evans  <[email protected]>
3656
3657         * gdb.texinfo (Debugging Output): Document set/show debug symfile.
3658
3659 2013-09-16  Stan Shebs  <[email protected]>
3660
3661         Remove the internals manual gdbint.texinfo.
3662         * Makefile.in (INFO_DEPS): Remove gdbint.info.
3663         (PDFFILES): Remove gdbint.pdf.
3664         (HTMLFILES): Remove gdbint/index.html.
3665         (HTMLFILES_INSTALL): Remove gdbint.
3666         (GDBINT_DOC_FILES): Remove.
3667         (dvi): Remove gdbint.dvi.
3668         (ps): Remove gdbint.ps.
3669         * gdbint.texinfo: Remove file.
3670         * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
3671
3672 2013-09-16  Sergio Durigan Junior  <[email protected]>
3673
3674         * gdb.texinfo (Convenience Functions): Mention new convenience
3675         function $_isvoid.
3676
3677 2013-09-13  Andreas Arnez  <[email protected]>
3678
3679         * gdb.texinfo (Decimal Floating Point format): Mention S/390.
3680         (Standard Target Features): Add new node to menu.
3681         (S/390 and System z Features): New node.
3682
3683 2013-09-13  Sanimir Agovic  <[email protected]>
3684
3685         * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
3686         -list-target-features in the example.
3687
3688 2013-09-11  Jan Kratochvil  <[email protected]>
3689
3690         * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
3691         mini_debuginfo.  Strip binary before adding mini_debuginfo to it.
3692
3693 2013-09-11  Jan Kratochvil  <[email protected]>
3694
3695         Sync documentation with gdb.base/gnu-debugdata.exp.
3696         * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
3697
3698 2013-09-11  Jan Kratochvil  <[email protected]>
3699
3700         * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
3701
3702 2013-08-27  Pedro Alves  <[email protected]>
3703             Yao Qi  <[email protected]>
3704
3705         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
3706         Document new --skip-unavailable option.
3707         <-stack-list-variables>: Document new --skip-unavailable option.
3708
3709 2013-08-26  Doug Evans  <[email protected]>
3710
3711         * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
3712         an optional regexp.
3713
3714 2013-08-13  Tom Tromey  <[email protected]>
3715
3716         * gdbint.texinfo (Testsuite): Use @table, not @itemize.
3717         Document GDB_PARALLEL and GDB_INOTIFY.
3718
3719 2013-08-09  Stan Shebs  <[email protected]>
3720
3721         * LRS: Remove file, describes a long-abandoned live-range
3722         splitting extension to stabs.
3723
3724 2013-07-25  Andrew Burgess  <[email protected]>
3725
3726         * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
3727
3728 2013-07-17  Doug Evans  <[email protected]>
3729
3730         * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
3731
3732 2013-07-02  Tom Tromey  <[email protected]>
3733
3734         * gdb.texinfo (Target Commands): Don't mention "target nrom".
3735
3736 2013-06-28  Tom Tromey  <[email protected]>
3737
3738         * Makefile.in (version.subst): Use version.in, not
3739         common/version.in.
3740         * gdbint.texinfo (Versions and Branches, Releasing GDB):
3741         Likewise.
3742
3743 2013-06-27  Pedro Alves  <[email protected]>
3744
3745         * gdbint.texinfo (Algorithms) <Stepping over runtime loader
3746         dynamic symbol resolution code>: New section, based on infrun.c
3747         comment.
3748
3749 2013-06-26  Tom Tromey  <[email protected]>
3750
3751         * gdbint.texinfo (Versions and Branches): Use common/version.in.
3752         Update.
3753         (Releasing GDB): Likewise.
3754
3755 2013-06-26  Pedro Alves  <[email protected]>
3756             Yao Qi  <[email protected]>
3757
3758         * gdb.texinfo (GDB/MI Tracepoint Commands): Document
3759         -trace-frame-collected.
3760
3761 2013-06-26  Pedro Alves  <[email protected]>
3762
3763         * gdb.texinfo (Traceframe Info Format): Document tvar element
3764         and its attributes.
3765
3766 2013-06-25  Yao Qi  <[email protected]>
3767
3768         * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
3769
3770 2013-06-24  Tom Tromey  <[email protected]>
3771
3772         * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
3773         (GDBvn.texi): Use version.subst.
3774         (version.subst): New target.
3775         (mostlyclean): Remove version.subst.
3776
3777 2013-06-20  Pedro Alves  <[email protected]>
3778
3779         * gdb.texinfo (GDB/MI Data Manipulation)
3780         <-data-list-register-values>: Document the --skip-unavailable
3781         option.
3782
3783 2013-06-07  Yao Qi  <[email protected]>
3784
3785         * gdb.texinfo (Symbols): Add kindex and cindex for
3786         'maint print msymbols'.
3787
3788 2013-06-05  Simon Marchi  <[email protected]>  (tiny change)
3789
3790         * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
3791         response field name (thread-group to inferior).
3792
3793 2013-06-04 Gary Benson  <[email protected]>
3794
3795         * gdb.texinfo (General Query Packets/qSupported): Added
3796         "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
3797         to the table of currently defined stub features.
3798         Added a more detailed entry for "augmented-libraries-svr4-read".
3799         (General Query Packets/qXfer:libraries-svr4:read): Documented
3800         the augmented form of this packet.
3801
3802 2013-05-23  Joel Brobecker  <[email protected]>
3803
3804         * gdb.texinfo (System-wide Configuration Scripts): Renames
3805         "Installed System-wide Configuration Scripts". Add associated
3806         @menu block.
3807
3808 2013-05-23  Yao Qi  <[email protected]>
3809             Pedro Alves  <[email protected]>
3810
3811         * gdb.texinfo (Packets): Document 'vCont;r'.
3812         (Continuing and Stepping): Document target-assisted range
3813         stepping, and the 'set range-stepping' and 'show range-stepping'
3814         commands.
3815
3816 2013-05-23  Joel Brobecker  <[email protected]>
3817
3818         * gdb.texinfo (Installed System-wide Configuration Scripts):
3819         Add subsection describing the scripts now available under
3820         the data-dir's system-gdbbinit subdirectory.
3821         * NEWS: Add entry announcing the availability of system-wide
3822         configuration scripts for ElinOS and Wind River Linux.
3823
3824 2013-05-21  Hui Zhu  <[email protected]>
3825
3826         * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
3827         "-dprintf-insert" command.
3828
3829 2013-05-17  Doug Evans  <[email protected]>
3830
3831         * gdb.texinfo (Maintenance Commands): Update doc for
3832         "maint check-psymtabs".  Add doc for "maint check-symtabs",
3833         "maint expand-symtabs".
3834
3835 2013-05-15  Markus Metzger  <[email protected]>
3836
3837         * gdb.texinfo (Process Record and Replay): Document the
3838         "record goto" command and its sub-commands.
3839
3840 2013-05-10 Phil Muldoon  <[email protected]>
3841
3842         * gdb.texinfo (Backtrace): Add "no-filter" argument.
3843         (Python API): Add Frame Filters API, Frame Wrapper API,
3844         Writing a Frame Filter/Wrapper, Managing Management of Frame
3845         Filters chapter entries.
3846         (Frame Filters API): New Node.
3847         (Frame Wrapper API): New Node.
3848         (Writing a Frame Filter): New Node.
3849         (Managing Frame Filters): New Node.
3850         (Progspaces In Python): Add note about frame_filters attribute.
3851         (Objfiles in Python): Ditto.
3852         (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
3853         @anchors and --no-frame-filters option to -stack-list-variables,
3854         -stack-list-frames, -stack-list-locals and -stack-list-arguments
3855         commands.
3856
3857 2013-05-08  Joel Brobecker  <[email protected]>
3858
3859         * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
3860         Support" subsection documenting the XML format used to transfer
3861         shared library info on AIX.
3862
3863 2013-05-08  Joel Brobecker  <[email protected]>
3864
3865         * gdb.texinfo (Debugging Output): Add documentation of
3866         "set debug aix-solib" and "show debug aix-solib" commands.
3867
3868 2013-05-06  Sandra Loosemore  <[email protected]>
3869
3870         * gdb.texinfo (Nios II): New section.
3871         (Nios II Features): New section.
3872
3873 2013-05-06  Joel Brobecker  <[email protected]>
3874
3875         * gdbint.texinfo (Algorithms): Remove entries documenting
3876         DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
3877         SOLIB_CREATE_INFERIOR_HOOK.
3878
3879 2013-04-29  Tom Tromey  <[email protected]>
3880
3881         PR python/14204:
3882         * gdb.texinfo (Python API): Fix menu entry.
3883         (Blocks In Python): Fix subsubsection text.  Rewrite intro.
3884         Define global and static block.  Add example.  Clarify
3885         block relationship for inline functions.
3886
3887 2013-04-29  Tom Tromey  <[email protected]>
3888
3889         * gdb.texinfo (Python API): Mention Python help and keyword
3890         arguments.  Move pagination text to Basic Python.
3891         (Basic Python): Put pagination text here.  Document
3892         close-on-exec, SIGCHLD, and SIGINT.
3893
3894 2013-04-19  Pedro Alves  <[email protected]>
3895
3896         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3897         "signedness" instead of "signness".
3898
3899 2013-04-19  Pedro Alves  <[email protected]>
3900
3901         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3902         -Wno-pointer-sign text with text on -Wpointer-sign.
3903
3904 2013-04-16  Tom Tromey  <[email protected]>
3905
3906         * gdb.texinfo (Set Catchpoints): Mention earliest version of
3907         GCC that has the SDT probe points.
3908
3909 2013-04-15  Tom Tromey  <[email protected]>
3910
3911         * gdb.texinfo (Set Catchpoints): Document regexp syntax for
3912         exception catchpoints.
3913
3914 2013-04-15  Tom Tromey  <[email protected]>
3915
3916         * gdb.texinfo (Set Catchpoints): Document $_exception.
3917         (Convenience Vars): Mention $_exception.
3918
3919 2013-04-15  Tom Tromey  <[email protected]>
3920
3921         * gdb.texinfo (Set Catchpoints): Reorganize exception
3922         catchpoints.  Document "catch rethrow".
3923         (Debugging C Plus Plus): Mention "catch rethrow".
3924
3925 2013-04-15  Tom Tromey  <[email protected]>
3926
3927         * gdb.texinfo (Set Catchpoints): Remove obsolete text.
3928
3929 2013-04-12  Jan Kratochvil  <[email protected]>
3930             Eli Zaretskii  <[email protected]>
3931
3932         * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
3933         line below the sample output.
3934
3935 2013-04-12  Eli Zaretskii  <[email protected]>
3936
3937         * gdb.texinfo (Mode Options): Document '-configuration'.
3938         (Help): Document "show configuration".
3939         (Bug Reporting): Add requirements to include the configuration
3940         details in bug reports.
3941
3942 2013-04-11  Jan Kratochvil  <[email protected]>
3943
3944         * Makefile.in (MAN1S): Add gcore.1.
3945         Remove "Host, target, and site specific Makefile fragments" comment.
3946         (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
3947         (install-man1, uninstall-man1): Conditionalize gcore.1.
3948         (gcore.1): New.
3949         * gdb.texinfo (Man Pages): Add gcore man.
3950         (gcore man): New node.
3951
3952 2013-04-10  Pedro Alves  <[email protected]>
3953
3954         * gdb.texinfo (Process Record and Replay): Document that "set
3955         record full insn-number-max", "set record
3956         instruction-history-size" and "set record
3957         function-call-history-size" accept "unlimited".
3958         (Backtrace): Document that "set backtrace limit" accepts
3959         "unlimited".
3960         (List): Document that "set listsize" accepts "unlimited".
3961         (Print Settings)" Document that "set print max-symbolic-offset",
3962         "set print elements" and "set print repeats" accept "unlimited".
3963         (Starting and Stopping Trace Experiments): Document that "set
3964         trace-buffer-size" accepts "unlimited".
3965         (Remote Configuration): Document that "set tcp connect-timeout"
3966         accepts "unlimited".
3967         (Command History): Document that "set history size" accepts
3968         "unlimited".
3969         (Screen Size): Document that "set height" and "set width" accepts
3970         "unlimited".  Adjust "set pagination"'s description to suggest
3971         "set height unlimited" instead of "set height 0".
3972
3973 2013-04-10  Yao Qi  <[email protected]>
3974
3975         * gdb.texinfo (Trace Files): Add "target ctf".
3976
3977 2013-04-06  Jan Kratochvil  <[email protected]>
3978
3979         * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
3980
3981         * Makefile.in (install-man1, install-man5, uninstall-man1)
3982         (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
3983
3984         * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
3985
3986 2013-04-06  Jan Kratochvil  <[email protected]>
3987             Eli Zaretskii  <[email protected]>
3988
3989         * gdb.texinfo (gdbserver man): Rename tty to comm.  Swap --attach
3990         parameters order.  Remove "On some targets" for --attach.  Document the
3991         --multi parameter and extended-remote command.  Document all the
3992         options.
3993
3994 2013-04-05  Jan Kratochvil  <[email protected]>
3995
3996         * gdb.texinfo (gdb man): Mention option -p.  Include Fortran to
3997         the list of supported languages.
3998
3999 2013-04-05  Jan Kratochvil  <[email protected]>
4000
4001         Convert man pages to texinfo, new gdbinit.5 texinfo page.
4002         * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
4003         (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
4004         (diststuff): Add man.
4005         (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
4006         (uninstall-man5): New.
4007         (STAGESTUFF): Add *.1 and *.5.
4008         (GDBvn.texi): Add SYSTEM_GDBINIT.
4009         (gdb.1, gdbserver.1, gdbinit.5): New.
4010         (maintainer-clean realclean): Add $(MANS).
4011         (install): Add install-man.
4012         (uninstall): Add uninstall-man.
4013         * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
4014         (@copying): Wrap it by @c man begin COPYRIGHT.
4015         (Top): Add Man Pages.
4016         (Man Pages, gdb man, gdbserver man, gdbinit man): New.
4017
4018 2013-04-02  Pedro Alves  <[email protected]>
4019
4020         * gdb.texinfo (Debugging Output): Document "set/show debug
4021         aarch64", "set/show debug coff-pe-read" and "set/show debug
4022         mach-o".
4023
4024 2013-04-02  Pedro Alves  <[email protected]>
4025
4026         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
4027         table>: Add entry for "trace-buffer-size".
4028
4029 2013-03-28  Pedro Alves  <[email protected]>
4030
4031         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
4032         table>: Add entry for "trace-status".
4033
4034 2013-03-28  Eli Zaretskii  <[email protected]>
4035
4036         * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
4037         @bullet", which is invalid (makeinfo 5.1 barfs).
4038
4039 2013-03-28  Pedro Alves  <[email protected]>
4040
4041         PR gdb/15294
4042
4043         * gdb.texinfo (List) <set listsize>: Adjust to document that
4044         listsize 0 means no limit, and remove mention of -1.
4045
4046 2013-03-22  Yao Qi  <[email protected]>
4047
4048         * gdb.texinfo (Embedded Processors): Remove menu item
4049         "OpenRISC 1000".
4050         (OpenRISC 1000): Remove.
4051
4052 2013-03-21  Doug Evans  <[email protected]>
4053
4054         * gdb.texinfo (Maintenance Commands): Add docs for
4055         "mt set per-command {space,time,symtab} {on,off}".
4056
4057 2013-03-14  Hui Zhu  <[email protected]>
4058             Yao Qi  <[email protected]>
4059
4060         * gdb.texinfo (Trace Files): Add "tsave -ctf".
4061
4062 2013-03-13  Keith Seitz  <[email protected]>
4063
4064         * gdb.texinfo (Maintenance Commands): Add missing ')' for
4065         "maint agent" reference to Dynamic printf.
4066
4067 2013-03-11  Eli Zaretskii  <[email protected]>
4068
4069         * gdb.texinfo (General Query Packets): Don't use colon in index
4070         entries visible to Info format.
4071
4072 2013-03-11  Markus Metzger  <[email protected]>
4073
4074         * gdb.texinfo (Process Record and Replay): Document record
4075         changes.
4076
4077 2013-03-11  Markus Metzger  <[email protected]>
4078
4079         * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
4080         (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
4081         qXfer:btrace:read.
4082
4083 2013-03-09  Eli Zaretskii  <[email protected]>
4084
4085         * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
4086         use colons in @anchor and @cindex entries.
4087
4088 2013-03-09  Hafiz Abid Qadeer  <[email protected]>
4089
4090         * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
4091
4092 2013-03-08  Stan Shebs  <[email protected]>
4093             Hafiz Abid Qadeer  <[email protected]>
4094
4095         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4096         trace-buffer-size set and show commands.
4097         (Tracepoint Packets): Document QTBuffer:size.
4098         (General Query Packets): Document QTBuffer:size.
4099
4100 2013-02-21  Tom Tromey  <[email protected]>
4101
4102         * gdb.texinfo: Remove bad @syncodeindex.
4103         (Values From Inferior, Types In Python, Inferiors In Python)
4104         (Events In Python, Threads In Python, Frames In Python, Blocks In
4105         Python, Symbols In Python, Symbol Tables In Python): Remove
4106         @tables.
4107         (Packets, General Query Packets, Tracepoint Packets)
4108         (Host I/O Packets): Use @w{} for empty @item.
4109
4110 2013-02-20  Siva Chandra Reddy <[email protected]>
4111
4112         * gdb.texinfo (Architectures In Python): Add description about
4113         the new method gdb.Architecture.disassemble.
4114
4115 2013-02-15  Pedro Alves  <[email protected]>
4116             Hafiz Abid Qadeer  <[email protected]>
4117
4118         * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
4119         Document the "trace-file" field.
4120
4121 2013-02-07  Doug Evans  <[email protected]>
4122
4123         * gdb.texinfo (Machine Code): Clarify argument to disassemble
4124         command.
4125
4126 2013-02-06  Yao Qi  <[email protected]>
4127
4128         * gdb.texinfo (GDB/MI Async Records): Document new MI
4129         notification "=tsv-modified".  Update the document of MI
4130         notification "=tsv-created".
4131         * observer.texi (GDB Observers): New observer tsv_modified.
4132         Update observer tsv_created and tsv_delete.
4133
4134 2013-02-05  Yufeng Zhang  <[email protected]>
4135
4136         * gdb.texinfo (AArch64 Features): New section; document
4137         org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
4138         (Architectures): Add new AArch64 section to document AArch64
4139         architecture specific commands.
4140         (ABI): Add description of the new OS ABI "Newlib" and its influence
4141         on the longjmp handling.
4142
4143 2013-02-03  Eldar Gaynetdinov <[email protected]>
4144             Jan Kratochvil  <[email protected]>
4145
4146         * gdb.texinfo (Backtrace): Added description of 'filename-display'
4147         variable in 'set/show backtrace' section.
4148
4149 2013-01-31  Tom Tromey  <[email protected]>
4150
4151         * gdb.texinfo (Target Commands): Fix typo.
4152
4153 2013-01-23  Siva Chandra Reddy  <[email protected]>
4154
4155         * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
4156         describing the gdb.Architecture class.
4157         (Frames In Python): Add description about the new method
4158         gdb.Frame.architecture().
4159
4160 2013-01-23  Doug Evans  <[email protected]>
4161
4162         * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
4163
4164 2013-01-21  Marc Khouzam  <[email protected]>
4165
4166         * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
4167         'thread-groups' field when printing a breakpoint in MI.
4168
4169 2012-01-17  Sanjoy Das <[email protected]>
4170         * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
4171         to reflect that jit-reader-load now supports absolute file-names.
4172
4173 2013-01-16  Tom Tromey  <[email protected]>
4174
4175         * gdb.texinfo (Set Catchpoints): Document "catch signal".
4176         (Signals): Likewise.
4177
4178 2013-01-16  Tom Tromey  <[email protected]>
4179
4180         * gdb.texinfo (GDB/MI Breakpoint Information): Document
4181         "catch-type" field.
4182         (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
4183
4184 2013-01-07  Tom Tromey  <[email protected]>
4185
4186         * gdb.texinfo (Mode Options): Don't mention -epoch.
4187         (Data, Emacs): Remove obsolete comments.
4188
4189 2013-01-02  Tom Tromey  <[email protected]>
4190
4191         * gdb.texinfo (GDB/MI Output Records): Update menu.
4192         (GDB/MI Breakpoint Information): New node.
4193         (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
4194         <-break-insert>: Likewise.
4195
4196 2012-12-31  Yao Qi  <[email protected]>
4197
4198         * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
4199         (Packets): Move "vStopped" packet to ...
4200         (Notification Packets): ... here.  Describe the components
4201         of notification.  Add a table of supported notifications.
4202         Add an example on the process of he async notification.
4203
4204 2012-12-25  Jan Kratochvil  <[email protected]>
4205
4206         * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
4207         present.
4208         (GDB/MI File Commands) (-file-list-exec-source-files): Make the
4209         fullname output always present.
4210
4211 2012-12-23  Pierre Muller  <[email protected]>
4212
4213         * gdbint.texinfo (Function prototypes): Require use of "extern"
4214         modifier for function prototypes in headers.
4215
4216 2012-12-19  Joel Brobecker  <[email protected]>
4217
4218         * refcard.tex: Update copyright notice to GPL v3 or later.
4219         Update contact info.
4220
4221 2012-12-16  Jan Kratochvil  <[email protected]>
4222
4223         * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
4224
4225 2012-12-15  Yao Qi  <[email protected]>
4226
4227         * gdb.texinfo (Debugging Output): Document 'set debug
4228         notification' and 'show debug notification'.
4229
4230 2012-12-15  Yao Qi  <[email protected]>
4231
4232         * gdb.texinfo (Listing Tracepoints): New item and example about
4233         'installed on target' output.
4234         Add more in the example about 'installed on target'.
4235         (GDB/MI Breakpoint Commands): Doc about 'installed field.
4236
4237 2012-12-14  Tom Tromey  <[email protected]>
4238
4239         * gdb.texinfo (SVR4 Process Information): Mention core files.
4240
4241 2012-12-12 Mircea Gherzan <[email protected]>
4242
4243         * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
4244
4245 2012-12-12  Paul Koning  <[email protected]>
4246
4247         Add support for Python 3.
4248         * gdb.texinfo (Inferior.read_memory): Mention that the return
4249         value is a memoryview object if Python 3.
4250
4251 2012-12-11  Pedro Alves  <[email protected]>
4252
4253         * gdb.texinfo: Remove all mentions of Unixware throughout.
4254
4255 2012-12-09  Jan Kratochvil  <[email protected]>
4256
4257         * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
4258
4259 2012-11-29  Tom Tromey  <[email protected]>
4260
4261         * gdb.texinfo (SVR4 Process Information): Document missing
4262         "info proc" subcommands.
4263
4264 2012-11-29  Yao Qi  <[email protected]>
4265
4266         PR gdb/1477.
4267         * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
4268         to 'auto' instead of 'gnu'.
4269
4270 2012-11-26  Tom Tromey  <[email protected]>
4271
4272         * gdb.texinfo (MiniDebugInfo): New node.
4273         (GDB Files): Update.
4274
4275 2012-11-16  Doug Evans  <[email protected]>
4276
4277         * gdb.texinfo (System-wide configuration): If the system-wide init
4278         file lives in the data-directory, and --data-directory is provided,
4279         look for it there.
4280
4281 2012-11-15  Tom Tromey  <[email protected]>
4282
4283         * gdb.texinfo (Signaling): Fix typo.
4284
4285 2012-11-13  Giuseppe Montalto  <[email protected]>
4286
4287         * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
4288         parameter "count" of -data-write-memory-bytes, and add an example.
4289
4290 2012-11-12  Tom Tromey  <[email protected]>
4291
4292         * gdb.texinfo (Symbols): Document "info type-printers",
4293         "enable type-printer" and "disable type-printer".
4294         (Python API): Add new node to menu.
4295         (Type Printing API): New node.
4296         (Progspaces In Python): Document type_printers field.
4297         (Objfiles In Python): Likewise.
4298         (gdb.types) <get_type_recognizers, apply_type_recognizers,
4299         register_type_printer, TypePrinter>: Document.
4300
4301 2012-11-12  Tom Tromey  <[email protected]>
4302
4303         * gdb.texinfo (Symbols): Document "set print type methods",
4304         "set print type typedefs", and flags to ptype and whatis.
4305
4306 2012-11-09  Andrew Burgess  <[email protected]>
4307
4308         * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
4309         the example -data-disassemble output.  Extend the description of
4310         the -data-disassemble results to document all fields.  Document
4311         the cli disassemble command as being related to -data-disassemble.
4312
4313 2012-11-09  Yao Qi  <[email protected]>
4314
4315         PR gdb/14777.
4316         * gdb.texinfo (OS Information): Remove doc on command
4317         'info udot'.
4318
4319 2012-11-08  Joel Brobecker  <[email protected]>
4320
4321         * gdb.texinfo (Startup): Minor rewording, and clarify scope of
4322         gdb.ini warning for Windows port.
4323
4324 2012-11-08  Yao Qi  <[email protected]>
4325
4326         * gdb.texinfo (Search): Add kindex for 'fo'.
4327
4328 2012-11-05  Tom Tromey  <[email protected]>
4329
4330         PR python/14802:
4331         * gdb.texinfo (Functions In Python): Add example.
4332
4333 2012-11-03  Yao Qi  <[email protected]>
4334
4335         * observer.texi (GDB Observers): Remove observer
4336         'tracepoint_modified', 'tracepoint_created' and
4337         'tracepoint_deleted'.
4338
4339 2012-10-26  Tom Tromey  <[email protected]>
4340
4341         * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
4342
4343 2012-10-25  Tom Tromey  <[email protected]>
4344
4345         * gdb.texinfo (General Query Packets): Use @itemx.
4346
4347 2012-10-17  Yao Qi  <[email protected]>
4348
4349         * observer.texi (GDB Observers): Update observer
4350         'memory_changed'.
4351         * gdb.texinfo (GDB/MI Async Records): Document for
4352         "memory-changed" notification.
4353
4354 2012-10-15  Doug Evans  <[email protected]>
4355
4356         * gdb.texinfo (Mode Options): Document -nh.
4357         Elaborate on docs for -nx.
4358
4359 2012-09-26  Siddhesh Poyarekar  <[email protected]>
4360
4361         * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
4362
4363 2012-09-21  Yao Qi  <[email protected]>
4364             Pedro Alves  <[email protected]>
4365
4366         * gdb.texinfo (GDB/MI Async Records): Document notification
4367         'record-started' and 'record-stopped'.
4368         * observer.texi (GDB Observers): New observer 'record-changed'.
4369
4370 2012-09-19  Thomas Schwinge  <[email protected]>
4371
4372         * gdb.texinfo: Document the removal of SH's 'regs' command.
4373
4374 2012-09-18  Sergio Durigan Junior  <[email protected]>
4375
4376         * gdb.texinfo (jump): Mention new alias `j' for `jump'.
4377
4378 2012-09-18  Yao Qi  <[email protected]>
4379
4380         * gdb.texinfo (GDB/MI Async Records): Document new MI
4381         notifications '=tsv-created' and '=tsv-deleted'.
4382         * observer.texi (GDB Observers): New observer tsv_created and
4383         tsv_deleted.
4384
4385 2012-09-18  Yao Qi  <[email protected]>
4386
4387         * observer.texi (GDB Observers): New observer 'traceframe_changed'.
4388         * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
4389         '=traceframe-changed'.
4390
4391 2012-09-17  Yao Qi  <[email protected]>
4392
4393         * gdb.texinfo (List): Describe the meaning of 0 and -1 in
4394         'set listsize'.
4395
4396 2012-09-13  Jan Kratochvil  <[email protected]>
4397             Eli Zaretskii  <[email protected]>
4398
4399         * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
4400         encoding for gdbarch_breakpoint_from_pc, bp_addr for
4401         gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
4402
4403 2012-08-27  Jan Kratochvil  <[email protected]>
4404
4405         * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
4406
4407 2012-08-23  Khoo Yit Phang <[email protected]>
4408
4409         Document how to return from "python-interactive" to GDB.
4410         * gdb.texinfo (Python Commands): Update documentation.
4411
4412 2012-08-22  Khoo Yit Phang <[email protected]>
4413
4414         Add a new "python-interactive" command that starts a standard
4415         Python interactive prompt with "pi" as alias, and add "py" as
4416         an alias to "python".
4417         * gdb.texinfo (Python Commands): Document the new commands.
4418
4419 2012-08-22  Tom Tromey  <[email protected]>
4420
4421         * gdbint.texinfo (Host Definition): Remove documentation for
4422         SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
4423
4424 2012-08-17  Keith Seitz  <[email protected]>
4425
4426         PR c++/13356
4427         * gdb.texinfo (Type and Range Checking): Remove warning.
4428         Remove spurious commas.
4429         Update text and examples for re-implementation of set/show
4430         check type.
4431         (C and C++ Type and Range Checks): Likewise.
4432
4433 2012-08-16  Yao Qi  <[email protected]>
4434
4435         * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
4436         is deprecated.
4437
4438 2012-08-13  Doug Evans  <[email protected]>
4439
4440         * gdb.texinfo (Convenience Vars): Update text for "show convenience"
4441         to include functions.
4442
4443 2012-08-10  Doug Evans  <[email protected]>
4444
4445         * gdb.texinfo (Convenience Funs): New node.
4446         (Types In Python): Document Type.vector.
4447
4448 2012-08-09  Yao Qi  <[email protected]>
4449
4450         * observer.texi: New observer command_param_changed.
4451         * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
4452
4453 2012-08-07  Jan Kratochvil  <[email protected]>
4454
4455         * gdbint.texinfo (Debugging GDB): In section
4456         'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
4457         Mention also gdb-gdb.py.
4458
4459 2012-08-07  Yao Qi  <[email protected]>
4460
4461         Revert the folloing patch:
4462         2012-08-06  Yao Qi  <[email protected]>
4463         * gdb.texinfo (Remote Configuration): Add kindex for 'set
4464         remote hardware-watchpoint-limit' and 'set
4465         remote hardware-breakpoint-limit'.
4466
4467 2012-08-06  Nathaniel Flath  <[email protected]>
4468
4469         * gdb.texinfo (Working Directory): Added information about new
4470         default argument for 'cd' command.
4471
4472 2012-08-06  Yao Qi  <[email protected]>
4473
4474         * gdb.texinfo (Remote Configuration): Add kindex for 'set
4475         remote hardware-watchpoint-limit' and 'set
4476         remote hardware-breakpoint-limit'.
4477
4478 2012-08-06  Yao Qi  <[email protected]>
4479
4480         Fix PR14371.
4481
4482         * gdb.texinfo (GDB/MI Async Records): Fix the doc for
4483         '=breakpoint-deleted'.
4484
4485 2012-08-02  Yao Qi  <[email protected]>
4486
4487         * gdb.texinfo (Native): Remove node Neutrino.
4488
4489 2012-07-27  Yao Qi  <[email protected]>
4490
4491         * gdb.texinfo (IPA Protocol Commands): Document new command
4492         'close'.
4493
4494 2012-07-25  Tom Tromey  <[email protected]>
4495
4496         * gdb.texinfo (Maintenance Commands): Document maint info bfds.
4497
4498 2012-07-20  Doug Evans  <[email protected]>
4499
4500         * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
4501         (Index Files): Document how to control the use of deprecated index
4502         sections.
4503         (Index Section Format): Replace --use-deprecated-index-sections with
4504         "set use-deprecated-index-sections on".
4505
4506 2012-07-12  Eli Zaretskii  <[email protected]>
4507
4508         * gdbint.texinfo: Remove @syncodeindex directives that put all the
4509         indices into a single node "Index".  Instead, join function and
4510         variable indices into a single index, separate from the concept
4511         index.  Requested in
4512         http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
4513         (Top): Update the top-level menu: instead of one "Index" there are
4514         now separate entries "Concept Index" and "Function and Variable
4515         Index".
4516         (Concept Index, Function and Variable Index): New nodes.
4517         (Index): Node deleted.
4518
4519 2012-07-05  Hui Zhu  <[email protected]>
4520
4521         * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
4522         and "maint agent-eval".
4523
4524 2012-07-03  Eli Zaretskii  <[email protected]>
4525
4526         * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
4527         avoid file-name clashes between Index.html and index.html on
4528         case-insensitive filesystems.  See the discussion starting in
4529         http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
4530         details of the problem.
4531         (Top): Update the master menu for the above.
4532         (Concept Index, Command and Variable Index): New nodes, instead of
4533         the old "Index" node that was deleted.  All cross-references
4534         updated.
4535
4536 2012-07-02  Stan Shebs  <[email protected]>
4537
4538         * gdb.texinfo (Dynamic Printf): Mention agent style and
4539         disconnected dprintf.
4540         (Maintenance Commands): Describe maint agent-printf.
4541         (General Query Packets): Mention BreakpointCommands feature.
4542         (Packets): Document commands extension to Z0 packet.
4543         * agentexpr.texi (Bytecode Descriptions): Document printf
4544         bytecode.
4545
4546 2012-07-02  Jan Kratochvil  <[email protected]>
4547
4548         * gdb.texinfo (File Options): Change -ix and -iex commands that apply
4549         only after gdbinit files.
4550         (Startup): Move -iex and -iex commands down after gdbinit files.
4551
4552 2012-07-02  Jan Kratochvil  <[email protected]>
4553
4554         * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
4555         possibility.
4556
4557 2012-06-29  Tom Tromey  <[email protected]>
4558
4559         * gdb.texinfo (Index Section Format): Update for version 7.
4560
4561 2012-06-28  Stan Shebs  <[email protected]>
4562
4563         * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
4564         example, add note about title column.
4565
4566 2012-06-26  Siva Chandra Reddy  <[email protected]>
4567
4568         * gdb.texinfo (Symbol Tables In Python): Add description about
4569         the new 'last' attribute of gdb.Symtab_and line.
4570
4571 2012-06-26  Siva Chandra Reddy  <[email protected]>
4572
4573         * gdb.texinfo (Symbol Tables In Python): Correct the description
4574         of the 'pc' attribute of gdb.Symtab_and_line.
4575
4576 2012-06-26  Doug Evans  <[email protected]>
4577
4578         * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
4579         and symtab-create.
4580
4581 2012-06-25  Keith Seitz  <[email protected]>
4582
4583         * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
4584         from example.  Remove "rbreak" from list of corresponding
4585         gdb commands.
4586
4587 2012-06-23  Doug Evans  <[email protected]>
4588
4589         * gdb.texinfo (Index Section Format): Document version 7 format.
4590
4591 2012-06-22  Yao Qi  <[email protected]>
4592
4593         * gdb.texinfo: Add missing cindex for some packets.
4594
4595 2012-06-20  Keith Seitz  <[email protected]>
4596
4597         * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
4598         for -break-insert and document -p.
4599
4600 2012-06-20  Yao Qi  <[email protected]>
4601
4602         * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
4603         and "gdb.write_memory" with "Inferior.read_memory" and
4604         "Inferior.write_memory".
4605
4606 2012-06-15  Patrice Dumas  <[email protected]>  (tiny change)
4607
4608         * gdb.texinfo (Summary): Add a link to "Free Documentation".
4609         (Free Documentation): Add @node line.
4610         (Continuing and Stepping) <advance location>: Use @item instead of
4611         @itemx.
4612         (Reverse Execution) <set exec-direction reverse>: Use @item instead of
4613         @itemx.
4614         (Embedded Processors): Put the link to "PA" to its correct place,
4615         according to document structure.
4616         (Python API): Put the link to "Lazy Strings In Python" to its
4617         correct place.
4618         (Index): Use @@ in @tex block to get a literal @.
4619
4620         * gdbint.texinfo: Fix the @subtitle line.
4621
4622         * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
4623         correct place.
4624
4625 2012-06-08  Yao Qi  <[email protected]>
4626
4627         * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
4628         Protocol'.
4629         (In-Process Agent Protocol, IPA Protocol Objects)
4630         (IPA Protocol Commands): New nodes.
4631         (Tracepoint Packets): Add anchors.
4632
4633 2012-06-06  Thomas Schwinge  <[email protected]>
4634
4635         * gdb.texinfo: Document the deprecation of SH's 'regs' command.
4636
4637 2012-06-06  Yao Qi  <[email protected]>
4638
4639         * gdb.texinfo: Update copyright year.
4640
4641 2012-05-23  Stan Shebs  <[email protected]>
4642             Kwok Cheung Yeung  <[email protected]>
4643
4644         * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
4645
4646 2012-05-20  Jan Kratochvil  <[email protected]>
4647
4648         * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
4649         Mention also --with-separate-debug-dir.
4650         (Auto-loading): Prepend $debugdir in the sample output.
4651         (Auto-loading safe path): Likewise.  Mention also $debugdir for the
4652         auto-load safe-path variable.
4653         (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
4654         Mention also $debugdir for 'set auto-load scripts-directory'.
4655
4656 2012-05-19  Eli Zaretskii  <[email protected]>
4657
4658         * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
4659         (MIPS Embedded, MIPS, MIPS Register packet Format)
4660         (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
4661         appropriate.
4662
4663 2012-05-18  Sandra Loosemore  <[email protected]>
4664             Maciej W. Rozycki  <[email protected]>
4665
4666         * gdb.texinfo (MIPS): Document "set mips compression" and "show
4667         mips compression".
4668         (MIPS Breakpoint Kinds): New subsubsection.
4669
4670 2012-05-18  Eli Zaretskii  <[email protected]>
4671
4672         * gdb.texinfo (Architecture-Specific Protocol Details): Define
4673         nodes for subsections.  Add @acronym mark-ups and adjust
4674         formatting.
4675
4676 2012-05-18  Jan Kratochvil  <[email protected]>
4677
4678         Rename $ddir to $datadir.
4679         * gdb.texinfo (Auto-loading, Auto-loading safe path)
4680         (objfile-gdb.py file): Rename $ddir to $datadir.
4681
4682 2012-05-18  Tom Tromey  <[email protected]>
4683
4684         * gdb.texinfo (Print Settings): Document 'set print symbol'.
4685
4686 2012-05-14  Stan Shebs  <[email protected]>
4687
4688         * gdb.texinfo (Dynamic Printf): New subsection.
4689
4690 2012-05-13  Siva Chandra Reddy  <[email protected]>
4691
4692         * gdb.texinfo (Basic Python): Add description about the function
4693         gdb.find_pc_line
4694
4695 2012-05-12  Jan Kratochvil  <[email protected]>
4696             Eli Zaretskii  <[email protected]>
4697
4698         * gdb.texinfo (Separate Debug Files): Use plural form for global
4699         debugging information directory.
4700
4701 2012-05-11  Stan Shebs  <[email protected]>
4702             Kwok Cheung Yeung  <[email protected]>
4703
4704         * gdb.texinfo (Operating System Auxiliary Information): Document new
4705         'info os' subcommands.
4706
4707 2012-05-11  Jan Kratochvil  <[email protected]>
4708
4709         * gdb.texinfo (Auto-loading, Init File in the Current Directory)
4710         (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
4711         (dotdebug_gdb_scripts section): Add reference
4712         to 'Auto-loading safe path'.
4713
4714 2012-05-11  Jan Kratochvil  <[email protected]>
4715
4716         Implement multi-component --with-auto-load-dir.
4717         * gdb.texinfo (Auto-loading): New references
4718         for 'set auto-load scripts-directory'
4719         and 'show auto-load scripts-directory'.
4720         (Auto-loading safe path): Describe the new default.  Move $ddir
4721         substituation reference to 'objfile-gdb.py file'.
4722         (objfile-gdb.py file): Describe script-name alias.  Change real-name to
4723         script-name.  Describe new 'set auto-load scripts-directory'
4724         and 'show auto-load scripts-directory'.
4725
4726 2012-05-11  Jan Kratochvil  <[email protected]>
4727
4728         Provide $ddir substitution for --with-auto-load-safe-path.
4729         * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
4730         (Auto-loading safe path): Likewise.  Mention the default value,
4731         $ddir substitution, --with-auto-load-safe-path and
4732         --without-auto-load-safe-path.
4733         * observer.texi (gdb_datadir_changed): New.
4734
4735 2012-05-09  Jan Kratochvil  <[email protected]>
4736
4737         * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
4738         Twice.
4739
4740         * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
4741         directory separator by path separator.
4742
4743 2012-05-06  Jan Kratochvil  <[email protected]>
4744
4745         * gdb.texinfo (Auto-loading safe path): Make 'directories'
4746         for 'set auto-load safe-path' optional.  Mention if it is omitted.
4747         Change disabling security protection condition to "/", twice.
4748
4749 2012-05-03  Siva Chandra Reddy  <[email protected]>
4750
4751         * gdb.texinfo (Symbol Tables In Python): Add documentation about
4752         the new methods global_block and static_block on gdb.Symtab
4753         objects.
4754
4755 2012-05-02  Siva Chandra Reddy  <[email protected]>
4756
4757         * gdb.texinfo (Blocks In Python): Add a note saying that future
4758         improvements to GDB and its infrastructure can move symbols
4759         across blocks within a symbol table.
4760
4761 2012-04-29  Yao Qi  <[email protected]>
4762
4763         * gdb.texinfo (Architectures): Remove menu entry `A29K'.
4764         (A29K): Remove.
4765
4766 2012-04-27  Sergio Durigan Junior  <[email protected]>
4767             Tom Tromey  <[email protected]>
4768
4769         * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
4770         and generic static probe support on GDB.
4771
4772 2012-04-25  Doug Evans  <[email protected]>
4773
4774         * gdb.texinfo (Go): Fix thinko.
4775
4776         * gdb.texinfo (Supported Languages): Add Go.
4777         (Go): New node.
4778
4779 2012-04-25  Yao Qi  <[email protected]>
4780
4781         * gdbint.texinfo (Testsuite): New section `Board settings'.
4782
4783 2012-04-23  Jan Kratochvil  <[email protected]>
4784
4785         * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
4786         Three times.
4787
4788         * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
4789         Three times.
4790
4791 2012-04-22  Jan Kratochvil  <[email protected]>
4792
4793         * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
4794         by @table @asis.  Fix formatting of one item.
4795
4796 2012-04-18  Jan Kratochvil  <[email protected]>
4797
4798         * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
4799
4800 2012-04-17  Jan Kratochvil  <[email protected]>
4801
4802         New option "set debug auto-load".
4803         * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
4804         (auto-load verbose mode): New node.
4805
4806 2012-04-17  Jan Kratochvil  <[email protected]>
4807
4808         New option "set auto-load safe-path".
4809         * gdb.texinfo (Auto-loading): Extend the "show auto-load"
4810         and "info auto-load" examples for safe-path.  Put there also references
4811         for "set auto-load safe-path" and "show auto-load safe-path".
4812         New menu item for Auto-loading safe path.
4813         (Auto-loading safe path): New node.
4814         (Python Auto-loading): Update the expected output from "Missing"
4815         to "No".
4816
4817 2012-04-17  Jan Kratochvil  <[email protected]>
4818
4819         auto-load: Implementation.
4820         * gdb.texinfo (Mode Options): New anchor for -nx.
4821         (Startup): New anchors for Option -init-eval-command,
4822         Home Directory Init File
4823         and Init File in the Current Directory during Startup.
4824         Mention set auto-load local-gdbinit with a reference.
4825         Change the sample code to "set auto-load python-scripts".
4826         (Threads): New anchor set libthread-db-search-path.
4827         Provide references to libthread_db.so.1 file.
4828         (Controlling GDB): New menu item for Auto-loading.
4829         (Auto-loading, Init File in the Current Directory)
4830         (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
4831         (Python): Rename the menu item Auto-loading to Python Auto-loading.
4832         (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
4833         reference.
4834         (Auto-loading): Rename to ...
4835         (Python Auto-loading): ... here.  Change "set auto-load-scripts" to
4836         "set auto-load python-scripts", new anchor for it.  Change
4837         "show auto-load-scripts" to "show auto-load python-scripts", new anchor
4838         for it.  Change "info auto-load-scripts"
4839         to "info auto-load python-scripts", new anchor for it.  Change "scripts"
4840         to "Python scripts".
4841
4842 2012-04-14  Anton Gorenkov <[email protected]>
4843
4844         PR mi/13393
4845         * gdb.texinfo (Print Settings): Extend the description for "set print
4846         object".
4847         (GDB/MI Variable Objects): Extend the description for -var-create and
4848         -var-list-children.
4849
4850 2012-04-11  Siva Chandra Reddy  <[email protected]>
4851
4852         * gdb.texinfo (Examining Data): Document the 'explore' command.
4853
4854 2012-03-28  Joel Brobecker  <[email protected]>
4855
4856         * gdb.texinfo (GDB/MI Variable Objects): Document what happens
4857         to the children of a varobj and its update range when -var-update
4858         returns that the varobj's type changed.
4859
4860 2012-03-27  Jan Kratochvil  <[email protected]>
4861
4862         * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4863         Create two new links fir 'objfile-gdb.py file'
4864         and 'dotdebug_gdb_scripts section'.
4865
4866 2012-03-27  Jan Kratochvil  <[email protected]>
4867
4868         * gdb.texinfo (Auto-loading): Rename node reference
4869         '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
4870         Twice.
4871         (.debug_gdb_scripts section): Rename the node ...
4872         (dotdebug_gdb_scripts section): ... here.
4873         (Maintenance Commands): Also rename this node reference.
4874
4875 2012-03-22  Siva Chandra Reddy  <[email protected]>
4876
4877         * gdb.texinfo (Python API/Values From Inferior): Add description
4878         about the new method Value.referenced_value.  Add description on
4879         how Value.dereference is different (and similar) to
4880         Value.referenced_value.
4881
4882 2012-03-19  Jan Kratochvil  <[email protected]>
4883
4884         * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
4885         --init-eval-command=COMMAND, -iex.
4886         (Startup): Describe -iex and -ix.  Simplify the example
4887         for "set auto-load-scripts off".
4888
4889 2012-03-16  Gary Benson  <[email protected]>
4890
4891         PR breakpoints/10738
4892         * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
4893         stating that GDB cannot set breakpoints on inlined functions.
4894         (Mode Options): Document --use-deprecated-index-sections.
4895         (Index Section Format): Document new index section version format.
4896
4897 2012-03-15  Tom Tromey  <[email protected]>
4898
4899         * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4900
4901 2012-03-13  Doug Evans  <[email protected]>
4902
4903         * gdb.texinfo (Help): Change apropos example to use "alias" instead
4904         of "reload".
4905         (Symbols): Delete docs for set/show symbol-reloading.
4906         * gdbint.texinfo (Defining Other Architecture Features): Delete
4907         SYMBOL_RELOADING_DEFAULT.
4908         * refcard.tex: Delete reference to symbol-reloading.
4909
4910 2012-03-07  Pedro Alves  <[email protected]>
4911
4912         * gdb.texinfo (General Query Packets): Document new
4913         QProgramSignals packet.
4914         * gdb.texinfo (Remote configuration): Mention
4915         "program-signals-packet".
4916
4917 2012-03-05  Tristan Gingold  <[email protected]>
4918
4919         * gdb.texinfo (General Query Packets): Document xfer:uib:read.
4920
4921 2012-03-03  Yao Qi  <[email protected]>
4922
4923         * gdb.texinfo (In-Process Agent): New node.
4924         Document new commands.
4925         (General Query Packets): Add packet `QAgent'.
4926
4927 2012-03-01  Maciej W. Rozycki  <[email protected]>
4928
4929         * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
4930
4931 2012-03-01  Scott J. Goldman <[email protected]>
4932
4933         * gdb.texinfo (Commands In Python): Put example python macro in
4934         COMMAND_USER category rather than COMMAND_OBSCURE.
4935         Document gdb.COMMAND_USER.
4936         (User-defined Commands): Update documentation to clarify
4937         "set/show max-user-call-depth" and "show user" don't apply to python
4938         commands.  Update documentation to clarify "help user-defined" may
4939         also include python commands defined as COMMAND_USER.
4940
4941 2012-02-25  Jan Kratochvil  <[email protected]>
4942
4943         * gdb.texinfo (Startup): Add option -ex description to the option -x
4944         description.
4945
4946 2012-02-24  Luis Machado  <[email protected]>
4947
4948         * gdb.texinfo (Setting Breakpoints): Mention and explain the
4949         condition-evaluation breakpoint parameter.
4950         Mention condition-evaluation mode being shown in "info break".
4951         (Break Conditions): Add description for target-side
4952         conditional breakpoints.
4953         (Remote Configuration): Mention conditional-breakpoints-packet.
4954         (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
4955         cond-expr.
4956         (General Query Packets): Mention new ConditionalBreakpoint feature.
4957
4958 2012-02-22  Tom Tromey  <[email protected]>
4959
4960         * gdb.texinfo (Blocks In Python): Clarify block iteration.
4961
4962 2012-02-17  Tom Tromey  <[email protected]>
4963
4964         PR python/10753:
4965         * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
4966         directory.
4967
4968 2012-02-14  Stan Shebs  <[email protected]>
4969
4970         * gdb.texinfo (Disabling Breakpoints): Document enable count.
4971
4972 2012-02-13  Pedro Alves  <[email protected]>
4973
4974         * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
4975         mips-idt-ecoff.
4976
4977 2012-02-09  Yao Qi  <[email protected]>
4978
4979         * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
4980
4981 2012-02-07  Tom Tromey  <[email protected]>
4982
4983         * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
4984         Symbol.value.
4985
4986 2012-02-07  Tom Tromey  <[email protected]>
4987
4988         * gdb.texinfo (Symbols In Python): Document Symbol.line.
4989
4990 2012-01-27  Thomas Schwinge  <[email protected]>
4991
4992         * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
4993
4994 2012-01-24  Tom Tromey  <[email protected]>
4995
4996         * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
4997         unload".
4998         (Files): Mention new catch commands.
4999         (GDB/MI Async Records): Likewise.
5000
5001 2012-01-24  Gary Benson  <[email protected]>
5002
5003         Delete #if 0'd out code.
5004         * gdb.texinfo (Frame Info): Remove "info catch".
5005
5006 2012-01-20  Ulrich Weigand  <[email protected]>
5007
5008         * gdb.texinfo (Remote Configuration): Document
5009         "set remote hostio-readlink-packet" command.
5010         (General Query Packets): Document vFile:readlink packet.
5011
5012 2012-01-16  Tom Tromey  <[email protected]>
5013
5014         * gdb.texinfo (Specify Location): Document relative file name
5015         handling.
5016
5017 2012-01-16  Tom Tromey  <[email protected]>
5018
5019         * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
5020
5021 2012-01-13  Jan Kratochvil  <[email protected]>
5022             Eli Zaretskii  <[email protected]>
5023
5024         * gdbint.texinfo (Coding Standards): Require braces for two lines of
5025         code.
5026
5027 2012-01-11  Paul Hilfinger  <[email protected]>
5028
5029         * gdb.texinfo (Variables): Document use of :: for non-static
5030         variables.
5031
5032 2012-01-05  Joel Brobecker  <[email protected]>
5033
5034         * gdbint.texinfo (Start of New Year Procedure): Update
5035         to replace use of copyright.sh by use of copyright.py.
5036
5037 2012-01-02  Jan Kratochvil  <[email protected]>
5038
5039         Remove the gdbtui binary.
5040         * all-cfg.texi (GDBTUI): Remove.
5041         * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
5042         (TUI): Remove GDBTUI pindex.  Remove the GDBTUI reference.
5043         * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
5044
5045 2011-12-23  Kevin Pouget  <[email protected]>
5046
5047         Introduce gdb.FinishBreakpoint in Python.
5048         * gdb.texinfo (Finish Breakpoints in Python): New subsection.
5049         (Python API): Add menu entry for Finish Breakpoints.
5050
5051 2011-12-19  Jan Kratochvil  <[email protected]>
5052
5053         * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
5054         tests.
5055
5056 2011-12-16  Doug Evans  <[email protected]>
5057
5058         * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
5059
5060 2011-12-16  Phil Muldoon  <[email protected]>
5061
5062         * gdb.texinfo (Python Commands): Remove "maint set/show print
5063         stack".  Add documentation for "set/show python print-stack".
5064
5065 2011-12-14  Pedro Alves  <[email protected]>
5066
5067         * gdb.texinfo (Implementing a Remote Stub): Explain that you
5068         should transfer control to the stub in the startup code instead of
5069         in main.  Mention the need to get past the initial breakpoint.
5070
5071 2011-12-06  Tom Tromey  <[email protected]>
5072
5073         * gdb.texinfo (Set Breaks): Update for new behavior.
5074
5075 2011-12-02  Jan Kratochvil  <[email protected]>
5076
5077         * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
5078         List Format for SVR4 Targets'.
5079         (General Query Packets): New item qXfer:libraries-svr4:read.
5080         (Library List Format for SVR4 Targets): New node.
5081
5082 2011-12-01  Tom Tromey  <[email protected]>
5083
5084         * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
5085         add.
5086
5087 2011-11-22  Tom Tromey  <[email protected]>
5088
5089         * gdb.texinfo (GDB/MI Async Records): Document new *stopped
5090         reasons.
5091
5092 2011-11-20  Stan Shebs  <[email protected]>
5093
5094         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5095         note-related options and variables.
5096         (Tracepoint Packets): Document packet changes.
5097
5098 2011-11-20  Sanjoy Das  <[email protected]>
5099
5100         * gdb.texinfo (JIT Interface): Add documentation on writing and
5101         usind JIT debug info readers.
5102         (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
5103         Debug Info Readers): New nodes.
5104
5105 2011-11-18  Yao Qi  <[email protected]>
5106
5107         * gdb.texinfo (Create and Delete Tracepoints): Mention pending
5108         tracepoint.
5109
5110 2011-11-15  Doug Evans  <[email protected]>
5111
5112         * gdb.texinfo (Files): Document basenames-may-differ.
5113
5114 2011-11-14  Doug Evans  <[email protected]>
5115
5116         * gdb.texinfo (Shell Commands): Document "!".
5117
5118 2011-11-14  Stan Shebs  <[email protected]>
5119             Kwok Cheung Yeung  <[email protected]>
5120
5121         * gdb.texinfo (Create and Delete Tracepoints): Describe what is
5122         needed to get shorter fast tracepoints.
5123         (Tracepoint Packets): Document new qTMinFTPILen packet.
5124
5125 2011-11-14  Yao Qi  <[email protected]>
5126
5127         * gdb.texinfo (Create and Delete Tracepoints): Describe changed
5128         behavior of tracepoint.
5129         (General Query Packets): New feature InstallInTrace.
5130         (Remote Configuration): Document "set remote
5131         install-in-trace-packet".
5132
5133 2011-11-12  Matt Rice  <[email protected]>
5134
5135         * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
5136         Add arguments to info macro.
5137
5138 2011-11-10  Tom Tromey  <[email protected]>
5139
5140         * gdb.texinfo (Compilation): Don't mention -gdwarf-2.  Link to GCC
5141         manual.
5142         (Variables): Don't mention -gdwarf-2.  Link to Compilation node.
5143         (Macros): Add a footnote.
5144         (C): Remove paragraph about compiler options.
5145         (C Constants): Mention wide character and string constants.
5146         (C Plus Plus Expressions): Update compiler option advice.  Mention
5147         using declarations.  Mention ADL.  Remove old HP compiler
5148         information.
5149
5150 2011-11-10  Tom Tromey  <[email protected]>
5151
5152         PR c++/9257:
5153         * gdb.texinfo (Print Settings): Add an extra note about the need
5154         for a vtable.
5155
5156 2011-11-08  Maciej W. Rozycki  <[email protected]>
5157
5158         * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
5159         "set mips abi" documentation.
5160
5161 2011-11-04  Doug Evans  <[email protected]>
5162
5163         * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
5164
5165 2011-11-03  Tom Tromey  <[email protected]>
5166
5167         * gdb.texinfo (Stopping): Add menu entry.
5168         (Continuing and Stepping): Restore @node.  Use @section, not
5169         @subsection.
5170
5171 2011-11-03  Maciej W. Rozycki  <[email protected]>
5172
5173         * gdb.texinfo (Skipping Over Functions and Files): Remove node
5174         designation.  Fix "Specify Location" cross-reference.
5175
5176 2011-11-02  Stan Shebs  <[email protected]>
5177
5178         * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
5179         (General Query Packets): Describe tracenz feature.
5180         * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
5181
5182 2011-10-28  Paul Koning  <[email protected]>
5183
5184         * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
5185
5186 2011-10-27  Kevin Pouget  <[email protected]>
5187
5188         * gdb.texinfo ((Frames In Python): Document
5189         gdb.FRAME_UNWIND_FIRST_ERROR contant.
5190
5191 2011-10-26  Paul Koning  <[email protected]>
5192
5193         * gdb.texinfo (gdb.types): Document new deepitems function.
5194
5195 2011-10-25  Paul Koning  <[email protected]>
5196
5197         PR python/13327
5198
5199         * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
5200         fetch_lazy method.
5201
5202 2011-10-20  Phil Muldoon  <[email protected]>
5203
5204         PR python/12656
5205
5206         * gdb.texinfo (Blocks In Python): Document is_static, is_global,
5207         global_block, static_block function.
5208
5209 2011-10-19  Tom Tromey  <[email protected]>
5210
5211         * gdb.texinfo (Commands In Python): Add missing "@"s.
5212
5213 2011-10-13  Kevin Pouget  <[email protected]>
5214
5215         PR python/13285 Document named constants for frame unwind stop reasons
5216         * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
5217         constants.
5218
5219 2011-10-12  Jan Kratochvil  <[email protected]>
5220
5221         Fix compatibility with texinfo versions older than 4.12.
5222         * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
5223         (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
5224         (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
5225         (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
5226         * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
5227         Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
5228         CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
5229
5230 2011-10-09  Doug Evans  <[email protected]>
5231
5232         * gdb.texinfo (Extending GDB): Document alias command.
5233
5234 2011-10-09  Jan Kratochvil  <[email protected]>
5235
5236         Support @entry in input expressions.
5237         * gdb.texinfo (Variables): Describe @entry names suffix.
5238         (Print Settings): Add anchor for `set print entry-values'.
5239
5240 2011-10-09  Jan Kratochvil  <[email protected]>
5241             Eli Zaretskii  <[email protected]>
5242
5243         Display @entry parameter values (without references).
5244         * gdb.texinfo (Tail Call Frames): Add anchor.  Add self tail call
5245         example.
5246         (Print Settings): New description of set print entry-values and show
5247         print entry-values.
5248
5249 2011-10-09  Jan Kratochvil  <[email protected]>
5250             Eli Zaretskii  <[email protected]>
5251
5252         Recognize virtual tail call frames.
5253         * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
5254         (Tail Call Frames): New node.
5255         (Frames In Python): Add gdb.TAILCALL_FRAME.
5256
5257 2011-10-07  Doug Evans  <[email protected]>
5258
5259         * gdb.texinfo (gdb.printing): Document new `replace' arg to
5260         register_pretty_printer.
5261
5262 2011-10-07  Phil Muldoon  <[email protected]>
5263
5264         PR python/12930
5265         PR python/12802
5266
5267         * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
5268         stop method.
5269
5270 2011-10-07  Ulrich Weigand  <[email protected]>
5271
5272         * gdb.texinfo (Starting your Program): "set disable-randomization"
5273         is no longer Linux-specific.
5274         (Remote Configuration): Document "set remote
5275         disable-randomization-packet".
5276         (General Query Packets): Document "QDisableRandomization" packet
5277         and add it to "qSupported" list.
5278
5279 2011-10-07  Kevin Pouget  <[email protected]>
5280
5281         Allow Python notification of new object-file loadings.
5282         * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
5283         event type.
5284
5285 2011-10-04  Kevin Pouget  <[email protected]>
5286
5287         PR python/12691: Add the inferior to Python exited event
5288         * gdb.texinfo (Events In Python): Describe exited inferior attribute.
5289
5290 2011-10-03  Joel Brobecker  <[email protected]>
5291
5292         * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
5293         rephasing.
5294
5295 2011-10-03  Joel Brobecker  <[email protected]>
5296
5297         * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
5298         (GDB/MI Miscellaneous Commands): Add `ada-task-info'
5299         as possible feature returned by the `-list-features'
5300         command.
5301
5302 2011-09-28  Paul Koning  <[email protected]>
5303
5304         * gdb.texinfo (gdb.Type): Document field access by dictionary
5305         key syntax.
5306
5307 2011-09-28  Yao Qi  <[email protected]>
5308
5309         * gdb.texinfo (Files): Update options for `add-symbol-file'.
5310         Add one space after option `-s'.  Remove @r{} markup.
5311
5312 2011-09-27  Stan Shebs  <[email protected]>
5313
5314         * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
5315
5316 2011-09-16  Hui Zhu  <[email protected]>
5317
5318         * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
5319         to *(unsigned char *)$esp@300.
5320
5321 2011-09-15  Paul Koning  <[email protected]>
5322
5323         * gdb.texinfo: Make style of Python functions and methods match
5324         the syntax of Python.  Also put class and module names explicitly
5325         on function, member, and variable names, matching Python
5326         documentation conventions.
5327
5328 2011-09-15  Kevin Pouget  <[email protected]>
5329
5330         PR Python/12692 Add gdb.selected_inferior() to Python interface.
5331         * gdb.texinfo (Inferiors In Python): Describe new
5332         gdb.selected_inferior() function.
5333
5334 2011-09-15  Kevin Pouget  <[email protected]>
5335
5336         Handle multiple breakpoint hits in Python interface:
5337         * gdb.texinfo (Events In Python): New function documentation:
5338         gdb.BreakpointEvent.breakpoints. Indicate that
5339         gdb.BreakpointEvent.breakpoint is now deprecated.
5340
5341 2011-09-04  Joel Brobecker  <[email protected]>
5342
5343         * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
5344
5345 2011-08-25  Andrew Oakley  <[email protected]>
5346
5347         * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
5348
5349 2011-08-17  Phil Muldoon  <[email protected]>
5350
5351         * gdb.texinfo (Prompt): Add set/show extended-prompt
5352         documentation
5353         (Basic Python): Add prompt_hook anchor.
5354         (Python modules): Reword module text to reflect multiple modules.
5355         (gdb.prompt): Document gdb.prompt module.
5356
5357 2011-08-14  Yao Qi  <[email protected]>
5358
5359         * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
5360
5361 2011-08-14  Yao Qi  <[email protected]>
5362
5363         * gdb.texinfo (Standard Target Features): Document C6x features.
5364         (TIC6x Features): New node.
5365
5366 2011-08-12  Doug Evans  <[email protected]>
5367
5368         * gdb.texinfo (Symbols In Python): Document symbol.type.
5369
5370 2011-08-09  Phil Muldoon  <[email protected]>
5371
5372         * gdb.texinfo (Python): Document command and function
5373         auto-loading.
5374
5375 2011-07-26  Jan Kratochvil  <[email protected]>
5376             Eli Zaretskii  <[email protected]>
5377
5378         * gdb.texinfo (whatis, ptype): Highlight their differences.  Describe
5379         typedefs unrolling.  Extend the sample code by an inner typedef and
5380         outer typedefs unrolling.
5381
5382 2011-07-26  Paul Pluzhnikov  <[email protected]>
5383
5384         * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
5385         size and line-size.
5386
5387 2011-07-21  Matt Rice  <[email protected]>
5388
5389         PR macros/12999
5390         * gdb.texinfo (Macros): Add info definitions and info macros commands.
5391         Update text and cindex entries for info macro command.
5392
5393 2011-07-21  Phil Muldoon  <[email protected]>
5394
5395         * observer.texi (GDB Observers): Add before_prompt observer.
5396         * gdb.texinfo (Basic Python): Add documentation for prompt
5397         substitution.
5398
5399 2011-07-11  Phil Muldoon  <[email protected]>
5400
5401         PR python/12438
5402         * gdb.texinfo (Python Commands): Add deprecate note to maint
5403           set/show python print-stack.  Document set/show python
5404           print-backtrace.
5405
5406 2011-07-05  Thiago Jung Bauermann  <bauerman.ibm.com>
5407
5408         * gdb.texinfo: Fix typos.
5409
5410 2011-07-01  Tom Tromey  <[email protected]>
5411
5412         * gdb.texinfo (Debugging Output): Document set debug
5413         check-physname.
5414
5415 2011-06-29  Tom Tromey  <[email protected]>
5416
5417         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
5418         breakpoint-notifications feature.
5419
5420 2011-06-29  Ulrich Weigand  <[email protected]>
5421
5422         * gdb.texinfo (Target Description): Remove warning about
5423         possibly unstable format.
5424
5425 2011-06-03  Tom Tromey  <[email protected]>
5426
5427         * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
5428         (Events In Python): Note that exit_code is optional.
5429
5430 2011-05-17  Pedro Alves  <[email protected]>
5431
5432         * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
5433         required for multi-threading support.
5434         (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
5435         Hc are deprecated for multi-threading debugging.  Point readers at
5436         the vCont packet.
5437
5438 2011-05-15  Doug Evans  <[email protected]>
5439
5440         * gdb.texinfo (Auto-loading): Document printing of missing scripts.
5441
5442 2011-05-13  Doug Evans  <[email protected]>
5443
5444         * gdb.texinfo (Threads): Document $sdir,$pdir.
5445         (Server): Document $pdir exception.
5446
5447         * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
5448
5449         * gdb.texinfo (Threads): Clarify default value for
5450         libthread-db-search-path.
5451
5452         * gdb.texinfo (Completion): Update example.
5453         (Debugging Output): Delete `set/show debug lin-lwp-async'.
5454
5455 2011-05-12  Kwok Cheung Yeung  <[email protected]>
5456
5457         * gdb.texinfo: Document change in the behaviour of the enable and
5458         disable GDB commands when applied to tracepoints.
5459         Document the EnableDisableTracepoints remote stub feature.
5460         Document QTEnable and QTDisable in the list of tracepoint packets.
5461
5462 2011-05-11  Jan Kratochvil  <[email protected]>
5463
5464         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
5465         hsuser.texi.
5466         * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
5467         comment to hsuser.texi.  Change rluser.texi name in the comment.
5468
5469 2011-05-10  Doug Evans  <[email protected]>
5470
5471         * gdb.texinfo (Threads): If an empty path is provided for
5472         libthread-db-search-path it is reset to its default value.
5473         (Server): Ditto.
5474
5475 2011-05-09  Doug Evans  <[email protected]>
5476
5477         * gdb.texinfo (Requirements): Fix typo.  Mention --with-iconv-bin.
5478
5479 2011-05-06  Sergio Durigan Junior  <[email protected]>
5480             Thiago Jung Bauermann  <[email protected]>
5481
5482         Implement support for PowerPC BookE masked watchpoints.
5483         * gdb.texinfo (Set Watchpoints): Document mask parameter.
5484         (PowerPC Embedded): Mention support of masked watchpoints.
5485
5486 2011-05-03  Joel Brobecker  <[email protected]>
5487
5488         * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
5489         `@value{GDBN}'.
5490
5491 2011-05-03  Joel Brobecker  <[email protected]>
5492
5493         * gdb.texinfo (titlepage): Remove dedication.
5494         (In Memoriam): New appendix.
5495
5496 2011-04-27  Jan Kratochvil  <[email protected]>
5497             Eli Zaretskii  <[email protected]>
5498
5499         * gdb.texinfo (Index Section Format): Change the version to 5.
5500         Describe the different formula.
5501
5502 2011-04-24  Jan Kratochvil  <[email protected]>
5503             Eli Zaretskii  <[email protected]>
5504
5505         * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
5506         for disconnected tracing.
5507         (Multi-Process Mode for @code{gdbserver}): Mention --multi and
5508         extended-remote relationship.  Mention --once.
5509         (TCP port allocation lifecycle of @code{gdbserver}): New.
5510
5511 2011-04-23  Eli Zaretskii  <[email protected]>
5512
5513         * gdb.texinfo (Server): Improve indexing.  Index all optional
5514         switches to gdbserver.
5515
5516 2011-04-20  Tom Tromey  <[email protected]>
5517
5518         * gdb.texinfo (Index Section Format): New node.
5519         (Top): Add new node to menu.
5520
5521 2011-04-20  Pedro Alves  <[email protected]>
5522
5523         * gdb.texinfo (Maintenance Commands): Document `maint print
5524         remote-registers'.
5525
5526 2011-04-20  Tom Tromey  <[email protected]>
5527
5528         * gdb.texinfo (Trace File Format): Move node later.
5529
5530 2011-04-19  Tom Tromey  <[email protected]>
5531
5532         * gdbint.texinfo (Register Information Functions): Remove
5533         duplicate "the".
5534         * gdb.texinfo (Emacs): Remove duplicate "to".
5535         (GDB/MI Variable Objects): Remove duplicate "the".
5536         (General Query Packets): Likewise.
5537
5538 2011-04-02  Joel Brobecker  <[email protected]>
5539
5540         * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
5541         "GDB/MI Ada Exception Information" node.
5542
5543 2011-04-01  Joel Brobecker  <[email protected]>
5544
5545         * gdb.texinfo (GDB/MI Ada Exception Information): Document
5546         the "exception-name" field in the *stopped async record.
5547
5548 2011-03-31  Thiago Jung Bauermann  <[email protected]>
5549             Sergio Durigan Junior  <[email protected]>
5550
5551         Implement support for PowerPC BookE ranged breakpoints.
5552         * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
5553
5554 2011-03-28  Tom Tromey  <[email protected]>
5555
5556         * gdb.texinfo (Set Tracepoints): Fix typo.
5557
5558 2011-03-24  Tom Tromey  <[email protected]>
5559
5560         * gdb.texinfo (Specify Location): Document `function:label'
5561         linespec.
5562
5563 2011-03-18  Phil Muldoon  <[email protected]>
5564
5565         PR python/12149
5566
5567         * gdb.texinfo (Basic Python): Update gdb.write and flush text.
5568
5569 2011-03-17  Phil Muldoon  <[email protected]>
5570
5571         * gdb.texinfo (Blocks In Python): Add is_valid method description.
5572         (Inferiors In Python): Likewise.
5573         (Threads In Python): Likewise.
5574         (Symbols In Python): Likewise.
5575         (Objfiles In Python): Likewise.
5576         (Symbol Tables In Python): Likewise.
5577
5578 2011-03-15  Pedro Alves  <[email protected]>
5579
5580         * gdb.texinfo (Auto Display) <undisplay, enable display, disable
5581         display>: Explain that the commands accept number ranges.
5582
5583 2011-03-14  Phil Muldoon  <[email protected]>
5584
5585         * gdb.texinfo (Breakpoints In Python): Add description and example
5586         of Python stop function operation.
5587
5588 2011-03-10  Phil Muldoon  <[email protected]>
5589
5590         * gdb.texinfo (Parameters In Python): Document get_set_string and
5591         get_show_string methods.
5592
5593 2011-02-28  Jan Kratochvil  <[email protected]>
5594
5595         * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
5596
5597         * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
5598         circular-trace-buffer name.
5599
5600 2011-02-28  Joel Brobecker  <[email protected]>
5601
5602         * gdb.texinfo (Inferiors and Programs): Fix small error introduced
5603         in the previous change.
5604
5605 2011-02-27  Michael Snyder  <[email protected]>
5606
5607         * gdb.texinfo (Inferiors and Programs): Update commands to show
5608         that they can accept multiple arguments.
5609
5610 2011-02-24  Joel Brobecker  <[email protected]>
5611
5612         Revert the following patch (code patch was not approved):
5613         2011-02-21  Hui Zhu  <[email protected]>
5614         * agentexpr.texi (bytecode descriptions): add printf.
5615         * gdb.texinfo (tracepoint action lists): add printf.
5616
5617 2011-02-23  Doug Evans  <[email protected]>
5618
5619         * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
5620
5621 2011-02-23  Michael Snyder  <[email protected]>
5622
5623         * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
5624         (Set Watchpoints): Add @dots{} to argument of info watchpoints.
5625         (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
5626
5627 2011-02-22  Doug Evans  <[email protected]>
5628
5629         * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
5630         Clarify behaviour of lookup_symbol when `block' argument is omitted,
5631         add description of result, fix @defun formatting.
5632
5633 2011-02-21  Hui Zhu  <[email protected]>
5634
5635         * agentexpr.texi (Bytecode Descriptions): Add printf.
5636         * gdb.texinfo (Tracepoint Action Lists): Add printf.
5637
5638 2011-02-18  Tom Tromey  <[email protected]>
5639
5640         * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
5641
5642 2011-02-14  Michael Snyder  <[email protected]>
5643
5644         * gdb.texinfo (threads): Document argument for "info threads" cmd.
5645         Document new command "thread find".
5646
5647 2011-02-14  Michael Snyder  <[email protected]>
5648
5649         * gdb.texinfo (Threads): Update example of new thread message.
5650
5651 2011-02-14  Pedro Alves  <[email protected]>
5652
5653         * gdb.texinfo (Remote Configuration): Mention set/show remote
5654         traceframe-info.
5655         (Tools/Packages Optional for Building GDB): Mention that expat is
5656         used for traceframe info.
5657         (Remote Protocol) <Menu>: Add "Traceframe Info Format".
5658         (General Query Packets) <qSupported>: Describe the
5659         qXfer:traceframe-info:read feature.
5660         (qXfer::read): Describe qXfer:traceframe-info:read.
5661         (Traceframe Info Format): New section.
5662
5663 2011-02-04  Pedro Alves  <[email protected]>
5664
5665         * gdbint.texinfo (Formatting): Mention some formatting guidelines
5666         for casts and unary operators.
5667
5668 2011-02-04  Tom Tromey  <[email protected]>
5669
5670         * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
5671         is not useful.
5672
5673 2011-01-25  Pedro Alves  <[email protected]>
5674
5675         * gdb.texinfo: s/value optimized out/optimized out/g
5676
5677 2011-01-21  Joel Brobecker  <[email protected]>
5678
5679         * gdb.texinfo (Other Misc Settings): Rework part of the
5680         documentation of the "set interactive mode" command.
5681
5682 2011-01-19  Tom Tromey  <[email protected]>
5683
5684         * gdb.texinfo (Threads): Document thread name output and `thread
5685         name' command.
5686         (Threads In Python): Document Thread.name attribute.
5687         (GDB/MI Thread Commands): Document thread attributes.
5688
5689 2011-01-12  Andrew Burgess  <[email protected]>
5690
5691         * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
5692         changes in mi/mi-cmd-disas.c
5693
5694 2011-01-12  Tom Tromey  <[email protected]>
5695
5696         * gdb.texinfo (Threads): Remove duplicate text.  Update examples.
5697         Fix "thread apply" text.
5698
5699 2011-01-11  Sergio Durigan Junior  <[email protected]>
5700             Thiago Jung Bauermann  <[email protected]>
5701
5702         Implement support for PowerPC BookE ranged watchpoints.
5703         * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
5704         the "set powerpc exact-watchpoints" flag.
5705
5706 2011-01-07  Tom Tromey  <[email protected]>
5707
5708         * gdb.texinfo (Python API): Add descriptions to @menu items.
5709
5710 2011-01-06  Tom Tromey  <[email protected]>
5711
5712         * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
5713
5714 2010-01-06  Paul Pluzhnikov  <[email protected]>
5715
5716         * gdb.texinfo (Debugging Output): Document "set debug jit".
5717
5718 2011-01-06  Tom Tromey  <[email protected]>
5719
5720         PR python/12133:
5721         * gdb.texinfo (Frames In Python): Document various frame
5722         constants.
5723
5724 2011-01-05  Joel Brobecker  <[email protected]>
5725
5726         * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
5727         doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
5728         doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
5729
5730 2011-01-03  Jan Kratochvil  <[email protected]>
5731
5732         * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
5733         (clean): Add GDBvn.texi.
5734
5735 2010-12-29  Joel Brobecker  <[email protected]>
5736
5737         * gdb.texinfo (Ada Glitches): Remove paragraph describing the
5738         occasional case where the debugger prints an array address
5739         instead of the array itself.
5740
5741 2010-12-23  Pedro Alves  <[email protected]>
5742
5743         * gdb.texinfo (Packets) <read registers packet>: Document support
5744         for registers that were not collected.
5745
5746 2010-12-15  Doug Evans  <[email protected]>
5747
5748         * gdb.texinfo (Startup): Document auto-loading of scripts during
5749         startup.
5750         (Auto-loading): Delete "maint set python auto-load on|off".
5751         Add "set auto-load-scripts on|off".
5752
5753 2010-12-07  Doug Evans  <[email protected]>
5754
5755         * gdb.texinfo (Mode Options): Document -data-directory.
5756         (Data Files): Add reference to -data-directory.
5757
5758 2010-11-29  Doug Evans  <[email protected]>
5759
5760         * gdb.texinfo (Pretty-Printer Introduction): Change
5761         printer-name:subprinter-name to printer-name;subprinter-name.
5762
5763 2010-11-29  Phil Muldoon  <[email protected]>
5764
5765         PR python/12199
5766
5767         * gdb.texinfo (Breakpoints In Python): Document "delete" method.
5768
5769 2010-11-23  Tom Tromey  <[email protected]>
5770
5771         * gdb.texinfo (Top): Check SYSTEM_READLINE.
5772         (Editing): Likewise.
5773         (Command History): Likewise.
5774         (TUI Keys): Likewise.
5775         (Bug Reporting): Conditionally include rluser.texi and
5776         inc-history.texinfo.
5777         * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
5778         (GDB_DOC_SOURCE_INCLUDES): Add comment.
5779         (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
5780         (gdb.dvi): Use READLINE_TEXI_INCFLAG.
5781         (gdb.pdf): Likewise.
5782         (gdb.info): Likewise.
5783         (gdb/index.html): Likewise.
5784
5785 2010-11-23  Tom Tromey  <[email protected]>
5786
5787         * Makefile.in (Makefile): Run ../config.status.
5788         (distclean): Update.
5789         * configure: Remove.
5790         * configure.ac: Remove.
5791
5792 2010-11-12  Tom Tromey  <[email protected]>
5793
5794         * gdb.texinfo (Basic Python): Update.  Add xref.
5795         (Exception Handling): Document new exception classes.
5796         (Types In Python): Update.
5797         (Frames In Python): Update.
5798
5799 2010-11-11  Phil Muldoon  <[email protected]>
5800
5801         * gdb.texinfo (Breakpoints In Python): Document "internal"
5802         parameter, and visible attribute.
5803
5804 2010-11-05  Doug Evans  <[email protected]>
5805
5806         * gdb.texinfo (Source Path): Document "set directories".
5807
5808 2010-11-05  Ken Werner  <[email protected]>
5809
5810         * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
5811         (OpenCL C): New node.
5812
5813 2010-11-02  Doug Evans  <[email protected]>
5814
5815         * gdb.texinfo (Pretty Printing): Expand into three sections,
5816         introduction, example, and commands.
5817         (Python API): Delete section Disabling Pretty-Printers, merge into
5818         Selecting Pretty-Printers.
5819         (Writing a Pretty-Printer): New section.  Move the pretty-printer
5820         example here, and reformat to match python coding style.  Add a second
5821         example using the gdb.printing module.
5822         (Python modules): Add gdb.printing.
5823
5824 2010-10-29  Doug Evans  <[email protected]>
5825
5826         * gdb.texinfo (Python): Fix long line.
5827
5828 2010-10-20  Doug Evans  <[email protected]>
5829
5830         * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
5831         All references updated.  Correct sections marked as subsections.
5832         (Coding Standards): New chapter.  Move the coding standard related
5833         subsections here.  Add section on Python coding standards.
5834
5835 2010-10-13  Doug Evans  <[email protected]>
5836
5837         * gdb.texinfo (Python): Add "Python modules".
5838         (Types in Python): Add reference to gdb.types section.
5839         (Python modules): New node.
5840
5841 2010-10-11  Doug Evans  <[email protected]>
5842
5843         * gdb.texinfo (Values From Inferior): Add reference to "Types in
5844         Python" from gdb.Value.type description.
5845
5846 2010-09-28  Joel Brobecker  <[email protected]>
5847
5848         * gdb.texinfo (Ravenscar Profile): New node.
5849
5850 2010-09-22  Tom Tromey  <[email protected]>
5851
5852         * gdb.texinfo (Values From Inferior): Mention Value.__init__.
5853
5854 2010-09-22  Eli Zaretskii  <[email protected]>
5855
5856         * gdb.texinfo (Values From Inferior): Clarify that
5857         value.dynamic_type works only in C++ programs with RTTI.
5858
5859 2010-09-15  Paul Bolle  <[email protected]>
5860
5861         * gdb.texinfo (Character Sets): Correctly reference host-charset
5862         in example.
5863
5864 2010-09-13  Tom Tromey  <[email protected]>
5865
5866         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
5867         Document "fullname" and "from".
5868
5869 2010-09-01  Marc Khouzam  <[email protected]>
5870
5871         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
5872         feature `reverse' output by -list-target-features.
5873
5874 2010-08-31  H.J. Lu  <[email protected]>
5875
5876         * gdb.texinfo (i386 Features): Remove an extra "@item".
5877
5878 2010-08-30  Tom Tromey  <[email protected]>
5879
5880         PR python/11792:
5881         * gdb.texinfo (Values From Inferior): Document dynamic_type.
5882
5883 2010-08-24  Daniel Jacobowitz  <[email protected]>
5884
5885         * gdb.texinfo (ARM Features): Document
5886         org.gnu.gdb.arm.m-profile.
5887
5888 2010-08-23  Tom Tromey  <[email protected]>
5889
5890         PR python/11145:
5891         * gdb.texinfo (Values From Inferior): Document dynamic_cast and
5892         reinterpret_cast methods.
5893
5894 2010-08-23  Tom Tromey  <[email protected]>
5895
5896         PR python/11915:
5897         * gdb.texinfo (Types In Python): Document array method.
5898
5899 2010-08-18  Thiago Jung Bauermann  <[email protected]>
5900
5901         * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5902
5903 2010-08-16   Tom Tromey  <[email protected]>
5904
5905         * gdb.texinfo (Set Watchpoints): Document -location option.
5906
5907 2010-08-13  Doug Evans  <[email protected]>
5908
5909         * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5910
5911 2010-08-13  Vladimir Prus  <[email protected]>
5912
5913         * gdb.texinfo (GDB/MI Data Manipulation): Document
5914         -data-read-memory-raw and -data-write-memory-raw.
5915
5916 2010-08-11  Tom Tromey  <[email protected]>
5917             Phil Muldoon <[email protected]>
5918
5919         * gdb.texinfo (Basic Python): Describe post_event API.
5920
5921 2010-08-11  Phil Muldoon  <[email protected]>
5922
5923         * gdb.texinfo (Basic Python): Describe solib_address and
5924         decode_line Python APIs
5925
5926 2010-08-10  Tom Tromey  <[email protected]>
5927
5928         * gdb.texinfo (Pretty Printing API): Document
5929         gdb.default_visualizer.
5930
5931 2010-08-10  Tom Tromey  <[email protected]>
5932
5933         Revert gdb-add-index addition:
5934         * gdb.texinfo (Index Files): Don't document gdb-add-index.
5935
5936 2010-08-07  Jan Kratochvil  <[email protected]>
5937             Eli Zaretskii <[email protected]>
5938
5939         * gdb.texinfo (Mode Options) <-batch>
5940         (Basic Python) <gdb.execute>: Describe setting width and height.
5941
5942 2010-07-31  Paul Pluzhnikov  <[email protected]>
5943
5944         * gdb.texinfo (Threads): Document 'debug libthread-db'.
5945
5946 2010-07-30  Tom Tromey  <[email protected]>
5947
5948         * gdb.texinfo (Index Files): Mention gdb-add-index.
5949
5950 2010-07-30  Hui Zhu  <[email protected]>
5951
5952         * gdb.texinfo (Inferiors and Programs): Update the introduce of
5953         "detach inferior" and "kill inferior".
5954
5955 2010-07-28  CHENG Renquan  <[email protected]>
5956
5957         * gdb.texinfo (Machine Code): Update description of two forms of
5958         arguments, and add new example to demonstrate the new form.
5959
5960 2010-07-27  Phil Muldoon  <[email protected]>
5961
5962         * gdb.texinfo (Values From Inferior): Add value inferior function
5963         call description.
5964
5965 2010-07-19  Jan Kratochvil  <[email protected]>
5966
5967         * gdb.texinfo (Active Targets): Fix wrong comma placement.
5968
5969 2010-07-19  Jan Kratochvil  <[email protected]>
5970             Eli Zaretskii  <[email protected]>
5971
5972         Make core files the process_stratum.
5973         * gdb.texinfo (Active Targets): Remove core_stratum.  Include
5974         record_stratum example.
5975
5976 2010-07-13  Tom Tromey  <[email protected]>
5977
5978         * gdb.texinfo (Index Files): New node.
5979
5980 2010-07-13  Tom Tromey  <[email protected]>
5981
5982         * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
5983
5984 2010-07-13  Tom Tromey  <[email protected]>
5985
5986         * gdb.texinfo (Specify Location): Document labels.
5987
5988 2010-07-01  Pedro Alves  <[email protected]>
5989
5990         * gdb.texinfo (Create and Delete Tracepoints): Add more index
5991         entries for fast tracepoints and static tracepoints.
5992
5993 2010-07-01  Pedro Alves  <[email protected]>
5994
5995         * gdb.texinfo (General Query Packets) <qfThreadInfo,
5996         qsThreadInfo>: Spell out `l' as ell.
5997
5998 2010-07-01  Pedro Alves  <[email protected]>
5999
6000         * gdb.texinfo (Convenience Variables): Document $_sdata.
6001         (Commands to Set Tracepoints): Describe static tracepoints.  Add
6002         `Listing Static Tracepoint Markers' menu entry.  Document
6003         "strace".
6004         (Tracepoint Action Lists): Document collecting $_sdata.
6005         (Listing Static Tracepoint Markers): New subsection.
6006         (Tracepoints support in gdbserver): Mention static tracepoints.
6007         (remote packets, enabling and disabling): Mention
6008         read-sdata-object.
6009         (General Query Packets) <qSupported>: Document qXfer:sdata:read
6010         and StaticTracepoint.
6011         Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
6012         Document qXfer:sdata:read.
6013         (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
6014
6015 2010-06-29  Joel Brobecker  <[email protected]>
6016
6017         * gdb.texinfo (Threads In Python): Fix unmatched @end table.
6018
6019 2010-06-28  Phil Muldoon  <[email protected]>
6020             Tom Tromey  <[email protected]>
6021             Thiago Jung Bauermann  <[email protected]>
6022
6023         * gdb.texinfo (Inferiors In Python): New node.
6024         * gdb.texinfo (Threads In Python): New node.
6025
6026 2010-06-28  Joel Brobecker  <[email protected]>
6027
6028         * gdb.texinfo (Python): Document what the python directory is
6029         and what its location is.
6030         (Basic Python): Document the gdb.PYTHONDIR constant.
6031
6032 2010-06-25  Tom Tromey  <[email protected]>
6033
6034         PR python/10808:
6035         * gdb.texinfo (Basic Python): Document new gdb.execute argument.
6036
6037 2010-06-24  Hui Zhu  <[email protected]>
6038
6039         * gdb.texinfo: (Commands for Controlled Output): Add
6040         documentation for command "eval".
6041
6042 2010-06-21  Stan Shebs  <[email protected]>
6043
6044         * gdb.texinfo: Add explicit @node and @appendix for GFDL.
6045         * annotate.texinfo: Ditto.
6046         * gdbint.texinfo: Ditto.
6047         * stabs.texinfo: Ditto.
6048
6049 2010-06-22  Hui Zhu  <[email protected]>
6050
6051         * gdb.texinfo: (Process Record and Replay): Add documentation
6052         for command "set record memory-query".
6053
6054 2010-06-21  Stan Shebs  <[email protected]>
6055
6056         * gdb.texinfo: Relicense under GFDL version 1.3.
6057         * annotate.texinfo: Relicense under GFDL version 1.3.
6058         * gdbint.texinfo: Relicense under GFDL version 1.3.
6059         * stabs.texinfo: Relicense under GFDL version 1.3.
6060         * fdl.texi: Update to version 1.3.
6061
6062 2010-06-18  Stan Shebs  <[email protected]>
6063
6064         * gdb.texinfo (Operating System Auxiliary Information): Describe
6065         "info os" when no arguments given.
6066
6067         * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
6068         $_thread.
6069
6070 2010-06-18  Hui Zhu  <[email protected]>
6071
6072         * gdb.texinfo: (Process Record and Replay): Add documentation
6073         for commands "record save" and "record restore".
6074
6075 2010-06-16  Jan Kratochvil  <[email protected]>
6076
6077         * gdb.texinfo: Include information about the correct use
6078         of addresses in the `watch' command.
6079
6080 2010-06-11  Stan Shebs  <[email protected]>
6081
6082         * gdb.texinfo (Observer Mode): New section.
6083         (General Query Packets): Document QAllow.
6084
6085 2010-06-04  Doug Evans  <[email protected]>
6086
6087         * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
6088
6089 2010-06-03  Doug Evans  <[email protected]>
6090
6091         * gdbint.texinfo (Coding): Add subsection on command names.
6092
6093 2010-06-02  Tom Tromey  <[email protected]>
6094
6095         * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
6096         always-disassemble.
6097
6098 2010-06-01  Pedro Alves  <[email protected]>
6099
6100         * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
6101         gdbserver, and add cross reference.
6102         (Tracepoints support in gdbserver): New subsection.
6103
6104 2010-05-26  Pedro Alves  <[email protected]>
6105
6106         * gdb.texinfo (General Query Packets) <qSupported>: Describe the
6107         `qRelocInsn' feature.
6108         (Relocate instruction reply packet): New subsection
6109         of `Tracepoint Packets'.
6110         (Tracepoint Packets): Mention that packets QTDP and QTStart
6111         support the qRelocInsn request, and add cross reference to new
6112         subsection.
6113
6114 2010-05-25  Doug Evans  <[email protected]>
6115
6116         * gdb.texinfo (Exception Handling): Document gdb.GdbError.
6117         (Commands In Python): Document gdb.string_to_argv.
6118
6119 2010-05-02  Jan Kratochvil  <[email protected]>
6120
6121         * gdbint.texinfo (Host Definition): Remove items NORETURN and
6122         ATTR_NORETURN.
6123
6124 2010-04-29  Phil Muldoon  <[email protected]>
6125             Tom Tromey  <[email protected]>
6126             Thiago Jung Bauermann  <[email protected]>
6127
6128         * gdb.texinfo (Parameters In Python): New Node.
6129
6130 2010-04-29  Mihail Zenkov  <[email protected]>
6131
6132         * gdb.texinfo: (Summary) Add mention about D language support.
6133         (Filenames): Add D suffixes.
6134         (D): New node.
6135
6136 2010-04-26  Pierre Muller  <[email protected]>
6137
6138         * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
6139         of macro deleted from GDB code.
6140
6141 2010-04-24  Pedro Alves  <[email protected]>
6142
6143         * gdb.texinfo (Commands to specify files): Describe what how GDB
6144         looks up DOS-based filesystem paths on the system root.  Document
6145         the new `set/show target-file-system-kind' commands.
6146
6147 2010-04-23  Doug Evans  <[email protected]>
6148
6149         * gdb.texinfo (Python): Move Auto-loading section here ...
6150         (Python API): from here.
6151         (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
6152         (Maintenance Commands): Add docs for "maint print section-scripts".
6153
6154 2010-04-20  Chris Moller  <[email protected]>
6155
6156         * gdb.texinfo (Setting Breakpoints): Added description of
6157         filename-qualified rbreak.
6158         * refcard.tex (Breakpoints and Watchpoints): Added brief
6159         description of filename-qualified rbreak.
6160
6161 2010-04-22  Jan Kratochvil  <[email protected]>
6162
6163         * gdb.texinfo (Data): New @menu reference to Pretty Printing.
6164         (Python API): Change the reference to Pretty Printing API.
6165         (Pretty Printing): Move the user part under the Data node.  Reformat
6166         the sample output to 72 columns.  Create a new reference to Pretty
6167         Printing API.  Rename the API part ...
6168         (Pretty Printing API): To a new node name.
6169         (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
6170         (GDB/MI Variable Objects): Change references to Pretty Printing API.
6171
6172 2010-04-21  Stan Shebs  <[email protected]>
6173
6174         * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
6175         and commands.
6176         (Listing Tracepoints): Update to reflect current behavior.
6177
6178 2010-04-22  Pierre Muller  <[email protected]>
6179
6180         * gdb.texinfo (Examining memory): Update for change in string
6181         display with explicit size.
6182
6183 2010-04-19  Pedro Alves  <[email protected]>
6184
6185         PR breakpoints/8554.
6186
6187         * gdb.texinfo (Save Breakpoints): New node.
6188         (save-tracepoints): Rename to ...
6189         (save tracepoints): ... this.  Mention that `save-tracepoints' is
6190         a deprecated alias to `save tracepoints'.
6191
6192 2010-04-16  Pierre Muller  <[email protected]>
6193
6194         * gdb.texinfo ($_tlb): Document new automatic convinience variable.
6195         (info w32 thread-information-block): Document new command.
6196         (qGetTIBAddress): Document new gdbserver query.
6197         (maint set/show show-all-tib): Document new command.
6198
6199 2010-04-15  Doug Evans  <[email protected]>
6200
6201         * gdb.texinfo (Python API): Add progspaces section.
6202         (Selecting Pretty-Printers): Progspace pretty-printers are
6203         searched too.
6204         (Progspaces In Python): New section.
6205
6206         * gdb.texinfo (Command Files): Add docs for new "source -s" option.
6207
6208 2010-04-14  Phil Muldoon  <[email protected]>
6209
6210         * gdb.texinfo (Pretty Printing): Document behaviour when to_string
6211         returns None.
6212
6213 2010-04-09  Stan Shebs  <[email protected]>
6214
6215         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
6216         Describe the `frames-created' field, tweak grammar.
6217
6218 2010-04-09  Pedro Alves  <[email protected]>
6219
6220         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
6221         Describe the `circular' and `disconnected' fields.
6222
6223 2010-04-09  H.J. Lu  <[email protected]>
6224
6225         * gdb.texinfo (maint print registers): Mention unavailable and
6226         invisible registers.
6227
6228 2010-04-09  Phil Muldoon  <[email protected]>
6229             Thiago Jung Bauermann  <[email protected]>
6230             Tom Tromey  <[email protected]>
6231
6232         * gdb.texinfo (Breakpoints In Python): New Node.
6233
6234 2010-04-08  Stan Shebs  <[email protected]>
6235
6236         * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
6237         trace status fields.
6238
6239 2010-04-08  H.J. Lu  <[email protected]>
6240
6241         * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
6242         optional.  Make org.gnu.gdb.i386.avx requires
6243         org.gnu.gdb.i386.avx.
6244
6245 2010-04-08  Doug Evans  <[email protected]>
6246
6247         * gdb.texinfo (Command Files): Document that gdb skips $cdir in
6248         search path, and document that gdb only scans the search path if
6249         the script's path doesn't specify a directory.
6250
6251 2010-04-05  Doug Evans  <[email protected]>
6252
6253         * gdb.texinfo (maint show python auto-load): Fix typo.
6254
6255 2010-04-04  Stan Shebs  <[email protected]>
6256
6257         * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
6258         (Setting Watchpoints): Update description of "info watch".
6259         (Disabling Breakpoints): Only "info break" lists all.
6260
6261         * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
6262         (tdump): Explain how tdump works.
6263
6264 2010-04-01  Pedro Alves  <[email protected]>
6265
6266         * gdb.texinfo (Break Commands): Clarify `commands' changes, and
6267         add cross reference.
6268
6269 2010-03-31  Pedro Alves  <[email protected]>
6270
6271         * gdb.texinfo (TUI Commands): Mention that in some cases, these
6272         commands error out.
6273
6274 2010-03-30  H.J. Lu  <[email protected]>
6275
6276         * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
6277
6278 2010-03-30  H.J. Lu  <[email protected]>
6279
6280         * gdb.texinfo (General Query Packets): Add xmlRegisters.
6281
6282 2010-03-29  Stan Shebs  <[email protected]>
6283             Nathan Sidwell  <[email protected]>
6284
6285         * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
6286         GDBN equivalent.
6287         (Set Tracepoints): Remove mention that conditional tracepoints
6288         don't exist.
6289         (Tracepoint Actions): Clarify when while-stepping collection
6290         happens, note that while-stepping does not automatically collect
6291         $pc.
6292
6293 2010-03-29  Stan Shebs  <[email protected]>
6294
6295         * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
6296         (General Query Packets): Describe TracepointSource.
6297
6298 2010-03-27  Matt Rice  <[email protected]>
6299
6300         * gdb.texinfo (ARM): Document arguments to "target sim".
6301         (Set Catchpoints): Use @dots{} instead of @r{...}.
6302
6303 2010-03-26  Pedro Alves  <[email protected]>
6304
6305         * gdb.texinfo (Tracepoint Packets): Remove mention that
6306         terror:string may be plain text, and drop mention of X prefix.
6307
6308 2010-03-26  Vladimir Prus  <[email protected]>
6309
6310         * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
6311
6312 2010-03-24  Stan Shebs  <[email protected]>
6313
6314         * gdb.texinfo (Tracepoint Packets): Document trace error status.
6315
6316 2010-03-24  Tom Tromey  <[email protected]>
6317
6318         PR breakpoints/9352:
6319         * gdb.texinfo (Break Commands): Update.
6320
6321 2010-03-24  Vladimir Prus  <[email protected]>
6322
6323         * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
6324         commands.
6325
6326 2010-03-16  Stan Shebs  <[email protected]>
6327
6328         * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
6329         circular-trace-buffer.
6330         (Tracepoint Packets): Describe QTBuffer, and details of the
6331         qTStatus reply.
6332
6333 2010-03-12  Stan Shebs  <[email protected]>
6334             Nathan Sidwell  <[email protected]>
6335
6336         * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
6337         doing instruction stepping.
6338         (Tracepoint Restrictions): New node.
6339
6340 2010-03-10  Tom Tromey  <[email protected]>
6341
6342         * gdbint.texinfo (Symbol Handling): Update.
6343
6344 2010-03-08  Tom Tromey  <[email protected]>
6345
6346         PR cli/9591:
6347         * gdb.texinfo (Mode Options): Mention lack of pagination and
6348         confirmation with --batch.
6349         (Screen Size): Mention --batch.
6350         (Messages/Warnings): Likewise.
6351
6352 2010-03-05  Tom Tromey  <[email protected]>
6353
6354         * gdb.texinfo (Basic Python): Document target_charset and
6355         target_wide_charset.
6356
6357 2010-03-05  Tom Tromey  <[email protected]>
6358
6359         * gdb.texinfo (Data): Link to pretty-printing.
6360         (Output Formats): Likewise.  Correct text.
6361
6362 2010-03-01  Daniel Jacobowitz  <[email protected]>
6363
6364         * gdb.texinfo (Types): Describe <struct> and <flags>.
6365
6366 2010-02-28  Phil Muldoon  <[email protected]>
6367
6368         * gdb.texinfo (Frames In Python): Add block parameter and
6369         description to read_var text.
6370
6371 2010-02-26  Phil Muldoon  <[email protected]>
6372             Tom Tromey  <[email protected]>
6373
6374         * gdb.texinfo (Types In Python): Describe block argument in
6375         template_argument and gdb.lookup_type.
6376
6377 2010-02-24  Tom Tromey  <[email protected]>
6378
6379         * gdb.texinfo (Cygwin Native): Fix typo.
6380
6381 2010-02-24  Phil Muldoon  <[email protected]>
6382
6383         * gdb.texinfo (Frames In Python): Add block, find_sal, function
6384         and select method descriptions.
6385         (Python API): Add Blocks In Python, Symbols in Python and Symbol
6386         Tables in Python to menu.
6387         (Blocks In Python): New node.
6388         (Symbols In Python): New node.
6389         (Symbol Tables in Python): New node.
6390
6391 2010-02-24  Vladimir Prus  <[email protected]>
6392
6393         Multiexec MI
6394
6395         gdb/
6396         * breakpoint.c (clear_syscall_counts): Take struct inferior*.
6397
6398         gdb/doc/
6399         * gdb.texinfo (GDB/MI Command Syntax): Document notification
6400         changes.
6401         (GDB/MI Program Execution): Document current behaviour of
6402         --all and --thread-group.
6403         (GDB/MI Miscellaneous Commands): Document -add-inferior and
6404         -remove-inferior.
6405         * observer.texi (inferior_added, inferior_removed): New
6406         observers.
6407
6408 2010-02-19  Tom Tromey  <[email protected]>
6409
6410         * gdbint.texinfo (Getting Started): Fix @node.
6411         (Debugging GDB): Likewise.
6412
6413 2010-02-13  Joel Brobecker  <[email protected]>
6414
6415         * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
6416         documenting the gdb_test_timeout variable.
6417
6418 2010-02-12  Jakob Engblom  <[email protected]>
6419
6420         * gdb.texinfo (MI commands): Added documentation of --reverse
6421         option to a set of MI commands. Restructured documentation of MI
6422         commands --exec-continue to reflect the complexity of reverse
6423         execution.
6424
6425 2010-02-12  Pedro Alves  <[email protected]>
6426
6427         * gdb.texinfo (Using the Collected Data): Specify that the address
6428         range of `tfind outsize' is exclusive, and that the address range
6429         of `tfind range' is inclusive.
6430         (Tracepoint Packets): Specify that the address range of
6431         `QTFrame:range' is inclusive, and that the address range of
6432         `QTFrame:outside' is exclusive
6433
6434 2010-02-12  Vladimir Prus  <[email protected]>
6435
6436         * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
6437
6438 2010-02-10  Tom Tromey  <[email protected]>
6439
6440         * gdb.texinfo (Debugging Output): Document set debug parser and
6441         show debug parser.
6442
6443 2010-02-09  H.J. Lu  <[email protected]>
6444
6445         * gdb.texinfo (Predefined Target Types): Add i387_ext,
6446         i386_eflags and i386_mxcsr.
6447
6448 2010-02-08  H.J. Lu  <[email protected]>
6449
6450         * gdb.texinfo: Document i386 target features.
6451
6452 2010-02-05  Doug Evans  <[email protected]>
6453
6454         * gdbint.texinfo (Testsuite): Add a new section to document the
6455         various DejaGnu variables that may be overridden.
6456         Document INTERNAL_GDBFLAGS.
6457
6458 2010-02-04  Tom Tromey  <[email protected]>
6459
6460         PR cli/8830:
6461         * gdb.texinfo (Files): -readnow comes before the filename for file
6462         and symbol-file.
6463
6464 2010-02-01  Daniel Jacobowitz  <[email protected]>
6465
6466         * gdb.texinfo (Architecture-Specific Protocol Details): New section.
6467         Document ARM breakpoint types.
6468         (Register Packet Format): Move into the new section.
6469         (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
6470
6471 2010-01-21  Joel Brobecker  <[email protected]>
6472
6473         * gdb.texinfo (File Options): Adjust the documentation of this
6474         switch to refer to the "source" command rather than partially
6475         duplicating some of the relevant information.
6476         (Extending GDB): Introduce and document the set/show script-extension
6477         setting.
6478         (Command Files): Add note explaining that the "source" command
6479         is also used to evalute scripts written in other languages.
6480         Remove the short slightly incorrect reference to sourcing Python
6481         scripts.
6482         (Python Commands): Document how to execute a Python script from GDB.
6483
6484 2010-01-19  Joel Brobecker  <[email protected]>
6485
6486         * gdb.texinfo (Command Files): Fix typo.
6487
6488 2010-01-18  Tom Tromey  <[email protected]>
6489
6490         * gdb.texinfo (File Options): Document -x on .py files.
6491         (Command Files): Document handling of Python scripts.
6492
6493 2010-01-18  Jie Zhang  <[email protected]>
6494
6495         * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
6496
6497 2010-01-15  Stan Shebs  <[email protected]>
6498
6499         * gdb.texinfo (Trace Files): New section.
6500         (Tracepoint Packets): Document QTSave and qTBuffer.
6501         (Trace File Format): New appendix.
6502
6503 2010-01-13  Phil Muldoon  <[email protected]>
6504
6505         * gdb.texinfo (Values From Inferior): Document lazy_string value
6506         method.
6507         (Python API): Add Lazy strings menu item.
6508         (Lazy Strings In Python): New node.
6509
6510 2010-01-13  Vladimir Prus  <[email protected]>
6511
6512         * gdb.texinfo (GDB/MI Thread Information): New.
6513         (GDB/MI Async Records): Document the core field in *stopped.
6514         (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
6515         documentation
6516         (Process list): Document that osdata document may contain
6517         threads.
6518         (Remote Serial Protocol): Document qXfer:threads.
6519
6520 2010-01-06  Stan Shebs  <[email protected]>
6521
6522         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
6523         disconnected tracing.
6524         (Tracepoint Packets): Document new protocol.
6525
6526 2010-01-05  Stan Shebs  <[email protected]>
6527
6528         * gdb.texinfo (Create and Delete Tracepoints): Describe fast
6529         tracepoints.
6530         (Tracepoint Packets): Describe remote protocol for fast
6531         tracepoints.
6532
6533 2010-01-01  Joel Brobecker  <[email protected]>
6534
6535         Update the "Start of New Year Procedure".
6536         * gdbint.texinfo: Add the list of files that need to be updated
6537         manually.  Minor reformatting.
6538
6539 2010-01-01  Joel Brobecker  <[email protected]>
6540
6541         * refcard.tex: Update copyright year in header and text.
6542
6543 2010-01-01  Joel Brobecker  <[email protected]>
6544
6545         * agentexpr.texi: Add 2010 to the list of copyright years.
6546         * annotate.texinfo: Likewise.
6547         * gdb.texinfo: Likewise.
6548         * gdbint.texinfo: Likewise.
6549         * observer.texi: Likewise.
6550         * stabs.texinfo: Likewise.
6551
6552 2009-12-31  Stan Shebs  <[email protected]>
6553
6554         * gdb.texinfo (Tracepoint Actions): Describe teval.
6555
6556 2009-12-29  Stan Shebs  <[email protected]>
6557
6558         * gdb.texinfo (Tracepoint Actions): Describe default-collect.
6559
6560 2009-12-28  Stan Shebs  <[email protected]>
6561
6562         * gdb.texinfo (Trace State Variables): New section.
6563         (Tracepoint Packets): Describe trace state variable packets.
6564         * agentexpr.texi (Bytecode Descriptions): Describe trace state
6565         variable bytecodes.
6566
6567 2009-12-28  Daniel Jacobowitz  <[email protected]>
6568
6569         * gdb.texinfo (Symbols): "info variables" prints definitions, not
6570         declarations.
6571
6572 2009-12-21  Vladimir Prus  <[email protected]>
6573
6574         * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
6575         -gdb-exit behaviour.
6576
6577 2009-12-20  Joel Brobecker  <[email protected]>
6578
6579         * gpl.texi: Update to version 3 of the GPL.
6580
6581 2009-12-20  Joel Brobecker  <[email protected]>
6582
6583         * Makefile.in: Update copyright header.
6584         * observer.texi: Fix the copyright header of the generated files.
6585
6586 2009-12-08  Phil Muldoon  <[email protected]>
6587
6588         * gdb.texinfo (Types In Python): Describe range function.
6589
6590 2009-12-03  Richard Ward  <[email protected]>
6591
6592         * gdb.texinfo (Types In Python): Describe "is_base_class".
6593
6594 2009-12-03  Tom Tromey  <[email protected]>
6595
6596         * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
6597
6598 2009-12-02  Paul Pluzhnikov  <[email protected]>
6599
6600         * observer.texi: New memory_changed observer.
6601
6602 2009-12-01  Tom Tromey  <[email protected]>
6603
6604         * gdb.texinfo (Reverse Execution): Fix typo.
6605
6606 2009-11-24  Daniel Jacobowitz  <[email protected]>
6607
6608         PR gdb/8704
6609
6610         * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
6611         are allowed after the breakpoint condition.
6612
6613 2009-11-23  Tom Tromey  <[email protected]>
6614
6615         PR python/10782:
6616         * gdb.texinfo (Types In Python): Document Type.pointer.
6617
6618 2009-11-23  Paul Pluzhnikov  <[email protected]>
6619
6620         * gdb.texinfo (Machine Code): Adjust.
6621
6622 2009-11-11  Pedro Alves  <[email protected]>
6623
6624         * agentexpr.texi (Tracing On Symmetrix): Delete section.
6625         (Using Agent Expressions): Delete cross reference.
6626
6627 2009-11-07  Joel Brobecker  <[email protected]>
6628
6629         * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
6630         and @settitle directives up to help makeinfo find them.
6631
6632 2009-11-02  Jan Kratochvil  <[email protected]>
6633
6634         * gdb.texinfo (set debug-file-directory, show debug-file-directory)
6635         (Auto-loading): Use plural and note one can use multiple components now.
6636
6637 2009-11-01  Vladimir Prus  <[email protected]>
6638
6639         * gdb.texinfo (GDB/MI Stack Manipulation): Make
6640         -stack-list-arguments have the same documentation for parameter
6641         as -stack-list-locals. Add comas.
6642
6643 2009-10-27  Tom Tromey <[email protected]>
6644             Eli Zaretskii <[email protected]>
6645
6646         PR python/10781
6647
6648         * gdb.texinfo (Values From Inferior): Document cast method.
6649
6650 2009-10-22  Paul Pluzhnikov  <[email protected]>
6651
6652         * gdb.texinfo (Machine Code): Mention function name in disasssembly
6653         and adjust example.
6654
6655 2009-10-22  Michael Snyder  <[email protected]>
6656
6657         * gdb.texinfo (Process Record and Replay): Document new form of
6658         info record command.  Also document the new save and restore
6659         commands.
6660
6661 2009-10-21  Paul Pluzhnikov  <[email protected]>
6662
6663         * gdb.texinfo (Machine Code): Mention current pc marker.
6664         (Memory): Likewise.
6665
6666 2009-10-19  Pedro Alves  <[email protected]>
6667             Stan Shebs  <[email protected]>
6668
6669         * observer.texi (new_inferior): Rename to...
6670         (inferior_appeared): ... this.
6671
6672         * gdb.texinfo (Inferiors): Rename node to ...
6673         (Inferiors and Programs): ... this.  Mention running multiple
6674         programs in the same debug session.
6675         <info inferiors>: Mention the new 'Executable' column if "info
6676         inferiors".  Update examples.  Document the "add-inferior",
6677         "clone-inferior", "remove-inferior" and "maint info
6678         program-spaces" commands.
6679         (Process): Rename node to...
6680         (Forks): ... this.  Document "set|show follow-exec-mode".
6681
6682 2009-10-11  Michael Snyder  <[email protected]>
6683
6684         * gdb.texinfo (ReverseStep): Show default as "unsupported".
6685         (ReverseContinue): Ditto.
6686
6687 2009-10-08  Paul Pluzhnikov  <[email protected]>
6688
6689         * gdb.texinfo (Server): Document libthread-db-search-path.
6690
6691 2009-10-08  Jan Kratochvil  <[email protected]>
6692
6693         * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
6694
6695 2009-10-06  Michael Eager  <[email protected]>
6696
6697         * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
6698         (Embedded Processors): Add MicroBlaze.
6699         (MicroBlaze): New.  Describe Xilinx MicroBlaze
6700
6701 2009-10-04  Pedro Alves  <[email protected]>
6702
6703         * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
6704
6705 2009-09-26  Pierre Muller  <[email protected]>
6706
6707         * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
6708
6709 2009-09-23  Joel Brobecker  <[email protected]>
6710
6711         * observer.texi (solib_unloaded): Document explicitly the fact that
6712         this observer is called before the associated symbols are unloaded.
6713
6714 2009-09-21  Jie Zhang  <[email protected]>
6715
6716         * gdb.texinfo: Escape "{" and "}".
6717
6718 2009-09-19  Vladimir Prus  <[email protected]>
6719
6720         * gdb.texinfo (GDB/MI Stack Manipulation): Document
6721         -stack-list-variables.
6722
6723 2009-09-18  Tom Tromey  <[email protected]>
6724
6725         * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
6726         is experimental.
6727
6728 2009-09-17  Paul Pluzhnikov  <[email protected]>
6729
6730         * gdb.texinfo (convenince variables): Mention
6731         $_siginfo could be empty.
6732
6733 2009-09-15  Tom Tromey  <[email protected]>
6734
6735         * gdb.texinfo (GDB/MI Variable Objects): Document
6736         -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
6737         Expand -var-update documentation.
6738
6739 2009-09-14  Sergio Durigan Junior <[email protected]>
6740
6741         * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
6742         feature.
6743
6744 2009-09-13  Daniel Jacobowitz  <[email protected]>
6745
6746         * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
6747
6748 2009-09-10  Michael Snyder  <[email protected]>
6749
6750         * gdb.texinfo (qSupported): Mention new ReverseContinue and
6751         ReverseStep replies to the qSupported query.
6752
6753 2009-09-10  Joel Brobecker  <[email protected]>
6754
6755         Add documentation for set/show interactive-mode.
6756         * gdb.texinfo (Other Misc Settings): New node.
6757
6758 2009-09-01  Doug Evans  <[email protected]>
6759
6760         * gdb.texinfo (Caching Data of Remote Targets): Add note on
6761         non-stop mode's affect on remote caching.
6762
6763 2009-08-31  Jacob Potter  <[email protected]>
6764             Doug Evans  <[email protected]>
6765
6766         * gdb.texinfo (Caching Data of Remote Targets): Update text.
6767         Mark `set/show remotecache' options as obsolete.
6768         Document new `set/show stack-cache' option.
6769         Update text for `info dcache'.
6770
6771 2009-08-27  Doug Evans  <[email protected]>
6772
6773         * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
6774         (Files): Add note on new optional regex arg to `info sharedlibrary'.
6775
6776 2009-08-26  Ralf Wildenhues  <[email protected]>
6777
6778         * gdbint.texinfo (Releasing GDB): Fix confusing sentence
6779         about autoconf.
6780
6781 2009-08-25  Pedro Alves  <[email protected]>
6782
6783         * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
6784         small example, and describe its columns.  Replace "inferior-id" by
6785         "infno" throughout.
6786
6787 2009-08-22  Ralf Wildenhues  <[email protected]>
6788
6789         * gdbint.texinfo (Releasing GDB): Point to
6790         README-maintainer-mode file for required autoconf version.
6791         * configure.ac: Do not substitute datarootdir, htmldir,
6792         pdfdir, docdir.  Do not process --with-datarootdir,
6793         --with-htmldir, --with-pdfdir, --with-docdir.
6794         * configure: Regenerate.
6795
6796         * configure: Regenerate.
6797
6798 2009-08-20  Reid Kleckner  <[email protected]>
6799
6800         * gdb.texinfo: Add chapter on JIT interface.
6801
6802 2009-08-07  Nick Roberts  <[email protected]>
6803
6804         * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
6805         confirmation request.
6806
6807 2009-08-05  Jeremy Bennett  <[email protected]>
6808
6809         * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
6810         CRC definitions.
6811
6812 2009-08-03  Vladimir Prus  <[email protected]>
6813
6814         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6815         -break-commands.
6816
6817 2009-07-31  Ulrich Weigand  <[email protected]>
6818
6819         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6820         "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
6821
6822 2009-07-31  Ulrich Weigand  <[email protected]>
6823
6824         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6825         "set spu stop-on-load" and "show spu stop-on-load" commands.
6826
6827 2009-07-31  Ulrich Weigand  <[email protected]>
6828
6829         * gdb.texinfo (Target Descriptions): Document <compatible> element.
6830
6831 2009-07-28  Daniel Jacobowitz  <[email protected]>
6832
6833         * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
6834         org.gnu.gdb.arm.neon.
6835
6836 2009-07-20  Pedro Alves  <[email protected]>
6837
6838         * gdb.texinfo (Target Description Format): Mention the new <osabi>
6839         optional element.
6840         (subsection OS ABI): New subsection.
6841
6842 2009-07-14  Stan Shebs  <[email protected]>
6843
6844         * gdb.texinfo (Tracepoint Conditions): New section.
6845         (General Query Packets): Describe ConditionalTracepoints.
6846         (Tracepoint Packets): Describe condition field.
6847         (Maintenance Commands): Describe maint agent-eval.
6848         * agentexpr.texi (Using Agent Expressions): Mention eval usage.
6849
6850 2009-07-11  Hui Zhu  <[email protected]>
6851
6852         * gdb.texinfo (disassemble): Add a new modifier /r
6853         to "disassemble" command to make it print the raw instructions
6854         in hex as well as in symbolic form.
6855
6856 2009-07-09  Tom Tromey  <[email protected]>
6857
6858         * gdbint.texinfo (Testsuite): Document parallel make check.
6859
6860 2009-07-09  Tom Tromey  <[email protected]>
6861
6862         * gdbint.texinfo (Testsuite): Document test transcripts.
6863
6864 2009-07-10  Phil Muldoon  <[email protected]>
6865
6866         * gdb.texinfo (Values From Inferior): Add length parameter
6867         description.
6868
6869 2009-07-04  Chris Genly  <[email protected]>
6870
6871         * gdb.texinfo (GDB/MI Variable Objects): Document child definition
6872         in -var-list-children.  Fix example according to what the code
6873         does.
6874
6875 2009-07-02  Pedro Alves  <[email protected]>
6876
6877         * gdb.texinfo (Debugging multiple inferiors): Document the
6878         "inferior", "detach inferior" and "kill inferior" commands.
6879         (Debugging Programs with Multiple Processes): Adjust to mention
6880         generic "inferior" commands.  Delete mention of "detach fork" and
6881         "delete fork".  Cross reference to "Debugging multiple inferiors"
6882         section.
6883
6884 2009-07-02  Ulrich Weigand  <[email protected]>
6885
6886         * gdbint.texinfo (Item Output Functions): Update signature
6887         for ui_out_field_core_addr.
6888
6889 2009-07-02  Ulrich Weigand  <[email protected]>
6890
6891         * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
6892         Update example code extrated from breakpoint.c.
6893
6894 2009-06-28  Paul Pluzhnikov  <[email protected]>
6895
6896         * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
6897         MI commands.
6898         (GDB/MI Symbol Query): Likewise.
6899         (GDB/MI File Commands): Likewise.
6900         (GDB/MI File Transfer Commands): Likewise.
6901         (GDB/MI Target Manipulation): Likewise.
6902         (GDB/MI Miscellaneous Commands): Likewise.
6903
6904 2009-06-27  Daniel Jacobowitz  <[email protected]>
6905
6906         * gdb.texinfo (Debugging Optimized Code): New chapter.
6907         (Compiling for Debugging): Reference it.  Move some
6908         text to the new section.
6909
6910 2009-06-15  Phil Muldoon  <[email protected]>
6911
6912         * doc/gdb.texinfo (Calling): Document
6913         set-unwind-on-terminating-exception usage.
6914
6915 2009-06-11  Pedro Alves  <[email protected]>
6916
6917         * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
6918         command.
6919
6920 2009-06-07  Pedro Alves  <[email protected]>
6921
6922         * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
6923         references.
6924
6925 2009-06-04  Ulrich Weigand  <[email protected]>
6926
6927         * gdbint.texinfo: Rename formal parameters to gdbarch function
6928         protoypes from "current_gdbarch" to "gdbarch".
6929
6930 2009-05-28  Tom Tromey  <[email protected]>
6931
6932         * gdb.texinfo (Basic Python): Change get_parameter to parameter.
6933
6934 2009-05-27  Tom Tromey  <[email protected]>
6935
6936         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6937         feature.
6938         (GDB/MI Variable Objects): Document -var-set-visualizer.
6939
6940 2009-04-02  Tom Tromey  <[email protected]>
6941
6942         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6943         feature.
6944         (GDB/MI Variable Objects): Document -var-set-visualizer.
6945
6946 2009-05-27  Tom Tromey  <[email protected]>
6947             Thiago Jung Bauermann  <[email protected]>
6948             Phil Muldoon  <[email protected]>
6949
6950         * gdb.texinfo (Objfiles In Python): Reference pretty printing.
6951         (Pretty Printing): New node.
6952         (Selecting Pretty-Printers): Likewise.
6953         (Python API): Update.
6954         (Output Formats): Document /r format.
6955
6956 2009-05-27  Thiago Jung Bauermann  <[email protected]>
6957             Tom Tromey  <[email protected]>
6958
6959         * gdb.texinfo (Types In Python): New node.
6960         (Values From Inferior): "type" is now an attribute.
6961         (Python API): Update.
6962
6963 2009-05-27  Tom Tromey  <[email protected]>
6964             Thiago Jung Bauermann  <[email protected]>
6965             Phil Muldoon  <[email protected]>
6966
6967         * gdb.texinfo: Add @syncodeindex for `tp'.
6968         (Python API): Update.
6969         (Auto-loading): New node.
6970         (Objfiles In Python): New node.
6971
6972 2009-05-15  Paul Pluzhnikov  <[email protected]>
6973
6974         * gdb.texinfo (Threads): Document libthread-db-search-path.
6975
6976 2009-05-15  Nick Roberts  <[email protected]>
6977
6978         * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
6979
6980 2009-05-12  Pedro Alves  <[email protected]>
6981
6982         * gdb.texinfo: Document 'set/show debug gnu-nat'.  Replace 'maint
6983         show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
6984         show show-debug-regs' docs.
6985
6986 2009-05-08  Eli Zaretskii  <[email protected]>
6987
6988         * gdb.texinfo (Process Record and Replay): Add description of
6989         reverse execution.
6990
6991 2009-05-07  Joel Brobecker  <[email protected]>
6992
6993         * gdbint.texinfo (Adding support for debugging core files): New node.
6994         (Native Debugging): Remove the ``Native core file Support'' section.
6995
6996 2009-05-01  Eli Zaretskii  <[email protected]>
6997
6998         * gdb.texinfo (Process Record and Replay): Improve and clarify.
6999         Add index entries.
7000
7001 2009-04-30  Hui Zhu  <[email protected]>
7002             Michael Snyder  <[email protected]>
7003
7004         * gdb.texinfo: (Process Record and Replay): Add documentation for
7005         process record and replay.
7006
7007 2009-04-29  Jan Kratochvil  <[email protected]>
7008
7009         * gdb.texinfo (Macros): Note command-line for `info macro'.  Append
7010         a new part on command-line defined macros.
7011
7012 2009-04-25  Eli Zaretskii  <[email protected]>
7013
7014         * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
7015         clarify the wording.
7016
7017 2009-04-23  Tom Tromey  <[email protected]>
7018
7019         * gdb.texinfo (Data Files): New node.
7020         (GDB Files): Update menu.
7021
7022 2009-04-23  Joel Brobecker  <[email protected]>
7023
7024         * gdbint.texinfo (Defining Other Architecture Features): Remove
7025         entry for PROCESS_LINENUMBER_HOOK.
7026
7027 2009-04-22  Vladimir Prus  <[email protected]>
7028
7029         * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
7030
7031 2009-04-22  Hui Zhu  <[email protected]>
7032
7033         * gdb.texinfo (disassemble-next-line): Set the default of
7034         disassemble-next-line to off.
7035
7036 2009-04-21  Joseph Myers  <[email protected]>
7037
7038         * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
7039         --with-htmldir): New.
7040         * configure: Regenerate.
7041         * Makefile.in (datarootdir, docdir): Define.
7042         (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
7043         instead of $(SET_TEXINPUTS).
7044         (gdbint.dvi, gdbint.pdf): Use same -I options as for building
7045         gdbint.info instead of $(SET_TEXINPUTS).
7046         (gdbint/index.html): Use same -I options as for building
7047         gdbint.info.
7048         (stabs.dvi, stabs.pdf): Use same -I options as for building
7049         stabs.info instead of $(SET_TEXINPUTS).
7050         (stabs/index.html): Use same -I options as for building
7051         stabs.info.
7052         (annotate.dvi, annotate.pdf): Use same -I options as for building
7053         annotate.info instead of $(SET_TEXINPUTS).
7054         (annotate/index.html): Use same -I options as for building
7055         annotate.info.
7056
7057 2009-04-21  David Daney  <[email protected]>
7058
7059         * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
7060
7061 2009-04-21  Joseph Myers  <[email protected]>
7062
7063         * gdb.texinfo (Source Path): Document --with-relocated-sources.
7064
7065 2009-04-18  Carlos O'Donell  <[email protected]>
7066             Joseph Myers  <[email protected]>
7067
7068         * Makefile.in (MAKEHTML): Set to makeinfo --html.
7069         (MAKEHTMLFLAGS): Set to empty.
7070         (html__strip_dir): Define.
7071         (HTMLFILES): Define.
7072         (HTMLFILES_INSTALL): Define.
7073         (install-html): Copy new automake rule.
7074         (html): Depend on $(HTMLFILES).
7075         (gdb_toc.html): Rename to gdb/index.html.
7076         (gdbint_toc.html): Rename to gdbint/index.html.
7077         (stabs_toc.html): Rename to stabs/index.html.
7078         (annotate_toc.html): Rename to annotate/index.html.
7079
7080 2009-04-17  Carlos O'Donell  <[email protected]>
7081
7082         * Makefile.in: Set pdfdir and htmldir from configure
7083         substitutions.
7084         * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
7085         * configure: Regenerate.
7086
7087 2009-04-16  Joel Brobecker  <[email protected]>
7088
7089         * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
7090         This macro is no longer used.
7091
7092 2009-04-15  Tom Tromey  <[email protected]>
7093
7094         * gdb.texinfo (Character Sets): Document default character set.
7095
7096 2009-04-14  Pierre Muller  <[email protected]>
7097
7098         * gdbint.texinfo: Change server name from sources.redhat.com to
7099         sourceware.org throughout.
7100
7101 2009-04-09  Joel Brobecker  <[email protected]>
7102
7103         * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
7104         about a missing dot or coma after @xref.
7105
7106 2009-04-02  Joel Brobecker  <[email protected]>
7107
7108         * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
7109         example, and add a small explanation about it.
7110         (Print Settings): Change the documentation of the "set print
7111         frame-arguments" to reflect the fact that the default is now "scalars".
7112
7113 2009-04-02  Joel Brobecker  <[email protected]>
7114
7115         * gdb.texinfo (Print Settings): Add kindex for command "set
7116         print frame-arguments".
7117
7118 2009-03-31  Joel Brobecker  <[email protected]>
7119
7120         * gdb.texinfo (Ada Tasks): Add documentation about task-specific
7121         breakpoints.
7122         (Set Breaks): Add reference to thread-specific and task-specific
7123         breakpoints.
7124
7125 2009-03-31  Joel Brobecker  <[email protected]>
7126
7127         * gdb.texinfo (Ada Tasks): Remove the documentation about
7128         the "Running" state, as this state has been eliminated.
7129         Now all runnable tasks are shown as "Runnable".
7130
7131 2009-03-30  Stan Shebs  <[email protected]>
7132
7133         * gdb.texinfo (Tracepoints): Describe tracepoints as a
7134         special case of breakpoints.
7135         (Enable and Disable Tracepoints): Mention deprecation.
7136         (Listing Tracepoints): Update description and example.
7137
7138 2009-03-30  Thiago Jung Bauermann  <[email protected]>
7139
7140         * gdb.texinfo (Frames in Python): New node.
7141         (Python API): Update.
7142
7143 2009-03-29  Thiago Jung Bauermann  <[email protected]>
7144
7145         * gdb.texinfo (Values From Inferior): Change gdb.Value.address
7146         from a method to an attribute.
7147
7148 2009-03-26  Thiago Jung Bauermann  <[email protected]>
7149
7150         * gdb.texinfo (Values From Inferior): Document is_optimized_out
7151         attribute.
7152
7153 2009-03-25  Pedro Alves  <[email protected]>
7154
7155         * observer.texi (thread_exit): Add "silent" parameter.
7156
7157 2009-03-22  Pedro Alves  <[email protected]>
7158
7159         * observer.texi (about_to_proceed): New.
7160
7161 2009-03-21  Jeremy Bennett  <[email protected]>
7162
7163         * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
7164         field throughout to handle types with spaces in them.  Fix typos
7165         found by aspell.
7166         (Summary, Requirements, Contributors): New first chapter,
7167         "Summary" added, old Requirements section moved there, and new
7168         section, "Contributors" added.
7169         (Initializing a New Architecture, Register Representation)
7170         (Frame Interpretation, Inferior Call Setup, Adding a New Target)
7171         (Porting gdb): These sections extended and updated.
7172         (Compiler Characteristics): This section (empty) deleted.
7173         (Defining Other Architecture Features): This section renamed and
7174         duplicate material removed from (formerly "Target Conditionals").
7175         Use braces {} in @deftypeXX type field throughout to handle types
7176         with spaces in them. Typos found by aspell fixed.
7177
7178         * stack_frame.svg: New file, source of image for gdbint.texinfo.
7179         * stack_frame.pdf: Version of image for PDF output.
7180         * stack_frame.png: Version of image for HTML output and for Emacs.
7181         * stack_frame.txt: Version of image for Info output.
7182         * stack_frame.eps: Version of image for TeX DVI output.
7183
7184 2009-03-21  Eli Zaretskii  <[email protected]>
7185
7186         * gdb.texinfo (Character Sets): Fix last change.
7187
7188 2009-03-21  Thiago Jung Bauermann  <[email protected]>
7189
7190         * gdb.texinfo (Values From Inferior): Fix optional arguments
7191         markup.
7192         (Commands In Python): Adjust argument names of gdb.Command.__init__
7193         to what the function accepts as keywords.
7194
7195 2008-03-20  Tom Tromey  <[email protected]>
7196
7197         * gdb.texinfo (Convenience Vars): Document convenience functions.
7198         (Functions In Python): New node.
7199         (Python API): Update.
7200
7201 2009-03-20  Tom Tromey  <[email protected]>
7202
7203         * gdb.texinfo (Character Sets): Remove obsolete text.  Document
7204         set target-wide-charset.
7205         (Requirements): Mention iconv.
7206
7207 2009-03-17  Hui Zhu  <[email protected]>
7208
7209         * gdb.texinfo: Change the introduce of "disassemble-next-line".
7210
7211 2009-03-17  Hui Zhu  <[email protected]>
7212
7213         * gdb.texinfo: Add documentation for disassemble-next-line.
7214
7215 2009-03-16  Thiago Jung Bauermann  <[email protected]>
7216
7217         * gdb.texinfo (Commands In Python): Remove tindex entries.
7218
7219 2009-03-15  Jan Kratochvil  <[email protected]>
7220
7221         * gdb.texinfo (Returning): New description for missing debug info.
7222
7223 2009-03-14  Pedro Alves  <[email protected]>
7224
7225         * gdb.texinfo (Remote Configuration): Document query-attached.
7226         (General Query Packets): Document qAttached.
7227
7228 2009-03-05  Pedro Alves  <[email protected]>
7229
7230         * gdb.texinfo (Background Execution): Better describe the set
7231         target-async command.
7232         (Maintenance Commands): Delete description of the `maint set/show
7233         linux-async' and `maint set/show remote-async' commands.
7234
7235 2009-02-18  Vladimir Prus  <[email protected]>
7236
7237         * gdb.texinfo (GDB/MI Async Records): Add double-spaces
7238         between sentences.
7239
7240 2009-02-18  Vladimir Prus  <[email protected]>
7241
7242         * gdb.texinfo (GDB/MI Async Records): Document the
7243         =library-loaded and =library-unloaded notifications.
7244
7245 2009-02-17  Vladimir Prus  <[email protected]>
7246
7247         * observer.texi (test_notification): New observer.
7248
7249 2009-02-14  Vladimir Prus  <[email protected]>
7250
7251         * observer.texi: Add parameter 'print_frame' to normal_stop
7252         observer.
7253
7254 2009-02-07  Eli Zaretskii  <[email protected]>
7255
7256         * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
7257         (Commands In Python): Fix COMMAND_* constants in last change.  Use
7258         @kbd for interactive input.  Add cross-references and index
7259         entries.
7260
7261 2009-02-06  Pedro Alves  <[email protected]>
7262
7263         * gdb.texinfo (Signals): Document $_siginfo.
7264         (Convenience Variables): Mention $_siginfo.
7265         (Remote Configuration): Document qXfer:siginfo:read,
7266         qXfer:siginfo:write packets, and the read-siginfo-object,
7267         write-siginfo-object commands.
7268
7269 2009-02-06  Pedro Alves  <[email protected]>
7270
7271         * gdbint.texinfo (Values): New chapter.
7272
7273 2009-02-06  Tom Tromey  <[email protected]>
7274
7275         * gdb.texinfo (Python API): Add entry for Commands In Python.
7276         (Commands In Python): New node.
7277
7278 2009-02-05  Tom Tromey  <[email protected]>
7279
7280         * gdb.texinfo (Values From Inferior): Document Value.string.
7281
7282 2009-02-05  Tom Tromey  <[email protected]>
7283
7284         * gdb.texinfo (Basic Python): Document execute's from_tty
7285         argument.
7286
7287 2009-02-04  Tom Tromey  <[email protected]>
7288
7289         * gdb.texinfo (Basic Python): Document gdb.history.
7290
7291 2009-01-30  Vladimir Prus  <[email protected]>
7292
7293         * gdb.texinfo (GDB/MI Thread Commands): Document the
7294         'current-thread-id' field.  Remove the example with zero threads,
7295         since current GDB won't ever report that if there's inferior.
7296
7297 2009-01-30  Vladimir Prus  <[email protected]>
7298
7299         * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
7300         option to -break-insert.
7301
7302 2009-01-28  Daniel Jacobowitz  <[email protected]>
7303             Jerome Guitton  <[email protected]>
7304
7305         * gdb.texinfo (Startup): Document --with-system-gdbinit.
7306         (System-wide configuration): New section.
7307
7308 2009-01-26  Pedro Alves  <[email protected]>
7309
7310         PR gdb/7580:
7311         * gdb.texinfo (Maintenance Commands): Document "maint set|show
7312         internal-error|internal-warning quit|corefile ask|yes|no".
7313
7314 2009-01-26  Pedro Alves  <[email protected]>
7315
7316         * gdb.texinfo (Using the `gdbserver' Program): Document
7317         --remote-debug.
7318
7319 2009-01-23  Doug Evans  <[email protected]>
7320
7321         * gdb.texinfo: Add nexti to list of commands that support
7322         background execution.
7323
7324 2009-01-14  Daniel Jacobowitz  <[email protected]>
7325
7326         * gdb.texinfo (Define, Hooks): Document prefix command support.
7327
7328 2009-01-14  Joseph Myers  <[email protected]>
7329             Carlos O'Donell  <[email protected]>
7330
7331         Fixes for makeinfo --html.
7332
7333         * annotate.texinfo: Use @copying and @insertcopying.  Use
7334         @ifnottex in place of @ifinfo.
7335         * gdb.texinfo: Use @copying and @insertcopying.  Use @ifnottex in
7336         place of @ifinfo.  Use @ifnotinfo for one index entry.
7337         * gdbint.texinfo: Use @copying and @insertcopying.  Use @ifnottex
7338         in place of @ifinfo.
7339         * stabs.texinfo: Use @copying and @insertcopying.  Use @ifnottex
7340         in place of @ifinfo.  Include contents at start unconditionally.
7341
7342 2009-01-13  Pedro Alves  <[email protected]>
7343
7344         * gdb.texinfo (General Query Packets): Remove @var{} around the
7345         "spu" literal string.
7346
7347 2009-01-07  Pedro Alves  <[email protected]>
7348
7349         * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
7350         program may be running in another process" errors.
7351         * gdbint.texinfo (Native Conditionals): Delete
7352         ONE_PROCESS_WRITETEXT description.
7353
7354 2009-01-07  Joel Brobecker  <[email protected]>
7355
7356         * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
7357         emacs local variable to be placed at the end of the ChangeLog.
7358         Add server.c and gdbreplay.c to the list of files where the
7359         copyright year needs to be updated.
7360
7361 2009-01-06  Sandra Loosemore  <[email protected]>
7362
7363         * gdb.texinfo (Remote Configuration): Document new
7364         "set/show tcp auto-retry" and "set/show tcp connect-timeout"
7365         commands.
7366
7367 2008-12-28  Pedro Alves  <[email protected]>
7368
7369         * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
7370         FETCH_INFERIOR_REGISTERS.
7371         (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
7372         FETCH_INFERIOR_REGISTERS descriptions.  Remove
7373         gdbarch_get_longjmp_target descrition, since already described in
7374         Target Conditionals.  Move gdbarch_fp0_regnum description to ...
7375         (Target Conditionals): ... here.
7376
7377 2008-12-16  Joel Brobecker  <[email protected]>
7378
7379         * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
7380         examples.
7381         (Additions to Ada): Likewise.  Add the missing opening and closing
7382         parenthesis of the GDB prompt in one of the examples.
7383
7384 2008-12-14  Joel Brobecker  <[email protected]>
7385
7386         * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
7387         about the result of 'Address not being of type System.Address.
7388         This problem has been fixed a while ago.
7389
7390 2008-12-02  Vladimir Prus  <[email protected]>
7391
7392         MI non-stop and multiprocess docs.
7393
7394         * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
7395         (GDB/MI Output Records): New section 'GDB/MI Frame Information'
7396         Adjust documentation for *stopped, document =thread-created,
7397         =thread-exited, =thread-group-created and =thread-group-exited.
7398         (GDB/MI Thread Commands): Document the 'state' field in
7399         -thread-info output.
7400         (GDB/MI Program Execution): Mention --all and --thread-group
7401         options.
7402         (GDB/MI Variable Objects): Describe floating and fixed variable
7403         objects.
7404         (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
7405
7406 2008-12-02  Vladimir Prus  <[email protected]>
7407
7408         * gdb.texinfo (Operating System Information): New appendix.
7409         (Operating System Auxiliary Information): Document 'info os processes'
7410         (Remote Configuration): Document 'osdata'
7411         (General Query Packets): Document qXfer:osdata:read.
7412
7413 2008-11-27  Tristan Gingold  <[email protected]>
7414
7415         * gdb.texinfo (Darwin): Document Darwin specific features.
7416
7417 2008-11-25  Jan Kratochvil  <[email protected]>
7418
7419         * gdbint.texinfo (Target Conditionals): Extend the
7420         gdbarch_breakpoint_from_pc description.
7421
7422 2008-11-22  Vladimir Prus  <[email protected]>
7423
7424         * gdb.texinfo (M68K Features): Fix typo.
7425
7426 2008-11-18  Paul Pluzhnikov  <[email protected]>
7427
7428         * gdb.texinfo (Symbols): Mention printing containing
7429         image name in "info symbol".
7430         (Maint translate-address): Likewise.
7431
7432 2008-11-18  Joel Brobecker  <[email protected]>
7433
7434         * gdb.texinfo (Set Catchpoints): Remove the documentation of
7435         commands "catch load" and "catch unload".
7436
7437 2008-11-17  Vladimir Prus  <[email protected]>
7438
7439         * gdb.texinfo (GDB/MI Async Records): Document
7440         =thread-selected.
7441
7442 2008-11-17  Vladimir Prus  <[email protected]>
7443
7444         * observer.texi (new_inferior, inferior_exit): New observers.
7445
7446 2008-10-27  Pedro Alves  <[email protected]>
7447
7448         * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
7449         .mt files, TM_CLIBS or TM_CDEPS.
7450         (x86 Watchpoints): Don't mention TDEPFILES.
7451
7452 2008-10-24  Sandra Loosemore  <[email protected]>
7453
7454         * gdb.texinfo (Remote Protocol): Add new nodes to menu.
7455         (Overview): Mention notifications and non-stop mode behavior.
7456         (Packets): Update documentation of ?, vAttach, vCont, and vRun
7457         with non-stop mode behavior.  Add vStopped description.
7458         (Stop Reply Packets):  Update list of packets that return
7459         stop replies.  Mention non-stop behavior.
7460         (General Query Packets): Document QNonStop packet and associated
7461         qSupported query response.
7462         (Interrupts): Clarify multi-threaded behavior.  Mention non-stop
7463         behavior.
7464         (Notification Packets): New section.
7465         (Remote Non-Stop): New section.
7466         (File-I/O Overview): Mention non-stop behavior.
7467
7468 2008-10-24  Hui Zhu  <[email protected]>
7469             Pedro Alves  <[email protected]>
7470
7471         * gdb.texinfo (displaced-stepping): Describe the auto mode
7472         setting, and say it's the default.  This is now a mainstream
7473         setting instead of a maintenance setting.
7474
7475 2008-10-23  Pedro Alves  <[email protected]>
7476
7477         * observer.texi (thread_stop_requested): New.
7478
7479 2008-10-22  Joel Brobecker  <[email protected]>
7480
7481         * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
7482         (Patching): Replace incorrect usage of @samp by @kbd.
7483
7484 2008-10-17  Michael Snyder  <[email protected]>
7485
7486         * gdb.texinfo: Add documentation for reverse execution.
7487
7488 2008-10-16  Thiago Jung Bauermann  <[email protected]>
7489             Eli Zaretskii  <[email protected]>
7490
7491         * gdb.texinfo. (Values From Inferior): New subsubsection.
7492
7493 2008-10-06  Doug Evans  <[email protected]>
7494
7495         * gdb.texinfo (set debug dwarf2-die): Document it.
7496
7497 2008-10-01  Joel Brobecker  <[email protected]>
7498
7499         * gdb.texinfo (catch) [exception]: Document how to insert
7500         a breakpoint on user-defined exceptions when the exception
7501         name is identical to one of the language-defined ones.
7502
7503 2008-09-27  Tom Tromey  <[email protected]>
7504
7505         * gdb.texinfo (Macros): Remove text about stringification,
7506         varargs, and splicing.
7507
7508 2008-09-27  Tom Tromey  <[email protected]>
7509
7510         * gdbint.texinfo (Language Support): Remove text about omitting
7511         support for a language.
7512
7513 2008-09-23  Doug Evans  <[email protected]>
7514
7515         * gdb.texinfo (info dcache): Update.
7516
7517 2008-09-22  Sandra Loosemore  <[email protected]>
7518
7519         * gdb.texinfo (Packets): Add info on thread-id syntax and
7520         multiprocess extensions.
7521         <D>: Document multiprocess form of packet.
7522         <H>: Use thread-id syntax.
7523         <T>: Likewise.
7524         <vCont>: Likewise.  Note this is required for multiprocess.
7525         <vKill>: New packet.
7526         (Stop Reply Packets) <T>: Use thread-id syntax.
7527         <W>: Document multiprocess form of reply.
7528         <X>: Likewise.
7529         (General Query Packets) <qC>: Use thread-id syntax.
7530         <qfThreadInfo>: Likewise.
7531         <qGetTLSAddr>: Likewise.
7532         <qP>: Likewise.
7533         <qSupported>: Add "multiprocess" feature.
7534         <qThreadExtraInfo>: Use thread-id syntax.
7535
7536 2008-09-22  Stan Shebs  <[email protected]>
7537
7538         * gdb.texinfo (Inferiors): New section.
7539
7540 2008-09-12  Pedro Alves  <[email protected]>
7541
7542         * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
7543
7544 2008-09-11  Ulrich Weigand  <[email protected]>
7545
7546         * gdbint.texinfo (Target Conditionals): Remove documentation
7547         for gdbarch_name_of_malloc.
7548
7549 2008-09-03  Angela Marie Thomas <[email protected]>
7550
7551         * gdb.texinfo (Interrupts): Mention TCP interface for
7552         sending BREAK.
7553
7554 2008-08-26  Ulrich Weigand  <[email protected]>
7555
7556         * gdb.texinfo (Commands to Specify Files): Document "remote:"
7557         argument prefix to "set sysroot".
7558
7559 2008-08-21  Paul N. Hilfinger  <[email protected]>
7560
7561         * gdb.texinfo (Omissions from Ada): Describe new treatment of True
7562         and False.
7563
7564 2008-08-20  Vladimir Prus  <[email protected]>
7565
7566         * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
7567         for possible features of -list-features.
7568
7569 2008-08-19  Vladimir Prus  <[email protected]>
7570
7571         * gdb.texinfo (Background execution): Adjust example
7572         (GDB/MI Miscellaneous Commands): Document -list-target-features.
7573
7574 2008-08-19  Vladimir Prus  <[email protected]>
7575
7576         * doc/gdb.texinfo (PowerPC): Fix typo.
7577         (PowerPC features): Fix typo.
7578
7579 2008-08-18  Pedro Alves  <[email protected]>
7580
7581         * observer.texi (thread_ptid_changed): New.
7582
7583 2008-08-18  Luis Machado  <[email protected]>
7584
7585         * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
7586         (PowerPC features): Mention feature set for VSX registers.
7587
7588 2008-08-13  Joel Brobecker  <[email protected]>
7589
7590         * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
7591         the direct visibility of all names in user-written packages.
7592
7593 2008-08-13  Pedro Alves  <[email protected]>
7594
7595         * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
7596         setting, and make it the default.
7597         (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
7598         non-stop script example.
7599
7600 2008-08-12  Thiago Jung Bauermann  <[email protected]>
7601
7602         * gdbint.texinfo (Raw and Virtual Register Representations): Fix
7603         reference to the "Using Different Register and Memory Data
7604         Representation" section.
7605
7606 2008-08-12  Sandra Loosemore  <[email protected]>
7607
7608         * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
7609         (Remote Protocol): Add Packet Acknowledgment to menu.
7610         (Overview): Mention +/- can be disabled, and point to new section
7611         where this is discussed in detail.
7612         (General Query Packets): Document QStartNoAckMode packet, and
7613         corresponding qSupported reply.
7614         (Packet Acknowledgment): New section.
7615
7616 2008-08-11  Sandra Loosemore  <[email protected]>
7617             Pedro Alves  <[email protected]>
7618
7619         * gdb.texinfo (Threads): Move paragraph about automatic thread
7620         selection to All-Stop Mode subsection.
7621         (Thread Stops): Reorganize existing material into subsections.
7622         Add introductory blurb and menu.
7623         (Non-Stop Mode): New subsection.
7624         (Background Execution): New subsection.
7625         (Maintenance Commands): Add cross-references from async mode
7626         commands to the new Background Execution section.
7627
7628 2008-08-06  Tom Tromey  <[email protected]>
7629
7630         * gdb.texinfo (Extending GDB): New chapter.
7631         (Sequences): Demoted chapter, now a section under the new
7632         Extending GDB chapter.
7633         (Python): New section.
7634
7635 2008-07-31  Stan Shebs  <[email protected]>
7636
7637         * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
7638
7639 2008-07-29  Stan Shebs  <[email protected]>
7640
7641         * gdbint.texinfo: General round of cleanup and minor
7642         clarifications.
7643         (Breakpoint Handling): Remove mention of BREAKPOINT macro.
7644         (Longjmp Support): Update description to reflect how it is done
7645         for targets without using native header.
7646         (Symbol Handling): Add a little more general explanation.
7647         (COFF, ELF): Mention stabs encapsulation.
7648         (DWARF 3): New section.
7649         (Adding a New Host): Scrub out some obsolete bits.
7650         (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
7651         (Host Conditionals): Remove descriptions of NO_STD_REGS,
7652         HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
7653         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
7654         SEEK_SET, STOP_SIGNAL, USG.
7655         (Raw and Virtual Register Representations): Ditto for
7656         DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
7657         DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
7658         (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
7659         DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
7660         DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
7661         DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
7662         DEPRECATED_REGISTER_VIRTUAL_SIZE,
7663         DEPRECATED_REGISTER_VIRTUAL_TYPE,
7664         DEPRECATED_USE_STRUCT_CONVENTION.
7665         Describe gdbarch_deprecated_fp_regnum.
7666         Update description of gdbarch_print_insn.
7667         (Adding a New Target): Scrub out obsolete bits.
7668         (Obsolete Conditionals): Remove entire section.
7669
7670 2008-07-25  Tom Tromey  <[email protected]>
7671
7672         * observer.texi (GDB Observers): Document new observers:
7673         breakpoint_created, breakpoint_deleted, breakpoint_modified,
7674         tracepoint_created, tracepoint_deleted, tracepoint_modified,
7675         architecture_changed.
7676
7677 2008-07-21  Stan Shebs  <[email protected]>
7678
7679         * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
7680         instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
7681
7682 2008-07-21  Tom Tromey  <[email protected]>
7683
7684         * observer.texi (GDB Observers): Remove obsolete comment.
7685         <executable_changed>: Remove argument.
7686
7687 2008-07-18  Tom Tromey  <[email protected]>
7688
7689         * gdb.texinfo (Macros): Update.  Use @code rather than @command.
7690
7691 2008-07-10  Doug Evans  <[email protected]>
7692
7693         * doc/gdb.texinfo: Document "set print symbol-loading on|off".
7694
7695 2008-07-10  Jan Kratochvil  <[email protected]>
7696
7697         * gdb.texinfo (Starting): Document "set disable-randomization".
7698
7699 2008-07-07  Andreas Schwab  <[email protected]>
7700
7701         * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
7702
7703 2008-07-06  Vladimir Prus  <[email protected]>
7704
7705         * gdb.texinfo (GDB/MI Target Manipulation): Add
7706         example of -target-attach.
7707
7708 2008-06-10  Vladimir Prus  <[email protected]>
7709
7710         * observer.texi (target_resumed): New observer.
7711         * gdb.texinfo (GDB/MI Output Records): Document *running.
7712
7713 2008-06-06  Tom Tromey  <[email protected]>
7714
7715         * gdb.texinfo (Completion): Add field name example.
7716
7717 2008-06-06  Marc Khouzam  <[email protected]>
7718
7719         * gdb.texinfo (GDB/MI Program Context): Added example
7720         to -exec-arguments
7721
7722 2008-06-05  Nick Roberts  <[email protected]>
7723
7724         * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
7725         annotation.
7726
7727 2008-06-05  Vladimir Prus  <[email protected]>
7728             Nathan Sidwell  <[email protected]>
7729             Joseph Myers  <[email protected]>
7730
7731         * configure.ac: Include ../../config/acx.m4.  Use ACX_PKGVERSION
7732         and ACX_BUGURL.
7733         * configure: Regenerate.
7734         * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
7735         (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
7736         * gdb.texinfo: Use VERSION_PACKAGE and BUGURL.  Remove
7737         mailing-list-specific text about bug reporting unless
7738         BUGURL_DEFAULT.
7739
7740 2008-06-05  Pedro Alves  <[email protected]>
7741
7742         * gdb.texinfo (-target-select): Remove reference to target async.
7743         (Maintenance Commands): Document "maint set/show remote-async".
7744
7745 2008-06-04  Marc Khouzam  <[email protected]>
7746
7747         * gdb.texinfo (GDB/MI File Transfer Commands): Typo
7748         in -target-file-get section.
7749
7750 2008-05-22  Pedro Alves  <[email protected]>
7751
7752         * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
7753         killing the inferior when it is already debugging a process.
7754
7755 2008-05-21  Joel Brobecker  <[email protected]>
7756
7757         * gdb.texinfo (Continuing and Stepping): Document the new "fin"
7758         abbreviation for "finish".
7759
7760 2008-05-21  Nick Roberts  <[email protected]>
7761
7762         * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
7763
7764 2008-05-15  Daniel Jacobowitz  <[email protected]>
7765
7766         * gdbint.texinfo (Target Conditionals): Delete entry for
7767         gdbarch_dwarf_reg_to_regnum.
7768
7769 2008-05-09  Doug Evans  <[email protected]>
7770
7771         * gdb.texinfo: Document "find" command, qSearch:memory packet.
7772
7773 2008-05-05  Doug Evans  <[email protected]>
7774
7775         * gdb.texinfo (disassemble): Document /m modifier.
7776
7777 2008-05-05  Vladimir Prus  <[email protected]>
7778
7779         * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
7780         will not report the time of commands that run the target.
7781
7782 2008-05-03  Vladimir Prus  <[email protected]>
7783
7784         * gdb.texinfo (GDB/MI Output Records): Add
7785         missing semicolon.
7786
7787 2008-05-03  Vladimir Prus  <[email protected]>
7788
7789         * gdb.texinfo (GDB/MI Output Records):
7790         Document =thread-create and =thread-exited.
7791
7792 2008-05-03  Vladimir Prus  <[email protected]>
7793
7794         * gdb.texinfo (GDB/MI Development and Front Ends):
7795         Remove mention of dmi-discuss.
7796
7797 2008-05-03  Pedro Alves  <[email protected]>
7798
7799         * observer.texi (thread_exit): New.
7800
7801 2008-05-02  Pedro Alves  <[email protected]>
7802
7803         * gdb.texinfo (Debugging Output): Document "set/show debug
7804         displaced".
7805         (Maintenance Commands): Document "maint set/show
7806         can-use-displaced-stepping".
7807
7808 2008-05-02  Daniel Jacobowitz  <[email protected]>
7809
7810         * gdb.texinfo (ARM): Document set/show arm fallback-mode
7811         and set/show arm force-mode.
7812
7813 2008-05-02  Andreas Schwab  <[email protected]>
7814
7815         * gdbint.texinfo (Algorithms): Describe
7816         target_watchpoint_addr_within_range.
7817
7818 2008-04-30  Daniel Jacobowitz  <[email protected]>
7819
7820         * gdbint.texinfo (Stack Frames): New chapter.
7821         (Algorithms): Move Frames text to the new chapter.
7822         (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS.  Document
7823         gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
7824
7825 2008-04-24  Vladimir Prus  <[email protected]>
7826
7827         * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
7828         output does not necessary include any tokens.
7829
7830 2008-04-22  Corinna Vinschen  <[email protected]>
7831
7832         * gdb.texinfo (Set SH Calling convention): New @item.
7833         (Show SH Calling convention): Ditto.
7834
7835 2008-04-22  Markus Deuling  <[email protected]>
7836
7837         * gdb.texinfo (Fortran Operators): Describe '%' operator.
7838
7839 2008-04-20  Eli Zaretskii  <[email protected]>
7840
7841         * gdb.texinfo (Set Breaks): Mention that multiple location
7842         breakpoints need line number info.  Add index entries.
7843
7844 2008-04-19  Craig Silverstein  <[email protected]>
7845
7846         * gdb.texinfo (Requirements): Add an optional requirement on
7847         zlib.
7848         * gdbint.texinfo (Debugging File Formats): Add new subsection for
7849         Compressed DWARF 2.
7850
7851 2008-04-16  Aleksandar Ristovski  <[email protected]>
7852
7853         * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
7854         sample output for 'stopped,reason="breakpoint-hit"' message.
7855         (GDB/MI Program Execution): Likewise.
7856
7857 2008-04-09  Marc Khouzam  <[email protected]>
7858
7859         * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
7860         -var-set-format.  Add -f option to -var-evaluate-expression.
7861
7862 2008-04-03  Joel Brobecker  <[email protected]>
7863
7864         * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
7865         new node "Ambiguous Expressions".  Replace references to this
7866         node by references to "Ambiguous Expressions" throughout.
7867         (Ambiguous Expressions): New node.
7868
7869 2008-03-26  Daniel Jacobowitz  <[email protected]>
7870
7871         * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
7872
7873 2008-03-21  Pedro Alves  <[email protected]>
7874
7875         * gdb.texinfo (Debugging Output): Document
7876         "set/show debug lin-lwp-async".
7877         (Maintenance Commands): Document "maint set/show linux-async".
7878
7879 2008-03-21  Daniel Jacobowitz  <[email protected]>
7880
7881         * gdb.texinfo (Expressions): Update description of malloced arrays.
7882
7883 2008-03-15  Vladimir Prus  <[email protected]>
7884
7885         * gdb.texinfo (Thread Commands): Document
7886         -thread-info.  Remove -thread-list-all-threads.
7887
7888 2008-03-14  Vladimir Prus  <[email protected]>
7889
7890         Implement MI notification for new threads.
7891         * observer.texi (new_thread): Document.
7892
7893 2008-03-14  Pedro Alves  <[email protected]>
7894             Sandra Loosemore  <[email protected]>
7895
7896         * gdb.texinfo (Library List Format): Update to mention the
7897         possibility to pass section addresses instead of segment
7898         addresses.
7899
7900 2008-03-10  Daniel Jacobowitz  <[email protected]>
7901
7902         * gdb.texinfo (Starting): Document "set exec-wrapper".
7903         (Server): Document gdbserver --wrapper.
7904
7905 2008-03-03  Daniel Jacobowitz  <[email protected]>
7906
7907         * gdb.texinfo (Set Watchpoints): Mention watchpoints on
7908         unreadable memory.  Delete obsolete SPARClite reference.
7909
7910 2008-02-28  Daniel Jacobowitz  <[email protected]>
7911
7912         * gdb.texinfo (Starting): Mention always-running targets.
7913         (Target Commands): Add an anchor for load.
7914         (Connecting): Explain continue instead of run.
7915
7916 2008-02-27  Daniel Jacobowitz  <[email protected]>
7917
7918         * gdb.texinfo (Debugging Output): Document "set debug timestamp".
7919
7920 2008-02-26  Nick Roberts  <[email protected]>
7921
7922         * gdb.texinfo (Set Breaks): Revert description of Enb column of
7923         breakpoint table.
7924
7925 2008-02-19  Pedro Alves  <[email protected]>
7926
7927         * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
7928         killing the inferior when it is already debugging a process.
7929
7930 2008-02-13  Markus Deuling  <[email protected]>
7931
7932         * gdbint.texinfo (Build Script): New section. Mention new build script
7933         gdb_buildall.sh.
7934
7935 2008-02-01  Jim Blandy  <[email protected]>
7936
7937         * gdb.texinfo (Help): Summarize 'info args' correctly.
7938
7939 2008-01-30  Thiago Jung Bauermann  <[email protected]>
7940
7941         * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
7942         available in PowerPC architecture.
7943         (Embedded Processors): Change node name of PowerPC item in menu.
7944         (PowerPC): Rename to...
7945         (PowerPC Embedded): this.
7946         (Architectures): Add new PowerPC item in menu.
7947         (PowerPC): New node.
7948
7949 2008-01-30  Daniel Jacobowitz  <[email protected]>
7950
7951         * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
7952         commands.
7953
7954 2008-01-30  Daniel Jacobowitz  <[email protected]>
7955
7956         * gdb.texinfo (Setting Catchpoints): Mention features
7957         supported on GNU/Linux.
7958
7959 2008-01-30  Nick Roberts  <[email protected]>
7960
7961         * gdb.texinfo (GDB/MI File Commands): Describe new output
7962         field for MI command -file-list-exec-source-file.
7963
7964 2008-01-29  Daniel Jacobowitz  <[email protected]>
7965
7966         * gdb.texinfo (Using the `gdbserver' Program): Add security
7967         warning.  Rearrange into subsections and subsubsections.  Document
7968         --multi and --debug.  Correct --with-sysroot typo.  Update --attach
7969         usage.  Make load reference clearer.  Document monitor exit.
7970         (Remote Configuration): Document set remote exec-file, attach-packet,
7971         and run-packet.
7972         (Packets): Document vAttach and vRun.
7973
7974 2008-01-29  Nick Roberts  <[email protected]>
7975
7976         * gdb.texinfo (Processes): Mention process command.
7977         detach-on-follow -> detach-on-fork.
7978
7979 2008-01-28  Daniel Jacobowitz  <[email protected]>
7980
7981         * gdbint.texinfo (Native Conditionals): Remove
7982         SHELL_COMMAND_CONCAT and SHELL_FILE.
7983
7984 2008-01-26  Eli Zaretskii  <[email protected]>
7985
7986         * gdb.texinfo (Specify Location): Improve wording.
7987
7988 2008-01-23  Chris Demetriou  <[email protected]>
7989
7990         * gdb.texinfo (Threads): Document new "set print thread-events"
7991         and "show print thread-events" commands.
7992
7993 2008-01-19  Eli Zaretskii  <[email protected]>
7994
7995         * gdb.texinfo (Specify Location): New section.
7996         (Delete Breaks, Edit, Set Breaks): Remove description of
7997         locations.  Instead, add a reference to "Specify Location".
7998         (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
7999         (Symbols): Refer to "Specify Location" for the valid forms of
8000         linespecs and locations.
8001
8002 2008-01-18  Markus Deuling  <[email protected]>
8003
8004         * gdbint.texinfo (Target Conditionals): Replace the description of
8005         BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
8006
8007 2008-01-12  Paul Hilfinger  <[email protected]>
8008
8009         * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
8010         about &&var, which is rejected by the expression parser.
8011
8012 2008-01-09  Luis Machado  <[email protected]>
8013
8014         * gdb.texinfo (Output): Update documentation on using printf with DFP
8015         types.
8016
8017 2008-01-07  Thiago Jung Bauermann  <[email protected]>
8018
8019         * gdb.texinfo (C and C++): Add Decimal Floating Point format
8020         subsubsection.
8021         (Decimal Floating Point format): New subsubsection.
8022
8023 2008-01-05  Pedro Alves  <[email protected]>
8024
8025         * gdb.texinfo (File Options): Remove mention of the attempt to
8026         open a core file with the -p option.  Don't list -c as a valid
8027         option to attach to a process.
8028
8029 2008-01-05  Pedro Alves  <[email protected]>
8030
8031         * gdbint.texinfo (Host Conditionals): Remove mention of
8032         ALIGN_STACK_ON_ENTRY.
8033
8034 2008-01-05  Joel Brobecker  <[email protected]>
8035
8036         * gdbint.texinfo (Start of New Year Procedure): Add item
8037         describing how to update the source and documentation copyright
8038         notices.
8039
8040 2007-12-18  Jim Blandy  <[email protected]>
8041
8042         * gdb.texinfo (Set Watchpoints): Integrate per-thread
8043         watchpoint explanation into the main description of the watchpoint
8044         command; update synopses of 'watch', 'rwatch', and 'awatch'
8045         commands.
8046
8047 2007-12-18  Vladimir Prus  <[email protected]>
8048
8049         * gdb.texinfo (Miscellaneous gdb/mi Commands):
8050         Document 'pending-breakpoints' feature of
8051         -list-features.
8052
8053 2007-12-17  Luis Machado  <[email protected]>
8054
8055         * gdb.texinfo: Add new parameter's description.
8056
8057 2007-12-16  Daniel Jacobowitz  <[email protected]>
8058
8059         * gdb.texinfo (Overview): Clarify run-length encoding
8060         example.  Remove the restriction on "+" and "-" characters.
8061
8062 2007-12-15  Eli Zaretskii  <[email protected]>
8063
8064         * gdb.texinfo (Host I/O Packets): Fix xref syntax.
8065
8066 2007-12-14  Vladimir Prus  <[email protected]>
8067
8068         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
8069         the -f option for -break-insert, remove -r option,
8070         and clarify specification of location.
8071
8072 2007-11-30  Daniel Jacobowitz  <[email protected]>
8073
8074         * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
8075         formatting.
8076         (Remote Debugging): Add File Transfer section.
8077         (Remote Configuration): Document Host I/O packets.
8078         (GDB/MI): Add GDB/MI File Transfer Commands section.
8079         (Host I/O Packets): New section in "Remote Protocol".
8080         (Packets): Add vFile.
8081
8082 2007-11-17  Eli Zaretskii  <[email protected]>
8083
8084         * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
8085         breakpoints with multiple locations.
8086         (Breakpoint Menus): Improve wording.
8087         (Output): Fix last change.
8088
8089 2007-11-17  Ulrich Weigand  <[email protected]>
8090
8091         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
8092
8093 2007-11-15  Doug Evans  <[email protected]>
8094
8095         * gdb.texinfo (Symbols): Update output of "maint info symtabs".
8096
8097 2007-11-15  Vladimir Prus  <[email protected]>
8098
8099         * gdbint.texinfo (Native Conditionals): Remove
8100         mention of CLEAR_SOLIB.
8101
8102 2007-11-11  Joel Brobecker  <[email protected]>
8103
8104         * gdb.texinfo (Print Settings): Add documentation for "set/show
8105         print frame-arguments".
8106
8107 2007-11-05  Luis Machado  <[email protected]>
8108
8109         * gdb.texinfo (Output): Update printf command's description.
8110
8111 2007-10-30  Daniel Jacobowitz  <[email protected]>
8112
8113         * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
8114         powerpc soft-float".
8115
8116 2007-10-24  Daniel Jacobowitz  <[email protected]>
8117
8118         * gdb.texinfo (Files): Correct formatting.  Mention Expat
8119         requirement.
8120         (Requirements for Building GDB): Expand the list of Expat
8121         uses.
8122         (Library List Format, Memory Map Format): Mention Expat.
8123         (Target Descriptions): Update Expat wording.
8124
8125 2007-10-24  Daniel Jacobowitz  <[email protected]>
8126
8127         * gdbint.texinfo (Register and Memory Data, Target Conditionals):
8128         Document that gdbarch_convert_register_p should return zero for no-op
8129         conversions.
8130
8131 2007-10-22  Ulrich Weigand  <[email protected]>
8132
8133         * gdbint.texi (Compiler Characteristics): Move documentation
8134         of set_gdbarch_sofun_address_maybe_missing back to ...
8135         (Target Conditionals): ... here to fix build break.
8136
8137 2007-10-19  Ulrich Weigand  <[email protected]>
8138
8139         * gdbint.texi (Target Conditionals): Remove documentation of
8140         SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
8141         (Compiler Characteristics): ... documentation of
8142         set_gdbarch_sofun_address_maybe_missing.
8143
8144 2007-10-17  Daniel Jacobowitz  <[email protected]>
8145
8146         * gdbint.texinfo (Target Conditionals): Use
8147         frame_unwind_register_unsigned in examples instead of
8148         frame_unwind_unsigned_register.
8149
8150 2007-10-16  Gaius Mulley  <[email protected]>
8151
8152         * gdb.texinfo: Add TSIZE definition, removed statement about
8153         unbounded arrays being unimplemented.
8154
8155 2007-10-15  Daniel Jacobowitz  <[email protected]>
8156
8157         * gdb.texinfo (Predefined Target Types): Add int128
8158         and uint128.
8159         (Standard Target Features): Add PowerPC features.
8160
8161 2007-10-15  Daniel Jacobowitz  <[email protected]>
8162
8163         * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
8164
8165 2007-10-12  Ulrich Weigand  <[email protected]>
8166
8167         * gdbint.texi (Target Conditionals): Remove documentation
8168         of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
8169         gdbarch_extract_return_value, and gdbarch_store_return_value.
8170
8171 2007-10-12  Ulrich Weigand  <[email protected]>
8172
8173         * gdbint.texi (Target Conditionals): Remove documentation of
8174         and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
8175
8176 2007-10-11  Kazu Hirata  <[email protected]>
8177
8178         * gdb.texinfo: Mention that inaccessible-by-default is on by
8179         default.
8180
8181 2007-10-11  Daniel Jacobowitz  <[email protected]>
8182
8183         * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
8184
8185 2007-09-30  Daniel Jacobowitz  <[email protected]>
8186
8187         * gdb.texinfo (Setting Watchpoints): Adjust warning text about
8188         multi-threaded watchpoints.
8189         * gdbint.texinfo (Watchpoints): Describe how watchpoints are
8190         checked.  Describe sticky notification.  Expand description
8191         of steppable and continuable watchpoints.
8192         (Watchpoints and Threads): New subsection.
8193
8194 2007-09-28  Vladimir Prus  <[email protected]>
8195
8196         * gdb.texinfo (Setting Breakpoints): Revise
8197         documentation for pending breakpoints.  Document
8198         breakpoints with multiple locations.
8199
8200 2007-09-19  Vladimir Prus  <[email protected]>
8201
8202         * gdb.texinfo (Miscellaneous gdb/mi Commands):
8203         Document -list-features.
8204
8205 2007-09-15  Eli Zaretskii  <[email protected]>
8206
8207         * gdb.texinfo (Output): Spell out which features of C's printf are
8208         not supported by GDB's printf.
8209         (Separate Debug Files): More accurate wording regarding build ID
8210         and a reference to the ld manual rather than the Fedora wiki.
8211
8212 2007-09-04  Daniel Jacobowitz  <[email protected]>
8213             Jim Blandy  <[email protected]>
8214
8215         * gdb.texinfo (Output Formats): Update 'c' description.  Describe 's'.
8216         (Examining Memory): Update mentions of the 's' format.
8217         (Automatic Display): Likewise.
8218
8219 2007-09-02  Daniel Jacobowitz  <[email protected]>
8220
8221         * gdb.texinfo: Update the FSF's Back-Cover Text.
8222
8223 2007-09-02  Jan Kratochvil  <[email protected]>
8224             Eli Zaretskii  <[email protected]>
8225
8226         * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
8227         Fixed the ``build ID'' name.  New binaries build instructions for the
8228         build ID inclusion.  Explain how the commands are specific to the build
8229         ID vs. debug link.
8230
8231 2007-09-01  Eli Zaretskii  <[email protected]>
8232
8233         * gdb.texinfo (Separate Debug Files): Fix last change.  Add
8234         indexing for ``build ID'' support.
8235
8236 2007-09-01  Jan Kratochvil  <[email protected]>
8237
8238         * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
8239         Enlisted BUILD ID to the debug file searching example.
8240         Included a BUILD ID `.note.gnu.build-id' section description.
8241         Updated/added the debug files splitting instructions for OBJCOPY.
8242
8243 2007-08-31  Vladimir Prus  <[email protected]>
8244
8245         * gdb.texinfo (Variable Objects): Adjust docs
8246         for -var-info-expression and document
8247         -var-info-path-expression.
8248
8249 2007-08-20  Jim Blandy  <[email protected]>
8250
8251         * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
8252         (title page): Include the dedication in the printed manual, as a
8253         separate page after the copyright notice.
8254
8255         * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
8256         don't break a @var across a line.
8257
8258 2007-07-25  Maciej W. Rozycki  <[email protected]>
8259
8260         * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
8261         for include files.
8262
8263 2007-07-12  Nick Roberts  <[email protected]>
8264
8265         * gdb.texinfo (Server Prefix): New node.  Adapt from existing node
8266         in annotate.texinfo.
8267         (Command History): Link to new node.
8268
8269 2007-07-05  Markus Deuling  <[email protected]>
8270
8271         * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
8272
8273 2007-07-05  Eli Zaretskii  <[email protected]>
8274
8275         * gdbint.texinfo (Target Conditionals): Fix last change.
8276
8277 2007-07-03  Markus Deuling  <[email protected]>
8278
8279         * gdb.texinfo: Replace following macros by their appropriate gdbarch
8280         routines:
8281         (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
8282         (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
8283         (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
8284         (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
8285         (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
8286         (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
8287         (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
8288         (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
8289         (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
8290         (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
8291         (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
8292         (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
8293         (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
8294         (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
8295         (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
8296         (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
8297         (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
8298         (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
8299         (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
8300         (SOFTWARE_SINGLE_STEP_P)
8301
8302         (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
8303         (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
8304
8305         (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
8306         (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
8307         (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
8308         (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
8309         (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
8310         (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
8311         (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
8312         (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
8313         (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
8314         (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
8315
8316         (Converting an existing Target Architecture to Multi-arch): Remove
8317          section.
8318
8319         (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
8320         (gdbarch_addr_bits_remove): Add code example.
8321
8322         * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
8323
8324 2007-07-02  Daniel Jacobowitz  <[email protected]>
8325
8326         * gdb.texinfo (Remote Configuration): Document library-info-packet.
8327         Add other missing entries.  Adjust the table size to fit.
8328         (Stop Reply Packets): Use @itemize instead of @enumerate.  Document
8329         stop reasons including the new "library" event.
8330         (General Query Packets): Adjust table widths for qSupported.  Mention
8331         qXfer:libraries:read reply to qSupported and document the new packet.
8332         (Library List Format): New section.
8333
8334 2007-07-01  Jan Kratochvil  <[email protected]>
8335
8336         * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
8337
8338 2007-06-28  Michael Snyder  <msnyder@svkmacdonelllnx>
8339
8340         * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
8341
8342 2007-06-25  Nick Roberts  <[email protected]>
8343
8344         * gdbint.texinfo (Register and Memory Data): Break sections
8345         into nodes and add a menu.
8346
8347 2007-06-21  Maciej W. Rozycki  <[email protected]>
8348
8349         * gdb.texinfo (Examining Memory): Document the new behaviour.
8350
8351 2007-06-21  Vladimir Prus  <[email protected]>
8352
8353         * gdb.texinfo (Standard Target Features): Document
8354         m68k features.
8355
8356 2007-06-18  Daniel Jacobowitz  <[email protected]>
8357
8358         * gdb.texinfo (General Query Packets): Document qOffsets changes.
8359
8360 2007-06-13  Daniel Jacobowitz  <[email protected]>
8361
8362         * gdb.texinfo (Target Description Format): Add version attribute
8363         for <target>.
8364
8365 2007-06-13  Daniel Jacobowitz  <[email protected]>
8366
8367         * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
8368
8369 2007-06-13  Daniel Jacobowitz  <[email protected]>
8370
8371         * gdb.texinfo (MIPS Features): New subsection.
8372
8373 2007-06-12  Ulrich Weigand  <[email protected]>
8374             Markus Deuling  <[email protected]>
8375
8376         * gdb.texinfo (General Query Packets): Document qXfer:spu:read
8377         and qXfer:spu:write packets and mention them under qSupported.
8378
8379 2007-06-12  Ulrich Weigand  <[email protected]>
8380             Markus Deuling  <[email protected]>
8381
8382         * gdb.texinfo (Architectures): Add new SPU section to document
8383         Cell Broadband Engine SPU architecture specific commands.
8384
8385 2007-06-09  Vladimir Prus  <[email protected]>
8386
8387         * gdb.texinfo (GDB/MI Variable Objects): Editorial
8388         comments.
8389
8390 2007-06-07  Nick Roberts  <[email protected]>
8391
8392         * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
8393
8394 2007-05-29  Jim Blandy  <[email protected]>
8395
8396         * gdb.texinfo (Overview): Doc fix.
8397
8398 2007-05-22  Maciej W. Rozycki  <[email protected]>
8399
8400         * gdb.texinfo (Remote Configuration): Document "set/show
8401         remoteflow".
8402
8403 2007-05-16  Daniel Jacobowitz  <[email protected]>
8404
8405         * gdb.texinfo (MIPS): Remove documentation for set mips
8406         saved-gpreg-size, show mips saved-gpreg-size, and set mips
8407         stack-arg-size.
8408
8409 2007-05-14  Bob Wilson  <[email protected]>
8410
8411         * all-cfg.texi (GDBTUI): New.
8412         * gdb.texinfo (Mode Options): Use GDBTUI variable.
8413         (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
8414         (TUI Configuration): Edit to improve clarity and fix problems of
8415         both style and content.
8416
8417 2007-05-11  Ulrich Weigand  <[email protected]>
8418
8419         * observer.texi (GDB Observers): New observer "new_objfile".
8420
8421 2007-05-08  Ulrich Weigand  <[email protected]>
8422
8423         * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
8424
8425 2007-04-14  Vladimir Prus  <[email protected]>
8426
8427         * gdb.texinfo (GDB/MI Variable Objects): Document
8428         frozen variables objects.
8429
8430 2007-04-13  Paul Brook  <[email protected]>
8431
8432         * gdb.texinfo: Document ieee_single and ieee_double target types.
8433
8434 2007-04-13  Daniel Jacobowitz  <[email protected]>
8435
8436         * gdb.texinfo (Memory): Reference Remote Debugging chapter.
8437         (Character Sets, Caching Data of Remote Targets): Likewise.
8438         (Targets): Delete Remote node.  Move its text...
8439         (Debugging Remote Programs): ...to here.  Delete description
8440         of the "remote" command.
8441         (Remote configuration): Delete description of "set remotedevice"
8442         and "show remotedevice".
8443         (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
8444
8445 2007-04-11  Steve Ellcey  <[email protected]>
8446
8447         * gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
8448
8449 2007-04-11  Bob Wilson  <[email protected]>
8450
8451         * gdb.texinfo (Contributors, Continuing and Stepping)
8452         (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
8453         (General Query Packets, File-I/O Remote Protocol Extension)
8454         (Protocol Basics, The F Reply Packet, Write)
8455         (Protocol-specific Representation of Datatypes, Memory Transfer):
8456         Fix hyphenation, punctuation and grammar problems.
8457         (Cygwin Native): Likewise.  Also fix misuse of @pxref and use
8458         'section' instead of 'subsection' in the text.
8459         (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
8460         (i386): Remove period from section name.
8461         (Installing GDB, Requirements, Running Configure,  Separate Objdir)
8462         (Config Names, Configure Options): Use @file{configure}.
8463
8464 2007-04-11  Daniel Jacobowitz  <[email protected]>
8465
8466         * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
8467         and tab expansion.
8468
8469 2007-04-10  Daniel Jacobowitz  <[email protected]>
8470
8471         * gdbint.texinfo (SOM): Correct location of the SOM reader.
8472
8473 2007-04-02  Bob Wilson  <[email protected]>
8474
8475         * gdb.texinfo: Consistently capitalize all significant words in
8476         node names, chapter titles, section titles, and headings.  Update
8477         cross references to match.
8478         (Starting and Stopping Trace Experiment): Make node name plural.
8479         (Breakpoint related warnings): Hyphenate "Breakpoint-related".
8480
8481 2007-03-30  Pedro Alves  <[email protected]>
8482
8483         * gdb.texinfo (WinCE): Delete obsolete subsection.
8484
8485 2007-03-30  Daniel Jacobowitz  <[email protected]>
8486
8487         * gdb.texinfo (M68K): Remove obsolete ROM monitors.
8488         * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
8489         references.
8490
8491 2007-03-30  Daniel Jacobowitz  <[email protected]>
8492
8493         * gdb.texinfo (Startup): Delete references to some alternate
8494         names for .gdbinit.
8495         (Thread): Remove LynxOS reference.
8496         (Tandem ST2000): Delete target-specific documentation.
8497         * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
8498         (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
8499         and GDB_OSABI_LYNXOS.
8500
8501 2007-03-29  Ulrich Weigand  <[email protected]>
8502
8503         * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
8504
8505 2007-03-27  Ulrich Weigand  <[email protected]>
8506
8507         * gdbint.texinfo (Target Conditionals): Remove mention of
8508         DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
8509         and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
8510
8511 2007-03-27  Brooks Moses  <[email protected]>
8512
8513         * Makefile.in: Add "pdfdir" installation
8514         directory, PDFTEX macro, support for "install-pdf" target,
8515         and rules for making a pdf version of refcard.texi.
8516         * refcard.tex: Specify paper size for PDF output.
8517
8518 2007-03-26  Bob Wilson  <[email protected]>
8519
8520         * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
8521
8522 2007-03-26  Bob Wilson  <[email protected]>
8523
8524         * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
8525         (Source Path, Character Sets, Macros, Define)
8526         (GDB/MI Result Records, GDB/MI Simple Examples)
8527         (GDB/MI Program Execution, GDB/MI File Commands)
8528         (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
8529         (Bug Reporting): Use @value{GCC}.
8530
8531 2007-03-26  Bob Wilson  <[email protected]>
8532
8533         * gdb.texinfo (Help): Fix formatting of examples.
8534         (Variables): Use @ifnotinfo instead of @iftex.
8535         (Non-debug DLL symbols): Use @ref instead of @pxref.
8536         (Sparclet File): Use @samp instead of quotes.
8537
8538 2007-03-26  Bob Wilson  <[email protected]>
8539
8540         * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
8541
8542 2007-03-26  Bob Wilson  <[email protected]>
8543
8544         * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
8545         the order of the nodes.
8546         (C Operators, C Constants, Debugging C): Remove extra menus.
8547         (Method Names in Commands): Do not specify next/prev/up nodes.
8548
8549 2007-03-26  Bob Wilson  <[email protected]>
8550
8551         * gdb.texinfo (File Options): Add missing parenthesis.
8552         (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
8553
8554 2007-02-26  Daniel Jacobowitz  <[email protected]>
8555
8556         * gdb.texinfo (Monitor commands for gdbserver): New subsection.
8557
8558 2007-02-26  Daniel Jacobowitz  <[email protected]>
8559
8560         * gdb.texinfo (Standard Target Features): Mention
8561         case insensitivity.
8562         (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
8563
8564 2007-02-18  Nick Roberts  <[email protected]>
8565
8566         * gdb.texinfo (Top): Put Appendix A after numbered sections.
8567         (Files): Add section name to argument list for pxref.
8568         (Non-debug DLL symbols): Don't use `see' for pxref.
8569         (Embedded Processors): Fix typo.
8570         (GDB/MI Breakpoint Commands): Execution commands generate
8571         *stopped not ^done.
8572
8573 2007-02-13  Nick Roberts  <[email protected]>
8574
8575         * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
8576         values for in_scope.  Mention that only root variables can be
8577         updated.
8578         (GDB/MI Development and Front Ends): Explain new values may be
8579         added to existing fields.
8580
8581 2007-02-08  Daniel Jacobowitz  <[email protected]>
8582
8583         * gdb.texinfo (-target-disconnect): Use @smallexample.
8584         (Requirements): Add anchor for Expat.  Update description.
8585         (Target Descriptions): Mention Expat.
8586         (Target Description Format): Document new elements.  Use
8587         @smallexample.
8588         (Predefined Target Types, Standard Target Features): New sections.
8589         * gdbint.texinfo (Target Descriptions): New section.
8590
8591 2007-02-07  Daniel Jacobowitz  <[email protected]>
8592
8593         * gdb.texinfo (Target Description Format): Add section on XInclude.
8594
8595 2006-02-03  Nick Roberts  <[email protected]>
8596
8597         * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
8598         command -enable-timings.
8599
8600 2007-02-02  Markus Deuling  <[email protected]>  (tiny change)
8601
8602         * gdbint.texinfo (Operation System ABI Variant Handling): Update
8603         descriptions for new/deleted elements in gdb_osabi.  Add missing
8604         description for function generic_elf_osabi_sniff_abi_tag_sections.
8605
8606 2007-01-29  Joel Brobecker  <[email protected]>
8607
8608         * gdb.texinfo (Maintenance Commands): Add documentation for
8609         the new "maint print target-stack" command.
8610
8611 2007-01-26  Jan Kratochvil <[email protected]>
8612             Eli Zaretskii  <[email protected]>
8613
8614         * gdb.texinfo: Describe CHAR array vs. string identification rules.
8615
8616 2007-01-26  Eli Zaretskii  <[email protected]>
8617
8618         * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
8619         Use @value{NGCC} instead of @value{GCC}.
8620
8621 2007-01-20  Ralf Wildenhues  <[email protected]>  (tiny change)
8622
8623         * agentexpr.texi: Fix typos.
8624         * annotate.texinfo: Likewise.
8625         * gdb.texinfo: Likewise.
8626         * gdbint.texinfo: Likewise.
8627         * observer.texi: Likewise.
8628         * stabs.texinfo: Likewise.
8629
8630 2007-01-20  Markus Deuling  <[email protected]>  (tiny change)
8631
8632         * gdbint.texinfo (Support Libraries): Remove mmalloc
8633         entry.  Describe readline library.
8634
8635 2007-01-09  Daniel Jacobowitz  <[email protected]>
8636
8637         * gdb.texinfo (Target Descriptions): New section.
8638         (General Query Packets): Add QPassSignals anchor.  Mention
8639         qXfer:features:read under qSupported.  Expand mentions of
8640         qXfer:memory-map:read and QPassSignals.  Document
8641         qXfer:features:read.
8642
8643 2007-01-08  Daniel Jacobowitz  <[email protected]>
8644
8645         * gdb.texinfo (Commands to specify files): Describe
8646         "set sysroot" and "show sysroot".
8647         (Using the `gdbserver' program): Lowercase argument
8648         to @var.  Expand description of setting up GDB on the
8649         host.
8650
8651 2007-01-05  Joel Brobecker  <[email protected]>
8652
8653         * gdb.texinfo (Set Catchpoints): Add documentation for the new
8654         catch exception, catch exception unhandled, and catch assert
8655         commands.
8656
8657 2007-01-04  Daniel Jacobowitz  <[email protected]>
8658
8659         * gdb.texinfo (Debugging Output): Document "set debug xml"
8660         and "show debug xml".
8661
8662 2007-01-04  Daniel Jacobowitz  <[email protected]>
8663
8664         * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
8665
8666 2007-01-01  Joel Brobecker  <[email protected]>
8667
8668         * gdbint.texinfo (Start of New Year Procedure): Add missing item.
8669
8670 2006-12-08  Vladimir Prus  <[email protected]>
8671
8672         * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
8673         note in @ignore, to be removed later if nobody complains.
8674
8675 2006-12-04  Nick Roberts  <[email protected]>
8676
8677         * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
8678         of -var-delete.
8679
8680 2006-11-22  Vladimir Prus  <[email protected]>
8681
8682         * gdb.texinfo (Setting breakpoints): Document
8683         automatic software/hardware breakpoint usage and
8684         the "set breakpoint auto-hw" command.
8685
8686 2006-11-21  Vladimir Prus  <[email protected]>
8687
8688         * gdb.texinfo (Memory Access Checking): New.
8689
8690 2006-11-16  Daniel Jacobowitz  <[email protected]>
8691
8692         * gdb.texinfo (Remote configuration): Mention
8693         "pass-signals-packet".
8694         (General Query Packets): Document QPassSignals.  Fix
8695         a typo.
8696
8697 2006-11-14  Maxim Grigoriev  <[email protected]>
8698
8699         * gdb.texinfo (Contributors): Add contributors of Xtensa port.
8700
8701 2006-11-14  Daniel Jacobowitz  <[email protected]>
8702
8703         * gdb.texinfo (Remote configuration): Rewrite documentation for
8704         packet configuration commands.
8705         (OS Information): Adjust reference to qXfer:auxv:read.
8706         (General Query Packets): Remove references to read-aux-vector-packet
8707         and set remote get-thread-local-storage-address.
8708
8709 2006-11-10  Daniel Jacobowitz  <[email protected]>
8710
8711         * gdbint.texinfo (Target Architecture Definition): Add new
8712         Initializing a New Architecture section.
8713
8714 2006-10-31  David Taylor  <[email protected]>
8715
8716         * stabs.texinfo (Macro define and undefine): New node describing
8717         stabs for #define and #undef.
8718
8719 2006-10-27  Andreas Schwab  <[email protected]>
8720
8721         * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
8722
8723 2006-10-21  Eli Zaretskii  <[email protected]>
8724
8725         * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
8726         clarify on the possible meanings of ``expression'' watched by
8727         watchpoints.  Add indexing.
8728         (Prompting, Errors, Invalidation, Annotations for Running)
8729         (Source Annotations): Fix index entries by adding "annotation" to
8730         them, to discriminate from index entries that point to the more
8731         general topic descriptions.
8732
8733 2006-10-17  Daniel Jacobowitz  <[email protected]>
8734
8735         * gdbint.texinfo (Target Vector Definition): Move most
8736         content into Existing Targets.  Add a menu.
8737         (Existing Targets): New section, moved from Target Vector
8738         Definition.  Use @subsection.
8739         (Managing Execution State): New section.
8740
8741 2006-10-16  Bob Wilson  <[email protected]>
8742
8743         * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
8744
8745 2006-10-15  Eli Zaretskii  <[email protected]>
8746
8747         * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
8748         (Command Syntax, Signals, Backtrace, Connecting)
8749         (Remote configuration, Renesas Boards, Console I/O): Fix last
8750         change: use Ctrl- instead of C-, except wrt Emacs.
8751         (File-I/O Examples): Put Ctrl-c in @kbd.
8752         (Cygwin Native, File-I/O Overview, The Ctrl-C message)
8753         (Console I/O): Use @samp with Ctrl-.
8754         (Signals, Set Breaks, Set Watchpoints): Document optional
8755         arguments to `info signals'  `handle', `info breakpoints', and
8756         `info watchpoints'.
8757
8758 2006-10-14  Eli Zaretskii  <[email protected]>
8759
8760         * gdb.texinfo (Backtrace): Fix last change.
8761
8762 2006-10-14  Nick Roberts  <[email protected]>
8763
8764         * gdb.texinfo (Backtrace): Order correctly and add other cases.
8765
8766 2006-10-10  Bob Wilson  <[email protected]>
8767
8768         * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
8769         (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
8770         (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
8771
8772 2006-09-21  Vladimir Prus  <[email protected]>
8773             Daniel Jacobowitz  <[email protected]>
8774
8775         * gdb.texinfo (Packets): Document vFlashErase,
8776         vFlashWrite and vFlashDone packets.
8777         (General Query Packets): Document qXfer:memory-map:read.
8778         Add a new feature for qXfer:memory-map:read.
8779         (Memory map format): New section.
8780         (Target Commands): Mention that gdb can write flash.
8781
8782 2006-09-21  Vladimir Prus  <[email protected]>
8783             Daniel Jacobowitz  <[email protected]>
8784
8785         * gdb.texinfo (Memory Region Attributes): Mention target-supplied
8786         memory regions and "mem auto".
8787
8788 2006-09-21  Nathan Sidwell  <[email protected]>
8789
8790         * gdbint.texinfo (Array Containers): New section.
8791
8792 2006-09-17  Vladimir Prus  <[email protected]>
8793
8794         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8795         -stack-list-arguments HIGH_FRAME argument can be larger then the
8796         actual number of frames.
8797
8798 2006-09-07  Vladimir Prus  <[email protected]>
8799
8800         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8801         -stack-list-locals HIGH_FRAME argument can be larger then the
8802         actual number of frames.
8803
8804 2006-09-02  Bob Wilson  <[email protected]>
8805
8806         * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
8807         Register Packet Format, Tracepoint Packets): Fix spelling errors.
8808
8809 2006-09-02  Eli Zaretskii  <[email protected]>
8810
8811         * gdbint.texinfo (Overall Structure): New section "Source Tree
8812         Structure".
8813
8814 2006-08-17  Jim Blandy  <[email protected]>
8815
8816         * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
8817         responses.
8818
8819 2006-08-08  Joel Brobecker  <[email protected]>
8820
8821         * gdb.texinfo (Source Path): Add documentation for new
8822         substitute-path commands.
8823
8824 2006-08-08  Daniel Jacobowitz  <[email protected]>
8825
8826         * gdb.texinfo (Installing GDB): Update menu.  Move text to...
8827         (Running Configure): ...here.
8828         (Requirements): New node.  Mention expat.
8829
8830 2006-08-08  Vladimir Prus  <[email protected]>
8831
8832         * gdb.texinfo (Target Commands): Remove
8833         'set download-write-size' and 'show download-write-size'.
8834
8835 2006-08-01  Daniel Jacobowitz  <[email protected]>
8836
8837         * stabs.texinfo (Member Type Descriptor): Correct example for
8838         pointer to member types.
8839
8840 2006-07-21  Andrew Stubbs  <[email protected]>
8841
8842         * gdb.texinfo (Optional warnings and messages): Add
8843         'set/show trace-commands'.
8844         (Command files): Add '-v' to source command.
8845
8846 2006-07-12  Daniel Jacobowitz  <[email protected]>
8847
8848         * gdb.texinfo (OS Information): Update qPart reference to
8849         qXfer.
8850         (Remote configuration): Likewise.
8851         (Overview): Move @cindex to the start of a paragraph.  Talk
8852         about binary data encoding.
8853         (Packets): Refer to the overview for the details of the X
8854         packet encoding.
8855         (General Query Packets): Remove qPart description.  Add qXfer
8856         description.  Add an anchor to qSupported.  Correct feature
8857         table title.  Add a new feature for qXfer:auxv:read.
8858         (Interrupts): Add a missing parenthesis.
8859
8860 2006-07-05  Daniel Jacobowitz  <[email protected]>
8861
8862         * gdb.texinfo (KOD): Remove node.
8863         (GDB/MI Kod Commands): Remove commented out node.
8864
8865 2006-07-01  Eli Zaretskii  <[email protected]>
8866
8867         * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
8868         (GDB/MI Breakpoint Commands, GDB/MI Program Context)
8869         (GDB/MI Thread Commands, GDB/MI Program Execution)
8870         (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
8871         (GDB/MI Data Manipulation, GDB/MI Symbol Query)
8872         (GDB/MI File Commands, GDB/MI Target Manipulation)
8873         (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
8874         since the MI prompt is hard-wired into the code.
8875
8876 2006-07-01  Nick Roberts  <[email protected]>
8877
8878         * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
8879         (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
8880         (GDB/MI Data Manipulation): Remove description of unimplemented
8881         display related commands as variable objects perform this function
8882         and are superior: -display-delete, -display-disable,
8883         -display-enable, -display-insert and -display-list.  Move
8884         -environment-cd, -environment-directory, -environment-path
8885         and -environment-pwd to "Program Context".
8886         (GDB/MI Program Control): Rename to "Program Execution".  Move
8887         -exec-arguments -exec-abort to...
8888         (GDB/MI Program Context): ...here.  New node split from "Data
8889          Manipulation".
8890
8891 2006-06-21  Daniel Jacobowitz  <[email protected]>
8892
8893         * gdb.texinfo (Remote configuration): Document set / show
8894         remote supported-packets.
8895         (General Query Packets): Document qSupported packet.
8896
8897 2006-06-13  Nathan Sidwell  <[email protected]>
8898
8899         * gdb.texinfo (system): Document behaviour with zero length
8900         string.
8901
8902 2006-06-10  Sandra Loosemore <[email protected]>
8903
8904         * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
8905         and font markup.
8906         (Protocol basics): Likewise.
8907         (The F request packet): Likewise.
8908         (The F reply packet): Likewise.
8909         (Memory transfer): Move this node to be a subsubsection of
8910         "Protocol specific representation of datatypes".
8911         (The Ctrl-C message): More copy editing.
8912         (Console I/O): Likewise.
8913         (The isatty call): Delete this node, and merge its content into
8914         the "isatty" node.  Fixed references elsewhere.
8915         (The system call): Delete this node, and merge its content into
8916         the "system" node.  Fixed references elsewhere.
8917         (open): Reformat to use @table, and add appropriate font markup.
8918         (close): Likewise.
8919         (read): Likewise.
8920         (write): Likewise.
8921         (lseek): Likewise.
8922         (rename): Likewise.
8923         (unlink): Likewise.
8924         (stat/fstat): Likewise.
8925         (gettimeofday): Likewise.
8926         (isatty): Likewise.
8927         (system): Likewise, plus minor changes to fix confusing wording.
8928         (Integral datatypes): Fix font markup.
8929         (Pointer values): Likewise.
8930         (struct stat): Fix markup to use @table, plus minor copy editing.
8931         (struct timeval): Fix font markup, plus minor copy editing.
8932         (Constants): Minor copy editing.
8933         (Errno values): Add font markup.
8934         (File-I/O Examples): Likewise.
8935
8936 2006-06-10  Nick Roberts  <[email protected]>
8937
8938         * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
8939         (GDB/MI Simple Examples): Move node up one level.  Use real
8940         examples.
8941         (GDB/MI Compatibility with CLI): Update.
8942         (GDB/MI Result Records): Add "connected" and "exit" result
8943         classes.
8944         (GDB/MI Stream Records): Clarify target output.
8945         (GDB/MI Command Description Format): Modify example description.
8946         (GDB/MI Breakpoint Table Commands): Rename to...
8947         (GDB/MI Breakpoint Commands): ...this
8948         (GDB/MI Breakpoint Commands): Add optional thread field.
8949         (GDB/MI Program Control): Add an introduction.  Move "Program
8950         termination" examples into exec-run description.
8951         (GDB/MI File Commands): Mention similar CLI commands.
8952         (GDB/MI Miscellaneous Commands): Move to end.  Mention "show version"
8953         is similar to "-gdb-version".
8954
8955 2006-06-09  Eli Zaretskii  <[email protected]>
8956
8957         * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
8958
8959 2006-06-02  Nick Roberts  <[email protected]>
8960
8961         * gdb.texinfo (GDB/MI Development and Front Ends): Use
8962         sourceware.org for mailing lists.
8963         (GDB/MI File Commands): New node split from Program Control.
8964
8965 2006-06-01  Nick Roberts  <[email protected]>
8966
8967         * gdb.texinfo (GDB/MI Development and Front Ends): New node.
8968
8969 2006-05-22  Eli Zaretskii  <[email protected]>
8970
8971         * gdb.texinfo (Cygwin Native): Fix last change.
8972
8973 2006-05-22  Christopher Faylor  <[email protected]>
8974
8975         * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
8976
8977 2006-05-15  Nick Roberts  <[email protected]>
8978
8979         * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
8980         (Releasing GDB, Testsuite): Remove details for including DejaGnu.
8981
8982 2006-05-14  Daniel Jacobowitz  <[email protected]>
8983
8984         * gdb.texinfo (General Query Packets): Recommend not starting
8985         new packets with qC and clarify.
8986
8987 2006-05-13  Gaius Mulley  <[email protected]>
8988
8989         * gdb.texinfo (M2 Types): New section.
8990
8991 2006-05-10  Daniel Jacobowitz  <[email protected]>
8992
8993         * agentexpr.texi: Add a copyright and license notice.
8994         * observer.texi: Likewise, with GPL clause for function prototypes.
8995         Remove trailing whitespace.
8996
8997 2006-05-05  Jim Blandy  <[email protected]>
8998
8999         * gdb.texinfo (General Query Packets): Document conventions for
9000         terminating packet names, and their violations.
9001
9002 2006-05-05  Daniel Jacobowitz  <[email protected]>
9003
9004         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
9005         * gdb.texinfo: Likewise.
9006
9007 2006-05-05  Daniel Jacobowitz  <[email protected]>
9008
9009         * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
9010         and "show remotedebug".
9011         (Debugging Output): Add additional index entries.
9012
9013 2006-04-27  Michael Snyder  <[email protected]>
9014
9015         * gdb.texinfo (delete-fork): Command renamed to "delete fork".
9016
9017 2006-04-22  Andrew Cagney  <[email protected]>
9018
9019         * gdb.texinfo (Contributors): Credit frame unwinder contributors.
9020         * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
9021
9022 2006-04-18  Daniel Jacobowitz  <[email protected]>
9023
9024         * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
9025         and remove breakpoint prototypes.
9026         (Watchpoints): Move description of target_insert_hw_breakpoint and
9027         target_remove_hw_breakpoint ...
9028         (Breakpoints): ... to here.  Document target_insert_breakpoint and
9029         target_remove_breakpoint.
9030
9031 2006-04-17  Jim Blandy  <[email protected]>
9032
9033         * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
9034         and C packets are optional.
9035
9036 2006-04-14  Frederic Riss  <[email protected]>
9037
9038         * gdb.texinfo (Specifying source directories): Update the description
9039         of the source file search to reflect the fact that the source path
9040         always contains at least $cdir and $cwd.
9041
9042 2006-03-31  Michael Snyder  <[email protected]>
9043
9044         * gdb.texinfo: Update copyright dates.
9045
9046 2006-03-31  Eli Zaretskii  <[email protected]>
9047
9048         * gdb.texinfo (Overview): Add an index entry to "empty response".
9049
9050 2006-03-29  Steve Ellcey  <[email protected]>
9051
9052         * gdb.texinfo: Remove gdbserve.nlm documentation.
9053
9054 2006-03-28  Jim Blandy  <[email protected]>
9055
9056         * gdbint.texinfo (Prologue Analysis): New section.
9057
9058 2006-03-07  Jim Blandy  <[email protected]>
9059
9060         * gdb.texinfo (Connecting): Document 'target remote pipe'.
9061
9062         * gdb.texinfo (Target Commands): Update text describing how to
9063         specify a target.  Refer to the detailed section on remote
9064         debugging, not the brief mention.
9065
9066         * gdb.texinfo (Connecting): Organize the different 'target remote'
9067         connection methods into a table.  Add a 'target remote' index
9068         entry. (!!!)
9069
9070 2006-02-17  Fred Fish  <[email protected]>
9071
9072         * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
9073         'ptype' commands to reflect the fact that the only significant
9074         difference between them is that ptype prints the complete type
9075         description instead of just the name.
9076
9077 2006-02-13  Wu Zhou  <[email protected]>
9078
9079         * gdbint.texinfo (Watchpoints): Delete
9080         TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
9081
9082 2006-02-10  Nick Roberts  <[email protected]>
9083
9084         * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
9085         times fields where needed.  Fix typos.  Update general form given
9086         for output of -break-insert.
9087         (GDB/MI): Abbreviate some unnecessarily long fullnames.
9088
9089 2006-02-06  Daniel Jacobowitz  <[email protected]>
9090
9091         * gdbint.texinfo (Symbol Handling): Add a section
9092         on memory management.
9093
9094 2006-02-06  Vladimir Prus  <[email protected]>
9095
9096         * gdb.texinfo (Breakpoint table commands): Document the fullname
9097         field in -break-list output.
9098
9099 2006-02-03  Eli Zaretskii  <[email protected]>
9100
9101         * gdb.texinfo (Cygwin Native): Fix typos.  Clarify the types of
9102         debugging information produced by the various "set debug..."
9103         options.
9104
9105 2006-02-01  Daniel Jacobowitz  <[email protected]>
9106
9107         * gdb.texinfo (Files): Remove obsolete bits from the description
9108         of "symbol-file".
9109
9110 2006-01-25  Jim Blandy  <[email protected]>
9111
9112         * gdbint.texinfo (Testsuite): Explain how to run selected tests.
9113
9114 2006-01-24  Jim Blandy  <[email protected]>
9115
9116         * gdbint.texinfo (Frames): Document the basics of GDB's register
9117         unwinding model, and explain the existence of the "sentinel" frame.
9118
9119 2006-01-23  Andrew Stubbs  <[email protected]>
9120
9121         * gdb.texinfo (Choosing files): Mention that -directory is used
9122         for script files.
9123         (Specifying source directories): Likewise.
9124         (Command files): Explain how script files are found.
9125
9126 2006-01-21  Eli Zaretskii  <[email protected]>
9127
9128         * gdb.texinfo (Backtrace): Describe how to get backtrace of all
9129         the threads in a multi-threaded program.
9130         (Threads): The threadno argument of "thread apply" can be a range
9131         of numbers.
9132
9133 2006-01-18  Jim Blandy  <[email protected]>
9134
9135         * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
9136         of warning flags.
9137
9138 2006-01-13  Eli Zaretskii  <[email protected]>
9139
9140         * gdb.texinfo (Sequences): Improve menu annotations.
9141         (Define): Add index entries for arguments of user-defined
9142         commands.  Move the description of flow-control commands...
9143         (Command Files): ...to here.  Document loop_break and
9144         loop_continue.
9145         (Define, Command Files): Document `end' and add index entries for
9146         it.
9147
9148 2006-01-04  Michael Snyder  <[email protected]>
9149
9150         * gdb.texinfo: Add documentation for linux-fork.
9151         * gdbint.texinfo: Add internal documentation for checkpoints.
9152
9153 2006-01-02  Paul N. Hilfinger  <[email protected]>
9154
9155         * gdb.texinfo (Omissions from Ada): Document that there is now
9156         limited aggregate support.
9157
9158 2005-12-28  Eli Zaretskii  <[email protected]>
9159
9160         * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
9161         registers and the likes.
9162
9163 2005-12-24  Eli Zaretskii  <[email protected]>
9164
9165         * gdb.texinfo (Target Commands, Bug Reporting, File Options)
9166         (Symbols): Fix usage of "e.g.".
9167         (Memory Region Attributes): Fix usage of "etc."
9168
9169         * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
9170         (Coding): Fix usage of "e.g.".
9171
9172 2005-12-23  Eli Zaretskii  <[email protected]>
9173
9174         * stabs.texinfo:
9175         * refcard.tex:
9176         * gpl.texi:
9177         * gdbint.texinfo:
9178         * gdb.texinfo:
9179         * gdb-cfg.texi:
9180         * fdl.texi:
9181         * annotate.texinfo:
9182         * all-cfg.texi:
9183         * Makefile.in: Add (C) after Copyright.  Update the FSF
9184         address.
9185
9186 2005-12-03  Eli Zaretskii  <[email protected]>
9187
9188         * gdb.texinfo (Connecting): Explain that `monitor' is a way to
9189         extend GDB with commands for external monitor.
9190
9191 2005-12-02  Andrew Stubbs  <[email protected]>
9192
9193         * gdb.texinfo (Convenience variables): Add init-if-undefined command.
9194
9195 2005-11-25  Joel Brobecker  <[email protected]>
9196
9197         * gdbint.texinfo (Start of New Year Procedure): New chapter.
9198
9199 2005-11-21  Jim Blandy  <[email protected]>
9200
9201         * gdb.texinfo (Tracepoint Packets): Document restrictions on
9202         placement of 'R' actions in tracepoint action packets; document
9203         dependence of 'X' and 'M' actions on a preceding 'R' action for
9204         their registers.
9205
9206 2005-11-19  Jim Blandy  <[email protected]>
9207
9208         * gdb.texinfo (Tracepoint Packets): New node.
9209         (General Query Packets): Add entries for the tracepoint packets,
9210         referring to the "Tracepoint Packets" node.
9211         (Tracepoints): Add reference to "Tracepoint Packets".
9212
9213 2005-11-18  Kevin Buettner  <[email protected]>
9214
9215         * gdb.texinfo (set remotebreak): Add anchor.
9216         (X packet): Likewise.
9217         (Remote Protocol): Add new section `Interrupts' and new index
9218         entry `interrupts (remote protocol)'.
9219
9220 2005-11-18  Jim Blandy  <[email protected]>
9221
9222         * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
9223         entries into the General Query Packets section.  Add a
9224         cross-reference to that section.  Drop description of replies, as
9225         these are covered in the descriptions of each packet.
9226         (General Query Packets): Add introductory text.  Explain naming
9227         conventions, and how the end of a name is recognized.
9228
9229 2005-11-17  Kevin Buettner  <[email protected]>
9230
9231         * gdb.texinfo (Remote configuration): Fix typo in description of
9232         "set remotebreak" command.
9233
9234 2005-11-16  Jim Blandy  <[email protected]>
9235
9236         * gdb.texinfo (Packets, Stop Reply Packets)
9237         (General Query Packets): Various formatting cleanups.
9238         - Use @samp for packet contents.
9239         - Drop summaries from packet @item lines; the same information appears
9240           immediately below in the description.
9241         - Delete paragraph breaks after packet @item commands, so that the
9242           description appears directly to the right of the packet prototype
9243           in the printed manual, if it fits.
9244         - Place spaces in packet prototypes between @vars and non-@var
9245           letters, and explain that they're just for formatting.
9246         - Use @dots{} instead of '...'.
9247         - Fix uses of @code where @var was needed.
9248         - Replace "deprecated" markers with English text spelling out the
9249           packet's status and the preferred alternatives.
9250         - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
9251           what this ever meant.
9252         - Remove "(draft)" markers on 'i' packets; nobody has commented on
9253           this for a long time.
9254         - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
9255           implemented several times, and have been in use for years.
9256
9257 2005-11-15  Jim Blandy  <[email protected]>
9258
9259         * gdb.texinfo (Packets): Add index entries for 'm' packet
9260         disclaimers.
9261
9262         * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
9263         of stub when processing an 'm' packet.
9264
9265         * gdb.texinfo (Packets): Mention that packets beginning with
9266         letters are reserved once, at the top, instead of actually listing
9267         them all and saying "reserved".
9268
9269 2005-11-15  Andrew Stubbs  <[email protected]>
9270
9271         * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
9272         Change @var{$arg0 to @code{$arg0.
9273
9274 2005-11-14  Wu Zhou  <[email protected]>
9275
9276         * gdb.texinfo (Fortran): Add some words about Fortran debugging.
9277
9278 2005-11-12  Jim Blandy  <[email protected]>
9279
9280         * gdb.texinfo (General Query Packets): Put packets in alphabetical
9281         order.  Remove extraneous 'z'.
9282
9283 2005-11-07  Andrew Stubbs  <[email protected]>
9284
9285         * gdb.texinfo (Choosing files): Add --eval-command.
9286
9287 2005-11-04  Andrew Stubbs  <[email protected]>
9288
9289         * gdb.texinfo (Choosing modes): Add --return-child-result.
9290
9291
9292 2005-11-01  Andrew Stubbs  <[email protected]>
9293
9294         * gdb.texinfo (Choosing modes): Add --batch-silent.
9295
9296 2005-10-28  Eli Zaretskii  <[email protected]>
9297
9298         * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
9299         "The -var-update Command".
9300
9301 2005-10-03  Joel Brobecker  <[email protected]>
9302
9303         * gdb.texinfo (Print Settings): Add documentation for set/show
9304         print array-indexes.
9305
9306 2005-09-17  Daniel Jacobowitz  <[email protected]>
9307
9308         * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
9309         6.2 and 6.3.
9310
9311 2005-08-27  Eli Zaretskii  <[email protected]>
9312
9313         * gdb.texinfo (File Options): Don't document --mapped, it's gone
9314         since 19-Jan-2004.
9315         (Files): Likewise.
9316         (Variables, Symbols): Document the "<incomplete type>" message and
9317         its reasons.
9318
9319 2005-08-01  Fred Fish  <[email protected]>
9320
9321         * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
9322
9323 2005-07-15  Nick Roberts  <[email protected]>
9324
9325         * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
9326         option for -var-list-children and -var-update.
9327         (GDB/MI Stack Manipulation): Simplify description of
9328         print-values option for -stack-list-locals.
9329         (GDB/MI Command Description Format): Clarify.
9330         (Mode Options): Spelling of superseded.
9331
9332 2005-07-12  Bob Rossi  <[email protected]>
9333
9334         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
9335         corresponding GDB command comment.
9336
9337 2005-07-06  Bob Rossi  <[email protected]>
9338
9339         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
9340         and -inferior-tty-show.
9341         (Input/Output): Document "set/show inferior-tty" and tty alias.
9342
9343 2005-07-02  Nathan J. Williams  <[email protected]>
9344
9345         * gdb.texinfo (Packets): Change description of 'D' packet to note
9346         that GDB does wait for a response.
9347
9348 2005-06-22  Nick Roberts  <[email protected]>
9349
9350         * gdb.texinfo (History) Rename "Command History".
9351         (Command History): Move node "Server Prefix" from section on
9352         Annotations here.
9353
9354 2005-06-19  Nick Roberts  <[email protected]>
9355
9356         * gdb.texinfo (GDB/MI Stack Manipulation):
9357         Re-instate -stack-info-frame with example.  Say that it gets
9358         info on selected frame, not current frame.
9359
9360 2005-06-18  Eli Zaretskii  <[email protected]>
9361
9362         * gdb.texinfo (Server): Clarify that `file' should be used before
9363         connecting to the server.
9364         (Files): Add an xref to the above description.
9365         (Output Formats): More detailed description of the `c' format.
9366         (Memory): List explicitly all the formats supported by `x'.
9367         (Threads): Add an @cindex entry for "thread apply".
9368         (Files): Document the possibility of loading unlinked object
9369         files.  Add more indexing for solib-absolute-prefix and
9370         --with-sysroot.
9371         (Machine Code): Document possible problems with locations in
9372         shared libraries.
9373         (Backtrace): Document that free-standing environments do not need
9374         to have a `main' function.
9375
9376 2005-06-18  Nick Roberts  <[email protected]>
9377
9378         * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
9379         -stack-info-frame.
9380
9381 2005-06-07  Andrew Cagney  <[email protected]>
9382
9383         * gdb.texinfo (Contributors): Note the original multi-arch
9384         contributors.
9385
9386 2005-06-03  Eli Zaretskii  <[email protected]>
9387
9388         * gdb.texinfo (Registers): Add index entries for the standard
9389         registers.
9390         (Frames): Add cross-reference from frame pointer description to
9391         the Registers node.
9392         (Annotations Overview): Fix the reference to GDB name.
9393
9394 2005-06-01  Eli Zaretskii  <[email protected]>
9395
9396         * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
9397         can-use-hw-watchpoints.
9398
9399 2005-05-28  Bob Rossi  <[email protected]>
9400
9401         * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
9402         the possible reasons why an exec async record would be returned to FE.
9403
9404 2005-05-26  Andrew Cagney  <[email protected]>
9405
9406         * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
9407         Andrew Cagney implemented the original GDB/MI.
9408
9409 2005-05-23  Orjan Friberg  <[email protected]>
9410
9411         * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
9412         documentation.  Add documentation for cris-mode.
9413
9414 2005-05-20  Eli Zaretskii  <[email protected]>
9415
9416         * gdb.texinfo (Numbers): Explain the example and make the wording
9417         more acurate.
9418
9419 2005-05-17  Daniel Jacobowitz  <[email protected]>
9420             Dennis Brueni  <[email protected]>
9421
9422         * gdb.texinfo (GDB/MI Breakpoint Table Commands)
9423         (GDB/MI Data Manipulation, GDB/MI Program Control)
9424         (GDB/MI Stack Manipulation): Update examples to include the fullname
9425         attribute in stack frames.
9426
9427 2005-05-12  Eli Zaretskii  <[email protected]>
9428
9429         * gdb.texinfo (Startup): Fix last change.  Treat gdb.ini like we
9430         do with other non-standard names of init files.
9431
9432 2005-05-11  Eli Zaretskii  <[email protected]>
9433
9434         * gdb.texinfo (Command Files): Move the description of the startup
9435         from here...
9436         (Startup): ...to this new subsection of the Invocation chapter.
9437         Rearrange the description of init files more logically and add a
9438         cross-reference to "Command Files".  Document the special gdbinit
9439         name for CISCO 68k.  Expand the description of what GDB does
9440         during startup.
9441         (History): Add index entry for HISTSIZE.
9442
9443 2005-05-02  Mark Kettenis  <[email protected]>
9444
9445         * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
9446
9447 2005-05-02  Eli Zaretskii  <[email protected]>
9448
9449         * gdb.texinfo (SVR4 Process Information, The isatty call)
9450         (The system call): Don't use foo(N) notation for man pages and
9451         functions.
9452         (Compilation, DJGPP Native): Improve wording.
9453
9454 2005-04-27  Eli Zaretskii  <[email protected]>
9455
9456         * gdb.texinfo (Backtrace): Describe backtraces with arguments that
9457         were optimized away.
9458
9459 2005-04-22  Eli Zaretskii  <[email protected]>
9460
9461         * gdb.texinfo (Remote configuration): Document "set/show
9462         get-thread-local-storage-address".  Add cross-reference to the
9463         description of the qGetTLSAddr packet.
9464         (General Query Packets): Mention "set remote
9465         get-thread-local-storage-address" and add a reference to its
9466         description.
9467
9468 2005-04-19  Nick Roberts  <[email protected]>
9469
9470         * gdb.texinfo (Backtrace): Describe 'bt full'.
9471
9472 2005-04-17  Nick Roberts  <[email protected]>
9473
9474         * gdb.texinfo (Mode Options): Fix typo.
9475         (GDB/MI): Describe how to invoke GDB/MI.
9476
9477 2005-04-16  Eli Zaretskii  <[email protected]>
9478
9479         * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
9480         references changed.  Add description of "info udot".
9481         (Files): Document "set/show stop-on-solib-events".
9482         (M32R/D): Document "set/show download-path", "set/show
9483         board-address", "set/show server-address", "upload", "tload".
9484         Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
9485         "use_mon_code", "use_ib_break", "use_dbt_break".
9486         (Maintenance Commands): Improve indexing.
9487         (Target Commands): Document "set/show hash", "set/show debug
9488         monitor".
9489         (SVR4 Process Information): Document "info pidlist" and "info
9490         meminfo".  Document "set/show procfs-tarce" and "set/show
9491         procfs-file".  Document "proc-trace-*" and "proc-untrace-*".
9492         (Symbols, The Print Command with Objective-C): Improve indexing.
9493         (Objective-C): Add references to "info classes" and "info
9494         selectors".
9495         (Debugging Output): Improve wording.  Document "set/show debug
9496         solib-frv".  Fix "set/show debugvarobj".
9497         (Set Breaks): Add index entry for "hardware breakpoints".
9498         (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
9499         and "set/show usehardbreakpoints".
9500         (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
9501         monitor-prompt", "set/show monitor-warnings", "pmon".
9502         (ARM): Document "rdilogfile", "rdilogenable", "set/show
9503         rdiromatzero", "set/show rdiheartbeat".
9504         (PowerPC): Document SDS-specific commands "set/show sdstimeout",
9505         "sds".
9506         (Embedded Processors): Document the "sim" command.
9507         (Remote): Document the "remote" command.
9508         (DJGPP Native): Document the "info serial" command.
9509         (Threads): Document "maint info sol-threads".
9510         (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
9511         (Set Breaks): Improve indexing.
9512         (Command Syntax): Add a reference to dont-repeat.
9513         (Define): Document "dont-repeat".
9514         (TUI Commands): Document "tabset".
9515         (WinCE): New subsection.  Document "set/show remotedirectory",
9516         "set/show remoteupload", "set/show remoteaddhost".
9517
9518 2005-04-15  Eli Zaretskii  <[email protected]>
9519
9520         * gdb.texinfo (Hurd Native): New subsection, documents
9521         Hurd-specific commands.
9522         (Maintenance Commands): Add cross-reference to "Debugging Output".
9523         (Debugging Output): Document "set/show debug lin-lwp".
9524         (MIPS): Improve documentation of heuristic-fence-post.  Document
9525         "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
9526         mips stack-arg-size", "set/show mips mask-address", "set/show mips
9527         remote-mips64-transfers-32bit-regs", "set/show debug mips".
9528         (ARM): Document ARM-specific commands.
9529         (AVR): New section.  Document "info io_registers".
9530         (CRIS): New section.  Document "set/show cris-version" and
9531         "set/show cris-dwarf2-cfi".
9532         (HPPA): New section.  Document "set/show debug hppa" and "maint
9533         print unwind".
9534         (Neutrino): New subsection.  Document "set/show debug nto-debug".
9535         (Super-H): New section.  Document the "regs" command.
9536         (Debugging Output): Document "set/show debug aix-thread".
9537
9538 2005-04-09  Eli Zaretskii  <[email protected]>
9539
9540         * gdb.texinfo (Print Settings): Document "set/show print
9541         pascal_static-members", "set print repeats", "show print
9542         null-stop".  Improve indexing.  Fix documentation of "set print
9543         union".
9544         (Pascal): New section.
9545         (Supported languages): Rename from "Support"; all references
9546         updated.  Add a menu item for Pascal.
9547         (Numbers): Document "set radix.
9548         (Screen Size): Document "set/show pagination".
9549         (MIPS Embedded): Remove "set processor" documentation.
9550         (Remote configuration): Document "set/show X/P/Z-packet",
9551         "set/show read-aux-vector-packet", "set/show remote
9552         symbol-lookup-packet", "set/show remote verbose-resume-packet",
9553         "set/show remoteaddresssize", "set/show remotebaud", "set/show
9554         remotedebug", "set/show remotebreak", "set/show remotedevice",
9555         "set/show remotelogfile".
9556         (Auxiliary Vector): Add reference to the description of the
9557         read-aux-vector-packet setting.
9558         (Set Watchpoints): Add a cross-reference to "set remote
9559         hardware-breakpoint-limit".
9560         (General Query Packets): Add indexing of requests and
9561         cross-references to related commands in "Remote configuration".
9562         (File-I/O Overview, The system call): Fix wording and typos.
9563         (Thread Stops): Add index entries.
9564         (Continuing and Stepping): Document "show step-mode".
9565         (i386): New node.  Document "set/show struct-convention".
9566         (Files): Document "show trust-readonly-sections".
9567         (Calling): Document "set/show unwindonsignal".
9568         (Messages/Warnings): Add index entries.
9569         (Maintenance Commands): Document "set/show watchdog".
9570         (Annotations Overview): Document "show annotate".
9571         (Set Watchpoints): Add index entries.
9572         (Symbols): Fix doc of case-sensitive.
9573         (ABI): Document "show coerce-float-to-double".
9574         (Convenience Vars, Help): Improve indexing.
9575         (Machine Code): Document "show disassembly-flavor".
9576         (Debugging C plus plus): Document "show overload-resolution".
9577         (Value History, Signaling): Add index entries.
9578
9579 2005-04-08  Eli Zaretskii  <[email protected]>
9580
9581         * gdb.texinfo (Show): Move @kindex entries to their proper places.
9582         (Processes): Fix wording.
9583         (History, List, Logging output, Define, Symbols, Print Settings):
9584         Improve indexing.
9585
9586 2005-04-03  Eli Zaretskii  <[email protected]>
9587
9588         * gdb.texinfo (Targets): Document "set/show architecture".  Remove
9589         redundant index entry for "target" command.
9590         (Backtrace): Add index entries.
9591         (Symbols, Fortran): Document the "set case-sensitive" command.
9592         (DJGPP Native): Document "set com1base", "set com1irq", etc.
9593         (Print Settings): Add index entry for "set demangle-style".
9594         (Target Commands): Document "set download-write-size".
9595         (Debugging Output): Document "set exec-done-display".
9596
9597 2005-04-02  Eli Zaretskii  <[email protected]>
9598
9599         * gdb.texinfo (Files): Fix the name and documentation of
9600         add-shared-symbol-files.  Document its alias assf.  Update the
9601         list of OSs where GDB supports shared libraries.  Fix markup.
9602         (Continuing and Stepping): Add reference to @var{location} in the
9603         text.
9604         (Dump/Restore Files): Fix reference to @{filename}.
9605         (Help): Fix wording.
9606         (Attach): Ditto.
9607         (Set Watchpoints): Ditto.
9608         (Backtrace): Remove redundant index entries.  Improve index
9609         entries.
9610         (Delete Breaks): Fix wording.
9611         (Memory): Document the compare-sections command.
9612         (Memory Region Attributes): Improve wording.
9613         (Disabling): Improve wording.
9614         (Fortran): New subsection.  Document the "info common" command.
9615         (Help): Document aliases "info copying" and "info warranty".
9616         (Caching Remote Data): New section.  Document the "set/show
9617         remotecache" and "info dcache" commands.
9618         (Show): Fix wording of the documentation of the "set
9619         extension-language" command.
9620         (Signals): Add index entry for "info handle".
9621         (Memory Region Attributes): Fix punctuation.
9622         (Symbols): Change the arg name to "location" and refer to it in
9623         the text.  Fix wording of "info types" doc.
9624         (Threads): Fix usage of @enumerate @item's.
9625         (Listing Tracepoints): Add index entry for "info tp".
9626         (Set Watchpoints): Add xref to "info break" description.
9627         (Macros): Add an index entry for "macro exp1".  Document the
9628         "macro list" command.
9629         (Maintenance Commands): Document "flushregs", "maint agent",
9630         "maint check-symtabs", "maint cplus", "maint demangle", "maint
9631         deprecate", "maint undeprecate", "maint dump-me", "maint packet",
9632         "maint print architecture", "maint print objfiles", "maint print
9633         statistics", "maint print type", "maint show-debug-regs", "maint
9634         space", "maint time", and "maint translate-address".
9635         (Connecting): Document the "monitor" command.
9636         (Annotations Overview): Describe the "set annotate" command.
9637
9638 2005-04-01  Eli Zaretskii  <[email protected]>
9639
9640         * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
9641         Rearrange index entries and improve wording about support for
9642         hardware watchpoints.
9643
9644 2005-03-10  Bob Rossi  <[email protected]>
9645
9646         * gdb.texinfo: Update copyright
9647
9648 2005-02-09  Theodore A. Roth  <[email protected]>
9649
9650         * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
9651         error.
9652
9653 2005-03-07  Joel Brobecker  <[email protected]>
9654
9655         * observer.texi (executable_changed): New observer.
9656
9657 2005-02-03  Kevin Buettner  <[email protected]>
9658
9659         * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
9660
9661 2005-01-17  Michael Snyder  <[email protected]>
9662
9663         * gdb.texinfo: Fix spelling, infinte  ->  infinite.
9664
9665 2005-01-08  Mark Kettenis  <[email protected]>
9666
9667         * observer.texi (GDB Observers): Document "solib_loaded".
9668
9669 2005-01-07  Andrew Cagney  <[email protected]>
9670
9671         * configure.ac: Rename configure.in, require autoconf 2.59.
9672         * configure: Re-generate.
9673
9674         * configure.in: Replace configdirs with multiple references to
9675         AC_CONFIG_SUBDIRS.
9676         * configure: Re-generate.
9677
9678 2005-01-04  Andrew Cagney  <[email protected]>
9679
9680         * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
9681         part of the version number.
9682
9683 2004-12-24  Mark Kettenis  <[email protected]>
9684
9685         * gdbint.texinfo (Algorithms): Remove description of
9686         TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
9687
9688 2004-12-07  Jim Blandy  <[email protected]>
9689
9690         * gdb.texinfo (General Query Packets): Specify that thread ID's in
9691         the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
9692         numbers.
9693
9694 2004-12-07  Andreas Schwab  <[email protected]>
9695
9696         * gdb.texinfo (Mode Options): Document -l option.
9697
9698 2004-12-04  Eli Zaretskii  <[email protected]>
9699
9700         * gdbint.texinfo (Algorithms): More accurate description of
9701         STOPPED_BY_WATCHPOINT.  Point out that target_stopped_data_address
9702         is not needed unless data-read and data-access watchpoints are
9703         supported.  Add a description of how GDB checks whether the
9704         inferior stopped because a watchpoint was hit.
9705
9706 2004-11-23  Eli Zaretskii  <[email protected]>
9707
9708         * gdb.texinfo (Files): Add cross-reference to description of
9709         -readnow command-line switch.
9710
9711 2004-11-10  Randolph Chung  <[email protected]>
9712
9713         * gdb.texinfo: Document set/show backtrace past-entry commands.
9714         Rearrange index entries for set/show backtrace past-main.
9715
9716 2004-11-10  Jon Beniston <[email protected]>
9717
9718         Committed by Andrew Cagney  <[email protected]>.
9719         * gdb.texinfo (Remote Serial Protocol): Further describe
9720         binary transfer escaping mechanism .
9721
9722 2004-11-08  Randolph Chung  <[email protected]>
9723
9724         * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
9725         and "show debug infrun".  Add index entries.
9726
9727 2004-10-23  Eli Zaretskii  <[email protected]>
9728
9729         * gdb.texinfo (SVR4 Process Information): Document subcommands of
9730         "info proc" that are already implemented.  Add index entries.
9731         (Working Directory): Add a cross-reference to "info proc" command.
9732         (Files): Add a tip for decreasing memory used for symtabs from
9733         shared libraries.
9734         (Starting): Fix whitespace; make "elaboration" stand out where it
9735         is first used, and add an index entry for the term.
9736         (Calling): Expand and elaborate text.  Add "print".  Add the
9737         description of problems with weak aliases.
9738         (Core File Generation): New section.
9739
9740 2004-10-12  Andrew Cagney  <[email protected]>
9741
9742         * gdbint.texinfo (Versions and Branches): New chapter.
9743         (Releasing GDB): Delete "Versions and Branches" section.
9744         (Top): Add "Versions and Branches".
9745
9746 2004-10-08  Eli Zaretskii  <[email protected]>
9747
9748         * gdb.texinfo (Editing, History): Add cross-references to the
9749         included Readline and History user documentation.  Remove
9750         references to the symbol have-readline-appendices which is unused
9751         and undefined.
9752         (History): Fix indexing.
9753
9754 2004-10-08  Jeff Johnston  <[email protected]>
9755
9756         * gdbint.texinfo (target_stopped_data_address): Update to
9757         new prototype.
9758         (i386_stopped_data_address): Update prototype and description.
9759         (i386_stopped_by_watchpoint): New function and description.
9760
9761 2004-10-03  Paul N. Hilfinger  <[email protected]>
9762
9763         * gdb.texinfo (Filenames): Add Ada suffixes.
9764         (Ada) New section.
9765
9766 2004-09-27  Andrew Cagney  <[email protected]>
9767             Robert Picco  <[email protected]>
9768
9769         * gdb.texinfo (Packets): Document the "p" packet.
9770
9771 2004-09-21  Jason Molenda  ([email protected])
9772
9773         * gdb.texinfo (Paths and Names of the Source Files): Document the
9774         meaning of values in the 'desc' field of a SO stab.
9775
9776 2004-09-20  Daniel Jacobowitz  <[email protected]>
9777
9778         * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
9779         max-cache-age" and "maint show dwarf2 max-cache-age".
9780
9781 2004-09-16  Eli Zaretskii  <[email protected]>
9782
9783         * gdb.texinfo (Set Breaks): Add index entry for setting
9784         breakpoints on overloaded C++ functions that are not members of
9785         any classes.  Add an example and an index entry for setting
9786         breakpoints on all program functions.
9787         (Character Sets, Macros, Overlay Commands)
9788         (Non-debug DLL symbols, GDB/MI Output Syntax)
9789         (Annotations Overview, Maintenance Commands, File-I/O Overview):
9790         Use "(@value{GDBP})" instead of a literal "(gdb)".
9791
9792 2004-09-12  Andrew Cagney  <[email protected]>
9793
9794         * gdbint.texinfo (Native Debugging): Delete description of
9795         FILES_INFO_HOOK.
9796
9797 2004-09-11  Paul Hilfinger  <[email protected]>
9798
9799         * gdbint.texinfo (User Interface): Change local_hex_string_custom
9800         to hex_string_custom (not historically correct, but more
9801         understandable, given the current code).
9802
9803 2004-09-03  Andrew Cagney  <[email protected]>
9804
9805         * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
9806
9807 2004-09-01  Jeff Johnston  <[email protected]>
9808
9809         * observer.texi (solib_unloaded): New observer.
9810
9811 2004-08-24  Andrew Cagney  <[email protected]>
9812
9813         * gdbint.texinfo (Target Architecture Definition): Add missing
9814         comma.
9815
9816 2004-08-20  Michael Chastain  <[email protected]>
9817
9818         * (Using the Testsuite): build != host is supported,
9819         but some test scripts do not support build != host.
9820
9821 2004-08-14  Mark Kettenis  <[email protected]>
9822
9823         * gdbint.texinfo (Host Definition): Delete description of
9824         FCLOSE_PROVIDED and GETENV_PROVIDED.
9825
9826 2004-08-11  Joel Brobecker  <[email protected]>
9827
9828         * gdbint.texinfo (Host Definition): Remove documentation for
9829         USE_O_NOCTTY, no longer used.
9830
9831 2004-08-05  Mark Kettenis  <[email protected]>
9832
9833         * gdbint.texinfo (Host Definition): Delete description of
9834         NO_SYS_FILE.
9835         (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
9836         PTRACE_FP_BUG.
9837
9838 2004-08-05  Andrew Cagney  <[email protected]>
9839
9840         * gdbint.texinfo (Target Architecture Definition): Delete
9841         reference to deprecated_read_fp.
9842
9843 2004-08-02  Andrew Cagney  <[email protected]>
9844
9845         * gdbint.texinfo (Target Architecture Definition): Delete
9846         description of DEPRECATED_REGISTER_BYTES.
9847
9848 2004-07-30  Baurjan Ismagulov  <[email protected]>
9849
9850         * gdb.texinfo (Source Path): Document the new behavior of
9851         searching for the source files.
9852
9853 2004-07-17  Eli Zaretskii  <[email protected]>
9854
9855         * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
9856         (Search, Expressions, Arrays, Variables, Data, Machine Code)
9857         (Auto Display): Improve indexing.
9858
9859 2004-07-16  Andrew Cagney  <[email protected]>
9860
9861         * gdb.texinfo (Mode Options): Delete documentation on "-async" and
9862         "-noasync".
9863
9864 2004-07-09  Eli Zaretskii  <[email protected]>
9865
9866         * gdb.texinfo: Fix @kindex entries so that multiple commands that
9867         have the same prefix have only their prefix in the index.
9868
9869 2004-07-03  Mark Kettenis  <[email protected]>
9870
9871         * gdb.texinfo (BSD libkvm Interface): New node (section)
9872         (Native): Add it to the menu.
9873
9874 2004-07-01  Mark Kettenis  <[email protected]>
9875
9876         * gdbint.texinfo (Target Architecture Definition): Remove
9877         PCC_SOL_BROKEN.
9878
9879 2004-06-24  Mark Kettenis  <[email protected]>
9880
9881         * gdbint.texinfo (Target Architecture Definition): Remove
9882         SUN_FIXED_LBRAC_BUG.
9883
9884 2004-06-26  Andrew Cagney  <[email protected]>
9885
9886         * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
9887
9888 2004-06-20  Andrew Cagney  <[email protected]>
9889
9890         * gdbint.texinfo (Target Architecture Definition): Deprecate
9891         USE_STRUCT_CONVENTION.
9892
9893 2004-06-19  Michael Chastain  <[email protected]>
9894
9895         gdb.texinfo (Bug Reporting): Mention session recording,
9896         with the script command or Emacs.
9897
9898 2004-06-18  Andrew Cagney  <[email protected]>
9899
9900         * gdbint.texinfo (Target Architecture Definition): Deprecate
9901         FUNCTION_START_OFFSET.
9902
9903 2004-06-14  Andrew Cagney  <[email protected]>
9904
9905         Based on changes from Karl Berry.
9906         * gdb.texinfo: Do not use @sc in a direntry.
9907         * stabs.texinfo: Change @dircateogry to "Software development".
9908         * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
9909
9910 2004-06-13  Andrew Cagney  <[email protected]>
9911
9912         * gdbint.texinfo (Target Architecture Definition): Delete
9913         description of RETURN_VALUE_ON_STACK.
9914
9915 2004-06-09  Andrew Cagney  <[email protected]>
9916
9917         * gdbint.texinfo (Native Debugging): Restore "@table @code"
9918         deleted by previous patch.
9919
9920 2004-06-08  Andrew Cagney  <[email protected]>
9921
9922         * gdbint.texinfo (Native Debugging): Delete documentation on
9923         ATTACH_DETACH.
9924
9925 2004-06-06  Randolph Chung  <[email protected]>
9926
9927         * gdb.texinfo (push_dummy_call): Use @code{struct value}.
9928
9929 2004-06-06  Randolph Chung  <[email protected]>
9930
9931         * gdb.texinfo (push_dummy_call): Update argument list to match
9932         the new push_dummy_call method signature.  Describe the function
9933         argument.
9934
9935 2004-05-24  Joel Brobecker  <[email protected]>
9936
9937         * gdb.texinfo (Starting): Document new start command.
9938
9939 2004-05-21  Andrew Cagney  <[email protected]>
9940
9941         * observer.texi (GDB Observers): Document "inferior_created".
9942
9943 2004-05-08  Andrew Cagney  <[email protected]>
9944
9945         * gdbint.texinfo (Target Architecture Definition): Delete
9946         description of DO_DEFERRED_STORES.
9947
9948         * gdbint.texinfo (Target Architecture Definition): Delete
9949         references to DEPRECATED_FIX_CALL_DUMMY.
9950
9951         * gdbint.texinfo (Target Architecture Definition): Delete
9952         description of DEPRECATED_CALL_DUMMY_WORDS,
9953         DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
9954
9955         * gdbint.texinfo (Target Architecture Definition): Delete
9956         description of DEPRECATED_PUSH_DUMMY_FRAME.
9957
9958         * gdbint.texinfo (Target Architecture Definition): Delete
9959         reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
9960
9961 2004-05-07  Andrew Cagney  <[email protected]>
9962
9963         * observer.texi (GDB Observers): Add "Debugging" section.  Include
9964         cross reference to "set/show debug observer".
9965         * gdb.texinfo (Debugging Output): Document "set/show debug
9966         observer".
9967
9968 2004-05-01  Andrew Cagney  <[email protected]>
9969
9970         * gdbint.texinfo (Target Architecture Definition): Delete
9971         description of DEPRECATED_PC_IN_SIGTRAMP.
9972
9973 2004-04-30  Andrew Cagney  <[email protected]>
9974
9975         * gdbint.texinfo (Target Architecture Definition): Delete
9976         documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
9977
9978 2004-04-30  Orjan Friberg  <[email protected]>
9979
9980         * observer.texi (GDB Observers): Correct spelling.
9981
9982 2004-04-26  Orjan Friberg  <[email protected]>
9983
9984         * observer.texi (GDB Observers): Add target_changed event.
9985
9986 2004-04-08  Andrew Cagney  <[email protected]>
9987
9988         * observer.texi (GDB Observers): Rework, provide generic observer
9989         definitions and then a list of observable events.
9990
9991 2004-04-04  Andrew Cagney  <[email protected]>
9992
9993         * gdbint.texinfo (Host Definition): Delete reference to
9994         NO_SIGINTERRUPT.
9995
9996 2004-04-02  Andrew Cagney  <[email protected]>
9997
9998         * gdbint.texinfo (Target Architecture Definition): Delete
9999         reference to DEPRECATED_CALL_DUMMY_LENGTH.
10000
10001 2004-03-28  Stephane Carrez  <[email protected]>
10002
10003         * gdb.texinfo (TUI Commands): Document tui reg commands.
10004
10005 2004-03-26  Andrew Cagney  <[email protected]>
10006
10007         * gdb.texinfo (TUI): Delete reference to --enable-tui.  Mention
10008         "gdbtui".
10009         (Mode Options): Mention "gdbtui".  Use "Text" not "Terminal".
10010         (Contributors): Mention both Text and Terminal User Interface.
10011
10012 2004-03-23  Andrew Cagney  <[email protected]>
10013
10014         * gdbint.texinfo (Target Architecture Definition): Deprecate
10015         references to SIGTRAMP_START and SIGTRAMP_END.
10016
10017 2004-03-23  Andrew Cagney  <[email protected]>
10018
10019         * gdbint.texinfo (Target Architecture Definition): Deprecate
10020         references to PC_IN_SIGTRAMP.
10021
10022 2004-03-19  Andrew Cagney  <[email protected]>
10023
10024         * gdbint.texinfo (Target Architecture Definition): Delete
10025         reference to GDB_TARGET_IS_HPPA.
10026
10027 2004-03-18  Andrew Cagney  <[email protected]>
10028
10029         * gdbint.texinfo (Coding): Update section on gdbarch_data,
10030         describe pre_init and post_init.
10031
10032 2004-03-09  Daniel Jacobowitz  <[email protected]>
10033
10034         * gdb.texinfo (Debugging Output): Document values for "set debug
10035         target".
10036
10037 2004-02-28  Andrew Cagney  <[email protected]>
10038
10039         * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
10040
10041 2004-02-26  Jeff Johnston  <[email protected]>
10042
10043         * gdb.texinfo (breakpoints): Add information about the
10044         new "set breakpoint pending" and "show breakpoint pending"
10045         commands.
10046
10047 2004-02-26  Andrew Cagney  <[email protected]>
10048
10049         * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
10050         in Per-architecture module data section.
10051
10052 2004-02-25  Roland McGrath  <[email protected]>
10053
10054         * gdb.texinfo (General Query Packets): Document qPart:... packets.
10055
10056 2004-02-24  Andrew Cagney  <[email protected]>
10057
10058         * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
10059         * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
10060         * fdl.texi: Import Version 1.2, November 2002.
10061
10062 2004-02-17  Andrew Cagney  <[email protected]>
10063
10064         * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
10065
10066 2004-02-16  Andrew Cagney  <[email protected]>
10067
10068         * gdbint.texinfo (Target Architecture Definition): Deprecate
10069         FRAMELESS_FUNCTION_INVOCATION.
10070
10071 2004-02-16  Andrew Cagney  <[email protected]>
10072
10073         * gdbint.texinfo (Coding): Mention -Wunused-function.
10074
10075 2004-02-14  Andrew Cagney  <[email protected]>
10076
10077         * gdbint.texinfo (Target Architecture Definition): Delete
10078         description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10079
10080 2004-02-12  Elena Zannoni  <[email protected]>
10081
10082         * gdb.texinfo: Properly quote the name "C++".
10083         * gdbint.texinfo: Ditto.
10084         * stabs.texinfo: Ditto.
10085
10086 2004-02-11  Elena Zannoni  <[email protected]>
10087
10088         * gdbint.texinfo (Support Libraries): Add doco about obstacks and
10089         minimal information about libiberty.
10090
10091 2004-02-06  Michael Chastain  <[email protected]>
10092
10093         * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
10094
10095 2004-02-04  Roland McGrath  <[email protected]>
10096
10097         * gdb.texinfo (Auxiliary Vector): New node (section).
10098         (Data): Add it to the menu.
10099
10100 2004-02-02  Jeff Johnston  <[email protected]>
10101
10102         * gdb.texinfo (Breakpoints): Add information about pending
10103         breakpoint support.
10104
10105 2004-01-26  Andrew Cagney  <[email protected]>
10106
10107         * gdb.texinfo (Overview): Delete references to the cisco protocol
10108         including the "N" response.
10109
10110 2004-01-26  Andrew Cagney  <[email protected]>
10111
10112         * gdbint.texinfo (Target Architecture Definition): Rename
10113         EXTRACT_STRUCT_VALUE_ADDRESS to
10114         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
10115
10116 2004-01-24  Eli Zaretskii  <[email protected]>
10117
10118         * gdb.texinfo (KOD): Document "show os".  Add index entries for
10119         "set/show os" and "info cisco" commands.
10120
10121 2004-01-21  Eli Zaretskii  <[email protected]>
10122
10123         * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
10124
10125 2004-01-19  Michael Chastain  <[email protected]>
10126
10127         * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
10128         MMAP_BASE_ADDRESS, MMAP_INCREMENT.
10129
10130 2004-01-19  Nick Roberts  <[email protected]>
10131
10132         * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
10133         -stack-list-locals.
10134         (GDB/MI Variable Objects): Describe extension to
10135         -var-list-children.
10136
10137 2004-01-17  Daniel Jacobowitz  <[email protected]>
10138
10139         * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
10140
10141 2004-01-17  Andrew Cagney  <[email protected]>
10142
10143         * gdbint.texinfo (Target Architecture Definition): Delete
10144         documentation on DEPRECATED_NPC_REGNUM.
10145
10146 2004-01-13  Daniel Jacobowitz  <[email protected]>
10147
10148         * gdb.texinfo: Update copyright year.  Mention that set
10149         follow-fork-mode is supported on GNU/Linux.  Remove documentation of
10150         "set follow-fork-mode ask".
10151
10152 2004-01-13  Andrew Cagney  <[email protected]>
10153
10154         * gdbint.texinfo: Update copyright year.
10155         (Coding): Add -Wunused-label to list of -Werror warnings.
10156
10157 2004-01-08  Jason Molenda  <[email protected]>
10158             Eli Zaretskii  <[email protected]>
10159
10160         * gdb.texinfo: Update copyright.
10161         (Objective-C): "methodName" typeo fixed.  Add @code/@var markup
10162         around names, as appropriate.  Minor syntax cleanup of
10163         _NSPrintForDebugger explanation.  Two spaces after periods.
10164         GDBN used instead of lit. "gdb".  Index entries added for
10165         print-object and _NSPrintForDebugger.  @noindent added in one spot.
10166
10167 2003-11-11  Elena Zannoni  <[email protected]>
10168
10169         * stabs.texinfo: Add dircategory and direntry commands.
10170         * annotate.texinfo: Ditto.
10171
10172 2003-11-10  Andrew Cagney  <[email protected]>
10173
10174         * gdbint.texinfo (Target Architecture Definition): Replace the
10175         return_value method's "inval" and "outval" parameters with
10176         "readbuf" and "writebuf".
10177
10178 2003-10-28  Jim Blandy  <[email protected]>
10179
10180         * gdb.texinfo (The F request packet, The F reply packet): Renamed
10181         from "The `F' request packet" and "The `F' reply packet", to make
10182         texi2dvi happy.
10183         (File-I/O remote protocol extension): Update menu entries, too.
10184
10185 2003-10-26  Michael Chastain  <[email protected]>
10186
10187         * gdb.texinfo (Thread Stops): Document the issue with
10188         premature return from system calls in multi-threaded programs.
10189
10190 2003-10-24  Andrew Cagney  <[email protected]>
10191
10192         * annotate.texinfo: Fix "fortunatly"[sic].
10193
10194 2003-10-23  Kei Sakamoto  <[email protected]>
10195
10196         * gdb.texinfo (Contributors to GDB): Replace "Renesas"
10197         with "Hitachi" and "Mitsubishi".
10198
10199 2003-10-20  Andrew Cagney  <[email protected]>
10200
10201         * gdbint.texinfo (Target Architecture Definition): Document
10202         gdbarch_return_value.  Add cross references from
10203         USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
10204         STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
10205
10206 2003-10-18  Mark Kettenis  <[email protected]>
10207
10208         * gdbint.texinfo (Target Architecture Definition): Document
10209         regset_from_core_section.
10210
10211 2003-10-16  Kei Sakamot Sakamoto  <[email protected]>
10212
10213         * gdb.texinfo (M32R/D): Mention m32rsdi target.
10214
10215 2003-10-15  Kevin Buettner  <[email protected]>
10216
10217         From Anthony Green  <[email protected]>:
10218         * gdb.texinfo (Breakpoints related warnings): Insert into menu.
10219
10220 2003-10-14  Kevin Buettner  <[email protected]>
10221
10222         * gdb.texinfo (Breakpoint related warnings): New node.
10223         * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
10224
10225 2003-10-13  Daniel Jacobowitz  <[email protected]>
10226
10227         * gdb.texinfo (Remote Protocol): Document v and vCont.
10228
10229 2003-10-10  Kei Sakamoto  <[email protected]>
10230
10231         * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
10232         * gdbint.texinfo: Ditto.
10233
10234 2003-10-09  Andrew Cagney  <[email protected]>
10235
10236         From 2003-09-18 David Anderson <[email protected]>:
10237         * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
10238         "command".
10239
10240 2003-10-03  Andrew Cagney  <[email protected]>
10241
10242         * gdbint.texinfo (Target Architecture Definition): Deprecate
10243         IBM6000_TARGET.  Mention that it implies an RS/6000 system and not
10244         just target.
10245
10246 2003-10-02  Andrew Cagney  <[email protected]>
10247
10248         * gdbint.texinfo (Target Architecture Definition): Rename
10249         REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
10250         * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
10251         * gdbint.texinfo (Target Architecture Definition): Rename
10252
10253 2003-09-30  Andrew Cagney  <[email protected]>
10254
10255         REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
10256         (Target Architecture Definition):
10257
10258         * gdbint.texinfo (Target Architecture Definition): Rename
10259         REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
10260
10261 2003-09-29  Andrew Cagney  <[email protected]>
10262
10263         * gdbint.texinfo (Target Architecture Definition): Delete
10264         documentation for NEED_TEXT_START_END.
10265
10266         * gdbint.texinfo (Target Architecture Definition): Rename
10267         NPC_REGNUM to DEPRECATED_NPC_REGNUM.  Add cross reference to
10268         TARGET_WRITE_PC.
10269
10270 2003-09-22  Michael Chastain  <[email protected]>
10271
10272         * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
10273
10274 2003-09-21  Anthony Green  <[email protected]>
10275
10276         * gdbint.texinfo (Target Architecture Definition): Fix typos.
10277
10278 2003-09-21  Mark Kettenis  <[email protected]>
10279
10280         * gdbint.texinfo (Target Architecture Definition): Document
10281         stabs_argument_has_addr.
10282
10283 2003-09-18  Andrew Cagney  <[email protected]>
10284
10285         * gdbint.texinfo (Target Architecture Definition): Delete
10286         documentation on REGISTER_NAMES.
10287
10288 2003-09-13  Mark Kettenis  <[email protected]>
10289
10290         * gdbint.texinfo (Target Architecture Definition): Replace
10291         REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
10292
10293 2003-09-11  Andrew Cagney  <[email protected]>
10294
10295         * gdbint.texinfo (Target Architecture Definition): Replace
10296         STACK_ALIGN with DEPRECATED_STACK_ALIGN.
10297
10298 2003-08-18  Andrew Cagney  <[email protected]>
10299
10300         * gdbint.texinfo (Target Architecture Definition): Document
10301         "frame_red_zone_size".
10302
10303 2003-08-09  Andrew Cagney  <[email protected]>
10304
10305         * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
10306         with "set/show backtrace past-main" and "set/show backtrace
10307         limit".
10308
10309 2003-08-08  H.J. Lu  <[email protected]>
10310
10311         * Makefile.in (install-info): Support DESTDIR.
10312         (install-html): Likewise.
10313
10314 2003-08-07  Andrew Cagney  <[email protected]>
10315
10316         Patch from Nick Roberts.
10317         * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
10318         bindings.  Remove description of send-gdb-command.
10319
10320 2003-08-07  Andrew Cagney  <[email protected]>
10321
10322         * gdb.texinfo (Mode Options): Mention that "mi2" was included in
10323         GDB 6.0.
10324
10325 2003-08-06  Andrew Cagney  <[email protected]>
10326
10327         * gdb.texinfo (Mode Options): Mention that level three is the
10328         highest available and that level 2 is deprecated.
10329         (Annotations Overview): Mention annotation levels. Cross reference
10330         to "Limitations of the Annotation Interface" in annotate.texi.
10331         (TODO, Value Annotations, Frame Annotations): Delete section.
10332         (Displays, Breakpoint Info): Delete.
10333
10334 2003-08-04  Andrew Cagney  <[email protected]>
10335
10336         * agentexpr.texi: Delete @bye.
10337         * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
10338         (stabs.info): Add $(srcdir) to include search path.
10339         (html): Depend on "annotate_toc.html", and not "annotate.html".
10340         * stabs.texinfo: Ditto.  Include "fdl.texi".
10341         * gdbint.texinfo: Update copyright statement's list of invariant
10342         sections.
10343
10344 2003-07-28  Andrew Cagney  <[email protected]>
10345
10346         * Makefile.in (INFO_DEPS): Add annotate.info.
10347         (dvi, ps, html, pdf): Add annotate.
10348         (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
10349         (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
10350         (ANNOTATE_DOC_FILES): New macro.
10351         (ANNOTATE_TEX_TMPS): New macro.
10352         (annotate.info, annotate_toc.html): Specify dependencies.
10353         (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
10354         * annotate.texinfo: Rename annotate.texi.  Get building.  Add
10355         "Migrating to GDB/MI" and "Limitations of the Annotation
10356         Interface" chapters.  Mention why it is not part of the user
10357         guide.  Update copyright notice.  Include "fdl.texi".
10358
10359 2003-07-26  Stephane Carrez  <[email protected]>
10360
10361         * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
10362
10363 2003-07-24  Daniel Jacobowitz  <[email protected]>
10364
10365         * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
10366
10367 2003-07-24  Daniel Jacobowitz  <[email protected]>
10368
10369         * gdb.texinfo (Server): Mention pidof.
10370
10371 2003-07-22  Andrew Cagney  <[email protected]>
10372
10373         * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
10374         list.
10375
10376 2003-06-28  Daniel Jacobowitz  <[email protected]>
10377
10378         * gdb.texinfo (Logging output): New chapter.
10379
10380 2003-06-24  Joel Brobecker  <[email protected]>
10381
10382         * gdb.texinfo (Unsupported languages): New section.
10383         (Languages): Add link to new section.
10384
10385 2003-06-22  Andrew Cagney  <[email protected]>
10386
10387         * gdb.texinfo (Contributors): Mention 6.0 release engineer.
10388
10389 2003-06-22  Daniel Jacobowitz  <[email protected]>
10390
10391         * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
10392
10393 2003-06-22  Daniel Jacobowitz  <[email protected]>
10394
10395         * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
10396         * agentexpr.texi: Retitle section, and change it to an appendix.
10397         Comment out texinfo initialization.  Factor a @var{} into two
10398         pieces to prevent makeinfo warnings.
10399         * gdb.texinfo: Add Agent Expressions appendix.
10400
10401 2003-06-19  Daniel Jacobowitz  <[email protected]>
10402
10403         * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
10404
10405 2003-06-18  Daniel Jacobowitz  <[email protected]>
10406
10407         * gdb.texinfo (Remote Debugging): New section "Connecting to a
10408         remote target".  Document the "detach" and "disconnect" commands.
10409         (Server, Netware, Debug Session): Reference "Connecting to a
10410         remote target".
10411         (GDB/MI Target Manipulation): Document "-target-disconnect".
10412
10413 2003-06-13  Andrew Cagney  <[email protected]>
10414
10415         * gdbint.texinfo (Target Architecture Definition): Deprecate
10416         REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
10417         BIG_REMOTE_BREAKPOINT.  Cross reference BREAKPOINT_FROM_PC.
10418
10419 2003-06-09  Jim Blandy  <[email protected]>
10420
10421         * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
10422
10423 2003-06-08  Andrew Cagney  <[email protected]>
10424
10425         * gdbint.texinfo (Target Architecture Definition): Delete
10426         documentation on FRAME_ARGS_ADDRESS_CORRECT.
10427
10428 2003-06-08  Andrew Cagney  <[email protected]>
10429
10430         * gdbint.texinfo (Target Architecture Definition): Document
10431         "unwind_sp".  Cross reference "unwind_sp" and TARGET_READ_SP.
10432
10433 2003-06-07  Adam Fedor  <[email protected]>
10434
10435         * gdb.texinfo: Add Objective-C documentation.
10436
10437 2003-06-01  Andrew Cagney  <[email protected]>
10438
10439         * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
10440         parameter to "push_dummy_call".  Rename "dummy_addr" to "bp_addr".
10441
10442 2003-05-21  Andrew Cagney  <[email protected]>
10443
10444         * gdbint.texinfo (Target Architecture Definition): Delete
10445         references to "extract_address" and "store_address".
10446
10447 2003-05-16  Andrew Cagney  <[email protected]>
10448
10449         * gdbint.texinfo (Target Architecture Definition): Replace
10450         REGISTER_BYTES with DEPRECATED_REGISTER_BYTES.  Fix typo,
10451         DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
10452
10453 2003-05-14  Theodore A. Roth  <[email protected]>
10454
10455         * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
10456
10457 2003-05-10  H.J. Lu <[email protected]>
10458
10459         * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
10460         (gdb.dvi): Likewise.
10461         (gdb.pdf): Likewise.
10462         (links2roff): Likewise.
10463
10464 2003-05-08  Jim Blandy  <[email protected]>
10465
10466         * gdb.texinfo (Dump/Restore Files): Update documentation for
10467         'dump', 'append', and 'restore': note that format argument is
10468         optional; simplify presentation of the command variants; and be
10469         more precise about the formats.
10470
10471 2003-05-07  Jim Blandy  <[email protected]>
10472
10473         * gdb.texinfo (Symbols): Update documentation: 'maint list
10474         symtabs' and 'maint list psymtabs' have been renamed 'maint info
10475         symtabs' and 'maint info psymtabs'.
10476
10477 2003-05-05  Andrew Cagney  <[email protected]>
10478
10479         * gdbint.texinfo (Target Architecture Definition): Make
10480         CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
10481         FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
10482         CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
10483
10484 2003-05-04  Andrew Cagney  <[email protected]>
10485
10486         * gdb.texinfo (Maintenance Commands): Document "maint print
10487         dummy-frames".
10488
10489 2003-05-04  Andrew Cagney  <[email protected]>
10490
10491         * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
10492
10493 2003-05-03  J. Brobecker  <[email protected]>
10494
10495         Thierry Schneider  <[email protected]>
10496         * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
10497         for new MI command.
10498
10499 2003-05-03  Andrew Cagney  <[email protected]>
10500
10501         * gdbint.texinfo (Target Architecture Definition): Document
10502         push_dummy_code.  Add cross references.
10503
10504 2003-05-02  Elena Zannoni  <[email protected]>
10505
10506         * gdb.texinfo (Character Sets): Update to reflect new behavior of
10507         set/show charsets commands.
10508
10509 2003-04-28  Andrew Cagney  <[email protected]>
10510
10511         * gdbint.texinfo (Target Architecture Definition): Replace
10512         read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
10513         DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
10514
10515 2003-04-28  Andrew Cagney  <[email protected]>
10516
10517         * gdbint.texinfo (Target Architecture Definition): Rename
10518         "tm_print_insn" to "deprecated_tm_print_insn".
10519
10520 2003-04-09  Jim Blandy  <[email protected]>
10521
10522         * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
10523         list psymtabs'.
10524
10525 2003-04-08  Andrew Cagney  <[email protected]>
10526
10527         * gdbint.texinfo (Target Architecture Definition): Delete
10528         references to EXTRA_FRAME_INFO.
10529
10530 2003-04-08  Andrew Cagney  <[email protected]>
10531
10532         * gdbint.texinfo (Target Architecture Definition): Delete
10533         PRINT_TYPELESS_INTEGER.
10534
10535 2003-04-02  J. Brobecker  <[email protected]>
10536
10537         * observer.texi (GDB Observers): Adjust the documentation for the
10538         normal_stop notification to better describe reality. Fix a couple
10539         of minor typos.
10540
10541 2003-04-02  Bob Rossi  <[email protected]>
10542
10543         * gdb.texinfo (GDB/MI Program Control): Add
10544         '-file-list-exec-source-file'
10545
10546 2003-03-31  Andrew Cagney  <[email protected]>
10547
10548         * gdbint.texinfo (Target Architecture Definition): Delete
10549         references to CALL_DUMMY_P.
10550
10551 2003-03-30  Andrew Cagney  <[email protected]>
10552
10553         * gdbint.texinfo (Target Architecture Definition): Remove
10554         reference to TARGET_WRITE_SP.
10555
10556 2003-03-27  Andrew Cagney  <[email protected]>
10557
10558         * gdbint.texinfo (Target Architecture Definition): Remove
10559         references to write_sp.
10560
10561 2003-03-27  Andrew Cagney  <[email protected]>
10562
10563         * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
10564         chapter body.  Use @smallexample instead of @example.
10565         (Annotations): Ditto.
10566         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
10567         annotate.texi.
10568
10569 2003-03-26  Andrew Cagney  <[email protected]>
10570
10571         * gdbint.texinfo (Target Architecture Definition): Replace
10572         PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
10573         dummy_addr parameters.
10574
10575 2003-03-25  Andrew Cagney  <[email protected]>
10576
10577         * gdbint.texinfo (Target Architecture Definition): Delete
10578         reference to CALL_DUMMY_STACK_ADJUST_P.  Rename
10579         CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10580         Add reference to PUSH_ARGUMENTS.
10581
10582 2003-03-23  Andrew Cagney  <[email protected]>
10583
10584         * gdbint.texinfo (Algorithms, Target Architecture Definition):
10585         Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
10586
10587 2003-03-18  J. Brobecker  <[email protected]>
10588
10589         * gdbint.texinfo (Algorithms): Add new section describing the
10590         Observer paradigm.
10591         (Top): Add menu entry to new observer appendix.
10592         * observer.texi: New file.
10593         * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
10594         new observer.texi file.
10595
10596 2003-03-17  Andrew Cagney  <[email protected]>
10597
10598         * gdb.texinfo (DATE): Delete.  Remove date from titles.  Mention
10599         that GNU Press update the manual version number.
10600
10601 2003-03-12  Andrew Cagney  <[email protected]>
10602
10603         * gdbint.texinfo (Target Architecture Definition): Delete
10604         references to get_saved_register.  Rename GET_SAVED_REGISTER to
10605         DEPRECATED_GET_SAVED_REGISTER.
10606
10607 2003-03-13  Andrew Cagney  <[email protected]>
10608
10609         * gdbint.texinfo (Target Architecture Definition): Replace
10610         POP_FRAME with DEPRECATED_POP_FRAME.  Update description.
10611
10612 2003-03-12  Andrew Cagney  <[email protected]>
10613
10614         * gdbint.texinfo (Target Architecture Definition): Rename
10615         FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
10616
10617 2003-03-10  Corinna Vinschen  <[email protected]>
10618
10619         * gdb.texinfo: Add File-I/O documentation.
10620
10621 2003-03-10  Andrew Cagney  <[email protected]>
10622
10623         * gdbint.texinfo (Target Architecture Definition): Cross reference
10624         FRAME_SAVED_PC to unwind_pc.  Document unwind_pc.
10625
10626 2003-03-07  Andrew Cagney  <[email protected]>
10627
10628         * gdb.texinfo (Debugging Output): Mention the "set/show debug
10629         frame" command.
10630
10631 2003-03-05  Andrew Cagney  <[email protected]>
10632
10633         * gdbint.texinfo (Target Architecture Definition): Document
10634         unwind_dummy_id.  Cross reference unwind_dummy_id and
10635         SAVE_DUMMY_FRAME_TOS.
10636
10637 2003-03-05  James Ingham <[email protected]>
10638             Daniel Jacobowitz  <[email protected]>
10639
10640         * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
10641         and "show cp-abi".
10642
10643 2003-03-03  Andrew Cagney  <[email protected]>
10644
10645         * gdbint.texinfo (Target Architecture Definition): Document
10646         register_type.
10647
10648 2003-03-03  Andrew Cagney  <[email protected]>
10649
10650         * stabs.texinfo (Structures): Use @samp and separate @var's
10651         instead of a single @var containing a comma separated list.
10652         (Unions): Ditto.
10653
10654 2003-03-02  Daniel Jacobowitz  <[email protected]>
10655
10656         * Makefile.in (distclean): Remove config.log.
10657
10658 2003-03-01  Andrew Cagney  <[email protected]>
10659
10660         * gdbint.texinfo (Target Architecture Definition): Rename
10661         FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
10662
10663 2003-03-01  Andrew Cagney  <[email protected]>
10664
10665         * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
10666         DEPRECATED_INIT_EXTRA_FRAME_INFO.
10667
10668 2003-02-23  Raoul Gough  <[email protected]>
10669
10670         * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
10671         (Non-debug DLL symbols): New node, describing the minimal symbols
10672         loaded from DLLs without real debugging symbols.
10673
10674 2003-02-20  Andrew Cagney  <[email protected]>
10675
10676         * gdb.texinfo (Set Breaks): Add cross reference to "set remote
10677         hardware-breakpoint-limit".
10678         (Set Watchpoints): Add cross reference to "set remote
10679         hardware-watchpoint-limit".
10680         (Remote configuration options): New section.
10681
10682 2003-02-04  Andrew Cagney  <[email protected]>
10683
10684         * gdbint.texinfo (Target Architecture Definition): Delete
10685         descrption of IS_TRAPPED_INTERNALVAR.
10686
10687         From Keith Seitz <[email protected]>:
10688         * gdb.texinfo (Interpreters): New chapter.  Refer the command-line
10689         option "-i"/"--interpreter" to this chapter.  Include index
10690         entries.
10691
10692 2003-02-04  David Carlton  <[email protected]>
10693
10694         * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
10695         (Variables): Recommend stabs+ and DWARF 2.
10696         (C plus plus expressions): Correct info about
10697         compiler versions, debug formats.
10698         (Contributors): Change 'DWARF2' to 'DWARF 2'.
10699         PR symtab/874.
10700
10701 2003-02-01  Andrew Cagney  <[email protected]>
10702
10703         * gdbint.texinfo (Target Architecture Definition): Delete
10704         description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
10705         ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
10706         BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
10707         references to nindy and i960.
10708         * gdb.texinfo (i960): Delete all references to i960 and nindy.
10709
10710 2003-02-01  Andrew Cagney  <[email protected]>
10711
10712         * gdbint.texinfo (Target Architecture Definition): Delete
10713         FLOAT_INFO.
10714
10715 2003-01-30  Andrew Cagney  <[email protected]>
10716
10717         * stabs.texinfo (Member Type Descriptor): Clarify description of
10718         `@'.  Suggested by Ben Hutchings.
10719
10720 2003-01-29  Andrew Cagney  <[email protected]>
10721
10722         * gdb.texinfo (M68K): Delete reference to es1800.
10723
10724 2003-01-29  Andrew Cagney  <[email protected]>
10725
10726         * gdb.texinfo (Maintenance Commands): Document `maint print
10727         reggroups' and `maint print register-groups'.
10728         * gdbint.texinfo (Target Architecture Definition): Document
10729         register_reggroup_p.
10730
10731 2003-01-23  Jim Blandy  <[email protected]>
10732
10733         * gdb.texinfo (Separate Debug Files): New section.
10734
10735 2003-01-22  Daniel Jacobowitz  <[email protected]>
10736
10737         * gdb.texinfo (Maintenance Commands): Add "maint set profile"
10738         and "maint show profile".
10739
10740 2003-01-16  Michael Chastain  <[email protected]>
10741
10742         * gdb.texinfo (Installing GDB): Warn against
10743         ".../gdb-VERSION/gdb/configure".
10744         (Separate Objdir): Likewise.
10745
10746 2003-01-15  Andrew Cagney  <[email protected]>
10747
10748         * gdbint.texinfo (Target Architecture Definition): Delete
10749         definition of PRINT_REGISTER_HOOK.
10750
10751 2003-01-15  Elena Zannoni  <[email protected]>
10752
10753         (OpenRISC 1000): Fix formatting of command names.
10754
10755 2003-01-15  Elena Zannoni  <[email protected]>
10756
10757         * gdb.texinfo (Continuing and Stepping): Add new command
10758         'advance'. Clarify behavior of 'until'.
10759
10760 2003-01-13  Daniel Jacobowitz  <[email protected]>
10761
10762         * gdb.texinfo (Files): Document solib-absolute-prefix and
10763         solib-search-path.
10764
10765 2003-01-09  Michael Chastain  <[email protected]>
10766
10767         * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
10768         (Create a Release): Add new instructions for new @file{src-release}.
10769         Document existing instructions for @file{Makefile.in} as
10770         being for @value{GDBN} 5.3.1 or earlier.
10771
10772 2003-01-09  Andrew Cagney  <[email protected]>
10773
10774         * gdbint.texinfo (Target Architecture Definition): Mention
10775         frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
10776         allocate memory.
10777
10778 2003-01-04  Daniel Jacobowitz  <[email protected]>
10779
10780         * gdb.texinfo (Controlling GDB): Add @kindex for
10781         "show osabi".
10782         (Backtraces): Add @kindex's for backtrace-below-main.
10783
10784 2003-01-04  Daniel Jacobowitz  <[email protected]>
10785
10786         * gdb.texinfo (Controlling GDB): Document "set osabi".
10787
10788 2003-01-04  Daniel Jacobowitz  <[email protected]>
10789
10790         * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
10791         * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
10792
10793 2003-01-04  Daniel Jacobowitz  <[email protected]>
10794
10795         * gdb.texinfo (Controlling GDB): Add ABI section.  Document
10796         "set coerce-float-to-double".
10797         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
10798
10799 2003-01-02  Andrew Cagney  <[email protected]>
10800
10801         * stabs.texinfo: Remove obsolete text.
10802         * gdbint.texinfo: Ditto.
10803         * gdb.texinfo: Ditto.
10804
10805 2002-12-29  Kazu Hirata  <[email protected]>
10806
10807         * fdl.texi: Revert the last change.
10808
10809 2002-12-22  Mark Kettenis  <[email protected]>
10810
10811         * gdbint.texinfo (Target Architecture Definition): Update
10812         description of gdbarch_register_osabi.
10813
10814 2002-12-20  Kazu Hirata  <[email protected]>
10815
10816         * agentexpr.texi: Fix typos.
10817         * annotate.texi: Likewise.
10818         * fdl.texi: Likewise.
10819
10820 2002-12-10  Andrew Cagney  <[email protected]>
10821
10822         * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
10823         DEPRECATED_INIT_FRAME_PC.
10824
10825 2002-12-01  Andrew Cagney  <[email protected]>
10826
10827         * gdbint.texinfo (Target Architecture Definition): Delete
10828         PC_IN_CALL_DUMMY.
10829
10830 2002-11-28  Andrew Cagney  <[email protected]>
10831
10832         * gdbint.texinfo (Host Definition): Delete documentation on
10833         USE_GENERIC_DUMMY_FRAMES.
10834
10835 2002-11-26  Elena Zannoni  <[email protected]>
10836
10837         Fix PR gdb/723 and PR gdb/245.
10838         * Makefile.in (install-info): Run the install-info command as part
10839         of the post install steps only.
10840         (uninstall-info): New target.
10841         (uninstall): New target.
10842
10843 2002-11-22  Elena Zannoni  <[email protected]>
10844
10845         * Makefile.in (install): Make install do some real work.
10846
10847 2002-11-19  Andrew Cagney  <[email protected]>
10848
10849         Fix POSIX problem reported by Paul Eggert.
10850         * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
10851         Fix PR gdb/527.
10852
10853 2002-10-26  Andrew Cagney  <[email protected]>
10854
10855         * gdbint.texinfo (Target Architecture Definition): Delete
10856         definition of DO_REGISTERS_INFO.
10857
10858 2002-10-18  Kevin Buettner  <[email protected]>
10859
10860         * gdbint.texinfo (Address Classes): Fix problems with insertion
10861         of ``{'' and ``}'' in example.
10862
10863 2002-10-17  Kevin Buettner  <[email protected]>
10864
10865         * gdbint.texinfo (Address Classes): New section.
10866         (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
10867         ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
10868         ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
10869         ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
10870
10871 2002-10-11  Klee Dienes  <[email protected]>
10872
10873         * gdb.texinfo (Registers): Mention vector registers as well as
10874         floating registers in the documentation for 'info registers' and
10875         'info all-registers'.
10876
10877 2002-10-11  Daniel Jacobowitz  <[email protected]>
10878
10879         * gdbint.texinfo (CPLUS_MARKER): Remove item.
10880
10881 2002-10-03  Jeff Johnston  <[email protected]>
10882
10883         * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
10884         interface definition.
10885
10886 2002-10-03  Marko Mlinar   <[email protected]>
10887
10888         * gdb.texinfo (Target Commands): Add or1k target specific
10889         commands.
10890         * gdb.texinfo (Contributors): Add myself to the contributors list.
10891
10892 2002-10-01  Andrew Cagney  <[email protected]>
10893
10894         * gdb.texinfo (Mode Options): Update --interpreter option.  "mi2"
10895         and "mi1" instead of "mi1" and "mi0".
10896
10897 2002-09-29  Hans-Peter Nilsson  <[email protected]>
10898
10899         * gdb.texinfo (Packets): Fix typos "alligned".
10900         Correct z3/Z3 description.  Correct z4/Z4 title.
10901
10902 2002-09-27  Andrew Cagney  <[email protected]>
10903
10904         * all-cfg.texi: Use @sc for GDB and GCC.  Update copyright.
10905
10906 2002-09-25  Kevin Buettner  <[email protected]>
10907
10908         * gdb.texinfo: Use GNU/Linux instead of Linux.
10909
10910 2002-09-25  Andrew Cagney  <[email protected]>
10911
10912         * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
10913
10914 2002-09-24  Andrew Cagney  <[email protected]>
10915
10916         * gdb.texinfo: Replace @example with @smallexample.
10917
10918 2002-09-20  Kevin Buettner  <[email protected]>
10919
10920         From Eli Zaretskii  <[email protected]>:
10921         * gdb.texinfo (Character Sets): Use @smallexample instead of
10922         @example.  Use GNU/Linux instead of Linux.
10923
10924 2002-09-20  Jim Blandy  <[email protected]>
10925
10926         * gdb.texinfo: Add character set documentation.
10927
10928 2002-09-20  George Helffrich  <[email protected]>
10929
10930         * gdb.texinfo: Document edit command.
10931
10932 2002-09-19  Andrew Cagney  <[email protected]>
10933
10934         * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
10935         (Packets): Add cross reference from `b' packet to `z' packets.
10936
10937 2002-09-19  Andrew Cagney  <[email protected]>
10938
10939         * gdb.texinfo (Maintenance Commands): Document ``maint
10940         internal-error'' and ``maint internal-warning''.
10941
10942         * gdbint.texinfo (Target Architecture Definition): Revise
10943         description of STACK_ALIGN.  Add description of FRAME_ALIGN.
10944
10945 2002-09-19  Joel Brobecker  <[email protected]>
10946
10947         * gdbint.texinfo (Target Conditionals): Document the new
10948         NAME_OF_MALLOC macro.
10949
10950 2002-09-05  Andrew Cagney  <[email protected]>
10951
10952         * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
10953         engineer.
10954
10955 2002-09-02  Stephane Carrez  <[email protected]>
10956
10957         * gdb.texinfo (TUI Overview): Document status line fields.
10958
10959 2002-09-02  Stephane Carrez  <[email protected]>
10960
10961         * gdb.texinfo (TUI Commands): Document info win command.
10962
10963 2002-09-01  Stephane Carrez  <[email protected]>
10964
10965         * gdb.texinfo (TUI Overview): Document breakpoint markers.
10966
10967 2002-09-01  Stephane Carrez  <[email protected]>
10968
10969         * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
10970         (TUI Keys): Likewise.
10971
10972 2002-08-25  Andrew Cagney  <[email protected]>
10973
10974         * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
10975         for a packet receive.
10976
10977 2002-08-25  Andrew Cagney  <[email protected]>
10978
10979         * Makefile.in (clean): Move to end of file.
10980         (distclean, maintainer-clean, realclean): Ditto.
10981         (mostlyclean): Move rule to end of file.  Use GDB_TEX_TMPS,
10982         GDBINT_TEX_TMPS, STABS_TEX_TMPS.
10983         (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
10984         (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
10985
10986 2002-08-24  Andrew Cagney  <[email protected]>
10987
10988         * Makefile.in (GDBINT_TEX_TMPS): Define.
10989         (gdbint.dvi, gdbint.pdf): Use
10990         (GDB_TEX_TMPS): Define.
10991         (gdb.dvi, gdb.pdf): Use.
10992         (STABS_TEX_TMPS): Define.
10993         (stabs.dvi, stabs.pdf): Use.
10994         (GDB_DOC_SOURCE_INCLUDES): New macros.
10995         (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
10996         (GDBINT_DOC_FILES_INCLUDES): New macros.
10997         (GDBINT_DOC_BUILD_INCLUDES): New macros.
10998         (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
10999         (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
11000         (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
11001         (links2roff): Replace SFILES_INCLUDED with
11002         GDB_DOC_SOURCE_INCLUDES.
11003         (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
11004         (gdb.me, gdb.mm, gdb.ms): Update dependencies.
11005         (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
11006         dependencies.
11007         (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
11008         dependencies.
11009         (gdbmi.texinfo): Delete rule.
11010         (inc-hist.texinfo): Delete rule.
11011         (rluser.texinfo): Delete rule.
11012
11013 2002-08-23  Andrew Cagney  <[email protected]>
11014
11015         * gdbint.texinfo (Target Architecture Definition): Update
11016         STORE_RETURN_VALUE, mention regcache.
11017
11018 2002-08-21  Andrew Cagney  <[email protected]>
11019
11020         * gdbint.texinfo (Target Architecture Definition): Document
11021         print_registers_info.  Note that DO_REGISTERS_INFO is deprecated.
11022
11023 2002-08-19  Andrew Cagney  <[email protected]>
11024
11025         * gdb.texinfo (Remote Protocol): Reformat.  Use cross references.
11026         Fix minor typos.  Add index entries.
11027
11028 2002-08-18  Andrew Cagney  <[email protected]>
11029
11030         * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
11031
11032 2002-08-15  Andrew Cagney  <[email protected]>
11033
11034         * gdbint.texinfo (Target Architecture Definition): Document
11035         PRINT_VECTOR_INFO.
11036         * gdb.texinfo (Vector Unit): Document "info vectors" command.
11037
11038 2002-08-13  Andrew Cagney  <[email protected]>
11039
11040         * gdb.texinfo (Maintenance Commands): Document "maint print
11041         registers", "maint print raw-registers" and "maint print
11042         cooked-registers".
11043
11044 2002-08-08  Grace Sainsbury  <[email protected]>
11045
11046         From Mark Salter:
11047         * gdb.texinfo (Protocol): Document T packet extension to
11048         allow watchpoint address reporting.
11049
11050 2002-08-03  Andrew Cagney  <[email protected]>
11051
11052         * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
11053
11054 2002-08-01  Andrew Cagney  <[email protected]>
11055
11056         * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
11057         to CHILL.
11058
11059 2002-08-01  Andrew Cagney  <[email protected]>
11060
11061         * gdbint.texinfo (Coding): Revise section "Include Files".
11062
11063 2002-07-24  Andrew Cagney  <[email protected]>
11064
11065         * gdbint.texinfo: Obsolete references to m88k.
11066         * gdb.texinfo: Ditto.
11067
11068 2002-07-10  Joel Brobecker  <[email protected]>
11069
11070         * gdbint.texinfo (Create a release candiate): Add the location
11071         where the proper version of autoconf can be retrieved.
11072
11073 2002-07-09  Don Howard  <[email protected]>
11074
11075         * gdb.texinfo (Command Files): Further describe the behavior of
11076         sourced command files.
11077
11078 2002-06-27  Andrew Cagney  <[email protected]>
11079
11080         * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
11081         (Coding): Clarify ISO C version that GDB assumes.
11082
11083 2002-06-26  Tom Tromey  <[email protected]>
11084
11085         * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
11086         add_setshow_cmd_full.
11087
11088 2002-06-25  Don Howard  <[email protected]>
11089
11090         * gdb.texinfo (Memory Region Attributes): Document new behavior
11091         for 'mem' command.
11092
11093 2002-06-11  Jim Blandy  <[email protected]>
11094
11095         * gdb.texinfo (Symbols): Update documentation for `info source'
11096         command.
11097
11098         * gdb.texinfo (Macros): Call the command `info macro', not
11099         `show macro'.
11100
11101 2002-06-09  Andrew Cagney  <[email protected]>
11102
11103         * gdbint.texinfo (Coding): Add section ``Per-architecture module
11104         data''.
11105
11106 2002-06-09  Mark Kettenis  <[email protected]>
11107
11108         * gdbint.texinfo (Target Architecture Definition): Document
11109         GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
11110
11111 2002-06-08  Andrew Cagney  <[email protected]>
11112
11113         * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
11114         lists.
11115
11116 2002-06-08  Andrew Cagney  <[email protected]>
11117
11118         * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
11119         Branch''.
11120
11121 2002-06-01  Andrew Cagney  <[email protected]>
11122
11123         * gdbint.texinfo (Target Architecture Definition): Add section
11124         ``Converting an existing Target Architecture to Multi-arch''.
11125
11126 2002-05-30  Andrew Cagney  <[email protected]>
11127
11128         * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
11129         to ``Obsoleting code''.  Revise.
11130
11131 2002-05-21  Jason Thorpe  <[email protected]>
11132
11133         * gdbint.texinfo: Document new generic OS ABI framework.
11134
11135 2002-05-17  Jim Blandy  <[email protected]>
11136
11137         * gdb.texinfo (C Preprocessor Macros): New chapter.
11138         Include it in the main menu.
11139         (Contributors): Credit Jim Blandy with macro support.
11140         (Compilation): Explain how to get macro information into the
11141         executable.
11142         (Expressions): Note that preprocessor macros are expanded.
11143
11144 2002-05-14  Daniel Jacobowitz  <[email protected]>
11145
11146         * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
11147         options for `target remote'.
11148
11149 2002-05-13  Andrew Cagney  <[email protected]>
11150
11151         * gdbint.texinfo (Target Architecture Definition): Delete
11152         documentation on NNPC_REGNUM.
11153
11154 2002-05-11  Andrew Cagney  <[email protected]>
11155
11156         * gdbint.texinfo (Target Architecture Definition): Document
11157         REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
11158         (Target Architecture Definition): Revise section `Using Different
11159         Register and Memory Data Representations'.  Add section `Raw and
11160         Virtual Register Representations'.
11161
11162 2002-05-11  Andrew Cagney  <[email protected]>
11163
11164         * gdbint.texinfo (Target Architecture Definition): Mention
11165         defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
11166         (Target Architecture Definition): Mention same.  Add references to
11167         web pages.
11168
11169 2002-05-08  Michael Snyder  <[email protected]>
11170
11171         * stabs.texinfo (Attributes): Document new "vector" attribute.
11172
11173 2002-05-04  Andrew Cagney  <[email protected]>
11174
11175         * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
11176
11177 2002-05-04  Andrew Cagney  <[email protected]>
11178
11179         * gdb.texinfo: Delete obsolete references to a29k.
11180
11181 2002-04-24  Andrew Cagney  <[email protected]>
11182
11183         * gdbint.texinfo (Target Architecture Definition): Replace
11184         IN_SIGTRAMP with PC_IN_SIGTRAMP.
11185
11186 2002-04-24  David S. Miller  <[email protected]>
11187
11188         * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
11189
11190 2002-04-21  David S. Miller  <[email protected]>
11191
11192         * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
11193
11194 2002-04-21  Andrew Cagney  <[email protected]>
11195
11196         * gdbint.texinfo (Target Architecture Definition): Delete
11197         definition of HAVE_REGISTER_WINDOWS.
11198
11199 2002-04-19  Eli Zaretskii  <[email protected]>
11200
11201         * gdbint.texinfo (Releasing GDB, Coding): Fix typos.  Reported by
11202         "Theodore A. Roth" <[email protected]>.
11203
11204 2002-04-15  Don Howard  <[email protected]>
11205
11206         From Eli Zaretskii <[email protected]>
11207         * gdb.texinfo (show max-user-call-depth): Correct formatting.
11208         Provide a better explaination of this feature.
11209
11210 2002-04-14  Andrew Cagney  <[email protected]>
11211
11212         * gdbint.texinfo (Target Architecture Definition): Remove
11213         FRAME_CHAIN_COMBINE.
11214
11215 2002-04-12  Michael Chastain  <[email protected]>
11216
11217         * gdbint.texinfo (Obsolete Conditionals): Remove reference to
11218         REG_STACK_SEGMENT.
11219
11220 2002-04-09  Michael Chastain  <[email protected]>
11221
11222         * gdbint.texinfo (Obsolete Conditionals): Remove references to
11223         PYRAMID_* macros.
11224
11225 2002-04-07  Andrew Cagney  <[email protected]>
11226
11227         * gdb.texinfo (Bug Reporting): Document that the web is the
11228         prefered way of submitting bug reports.
11229         (Bug Reporting): Delete the s-mail address as the last resort.
11230
11231 2002-04-05  Andrew Cagney  <[email protected]>
11232
11233         * gdbint.texinfo (Target Architecture Definition): Delete
11234         references to TARGET_WRITE_FP and write_fp.
11235
11236 2002-03-27  Michael Snyder  <[email protected]>
11237
11238         * gdb.texinfo: Document new commands dump, append, and restore.
11239
11240 2002-03-27  Andrew Cagney  <[email protected]>
11241
11242         * gdbint.texinfo (Releasing GDB): Revise the section `Before the
11243         Branch'.
11244
11245 2002-03-18  Andrew Cagney  <[email protected]>
11246
11247         * gdb.texinfo: Change all examples to @smallexample.
11248         * gdbint.texinfo: Ditto.
11249
11250 2002-03-18  Andrew Cagney  <[email protected]>
11251
11252         * gdbint.texinfo (Releasing GDB): Add section ``Versions and
11253         Branches''.
11254
11255 2002-03-18  Andrew Cagney  <[email protected]>
11256
11257         * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
11258         Policy''.
11259
11260 2002-03-04  Fred Fish  <[email protected]>
11261
11262         * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
11263         expresson, suports, dependant, trhe, perhaphs, situtations,
11264         explictily, taged, oportunity, unfortunatly).
11265
11266 2002-02-24  Andrew Cagney  <[email protected]>
11267
11268         * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
11269         Remove reference to 3.12.
11270
11271 2002-02-23  Paul Eggert  <[email protected]>
11272
11273         * Makefile.in (GDBvn.texi): Change "head -1" to "sed q", since
11274         POSIX 1003.1-2001 no longer allows "head -1".
11275
11276 2002-02-23  Andrew Cagney  <[email protected]>
11277
11278         * gdbint.texinfo: Include fdl.texi.
11279         (Top): Add GNU Free Documentation License.
11280         * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
11281         (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
11282         (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
11283         (gdbint.info): Add srcdir to include path.
11284         * gdb.texinfo: Include gpl.texi.
11285         (Top): Add Copying.
11286         * gpl.texi: New file.
11287
11288 2002-02-23  Andrew Cagney  <[email protected]>
11289
11290         * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
11291
11292 2002-02-19  Pierre Muller  <[email protected]>
11293
11294         * gdb.texinfo: Document Cygwin native specific commands.
11295
11296 2002-02-15  Daniel Jacobowitz  <[email protected]>
11297
11298         * gdb.texinfo: Document gdbserver ``--attach'' command.
11299
11300 2002-02-07  Michael Snyder  <[email protected]>
11301
11302         * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
11303         to @code(_ovly_debug_event).
11304
11305 2002-02-07  Andrew Cagney  <[email protected]>
11306
11307         * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
11308
11309 2002-02-06  Michael Snyder  <[email protected]>
11310
11311         * gdb.texinfo (overlays): Mention new magic symbol
11312         '_ovly_debug_event', which allows GDB to keep better track
11313         of overlays.
11314
11315 2002-02-06  Richard Earnshaw  <[email protected]>
11316
11317         * gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11318         (PRINT_FLOAT_INFO): Document it.
11319
11320 2002-02-03  Eli Zaretskii  <[email protected]>
11321
11322         * gdb.texinfo (Memory Region Attributes): Fix the wording.
11323         Suggested by Dmitry Sivachenko.
11324
11325         * (<many nodes>): Fix the spelling and punctuation of "i.e.".
11326
11327 2002-02-01  Michael Snyder  <[email protected]>
11328
11329         * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
11330
11331 2002-01-30  Michael Snyder  <[email protected]>
11332
11333         * gdb.texinfo: (remote protocol): Gramatical fix-up.
11334         (set trust-readonly-sections): Document.
11335
11336 2002-01-29  Andrew Cagney  <[email protected]>
11337
11338         * gdbint.texinfo (Releasing GDB): Revise and update.
11339
11340 2002-01-28  Andrew Cagney  <[email protected]>
11341
11342         * gdbint.texinfo (Target Architecture Definition): Delete
11343         description of TARGET_BYTE_ORDER_DEFAULT.
11344
11345 2002-01-27  Eli Zaretskii  <[email protected]>
11346
11347         * gdb.texinfo: Fix typos and markup.  From Dmitry Sivachenko
11348         <[email protected]>.
11349
11350 2002-01-23  Andrew Cagney  <[email protected]>
11351
11352         * libgdb.texinfo: Delete file.
11353
11354 2002-01-22  Andrew Cagney  <[email protected]>
11355
11356         * gdb.texinfo: Remove makeinfo 3.12 hacks.
11357         * gdbint.texinfo: Ditto.
11358
11359 Tue Jan 22 11:57:38 2002  Andrew Cagney  <[email protected]>
11360
11361         * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
11362
11363 2002-01-22  Andrew Cagney  <[email protected]>
11364
11365         * Makefile.in: Update copyright.
11366         (TEXI2DVI): Define.
11367         (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
11368         (gdbint.dvi, gdbint.pdf): Use TEXI2DVI.  Add dependency on
11369         gdb-cfg.texi.
11370         (TEXINDEX, PDFTEX): Delete makefile variables.
11371
11372 2002-01-22  Andrew Cagney  <[email protected]>
11373
11374         * gdb.texinfo (Protocol): Move section to appendix.
11375
11376 2002-01-21  Andrew Cagney  <[email protected]>
11377
11378         * gdb.texinfo (Remote Debugging): Create a menu.
11379         (Top): Add ``Remote Debugging'' to menu.
11380
11381 2002-01-21  Andrew Cagney  <[email protected]>
11382
11383         * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
11384         serial protocol'' from here.
11385         (Remote Debugging): To here.  New chapter.
11386
11387 2002-01-20  Andrew Cagney  <[email protected]>
11388
11389         * gdbint.texinfo (Target Architecture Definition): Delete
11390         description of TARGET_BYTE_ORDER_SELECTABLE_P.
11391
11392 2002-01-20  Andrew Cagney  <[email protected]>
11393
11394         * gdbint.texinfo (Host Definition): Revise.  xm-xyz.h and xyz.mh
11395         are no longer needed.
11396         (Porting GDB): Add maintainer note about configure.host.
11397
11398 2002-01-20  Andrew Cagney  <[email protected]>
11399
11400         * gdbint.texinfo (Target Architecture Definition): Remove
11401         definition of IEEE_FLOAT.
11402
11403 2002-01-20  Eli Zaretskii  <[email protected]>
11404
11405         * gdb.texinfo: Beautify copyright years; fix a typo.
11406         (DJGPP Native): Fix overfull hboxes in examples.  From Brian Youmans
11407         <[email protected]>
11408
11409 2002-01-19  Andrew Cagney  <[email protected]>
11410
11411         * gdbint.texinfo (Host Definition): Remove references to
11412         MALLOC_INCOMPATIBLE.
11413
11414 2002-01-17  Andrew Cagney  <[email protected]>
11415
11416         * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
11417         and xyz-xdep.o.
11418
11419 2002-01-17  Andrew Cagney  <[email protected]>
11420
11421         * gdb.texinfo (Maintenance Commands): Add appendix.
11422         (Set Breaks): Copy ``maint info breakpoint'' doco to
11423         ``Maintenance Commands'' appendix.  Add reference.
11424
11425 2002-01-17  Andrew Cagney  <[email protected]>
11426
11427         * fdl.texi: Remove next/prev from @node.
11428
11429 2002-01-17  Eli Zaretskii  <[email protected]>
11430
11431         * gdb.texinfo: @include fdl.texi.  Fixes for overfull hboxes and
11432         for monstrous @multitable (from Brian Youmans).
11433
11434         * fdl.texi: New file.
11435
11436         * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
11437
11438 2002-01-15  Andrew Cagney  <[email protected]>
11439
11440         * gdbint.texinfo (Releasing GDB): New chapter.
11441
11442 2002-01-14  Andrew Cagney  <[email protected]>
11443
11444         * gdb.texinfo (Embedded Processors, Calling program functions):
11445         Obsolete references to a29k.
11446
11447 2002-01-13  Andrew Cagney  <[email protected]>
11448
11449         * gdbint.texinfo (Coding): Review Cleanups section.  Examples
11450         examples.  Document that a code-block should do or discard its
11451         cleanups before exit.
11452
11453 2002-01-11  Michael Snyder  <[email protected]>
11454
11455         * gdb.texinfo (Choosing files): Change @samp to @file.
11456
11457 2002-01-05  Michael Snyder  <[email protected]>
11458
11459         * gdb.texinfo (--pid): Document new command line option (attach).
11460
11461 2002-01-07  Eli Zaretskii  <[email protected]>
11462
11463         * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
11464         in the stub.
11465
11466 2002-01-04  Andrew Cagney  <[email protected]>
11467
11468         * gdbint.texinfo (Target Architecture Definition): Replace
11469         BIG_ENDIAN with BFD_ENDIAN_BIG.
11470
11471 2002-01-03  Andrew Cagney  <[email protected]>
11472
11473         * gdbint.texinfo (Target Architecture Definition): Replace
11474         value_ptr with struct value pointer.
11475
11476 2002-01-02  Eli Zaretskii  <[email protected]>
11477
11478         * gdb.texinfo (Free Software): Fix wording.
11479
11480 2001-12-31  Eli Zaretskii  <[email protected]>
11481
11482         * gdb.texinfo (Free Software): New section ``Free Software Needs
11483         Free Documentation''.
11484
11485 2001-12-30  Eli Zaretskii  <[email protected]>
11486
11487         * stabs.texinfo:
11488         * gdb.texinfo:
11489         * gdbint.texinfo:
11490         * libgdb.texinfo:
11491         * annotate.texi: Fix the application of GFDL in the Copyright notice.
11492
11493 2001-12-29  Michael Snyder  <[email protected]>
11494
11495         * gdb.texinfo (maint info sections): Fix typo.
11496
11497 2001-12-26  Michael Snyder  <[email protected]>
11498
11499         * gdb.texinfo (maint info sections): Document.
11500
11501         * gdb.texinfo (info proc): Comment out documentation for
11502         'info proc' sub-options that are currently not implemented.
11503
11504 2001-12-20  Jim Blandy  <[email protected]>
11505
11506         * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
11507
11508 2001-12-15  Andrew Cagney  <[email protected]>
11509
11510         * gdbint.texinfo (Target Architecture Definition): Replace
11511         LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
11512
11513 2001-12-01  Andrew Cagney  <[email protected]>
11514
11515         * gdbint.texinfo (Host Definition): Delete documentation on
11516         HOST_BYTE_ORDER.
11517
11518 2001-11-30  Jim Blandy  <[email protected]>
11519
11520         * gdb.texinfo (Overlays): New chapter, documenting GDB's
11521         overlay support.  Add to top-level menu.
11522
11523 2001-11-26  Tom Tromey  <[email protected]>
11524
11525         * gdb.texinfo (Command Syntax): Document C-o binding.
11526
11527 2001-07-26  Christopher Faylor  <[email protected]>
11528
11529         * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
11530         use since it is described in the referenced section.
11531
11532         From Eli Zaretskii <[email protected]>
11533         * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
11534         clearer when using DJGPP.
11535
11536 2001-11-24  Christopher Faylor  <[email protected]>
11537
11538         * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
11539         specifically refer to MS-DOS.
11540         (command files): Mention gdb.ini is only used on MS-DOS.
11541
11542 2001-11-21  Tom Tromey  <[email protected]>
11543
11544         * gdb.texinfo (Invoking GDB): Document --args.
11545         (Mode Options): Likewise.
11546
11547 2001-11-21  Jim Blandy  <[email protected]>
11548
11549         * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
11550         Delete documentation; this macro has been removed from the
11551         sources.
11552
11553 2001-11-13  Jim Blandy  <[email protected]>
11554
11555         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
11556
11557 2001-11-06  Corinna Vinschen  <[email protected]>
11558
11559         * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
11560
11561 2001-11-05  Michael Snyder  <[email protected]>
11562
11563         * gdb.texinfo (info functions): Document use of backslash to
11564         quote regexp chars in function names such as "operator*()".
11565
11566 2001-11-01  Fred Fish  <[email protected]>
11567
11568         * gdbint.texinfo (SOLIB_ADD): Document additional new
11569         "readsyms" arg.
11570
11571 2001-10-30  Don Howard  <[email protected]>
11572
11573         * gdb.texinfo: (Command Files) Added documentation for the
11574         behavior of gdb with input redirected from a file.
11575
11576 2001-10-28  Fred Fish  <[email protected]>
11577
11578         * gdb.texinfo (auto-solib-add): Change docs to match
11579         implementation change.
11580         (auto-solib-limit): Add docs for new variable.
11581
11582 2001-10-15  Andrew Cagney  <[email protected]>
11583
11584         * gdbint.texinfo (Target Architecture Definition): Function
11585         value_as_pointer renamed to value_as_address.
11586
11587 2001-10-15  Andrew Cagney  <[email protected]>
11588
11589         * gdbint.texinfo (Target Architecture Definition): Default
11590         POINTER_TO_ADDRESS functions assume unsigned addresses.
11591         (INTEGER_TO_ADDRESS): Document.  Derive pragmatics section from a
11592         posting by Jim Blandy.
11593
11594 2001-10-12  Jim Blandy  <[email protected]>
11595
11596         * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
11597         version of texi2html (1.64) doesn't support this flag any more.
11598
11599 2001-09-08  Mark Kettenis  <[email protected]>
11600
11601         * gdbint.texinfo (Host Definition): Remove description of
11602         MEM_FNS_DECLARED.
11603
11604         * gdbint.texinfo (Host Definition): Remove description of R_OK.
11605
11606         * gdbint.texinfo (Host Definition): Remove description of
11607         HAVE_SIGSETMASK.
11608
11609 2001-09-04  Elena Zannoni  <[email protected]>
11610
11611         * gdbint.texinfo (Target Architecture Definition): Add
11612         explanation of TARGET_PRINT_INSN macro.
11613
11614 2001-08-30  Jim Blandy  <[email protected]>
11615
11616         * gdb.texinfo (`add-symbol-file'): Correct synopsis.
11617         Explain what it means to load relocatable files.
11618
11619 2001-08-28  Jim Blandy  <[email protected]>
11620
11621         * gdbint.texinfo: Bring the HTML `top' menu into sync with the
11622         info `top' menu.
11623
11624 Wed Aug 15 10:47:28 2001  Christopher Faylor <[email protected]>
11625
11626         * gdbint.texinfo: Add a cautionary note about macro use.
11627
11628 2001-08-02  Corinna Vinschen  <[email protected]>
11629
11630         * gdb.texinfo: Explain omitting the hostname in the
11631         `target remote' command.
11632
11633 2001-07-30  Daniel Jacobowitz  <[email protected]>
11634
11635         * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
11636         and END-INFO-DIR-ENTRY.
11637
11638 2001-07-28  Stephane Carrez  <[email protected]>
11639
11640         * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
11641
11642 2001-07-25  Andrew Cagney  <[email protected]>
11643
11644         * gdbint.texinfo (libgdb): Rewrite.
11645
11646 2001-07-26  Eli Zaretskii  <[email protected]>
11647
11648         * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
11649
11650 2001-07-24  Stephane Carrez  <[email protected]>
11651
11652         * gdb.texinfo (TUI): New chapter, document the TUI.
11653         (Mode Options): Document the -tui option.
11654
11655 2001-07-23  Mark Kettenis  <[email protected]>
11656
11657         * gdbint.texinfo (Host Definition): Remove description of
11658         NEED_POSIX_SETPGID.
11659
11660 2001-07-23  Eli Zaretskii  <[email protected]>
11661
11662         * gdb.tex (DJGPP Native): New node, with descriptions of
11663         DJGPP-specific commands.
11664
11665 2001-07-19  John R. Moore  <[email protected]>
11666
11667         * gdbint.texinfo: Three misspellings.
11668
11669 2001-07-06  Andrew Cagney  <[email protected]>
11670
11671         * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
11672         `test` expressions on bash.  Problem reported by Colin Walters.
11673
11674 2001-07-04  Andrew Cagney  <[email protected]>
11675
11676         * gdbint.texinfo (User Interface): Update ui-out documentation to
11677         refelect recent UI/MI updates.
11678
11679 2001-07-04  Andrew Cagney  <[email protected]>
11680
11681         * gdb.texinfo (Mode Options): Mention the mi0 and mi1
11682         interpreters.
11683
11684 2001-06-15  Andrew Cagney  <[email protected]>
11685
11686         * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
11687         structure and not macros.
11688         (Host Definition): Document that much of this chapter is obsolete.
11689         (Target Architecture Definition): Update list of files that make
11690         up a target architecture.
11691         (Coding): Update.
11692
11693 2001-06-28  Andrew Cagney  <[email protected]>
11694
11695         * gdbint.texinfo (Target Architecture Definition): Update
11696         EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
11697         The latter has been changed to a true predicate.
11698
11699 2001-06-17  Eli Zaretskii  <[email protected]>
11700
11701         * annotate.texi: Add @noindent where needed.  From Dmitry
11702         Sivachenko <[email protected]>.
11703         * gdb.texinfo: Indexing fix.  From Dmitry Sivachenko.
11704
11705 2001-06-16  Andrew Cagney  <[email protected]>
11706
11707         * gdb.texinfo (Protocol): Fix typo.  Extra parenthesis.
11708
11709 2001-06-14  Andrew Cagney  <[email protected]>
11710
11711         * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
11712         returns ``OK''.  Document that the ``R'' packet does not reply.
11713
11714 2001-06-13  Michael Snyder  <[email protected]>
11715
11716         * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
11717
11718 2001-06-13  Eli Zaretskii  <[email protected]>
11719
11720         * gdb.texinfo (Signals): Clarify the default setting of signal
11721         handling.
11722
11723 2001-05-14  Andrew Cagney  <[email protected]>
11724
11725         * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
11726         (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
11727
11728 2001-05-12  Andrew Cagney  <[email protected]>
11729
11730         * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
11731
11732 2001-05-10  Eli Zaretskii  <[email protected]>
11733
11734         * gdbint.texinfo (Clean Design and Portable Implementation):
11735         Renamed from "Clean Design".
11736         (Clean Design and Portable Implementation): Document portable
11737         methods of handling file names, and the associated macros.
11738
11739 2001-04-02  Eli Zaretskii  <[email protected]>
11740
11741         * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
11742         command and provide a cross-reference to its description.
11743         (Symbols): Note that "info scope" is useful for trace experiments.
11744
11745 2001-04-01  Eli Zaretskii  <[email protected]>
11746
11747         * gdb.texinfo (Symbols): Document "info scope".
11748         (Tracepoints): New chapter.
11749         (Contributors): Update for v5.1.
11750         <All nodes>: Change "C++" to "C@t{++}".
11751
11752         * gdbint.texinfo (User Interface): A new section about ui_out
11753         functions, based on text written by Fernando Nasser.
11754
11755         * stabs.texinfo: Change Permissions to GFDL.  Update Copyright.
11756
11757 2001-03-26  Eli Zaretskii  <[email protected]>
11758
11759         * gdb.texinfo: Change Permissions to GFDL.  Update Copyright.
11760
11761         * gdbint.texinfo: Change Permissions to GFDL.  Update Copyright.
11762
11763         * gdbgui.texinfo: Change Permissions to GFDL.  Update Copyright.
11764         Replace "GDB" with "@value{GDBN}".  Fix markup.
11765
11766         * annotate.texi: Change Permissions to GFDL.  Update Copyright.
11767
11768         * gdb.texinfo (Output Formats): Mention "info symbol" and provide
11769         a cross-reference to its description.
11770         (Symbols): Document "info symbol".
11771
11772 2001-03-21  Eli Zaretskii  <[email protected]>
11773
11774         * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
11775         subsection "x86 Watchpoints".
11776         (Target Architecture Definition): Document the macros
11777         I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
11778         (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
11779
11780 2001-03-20  Andrew Cagney  <[email protected]>
11781
11782         * gdbint.texinfo (Target Architecture Definition): Update
11783         definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
11784         list.
11785
11786 2001-03-06  Kevin Buettner  <[email protected]>
11787
11788         * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
11789         gdbint.texinfo, refcard.tex: Update/correct copyright notices.
11790
11791 2001-02-21  Eli Zaretskii  <[email protected]>
11792
11793         * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
11794
11795 2001-02-11  Eli Zaretskii  <[email protected]>
11796
11797         * gdb.texinfo (Environment): Document that `path' does not change
11798         the value of PATH in GDB's own environment (it did in the past,
11799         but that was changed on March 15, 1994).  Reported by Doug Evans
11800         <[email protected]>.
11801
11802         * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
11803         its line.  Fix markup of commands and macros.  Add an Index node
11804         and index entries.
11805
11806 2001-01-23  J.T. Conklin  <[email protected]>
11807
11808         * gdb.texinfo (Memory region attributes): New manual section.
11809
11810 2001-01-04  Nicholas Duffek  <[email protected]>
11811
11812         * gdbint.texinfo (POP_FRAME): Document use by return_command.
11813
11814 2000-12-25  Eli Zaretskii  <[email protected]>
11815
11816         * refcard.tex: Version and copyright fixed.  From Phil Edwards
11817         <[email protected]>.
11818
11819 Thu Nov 30 16:57:19 2000  Andrew Cagney  <[email protected]>
11820
11821         * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
11822         DWARF2_REG_TO_REGNUM): Document.
11823
11824 Mon Nov 20 21:29:35 2000  Andrew Cagney  <[email protected]>
11825
11826         * gdbint.texinfo (Coding): Update current value of
11827         --enable-build-warnings.  Mention --enable-gdb-build-warnings.
11828
11829 2000-11-19  Eli Zaretskii  <[email protected]>
11830
11831         * gdb.texinfo (Continuing and Stepping):  Fixed markup and typos,
11832         as suggested by Dmitry Sivachenko <[email protected]>.
11833
11834 2000-11-10  Christopher Faylor <[email protected]>
11835
11836         * gdb.texinfo: Document new 'set step-mode' command.
11837
11838 2000-10-16  Eli Zaretskii  <[email protected]>
11839
11840         * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
11841         changes from Dmitry Sivachenko <[email protected]>.
11842
11843 2000-09-26  Eli Zaretskii  <[email protected]>
11844
11845         * gdb.texinfo (Hooks): Document the new post-hook functionality.
11846         From Steven Johnson <[email protected]>.
11847
11848 2000-08-10  Mark Kettenis  <[email protected]>
11849
11850         * gdbint.texinfo (Overall Structure): Spelling fix.
11851
11852 2000-08-10  Eli Zaretskii  <[email protected]>
11853
11854         * gdbint.texinfo (Target Architecture Definition): Document that
11855         REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
11856         for which REGISTER_CONVERTIBLE returns a zero value.
11857
11858 2000-07-08  Christopher Faylor <[email protected]>
11859
11860         * Makefile.in (install-info): Find files to install in either the
11861         build or source directories (adapted from Makefile.am).
11862
11863 2000-07-07  Nicholas Duffek  <[email protected]>
11864
11865         * stabs.texinfo: Fix spelling errors.
11866         (String Field): FILE-NUMBER starts from 0, not 1.
11867
11868 2000-07-05  Eli Zaretskii <[email protected]>
11869
11870         * refcard.tex: Remove \centerline from the blurb.  Patch from
11871         Brian Youmans.
11872
11873 2000-06-25  Eli Zaretskii <[email protected]>
11874
11875         * Makefile.in (install-info): Support installation from outside of
11876         the source directory.  Reported by Mark Harig
11877         <[email protected]>.
11878
11879 2000-06-20  J.T. Conklin  <[email protected]>
11880
11881         * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
11882
11883 Fri May 26 15:55:33 2000  Andrew Cagney  <[email protected]>
11884
11885         * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
11886         Generate using pdftex.
11887         (PDFTEX): Define.
11888         (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
11889         (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
11890         @contents at the start.
11891
11892 2000-05-24  Eli Zaretskii  <[email protected]>
11893
11894         * gdb.texinfo: Remove duplicate @syncodeindex.  From Brian
11895         Youmans.
11896
11897 Wed May 24 21:27:58 2000  Andrew Cagney  <[email protected]>
11898
11899         From Brian Youmans:
11900         * gdb.texinfo: Fix ``et al.''.
11901
11902 Tue May 23 22:57:41 2000  Andrew Cagney  <[email protected]>
11903
11904         * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
11905         loop.
11906
11907 2000-05-19  Jimmy Guo  <[email protected]>
11908
11909         * configure: Regenerate.
11910
11911 2000-05-17  Eli Zaretskii  <[email protected]>
11912
11913         * Makefile.in (install-info): Run install-info on installed Info
11914         files.
11915
11916 Fri May 12 20:18:04 2000  Andrew Cagney  <[email protected]>
11917
11918         * gdb.texinfo: Add Stan Shebs, et.al. as authors.  Mention
11919         Andrew Cagney.
11920
11921 2000-05-09  Eli Zaretskii  <[email protected]>
11922
11923         * gdb.texinfo: Proofreading changes from Brian Youmans.
11924
11925 2000-05-01  Nick Duffek  <[email protected]>
11926
11927         * gdb.texinfo (Command Files): Mention -x, use @enumerate for
11928         startup sequence, minor edits.
11929
11930 2000-05-01  Eli Zaretskii  <[email protected]>
11931
11932         * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
11933         TeX.
11934
11935         * gdb.texinfo: Add "@syncodeindex fn cp".  Convert all entries
11936         "@kindex f" into "@kindex f (foo)", otherwise we get index entries
11937         like `n' and `s' which look weird.  Convert some of the @kindex to
11938         @vindex, when they refer to variables, not commands.
11939
11940 Sat Apr 29 17:01:04 2000  Andrew Cagney  <[email protected]>
11941
11942         * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
11943
11944 2000-04-23  Eli Zaretskii  <[email protected]>
11945
11946         * Makefile.in (GDBMI_DIR): New variable.
11947         (SET_TEXINPUTS): Add $(GDBMI_DIR).
11948         (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
11949         (gdbmi.texinfo): New target, for texi2roff.
11950         (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
11951         (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
11952
11953         * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
11954         gdbmi.texinfo.
11955         (Mode Options): Add xref to GDB/MI docs and remove a FIXME
11956         comment.
11957
11958 2000-04-17  Elena Zannoni  <[email protected]>
11959
11960         * gdb.texinfo (Files): Update description of add-symbol-file
11961         command.
11962
11963 2000-04-17  Eli Zaretskii  <[email protected]>
11964
11965         * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
11966         prevents the build (and is generally a Bad Idea).
11967
11968 2000-04-17  Eli Zaretskii  <[email protected]>
11969
11970         * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
11971         a comma inside @var.
11972         (Command Files): Index markup changes from Dmitry Sivachenko
11973         <[email protected]>.
11974
11975 2000-04-16  Eli Zaretskii  <[email protected]>
11976
11977         * Makefile.in (LN_S): Define.
11978         (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
11979         invoke "ln -s" unless it is known to work.
11980
11981         * configure.in (AC_PROG_LN_S): Add.
11982
11983 2000-04-14  Jim Blandy  <[email protected]>
11984
11985         * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
11986         section.
11987         (Target Conditionals): Document ADDRESS_TO_POINTER,
11988         POINTER_TO_ADDRESS.
11989
11990 2000-04-11  Daniel Berlin  <[email protected]>
11991
11992         * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
11993         gdb-cfg.texi to get the value.
11994
11995 2000-04-10  Jim Blandy  <[email protected]>
11996
11997         * gdbint.texinfo (Target Architecture Definition): Fix
11998         cross-references.
11999
12000 2000-04-08  Jim Blandy  <[email protected]>
12001
12002         * gdbint.texinfo (Using Different Register and Memory Data
12003         Representations): New section.
12004         (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
12005         REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
12006         REGISTER_CONVERT_TO_RAW): Document.
12007
12008 Mon Apr  3 19:16:32 2000  Andrew Cagney  <[email protected]>
12009
12010         * gdb.texinfo (Protocol): Deprecate the sequence-id.  Add cindex
12011         for acknowledgments.
12012
12013 Tue Mar 28 18:28:45 2000  Andrew Cagney  <[email protected]>
12014
12015         * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
12016         qThreadExtraInfo.
12017
12018 2000-03-28  J.T. Conklin  <[email protected]>
12019
12020         * gdb.texinfo: Clarify which remote debug protocol commands are
12021         required and which are optional.
12022
12023 Tue Mar 28 16:06:22 2000  Andrew Cagney  <[email protected]>
12024
12025         * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
12026         Cagney <[email protected]>.  Move @chapter and @node entries
12027         back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
12028         * annotate.texi: Update.
12029
12030 2000-03-28  Stan Shebs  <[email protected]>
12031
12032         * gdb.texinfo: Update dates, bump to Eighth Edition (note
12033         expectation of additional changes before release), update
12034         ISBN, add copy of top-level menu for @ifhtml, remove explicit
12035         node links, rephrase and/or shorten lines to fix formatting
12036         problem in both regular and @smallbook formats.
12037         * annotate.texi: Shorten lines in example, use smallexample
12038         consistently everywhere.
12039         * Makefile.in: Add comment about texinfo 4.0 html generation.
12040         (SFILES_INCLUDED): Add annotate.texi.
12041
12042 2000-03-27  Daniel Berlin  <[email protected]>
12043
12044         * gdb.texinfo (Debugging Output): Added new section, documenting
12045         the "set/show debug" commands.
12046
12047 Fri Mar 24 18:06:34 2000  Andrew Cagney  <[email protected]>
12048
12049         * annotate.texi (Annotations): When GDBN omit @chapter and @node
12050         entry.
12051
12052         * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
12053         (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
12054         @chapter and @node entries.
12055
12056         * gdb.texinfo: Link all top-level nodes.
12057
12058 Fri Mar 24 17:56:48 2000  Andrew Cagney  <[email protected]>
12059
12060         * Makefile.in (install-info): Create $(infodir) before installing
12061         files.
12062
12063 2000-03-23  Fernando Nasser  <[email protected]>
12064
12065         From David Whedon <[email protected]>
12066         * gdbint.texinfo : Added paragraphs about command deprecation.
12067
12068 2000-03-22  Daniel Berlin  <[email protected]>
12069
12070       * gdb.texinfo: Add documentation for the apropos command.
12071
12072 2000-03-20  Michael Snyder  <[email protected]>
12073
12074         * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
12075
12076 2000-03-20  Michael Snyder  <[email protected]>
12077
12078         * gdb.texinfo: Add white space to prevent overprinting in
12079         two places.
12080
12081 2000-03-17  Stan Shebs  <[email protected]>
12082
12083         * gdb.texinfo: Many minor changes from Dmitry Sivachenko
12084         <[email protected]>, also clarification of allowed content for
12085         string constants.
12086
12087 2000-03-16  Eli Zaretskii <[email protected]>
12088
12089         * gdb.texinfo (main menu): Add Annotations.
12090         (File Options): Add @cindex entries for each command-line option.
12091         Document --epoch, --annotate, --async, --interpreter, --write,
12092         --statistics, and --version.
12093
12094         * annotate.texi: Convert to a chapter.  Use @value{GDBN} instead
12095         of GDB.
12096
12097 2000-02-23  Jim Blandy  <[email protected]>
12098
12099         * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
12100
12101 2000-02-22  Jim Blandy  <[email protected]>
12102
12103         * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
12104
12105 2000-02-15  Jason Molenda  ([email protected])
12106
12107         * Makefile.in (diststuff): New target.
12108
12109 2000-02-15  Kevin Buettner  <[email protected]>
12110
12111         * agentexpr.texi: Fix wording regarding Intel's IA-64
12112         architecture.  [From Jim Wilson.]
12113
12114 2000-01-16  Tom Tromey  <[email protected]>
12115
12116         * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
12117         (Delete Breaks): Mention range arguments.
12118         (Disabling): Likewise.
12119
12120 2000-01-05  Dmitry Sivachenko <[email protected]>
12121
12122         * gdb.texinfo:  Wrap "ASCII" in @sc{}; clarify a few sentences.
12123
12124 Wed Dec  8 19:53:08 1999  Andrew Cagney  <[email protected]>
12125
12126         * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
12127         valid functions.
12128
12129 1999-11-05  Stan Shebs  <[email protected]>
12130
12131         * gdb.texinfo: Clarify regular expressions used in rbreak.
12132
12133 1999-10-15  Kevin Buettner  <[email protected]>
12134
12135         * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
12136         MEMORY_REMOVE_BREAKPOINT):  Document.
12137
12138 Thu Oct 14 21:17:17 1999  Andrew Cagney  <[email protected]>
12139
12140         * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
12141         offset re-using the DATA offset instead.
12142
12143 1999-10-11  Jim Kingdon  <[email protected]>
12144
12145         * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
12146
12147 1999-10-07  Jim Blandy  <[email protected]>
12148
12149         * gdbint.texinfo (SYMBOLS_CAN_START_WITH_DOLLAR): Document.
12150
12151 1999-10-05  Stan Shebs  <[email protected]>
12152
12153         From Dmitry Sivachenko <[email protected]>:
12154         * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
12155         typos.
12156
12157         * gdb.texinfo: Various minor wording and formatting improvements,
12158         mentions of additional command-line options.
12159
12160 1999-09-30  Fred Fish  <[email protected]>
12161
12162         * gdb.texinfo:  Document additional forms of specifying section
12163         names and addresses for the add-symbol-file command.
12164
12165 1999-09-14  Michael Snyder  <[email protected]>
12166
12167         * gdbint.texinfo: Fix typo, add the word "have".
12168
12169 1999-09-14  Jim Blandy  <[email protected]>
12170
12171         * gdbint.texinfo (Target Architecture Definition): Document the
12172         SKIP_PERMANENT_BREAKPOINT macro.
12173
12174 1999-09-07  Stan Shebs  <[email protected]>
12175
12176         * gdb.texinfo: Fiks speling errers.
12177
12178         * gdb.texinfo: Fix uses of @multitable.
12179
12180         From Eli Zaretskii  <[email protected]>:
12181         * gdb.texinfo: Include details specific to DOS host, clarify
12182         some confusing language, fix @ref/@xref/@pxref usages, add
12183         comments about using with optimization, add more indexing,
12184         fix info about disassembly-flavor.
12185
12186 Tue Sep  7 09:11:24 1999  Kevin Buettner  <[email protected]>
12187
12188         * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
12189         SKIP_SOLIB_RESOLVER): Define.
12190
12191 Fri Sep  3 18:05:14 1999  Andrew Cagney  <[email protected]>
12192
12193         * gdb.texinfo (Protocol): Review.  Add tables describing ``q'' and
12194         ``g'' packets.
12195
12196 1999-08-30  Stan Shebs  <[email protected]>
12197
12198         * gdb.texinfo: Create a new "Configurations" chapter with
12199         platform-specific info, inline remote.texi and move sections of it
12200         into the new chapter, move bits about info proc, heuristic search,
12201         and register stack into the new chapter.
12202         * remote.texi: Remove, now part of gdb.texinfo.
12203         * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
12204
12205 1999-08-27  Jason Molenda  ([email protected])
12206
12207         * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
12208         GDB_TARGET_IS_MACH386): These kludges have gone away.
12209
12210 Wed Aug 25 10:47:03 1999  Andrew Cagney  <[email protected]>
12211
12212         * gdbint.texinfo (Target Architecture Definition): Mention
12213         TDEPLIBS.
12214
12215 1999-08-20  Stan Shebs  <[email protected]>
12216
12217         * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
12218         surrounding text to fit HP-UX bits into general info.
12219         (HPPA-cfg.texi): Remove, no longer useful.
12220
12221         * gdb.texinfo: Remove explicit links from @node lines, remove
12222         HP-added "Detailed Node Listing" from main menu which confuses
12223         things.
12224
12225         From Dmitry Sivachenko <[email protected]>:
12226         * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
12227         in description of `set environment'.
12228
12229 1999-08-17  Stan Shebs  <[email protected]>
12230
12231         * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
12232
12233 1999-08-12  Ben Elliston  <[email protected]>
12234
12235         * gdbint.texinfo (Breakpoint Handling): Add missing words.
12236
12237 1999-08-10  Eli Zaretskii  <[email protected]>
12238
12239         * gdb.texinfo (Set Watchpoints): Explain some subtleties about
12240         watch, awatch, and rwatch.  Explain why the latter two cannot be
12241         set as software watchpoints.  Document that watchpoints for local
12242         variables are deleted when the debuggee terminates.
12243
12244 Wed Aug 11 13:18:14 1999  Andrew Cagney  <[email protected]>
12245
12246         * remote.texi (Protocol): Further clarification of the "qRcmd"
12247         packet.  Allow E.. response packet.  "qRcmd" packet is no longer
12248         reserved.
12249
12250 1999-08-10  Elena Zannoni  <[email protected]>
12251
12252         * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
12253         * gdb.texinfo: Ditto.
12254
12255 Sun Aug  8 12:06:47 1999  Fred Fish  <[email protected]>
12256
12257         * gdbint.texinfo (find_sym_fns): This replaces symfile_init.
12258
12259 1999-08-06  Tom Tromey  <[email protected]>
12260
12261         * gdb.texinfo (KOD): New node.
12262
12263 Fri Aug  6 17:05:48 1999  Andrew Cagney  <[email protected]>
12264
12265         * remote.texi (Rcmd): Fix minor formatting typos.
12266
12267 Thu Aug  5 17:57:41 1999  Andrew Cagney  <[email protected]>
12268
12269         * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
12270         packets.
12271
12272 1999-07-14  Jim Blandy  <[email protected]>
12273
12274         * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
12275         fixes.
12276
12277 Tue Jun 29 11:43:55 1999  Andrew Cagney  <[email protected]>
12278
12279         * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
12280
12281 Fri Jun 25 11:47:06 1999  Andrew Cagney  <[email protected]>
12282
12283         * remote.texi (Communication Protocol): ``v'' is in use. Fix
12284         numerous formatting errors.  Clarify ``i''.  Mark ``i'', ``Z'',
12285         ``z'' and ``qRcmd'' as draft instead of reserved.  Identify
12286         packets that are not supported on all hosts. Expand examples.
12287         Spell check.
12288
12289 1999-06-24  Jason Molenda  ([email protected])
12290
12291         * Makefile.in: Recognize html, install-html.  Add targets
12292         to build HTML versions of documentation via texi2html.
12293
12294 Thu Jun 24 15:59:03 1999  Stan Shebs  <[email protected]>
12295
12296         * gdbint.texinfo (Testsuite): New chapter, information about the
12297         testsuite.
12298
12299 Fri Jun 25 02:40:34 1999  Andrew Cagney  <[email protected]>
12300
12301         * remote.texi (Communication Protocol): Rewrite.
12302
12303 Thu Jun 24 16:59:54 1999  Andrew Cagney  <[email protected]>
12304
12305         * stabs.texinfo: Fix uses of xref.
12306
12307 Thu Jun 17 17:23:25 1999  Stan Shebs  <[email protected]>
12308
12309         * gdbint.texinfo: Add an anti-printf exhortation, and update the
12310         info about patch submission.
12311
12312 Mon Jun  7 15:49:40 1999  Stan Shebs  <[email protected]>
12313
12314         From Per Bothner  <[email protected]>:
12315         * gdb.texinfo: Document Chill support.
12316
12317 Fri Jun  4 16:58:22 1999  Andrew Cagney  <[email protected]>
12318
12319         * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
12320         to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
12321         Document that the value should be greater-than or equal-to zero.
12322         (NO_STD_REGS): Document. Deprecate.
12323
12324 Tue Jun  1 15:04:15 1999  Andrew Cagney  <[email protected]>
12325
12326         * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
12327         Document that these are not used.
12328
12329 Thu May 27 09:28:15 1999  Andrew Cagney  <[email protected]>
12330
12331         * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
12332
12333 Mon May 24 10:07:39 1999  Andrew Cagney  <[email protected]>
12334
12335         * gdbint.texinfo (FRAME_NUM_ARGS): Update definition.  Parameter
12336         numargs was dropped.
12337
12338 Thu May 20 12:26:59 1999  Andrew Cagney  <[email protected]>
12339
12340         * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
12341
12342 Tue Apr 27 19:14:20 1999  Andrew Cagney  <[email protected]>
12343
12344         * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
12345         Update.
12346
12347 Thu Apr 22 13:07:37 1999  Andrew Cagney  <[email protected]>
12348
12349         * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
12350         (GET_SAVED_REGISTER): Update, not just the a29k uses this.
12351
12352 Wed Apr 21 13:59:01 1999  Dave Brolley  <[email protected]>
12353
12354         * gdbint.texinfo: Fix typos: $ -> @.
12355
12356 Tue Apr 20 11:59:38 1999  Andrew Cagney  <[email protected]>
12357
12358         * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
12359         LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
12360         BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
12361         BREAKPOINT_FROM_PC.
12362
12363 Mon Apr 12 16:00:44 1999  Andrew Cagney  <[email protected]>
12364
12365         * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
12366         CALL_DUMMY_STACK_ADJUST): Document.
12367
12368 Thu Apr  8 17:23:15 1999  Andrew Cagney  <[email protected]>
12369
12370         * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
12371         SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
12372
12373 1999-04-02  Stan Shebs  <[email protected]>
12374
12375         * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
12376         longer exists.
12377
12378 Tue Mar  9 19:25:11 1999  Stan Shebs  <[email protected]>
12379
12380         * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
12381         nearly all @ifset/@ifclear conditionals; nobody uses them, and
12382         they make the manual source incomprehensible.
12383         * h8-cfg.texi: Remove, hasn't been used in years.
12384
12385 Thu Feb 11 18:00:59 1999  Stan Shebs  <[email protected]>
12386
12387         * gdb.texinfo: Update the credits.
12388
12389 Mon Feb  8 17:33:57 1999  Stan Shebs  <[email protected]>
12390
12391         * gdb.texinfo: Fix mistakes noticed in printout of last
12392         draft, add Alpha to discussion of heuristic fence post.
12393
12394 Fri Feb  5 17:20:00 1999  Stan Shebs  <[email protected]>
12395
12396         * gdb.texinfo, remote.texi: Many changes; update to Seventh
12397         Edition, merge some HP changes into mainline, describe some
12398         previously undocumented features, describe more of the target
12399         commands available, eliminate obsolete section on renamed
12400         commands.
12401         * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
12402
12403 Wed Jan 20 17:47:45 1999  Stan Shebs  <[email protected]>
12404
12405         * gdb.texinfo: Make many HPPA conditionals unconditional,
12406         including catchpoint description, since now on for all configs.
12407         * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
12408         specializations.
12409
12410 Thu Jan 14 17:10:12 1999  Stan Shebs  <[email protected]>
12411
12412         * Makefile.in (GDBvn.texi): Fix match expression to work with
12413         current format of VERSION in gdb/Makefile.in.
12414         * gdb.texinfo: Fix node ref to match new readline.
12415
12416 Wed Jan 13 10:38:40 1999  Edith Epstein  <[email protected]>
12417
12418         * gdb.texinfo: Changes made as part of a project to merge in
12419           changes made by HP. Documentation makes extensive use of
12420           @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
12421           on remote debugging. There are differences in documentation
12422           (HP vs.  non-HP) on C++ support (aCC vs. gnu gcc++). Also,
12423           the HP manual discusses catchpoints, hardware watchpoints, and
12424           some HPUX specific limitations for shared library support.
12425
12426           There are also a number of @node changes.
12427
12428 1999-01-12  Jason Molenda  ([email protected])
12429
12430         * gdbint.texinfo (Formatting): Disambiguate a sentence.
12431         (C Usage): Same.
12432
12433 Wed Jan  6 11:55:34 1999  David Taylor  <[email protected]>
12434
12435         The following changes were made by Edith Epstein
12436         <[email protected]> as part of a project to merge in changes
12437         made by HP.
12438
12439         * HPPA-cfg.texi: new file.
12440
12441         * all-cfg.texi: set HPPA for HP PA-RISC targets.
12442
12443         * refcard.tex: change documentation about catch.
12444           removed info catch.
12445
12446 Mon Jan  4 18:29:18 1999  Stan Shebs  <[email protected]>
12447
12448         * gdbint.texinfo: Expand on GDB's coding standards,
12449         specify the use of arg names with prototypes.
12450
12451 1998-12-14  J.T. Conklin  <[email protected]>
12452
12453         * gdb.texinfo: Fix tipo.
12454
12455 Sun Dec 13 10:27:59 1998  Andrew Cagney  <[email protected]>
12456
12457         * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
12458         TARGET_BYTE_ORDER_SELECTABLE_P.
12459
12460 Thu Dec 10 16:07:09 1998  Andrew Cagney  <[email protected]>
12461
12462         * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
12463
12464 1998-12-09  Jim Blandy  <[email protected]>
12465
12466         * agentexpr.texi: New file.
12467
12468 Wed Dec  9 21:13:57 1998  Andrew Cagney  <cagney@chook>
12469
12470         * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
12471
12472 1998-12-03  J.T. Conklin  <[email protected]>
12473
12474         * remote.texi: Changed wording that implied that the GDB remote
12475         protocol caches register values instead of GDB itself.
12476
12477 Tue Dec  1 17:45:43 1998  Stan Shebs  <[email protected]>
12478
12479         * gdbint.texinfo: Add some info about symbol readers.
12480         (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
12481         (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
12482         (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
12483         (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
12484
12485 Mon Nov 30 11:32:21 1998  Andrew Cagney  <cagney@chook>
12486
12487         * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
12488
12489 Sat Nov 28 13:45:53 1998  Andrew Cagney  <[email protected]>
12490
12491         * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
12492
12493 Fri Nov 27 12:39:45 1998  Andrew Cagney  <cagney@chook>
12494
12495         * gdbint.texinfo (NO_SINGLE_STEP): Replace with
12496         SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
12497
12498 Wed Oct 14 10:02:40 1998  Andrew Cagney  <[email protected]>
12499
12500         * gdbint.texinfo: Fix minor typos.
12501
12502 Wed Sep 30 18:03:19 1998  Stan Shebs  <[email protected]>
12503
12504         * gdbint.texinfo: Complete overhaul.  Group descriptions more
12505         logically, add more info on generic algorithms, remove much
12506         obsolete and/or wrong material.
12507
12508 Fri Jul 24 17:51:38 1998  Ian Lance Taylor  <[email protected]>
12509
12510         * stabs.texinfo (Method Type Descriptor): Expand and correct.
12511
12512 Mon May  4 10:37:12 1998  Brian Youmans ([email protected])
12513
12514         * refcard.tex:  Copyright, address updates.
12515
12516 Tue Apr 21 18:09:56 1998  Stan Shebs  <[email protected]>
12517
12518         * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
12519         for the edition instead of confusing GDB-version-like numbers.
12520
12521 Mon Apr 13 14:05:00 1998  Fred Fish  <[email protected]>
12522
12523         * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
12524
12525 Thu Apr  2 16:52:44 1998  Jason Molenda  ([email protected])
12526
12527         * LRS: Reformat a bit to keep text under 80 columns.
12528
12529 Thu Apr  2 16:10:36 1998  Stan Shebs  <[email protected]>
12530
12531         * gdb.texinfo: Add some credits, mention bug monitor.
12532         * remote.texi: Mention mips monitor targets.
12533         * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
12534
12535 Mon Feb  2 17:13:03 1998  Stan Shebs  <[email protected]>
12536
12537         * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
12538         files, finish sorting of host vs target vs native macros, describe
12539         some more of them.
12540
12541 Tue Jan 13 16:44:50 1998  Fred Fish  <[email protected]>
12542
12543         * gdbint.texinfo (Host Conditionals): Document change from
12544         using NO_MMALLOC to it's inverse, USE_MMALLOC.
12545
12546 Mon Nov 24 13:55:21 1997  Andrew Cagney  <[email protected]>
12547
12548         * gdbint.texinfo (Host Conditionals): Document
12549         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
12550
12551 Fri Jul  4 14:52:31 1997  Ian Lance Taylor  <[email protected]>
12552
12553         * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
12554         Document LSEEK_NOT_LINEAR.
12555
12556 Tue Mar 25 14:44:09 1997  Ian Lance Taylor  <[email protected]>
12557
12558         * stabs.texinfo (Stab Section Basics): Make it clear that only
12559         some versions of the GNU linker remove the leading N_UNDF symbol.
12560
12561 Thu Feb 27 17:45:19 1997  Ian Lance Taylor  <[email protected]>
12562
12563         * stabs.texinfo (String Field): Document type number pairs here,
12564         instead of in the Sun specific section.
12565         (Include Files): The GNU linker supports the N_BINCL
12566         optimization.  Clarify the N_BINCL value, and what it is used
12567         for.
12568         (Procedures): Document N_FUN with an empty string to mark the end
12569         of a function.
12570         (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
12571         (Sun Differences): Remove this node, as the information is now
12572         elsewhere in the main document.
12573         (Stab Section Basics): Mention that the GNU linker may optimize
12574         stabs and remove the leading N_UNDF symbol.
12575
12576 Mon Dec  9 12:23:32 1996  Roland Pesch  <[email protected]>
12577
12578         * gdb.texinfo, refcard.tex: Restore author credit
12579
12580 Wed Oct  2 22:07:16 1996  Fred Fish  <[email protected]>
12581
12582         * gdbint.texinfo: Document that SIGTRAMP_START and SIGTRAMP_END
12583         are macros that take an single argument.
12584
12585 Wed Oct  2 22:01:36 1996  Fred Fish  <[email protected]>
12586
12587         * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
12588         documentation to account for START and END macros taking
12589         one arg.
12590
12591 Thu Aug 22 17:59:03 1996  Fred Fish  <[email protected]>
12592
12593         From: Eberhard Mattes <[email protected]>
12594         * gdb.texinfo (Frames): Fix typo.
12595
12596 Tue Jul 23 10:06:20 1996  Fred Fish  <[email protected]>
12597
12598         * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
12599         a target_signal as arg type, not a pid.
12600
12601 Fri Jul 12 11:10:05 1996  Stu Grossman  ([email protected])
12602
12603         * gdb.texinfo:  Document `set assembly-language'.
12604
12605 Thu Jul 11 13:50:28 1996  Stan Shebs  <[email protected]>
12606
12607         * remote.texi: Update list of stubs in the GDB distribution.
12608
12609 Fri Jul  5 15:38:54 1996  Fred Fish  <[email protected]>
12610
12611         * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
12612         Also document that some systems can use mmalloc but must define
12613         this if their C runtime allocates memory that is later freed.
12614         (MMCHECK_FORCE): Document new macro.
12615
12616 Fri Jun 28 22:17:10 1996  Dawn Perchik  <[email protected]>
12617
12618         * remote.texi: Add documentation for target Sparclet.
12619
12620 Mon Jun 24 18:12:22 1996  Jason Molenda  ([email protected])
12621
12622         * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
12623         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
12624         * configure.in: Rewritten for autoconf.
12625         * configure: New.
12626
12627 Mon Jun 17 10:43:41 1996  Fred Fish  <[email protected]>
12628
12629         * Makefile.in (DVIPS): New define, set to dvips.
12630         (dvi): Add stabs.dvi.
12631         (ps): New target.
12632         (all-doc): Depend on info, dvi, and ps targets.
12633         (STAGESTUFF): Add *.ps and *.dvi files.
12634         (clean-info, clean-dvi): Remove.
12635         (mostlyclean): Does not depend upon clean-info or clean-dvi,
12636         rules completely rewritten.
12637         (maintainer-clean): Remove clean-info and clean-dvi
12638         dependencies and put their actions in the rules.
12639         (gdb.ps): New target
12640         (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
12641         intermediate TeX files, whether they have 2 or 3 character
12642         extensions.
12643         (gdbint.ps): Add target and rules.
12644         (gdb-internals): Delete unused target.
12645         (Makefile): Depends upon config.status also.
12646
12647 Sat Mar 30 15:46:58 1996  Fred Fish  <[email protected]>
12648
12649         * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
12650         set.
12651
12652 Sat Mar 16 15:10:20 1996  Fred Fish  <[email protected]>
12653
12654         From Peter Schauer <[email protected]>
12655         * gdb.texinfo (Expressions): Fix erroneous array constant example.
12656
12657 Sat Mar 16 13:28:45 1996  Fred Fish  <[email protected]>
12658
12659         * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
12660
12661 Sat Feb 10 03:28:36 1996  Peter Schauer  ([email protected])
12662
12663         * gdb.texinfo (Print settings):  Document
12664         `set/show print static-members' commands.
12665
12666 Wed Jan 10 14:16:37 1996  Fred Fish  <[email protected]>
12667
12668         * gdbint.texinfo (Native): Document name change, coredep.c to
12669         core-aout.c.
12670
12671 Wed Dec 13 12:35:28 1995  Ian Lance Taylor  <[email protected]>
12672
12673         * stabs.texinfo (Include Files): Document the values the SunOS4
12674         linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
12675
12676 Fri Dec  8 21:08:44 1995  Fred Fish  <[email protected]>
12677
12678         * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
12679         Fix typo.
12680
12681 Fri Dec  1 11:07:50 1995  Fred Fish  <[email protected]>
12682
12683         * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
12684         "gdb.tar.Z".
12685
12686 Wed Sep 20 13:14:10 1995  Ian Lance Taylor  <[email protected]>
12687
12688         * Makefile.in (maintainer-clean): New target, synonym for
12689         realclean.
12690
12691 Wed Sep 20 08:16:03 1995  steve chamberlain  <[email protected]>
12692
12693         * gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
12694
12695 Thu Aug  3 10:45:37 1995  Fred Fish  <[email protected]>
12696
12697         * Update all FSF addresses except those in COPYING* files.
12698
12699 Wed Jul 19 18:43:03 1995  Stan Shebs  <[email protected]>
12700
12701         From Richard Earnshaw ([email protected]):
12702         * gdb.texinfo (convenience variables): Document $_exitcode.
12703         (quit): Document optional expression to use as exit code.
12704
12705 Thu Jun 22 21:27:33 1995  Victoria Mixon  <[email protected]>
12706
12707         * gdb.texinfo, remote.texi: Brought up to date with various
12708         GDB changes.
12709
12710 Tue Jun 20 14:35:38 1995  Stan Shebs  <[email protected]>
12711
12712         * gdb.texinfo: Update dates and versions, fix comments about
12713         hardware watchpoints in future releases and about the
12714         sharedlibrary command.
12715
12716 Mon May  8 09:30:36 1995  Jim Kingdon  ([email protected])
12717
12718         * stabs.texinfo: Remove node `XCOFF differences'.  Describe value of
12719         C_FUN stab.  Other cleanups.
12720
12721 Wed Apr 19 07:02:19 1995  Jim Kingdon  ([email protected])
12722
12723         * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
12724         for the sparc stub.
12725
12726 Tue Apr 11 11:41:49 1995  Jim Kingdon  ([email protected])
12727
12728         * annotate.texi: Clarify which addresses have differing formats
12729         depending on the language and which do not.
12730
12731 Tue Mar 28 16:56:22 1995  J.T. Conklin  <[email protected]>
12732
12733         * remote.texi (NetWare): Changed example to use BOARD= instead of
12734           NODE= argument to reflect correspoding change to gdbserve.nlm.
12735
12736 Fri Mar 17 06:47:02 1995  Jim Kingdon  ([email protected])
12737
12738         * stabs.texinfo (Negative Type Numbers): Mention the fact that
12739         GDB, as well as AIX dbx, supports the size type attribute.
12740
12741 Thu Mar 16 12:11:32 1995  Jim Kingdon  ([email protected])
12742
12743         * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
12744
12745 Mon Mar 13 16:49:13 1995  Per Bothner  <[email protected]>
12746
12747         * gdb.texinfo (Define):  Document $arg0... arguments to commands,
12748         and new 'if' and 'while' commands.
12749
12750 Fri Feb 17 15:24:35 1995  Per Bothner  <[email protected]>
12751
12752         * gdb.texinfo (Artificial arrays):  Note use of coerce-to-array-type.
12753
12754 Wed Feb 15 11:59:18 1995  J.T. Conklin  <[email protected]>
12755
12756         * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
12757         * remote.texi (NetWare): New node, how to use gdbserve.nlm on
12758           NetWare targets.  Mostly stolen from the Server node.
12759
12760 Fri Feb 10 20:20:08 1995  Jim Kingdon  ([email protected])
12761
12762         * gdb.texinfo (Setting): Talk about the language of a source file
12763         versus the working language.  The old documentation did not match
12764         what GDB did.
12765
12766 Wed Feb  1 20:26:36 1995  Jim Kingdon  ([email protected])
12767
12768         * stabs.texinfo (Source Files): Document N_SO used to mark the end
12769         of a source file.
12770
12771 Mon Jan 23 14:23:37 1995  Jim Kingdon  ([email protected])
12772
12773         * gdb.texinfo (Processes): New node.
12774
12775 Tue Jan 17 14:09:03 1995  Ian Lance Taylor  <[email protected]>
12776
12777         * remote.texi: Update documentation of set/show mipsfpu.
12778
12779 Fri Jan  6 17:17:28 1995  Stan Shebs  <[email protected]>
12780
12781         * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
12782         * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
12783
12784 Sun Sep  4 16:47:21 1994  Stan Shebs  ([email protected])
12785
12786         * gdbint.texinfo: Removed mentions of some incorrectly placed and
12787         obsolete conditionals, described some others.
12788
12789 Mon Aug  1 15:42:39 1994  Jim Kingdon  ([email protected])
12790
12791         * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
12792         SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
12793
12794 Mon Aug  1 15:12:02 1994  Stan Shebs  ([email protected])
12795
12796         * gdbint.texinfo: Put regex conditionals in their own table.
12797
12798 Tue Jul 26 18:32:52 1994  Stan Shebs  ([email protected])
12799
12800         * gdbint.texinfo: Removed mentions of many obsolete conditionals,
12801         described or fixed the descriptions of many others.
12802
12803 Sun Jul 17 14:14:03 1994  Stan Shebs  ([email protected])
12804
12805         * gdb.texinfo: Add some more credits.
12806         * gdbint.texinfo: Capitalize GDB consistently, describe some
12807         macros and remove some.
12808
12809 Thu Jul 14 18:43:17 1994  Stan Shebs  ([email protected])
12810
12811         * gdbint.texinfo: Removed mentions of many incorrectly placed and
12812         obsolete conditionals, described some others.
12813
12814 Tue Jul 12 12:23:15 1994  Peter Schauer  ([email protected])
12815
12816         * gdb.texinfo (help targets):  Changed to `help target', which
12817         is the correct gdb command.
12818
12819 Wed Jun 22 18:00:51 1994  Jim Kingdon  ([email protected])
12820
12821         * annotate.texi (TODO): New node, for keeping track of annotations
12822         suggested but not yet implemented.
12823
12824 Wed Jun  1 16:10:45 1994  Jim Kingdon  ([email protected])
12825
12826         * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
12827         another symbol, it is not the address itself.
12828
12829 Thu May  5 20:23:36 1994  Stan Shebs  ([email protected])
12830
12831         * stabs.texinfo (Stab Section Basics): Add comment about alignment
12832         of stabs-in-coff sections.
12833
12834 Wed May  4 06:26:11 1994  Jim Kingdon  ([email protected])
12835
12836         * annotate.texi: Change edition to 0.5 and date to May 1994.
12837         Add index.
12838         (Frames): New node, for frame annotation.
12839         (Displays): New node, for display annotation.
12840
12841         * remote.texi (MIPS Remote): Say that set timeout doesn't apply
12842         when waiting for your program to stop.
12843
12844 Fri Apr 29 18:24:46 1994  Jim Kingdon  ([email protected])
12845
12846         * annotate.texi (Breakpoint Info): Document annotation of header
12847         fields and record annotation.
12848
12849 Thu Apr 28 07:44:28 1994  Jim Kingdon  ([email protected])
12850
12851         * annotate.texi: New file, to document annotations.
12852
12853 Thu Apr 21 14:20:51 1994  Jim Kingdon  ([email protected])
12854
12855         * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
12856         16 I meant to make this change but did not).  Do remove gdb-cfg.texi.
12857
12858 Wed Apr 20 11:22:48 1994  Jim Kingdon  ([email protected])
12859
12860         * stabs.texinfo (Stab Section Basics): Say what is in .stab
12861         section, and say n_strx field is compilation unit relative.
12862         * stabs.texinfo: Don't use @code for a.out when it is the name of
12863         an object file format.
12864
12865 Wed Apr 13 20:29:54 1994  Jim Kingdon  ([email protected])
12866
12867         * gdb.texinfo: Refer to file names, not path names, per rms
12868         convention.
12869         (Arguments): Fix typo.
12870
12871 Thu Mar 24 08:09:12 1994  Jim Kingdon  ([email protected])
12872
12873         * stabs.texinfo (Global Variables): Talk about stabs in files
12874         where variables are referenced, but not defined.
12875
12876 Wed Mar 23 07:16:36 1994  Jim Kingdon  ([email protected])
12877
12878         * stabs.texinfo: Move stuff on @ and # type descriptors from node
12879         Cplusplus to new nodes Member Type Descriptor and Method Type
12880         Descriptor.  Re-write stuff for #.
12881
12882 Wed Mar 16 08:20:19 1994  Jim Kingdon  ([email protected])
12883
12884         * gdb.texinfo (Print Settings): Don't document "set print
12885         fast-symbolic-addr off".  The bug which it worked around was fixed
12886         on 25 Feb 94 in coffread.c, so I'm nuking the command.
12887
12888         * stabs.texinfo (Alternate Entry Points): New node, rewritten from
12889         N_ENTRY node.
12890
12891         * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
12892
12893 Tue Mar 15 08:43:02 1994  Jim Kingdon  ([email protected])
12894
12895         * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
12896         references to ieee-float.c.
12897
12898 Fri Mar 11 08:09:40 1994  Jim Kingdon  ([email protected])
12899
12900         * gdb.texinfo (Set Breaks): Update documentation for tbreak to
12901         match what the code actually does.
12902
12903 Wed Mar  9 19:43:05 1994  Jim Kingdon  ([email protected])
12904
12905         * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
12906
12907 Tue Mar  1 17:04:43 1994  Jim Kingdon  ([email protected])
12908
12909         * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
12910         i, and b.
12911
12912 Wed Feb 23 10:44:18 1994  Jim Kingdon  ([email protected])
12913
12914         * stabs.texinfo: Document N_RBRAC as function relative for COFF as
12915         well as for ELF and SOM.  Unify the descriptions of ELF and SOM
12916         as "stabs in sections" rather than just saying "ELF and SOM".
12917         Also make that stuff apply to COFF.
12918
12919 Fri Feb 18 08:25:58 1994  Jim Kingdon  ([email protected])
12920
12921         * gdb.texinfo (Formatting Documentation): Change GhostScript to
12922         Ghostscript.
12923
12924 Fri Feb  4 06:31:31 1994  Jim Kingdon  ([email protected])
12925
12926         * gdb.texinfo (Continuing and Stepping): When talking about "step"
12927         versus functions without line numbers, also mention stepping into
12928         them as well as "step" when you are in them.  Tell the user how to
12929         deal with the situation.  Add comment about "debugging information".
12930
12931 Thu Feb  3 11:39:59 1994  Jim Kingdon  ([email protected])
12932
12933         * stabs.texinfo (Enumerations): Document restriction on where
12934         enumeration types can appear and still win with GDB.
12935
12936 Wed Feb  2 11:29:17 1994  Jim Kingdon  ([email protected])
12937
12938         * stabs.texinfo (Negative Type Numbers): Document format for type
12939         -16.
12940
12941 Thu Jan 27 16:53:56 1994  Jim Kingdon  ([email protected])
12942
12943         * gdb.texinfo (Selection, Frame Info): Update information about
12944         arbitrary frame specficiations.
12945
12946 Wed Jan 26 15:31:57 1994  Roland H. Pesch  ([email protected])
12947
12948         * gdb.texinfo, remote.texi: general editing pass prior to Net release
12949
12950 Tue Jan 25 12:12:04 1994  Jim Kingdon  ([email protected])
12951
12952         * stabs.texinfo (String Field): Discuss continuing stabs with ?.
12953
12954 Wed Jan 19 06:39:24 1994  David J. Mackenzie  ([email protected])
12955
12956         * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
12957
12958 Sun Jan 16 12:43:32 1994  Jim Kingdon  ([email protected])
12959
12960         * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
12961         Differences node to Statics node.
12962         (Statics): Discuss XCOFF use of V symbol descriptor.
12963
12964         * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
12965         not clean.
12966
12967 Wed Jan 12 21:29:54 1994  John Gilmore  ([email protected])
12968
12969         * gdb.texinfo (Print Settings): Document `set print
12970         fast-symbolic-addr' and improve the doc for some other
12971         `set print's.
12972
12973 Mon Jan  3 17:23:07 1994  Jim Kingdon  ([email protected])
12974
12975         * stabs.texinfo (String Field): Talk about defining several type
12976         numbers at once.
12977         Fix lint regarding changing node ELF Transformations to
12978         ELF and SOM Transformations.
12979
12980 Fri Dec 31 00:42:43 1993  John Gilmore  ([email protected])
12981
12982         * stabs.texinfo:  Insert Peter Kessler's name as inventor (I think).
12983
12984 Tue Dec 28 09:30:40 1993  Jim Kingdon  ([email protected])
12985
12986         * stabs.texinfo (Cross-References): `::' is for nested types only
12987         within <>.
12988         (Structures): Document static members.
12989
12990 Mon Dec 27 13:55:04 1993  Jim Kingdon  ([email protected])
12991
12992         * stabs.texinfo: Document S type attribute.
12993
12994 Sun Dec 26 20:46:36 1993  Jeffrey A. Law  ([email protected])
12995
12996         * stabs.texinfo: Add notes about stabs-in-som where appropriate.
12997
12998 Fri Dec  3 19:13:19 1993  John Gilmore  ([email protected])
12999
13000         * gdbint.texinfo:  Fix a few typos.
13001
13002 Sun Nov 28 18:06:25 1993  Roland H. Pesch  ([email protected])
13003
13004         * gdb.texinfo, remote.texi: formatting improvements
13005
13006         * gdb.texinfo (New Features): mention threads.
13007         (Summary, C): fix xrefs in newly contributed text.
13008         (Threads): index entries, clarifications, example
13009         (passim): minor typos fixed, phrasing improvements
13010
13011         * remote.texi (Bootstrapping): rephrase text on ^C and add index
13012         entries; (Server): explain use of gdbserver w/real-time systems,
13013         add example of conflicting TCP port; (MIPS Remote) break up
13014         running text into table, highlighting commands, and add example.
13015
13016 Wed Nov 24 14:15:56 1993  Roland H. Pesch  ([email protected])
13017
13018         * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
13019
13020 Fri Nov 12 16:10:58 1993  Jim Kingdon  ([email protected])
13021
13022         * stabs.texinfo (Nested Symbols): New node.
13023         (String Field, Symbol Descriptors, Cross-References): Refer to it.
13024
13025 Thu Nov 11 13:26:45 1993  Jim Kingdon  ([email protected])
13026
13027         * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
13028         to picking which Bbss.bss symbol to use, and (because there seems to
13029         be no good way of doing it) re-write some of the text to make it
13030         sound like Bbss.bss isn't such a great idea after all (as currently
13031         designed).
13032
13033         * gdb.texinfo (C): In addition to saying people have to use g++ for
13034         good results, say they have to use stabs.  Specifically say cfront
13035         doesn't work well.
13036         (Summary): Merge in information on Modula-2, Pascal, and Chill from
13037         the gdb README.  Add xrefs to places where the support for the various
13038         languages is described in detail.
13039
13040 Mon Nov  8 11:47:34 1993  Jim Kingdon  ([email protected])
13041
13042         * stabs.texinfo: Clean up stuff about visibility and virtual
13043         characters.
13044
13045         * stabs.texinfo (N_M2C): Cite Sun doc.
13046
13047 Fri Nov  5 16:27:27 1993  Roland H. Pesch  ([email protected])
13048
13049         * gdb.texinfo: updates re threads.
13050         * remote.texinfo: avoid index entries starting with digits.
13051
13052 Tue Nov  2 09:08:37 1993  Jim Kingdon  ([email protected])
13053
13054         * stabs.texinfo (Enumerations): Talk about large, negative and
13055         octal values.  Clean up cross reference to type attributes.
13056         (String Field): Say that GDB 4.11 supports size attribute.
13057
13058 Sun Oct 31 13:31:10 1993  Jim Kingdon  ([email protected])
13059
13060         * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
13061         is a mandatory step.  Make the stuff about that more concise.
13062
13063 Wed Oct 27 00:25:46 1993  Jim Kingdon  ([email protected])
13064
13065         * stabs.texinfo (Class Names): New node.
13066
13067         * gdb.texinfo (Command Files): Explain order of init file reading.
13068
13069         * remote.texi (Bootstrapping): Talk about getting the serial driver
13070         to deal with ^C sent by gdb to stop the remote system.
13071
13072 Mon Oct 25 03:25:41 1993  Tom Lord  ([email protected])
13073
13074         * libgdb.texinfo (I/O): incorporated better phrasing from rich.
13075
13076         * libgdb.texinfo (Defining Commands): made the DOC arg
13077         to gdb_define_app_command a char * instead of char **
13078         per a suggestion from kingdon.
13079
13080         * libgdb.texinfo: total rewrite from a different starting
13081         premise.
13082
13083 Wed Oct 20 18:07:44 1993  Jim Kingdon  ([email protected])
13084
13085         * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
13086         floats passed as doubles (to improve clarity).
13087
13088 Tue Oct 19 14:21:18 1993  Roland H. Pesch  ([email protected])
13089
13090         * gdb.texinfo (Source Path): index entries for $cwd, $pdir
13091
13092         * a4rc.sed: update to work with Andreas Vogel papersize params
13093
13094         * refcard.tex: use Andreas Vogel simplifications of papersize
13095         params; remove useless version info; update copyright date.
13096
13097 Tue Oct 19 10:46:22 1993  Jim Kingdon  ([email protected])
13098
13099         * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
13100
13101 Tue Oct 12 09:11:45 1993  Jim Kingdon  ([email protected])
13102
13103         * gdb.texinfo (Files): Say what address the load command loads it at.
13104
13105         * stabs.texinfo (Common Blocks): Minor cleanups.
13106
13107         * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
13108         that Sun has backed away from the linker kludge and thus the relevant
13109         issue is changes to the SunPRO tools, not the Solaris linker.
13110
13111         * stabs.texinfo (Traditional Integer Types): Clean up description
13112         of octal bounds a little bit.  Document extra leading zeroes.
13113
13114 Thu Oct  7 16:15:37 1993  Jim Kingdon  ([email protected])
13115
13116         * gdb.texinfo (Signaling): Update for symbolic symbol names
13117         and add a section explaining the difference between the GDB
13118         signal command and the shell kill utility.
13119
13120 Wed Oct  6 13:23:01 1993  Tom Lord  ([email protected])
13121
13122         * libgdb.texinfo: added `@' to braces that were unescaped.
13123
13124 Mon Oct  4 10:42:18 1993  Tom Lord  ([email protected])
13125
13126         * libgdb.texinfo: new file.  Spec for the gdb library.
13127
13128 Sun Oct  3 15:26:56 1993  Jim Kingdon  ([email protected])
13129
13130         * stabs.texinfo (Include Files): Fix typo (start -> end).
13131
13132 Thu Sep 30 18:24:56 1993  Roland H. Pesch  ([email protected])
13133
13134         * gdb.texinfo, remote.texi: assorted small improvements, mostly
13135         from Melissa at FSF's editing pass.
13136
13137 Thu Sep 30 11:54:38 1993  Jim Kingdon  ([email protected])
13138
13139         * gdb.texinfo: Remove stuff about ar and 14 character filenames.
13140         I believe this was fixed by the 13 Sep 89 change to print_frame_info.
13141         Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
13142
13143 Wed Sep 22 21:22:11 1993  Jim Kingdon  ([email protected])
13144
13145         * remote.texi (Bootstrapping): Discuss 386 call gates.
13146
13147 Sat Sep 18 17:10:44 1993  Jim Kingdon  ([email protected])
13148
13149         * stabs.texinfo (Based Variables): New node.
13150
13151 Thu Sep 16 17:48:55 1993  Jim Kingdon  ([email protected])
13152
13153         * stabs.texinfo (Negative Type Numbers): Re-write discussions of
13154         names, sizes, and formats to suggest how not to lose.
13155
13156 Sat Sep 11 09:35:11 1993  Jim Kingdon  ([email protected])
13157
13158         * stabs.texinfo (Methods): Fix typo.
13159
13160 Fri Sep 10 06:34:20 1993  David J. Mackenzie  ([email protected])
13161
13162         * gdb.texinfo: Fix a few typos.
13163
13164 Wed Sep  8 09:11:52 1993  Jim Kingdon  ([email protected])
13165
13166         * gdb.texinfo: Clarify how well it works with Fortran.
13167
13168         * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
13169         More on relocating stabs in ELF files.
13170
13171 Tue Sep  7 13:45:02 1993  Jim Kingdon  ([email protected])
13172
13173         * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
13174
13175 Mon Sep  6 19:23:18 1993  Jim Kingdon  ([email protected])
13176
13177         * stabs.texinfo (Local Variable Parameters): Talk about nameless
13178         parameters on VAX.
13179
13180 Fri Sep  3 17:06:08 1993  Roland H. Pesch  ([email protected])
13181
13182         * gdb.texinfo: @up/@down -> @raisesections/@lowersections
13183
13184 Fri Sep  3 12:04:15 1993  Jim Kingdon  ([email protected])
13185
13186         * stabs.texinfo: Make info author notice match the TeX author notice.
13187
13188 Tue Aug 31 13:21:06 1993  David J. Mackenzie  ([email protected])
13189
13190         * stabs.texinfo: Initial-caps all words in node names and
13191         non-trivial words in section names.
13192
13193 Mon Aug 30 11:13:16 1993  Jim Kingdon  ([email protected])
13194
13195         * stabs.texinfo: Many minor cleanups.
13196
13197         * stabs.texinfo: Remove @deffn except from Expanded Reference node.
13198
13199 Sat Aug 28 12:08:09 1993  David J. MacKenzie  ([email protected])
13200
13201         * stabs.texinfo: Remove full description of big example.
13202         It's not really helpful; just use pieces of it where appropriate.
13203         Add more Texinfo formatting directives (@samp, etc.).
13204         Use @deffn to define stab types.
13205         Eliminate some wordiness.  Break up some nodes.
13206         Add an (alphabetized) index of symbol types.
13207         Use consistent capitalization style in node and section names.
13208
13209 Thu Aug 26 06:36:31 1993  Fred Fish  ([email protected])
13210
13211         * gdb.texinfo:  Change typo "Two two" to "The two".
13212
13213 Sun Aug 22 12:15:18 1993  Jim Kingdon  ([email protected])
13214
13215         * stabs.texinfo (XCOFF-differences): Remove references to
13216         non-existent types N_DECL and N_RPSYM.
13217
13218         * stabs.texinfo (String Field): Say that type attributes bug is
13219         fixed in GDB 4.10, since it is.
13220
13221         * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
13222
13223 Sat Aug 21 04:32:28 1993  David MacKenzie  ([email protected])
13224
13225         * stabs.texinfo: Formatting cleanups.
13226
13227 Fri Aug 20 20:49:53 1993  Jim Kingdon  ([email protected])
13228
13229         * stabs.texinfo: When explaining the n_type of a stab, standardize
13230         how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
13231         no tabs, use @r).
13232         (Global Variables): Clean up.
13233
13234 Tue Aug 17 15:57:27 1993  Jim Kingdon  ([email protected])
13235
13236         * stabs.texinfo (Stack Variables): Re-write.
13237
13238 Mon Aug 16 21:20:08 1993  Jim Kingdon  ([email protected])
13239
13240         * stabs.texinfo (Stabs-in-elf): Talk about getting the start
13241         addresses of a source file.  Also revise formatting.
13242         Change "object module" or "object file" to "source file".
13243         Various: Miscellaneous cleanups.
13244
13245 Thu Aug 12 15:11:51 1993  Jim Kingdon  ([email protected])
13246
13247         * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
13248
13249 Tue Aug 10 16:57:49 1993  Stan Shebs  ([email protected])
13250
13251         * gdbint.texinfo: Removed many nonsensical machine-collected
13252         host and target conditionals, described some of the remainder.
13253
13254 Tue Aug 10 13:28:30 1993  Jim Kingdon  ([email protected])
13255
13256         * gdbint.texinfo (Getting Started): Use @itemize, not @table.
13257
13258         * gdbint.texinfo (Top): Add name to @top line, and re-write the
13259         paragraph which follows.
13260
13261         * gdbint.texinfo (Host): Use @code not @samp for Makefile
13262         variables.  Looks better and avoids overful hbox.
13263
13264 Fri Jul 30 18:26:21 1993  Jim Kingdon  ([email protected])
13265
13266         * stabs.texinfo (Procedures): Improve stuff on nested functions.
13267
13268 Thu Jul 29 15:10:58 1993  Roland H. Pesch  ([email protected])
13269
13270         * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
13271         retransmit-timeout
13272
13273 Thu Jul 29 13:16:09 1993  Jim Kingdon  ([email protected])
13274
13275         * gdbint.texinfo: Update statement about `some ancient Unix
13276         systems, like Ultrix 4.0' to Ultrix 4.2.
13277
13278 Wed Jul 28 15:26:53 1993  Roland H. Pesch  (pesch@el_bosque.cygnus.com)
13279
13280         * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
13281
13282         * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
13283
13284         * remote.texi: (Server) New node on gdbserver.  (Remote Serial,
13285         ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
13286
13287         * remote.texi: new name for former gdbinv-s.texi
13288
13289         * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
13290
13291 Wed Jul 28 08:26:24 1993  Ian Lance Taylor  ([email protected])
13292
13293         * gdbinv-s.texi: Documented timeout and retransmit-timeout
13294         variables for MIPS remote debugging protocol.
13295
13296 Mon Jul 26 13:00:09 1993  Jim Kingdon  ([email protected])
13297
13298         * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
13299
13300 Tue Jul 20 16:30:41 1993  Jim Kingdon  ([email protected])
13301
13302         * Makefile.in (refcard.dvi): Use srcdir where necessary.
13303
13304 Mon Jul 19 12:02:50 1993  Roland H. Pesch  ([email protected])
13305
13306         * gdb.texinfo: repair conditional bugs in text markup
13307
13308 Fri Jul 16 18:57:50 1993  Roland H. Pesch  ([email protected])
13309
13310         * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
13311         to select Modula-2 material.
13312
13313 Thu Jul 15 13:15:01 1993  Jim Kingdon  ([email protected])
13314
13315         * stabs.texinfo: Cleanups regarding statics.
13316
13317         * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
13318         (Debug Session): Mention exceptionHandler.  Add xref to Bootstrapping.
13319
13320 Mon Jul 12 13:37:02 1993  Jim Kingdon  ([email protected])
13321
13322         * stabs.texinfo: N_MAIN is sometimes used for C.
13323
13324 Fri Jul  9 09:47:02 1993  Peter Schauer  ([email protected])
13325
13326         * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
13327
13328 Tue Jul  6 12:41:28 1993  John Gilmore  ([email protected])
13329
13330         * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
13331         removed from the code by Kingdon.
13332
13333 Tue Jul  6 12:24:34 1993  Jim Kingdon  ([email protected])
13334
13335         * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
13336         input when evaluating breakpoint conditions; the bug has been fixed.
13337
13338         * gdb.texinfo (Continuing and Stepping): Argument to "continue"
13339         sets the ignore count to N-1, not to N.
13340
13341 Thu Jul  1 14:57:42 1993  Roland H. Pesch  ([email protected])
13342
13343         * refcard.tex (\hoffset): correct longstanding error to match
13344           intended offset; avoids cutting off edge on some printers
13345
13346 Wed Jun 30 18:23:06 1993  Jim Kingdon  ([email protected])
13347
13348         * stabs.texinfo (Parameters): Say that order of stabs is significant.
13349
13350 Fri Jun 25 21:34:52 1993  Jim Kingdon  ([email protected])
13351
13352         * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
13353
13354 Fri Jun 25 16:15:10 1993  Roland H. Pesch  ([email protected])
13355
13356         * Makefile.in: (REFEDITS) new var to control whether PS or CM
13357         fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
13358         collect sed edits if any, apply to refcard before formatting;
13359         (refcard.ps) stop implying PS fonts if PS output requested;
13360         (lrefcard.ps) delete extra target for variant PS fonts
13361
13362         * refcard.tex: parametrize papersize dependent info, collect
13363           in easily replaced spot
13364
13365         * a4rc.sed: new file, edits to refcard for A4 paper
13366
13367 Fri Jun 25 14:21:46 1993  Jim Kingdon  ([email protected])
13368
13369         * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
13370
13371 Wed Jun 23 15:02:50 1993  Jim Kingdon  ([email protected])
13372
13373         * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
13374
13375 Tue Jun 22 16:31:52 1993  Jim Kingdon  ([email protected])
13376
13377         * stabs.texinfo: Express disapproval of 'D' symbol descriptor
13378         politely rather than rudely.
13379
13380 Fri Jun 18 19:42:09 1993  Jim Kingdon  ([email protected])
13381
13382         * stabs.texinfo: Document common blocks.
13383
13384 Fri Jun 18 12:12:57 1993  Fred Fish  ([email protected])
13385
13386         * stabs.texinfo:  Add some basic info about stabs-in-elf.
13387
13388 Fri Jun 18 13:57:09 1993  Jim Kingdon  ([email protected])
13389
13390         * stabs.texinfo (Top): Minor cleanup.
13391
13392 Mon Jun 14 16:16:51 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
13393
13394         * Makefile.in (install-info): remove parentdir support
13395
13396 Tue Jun 15 18:11:39 1993  Roland H. Pesch  ([email protected])
13397
13398         * gdb.texinfo (Copying): delete this node and references to it;
13399         RMS says this manual need not carry GPL. (passim): Improvements
13400         from last round at FSF, largely due to Ian Taylor review, and
13401         minor formatting improvements.
13402
13403         * gdbinv-s.texi (passim): Improvements from last round at FSF,
13404         largely due to Ian Taylor review. (Debug Session): minor edits to
13405         new text.
13406
13407 Sun Jun 13 12:52:39 1993  Jim Kingdon  ([email protected])
13408
13409         * Makefile.in (realclean): Remove info and dvi files too.
13410
13411 Sat Jun 12 16:09:22 1993  Jim Kingdon  ([email protected])
13412
13413         * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
13414         * Makefile.in: Change accordingly.  gdb-config.texi -> gdb-cfg.texi.
13415         * gdb.texinfo: Change accordingly.
13416
13417         * stabs.texinfo: Clean up N_{L,R}BRAC.  Discuss what addresses of
13418         N_{L,R}BRAC,N_SLINE are relative to.
13419
13420 Fri Jun 11 15:15:55 1993  Jim Kingdon  ([email protected])
13421
13422         * Makefile.in (GDBvn.texi): Update atomically.
13423
13424 Wed Jun  9 10:58:16 1993  Jim Kingdon  ([email protected])
13425
13426         * gdbinv-s.texi (Debug Session): Document exceptionHook.
13427
13428 Tue Jun  8 13:42:04 1993  Jim Kingdon  ([email protected])
13429
13430         * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
13431         addresses together.  Also motivate the set print symbol-filename
13432         command and suggest other solutions.
13433
13434 Tue Jun  1 22:46:43 1993  Fred Fish  ([email protected])
13435
13436         * gdb.texinfo (set print elements):  Note that the number of
13437         elements is set to unlimited by "set print elements 0".
13438
13439 Mon May 31 08:06:55 1993  Jim Kingdon  ([email protected])
13440
13441         * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
13442         NF_LDOUBLE means.
13443         (Stab Types): Include Solaris stab types.
13444         (Procedures): Document Solaris extensions.
13445
13446 Thu May 27 06:20:42 1993  Peter Schauer  ([email protected])
13447
13448         * gdb.texinfo:  Add `set print symbol-filename' doc.
13449
13450 Wed May 26 00:26:42 1993  Jim Kingdon  ([email protected])
13451
13452         * stabs.texinfo (Arrays): Talk about type definition vs. type
13453         information.
13454
13455         * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
13456         the trailing semicolon.
13457
13458 Tue May 25 14:49:42 1993  Jim Kingdon  ([email protected])
13459
13460         * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
13461         and merge in other parts of the document addressing these subjects.
13462         gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
13463
13464         * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
13465         at the end of a range type.
13466
13467         * stabs.texinfo (Subranges): "A offset" and "T offset" are not
13468         AIX extensions.
13469
13470 Mon May 24 09:00:33 1993  Jim Kingdon  ([email protected])
13471
13472         * stabs.texinfo (Stabs Format):  Misc fixes.
13473
13474 Sat May 22 10:40:56 1993  Jim Kingdon  ([email protected])
13475
13476         * stabs.texinfo (Constants):  Allow an `e' constant to be non-enum.
13477         (Traditional builtin types): Document convex convention for long long.
13478         (Negative builtin types): Discuss type names, and misc fixes.
13479
13480 Fri May 21 11:20:31 1993  Jim Kingdon  ([email protected])
13481
13482         * stabs.texinfo (Builtin Type Descriptors): Document the floating
13483         point types used with @samp{R} type descriptor.
13484         (Symbol Descriptors): Describe how to handle conflict between
13485         different meanings of @samp{P} symbol descriptor.
13486
13487 Thu May 20 13:35:10 1993  Jim Kingdon  ([email protected])
13488
13489         * stabs.texinfo: Remove node Quick Reference and put its children
13490         directly under the main menu.
13491
13492         * stabs.texinfo: Many more changes to bring it into line with
13493         AIX documentation and reality.  I think it now has all the
13494         information from the AIX documentation, except that I burned
13495         out when I got to variant records (Pascal and Modula-2) and
13496         all the COBOL types.  Oh well, we can add them later when we're
13497         worrying more about those languages.
13498
13499         * stabs.texinfo (Automatic variables): Talk about what it means
13500         to omit the symbol descriptor.
13501
13502 Tue May 18 17:59:18 1993  Jim Kingdon  ([email protected])
13503
13504         * stabs.texinfo (Parameters): Add "(sometimes)" when describing
13505         gcc2 behavior with promoted args.
13506
13507 Fri May 14 21:35:29 1993  Roland H. Pesch  ([email protected])
13508
13509         * gdb.texinfo: include readline appendices in info version of manual
13510
13511 Fri May  7 11:56:18 1993  Roland H. Pesch  ([email protected])
13512
13513         * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
13514         target remote.
13515
13516         * gdb.texinfo (Machine Code): more index entries for disassemble
13517
13518 Fri May  7 10:12:30 1993  Fred Fish  ([email protected])
13519
13520         * Clarify the intended use of the gdb-testers and gdb-patches
13521         mailing lists, and shrink gzip comment.
13522
13523 Thu May  6 16:39:50 1993  Roland H. Pesch  ([email protected])
13524
13525         * gdb.texinfo (Shell Commands): do not mention SHELL env var in
13526         DOSHOST configuration of manual.
13527
13528         * gdb.texinfo (MIPS Stack): new node.
13529
13530         * all-config.texi (MIPS) new switch.
13531
13532         * gdbinv-s.texi (Nindy Options) Remove two instances of future
13533         tense; (MIPS Remote) new node.
13534
13535         * gdb.texinfo (passim) rephrases to work around makeinfo @value
13536         bug; (Environment) less passive, other small cleanups in text about
13537         .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
13538         (Remote) new MIPS Remote menu entry.
13539
13540 Thu Apr 29 09:36:25 1993  Jim Kingdon  ([email protected])
13541
13542         * stabs.texinfo: Many changes to include information from the
13543         AIX documentation.
13544
13545         * gdb.texinfo (Environment): Mention pitfall with .cshrc.
13546
13547 Thu Apr 29 00:03:59 1993  Fred Fish  ([email protected])
13548
13549         * gdbint.texinfo (LONG_LONG):  Replace with CC_HAS_LONG_LONG.
13550         Add PRINTF_HAS_LONG_LONG references.
13551
13552 Wed Apr 28 11:39:18 1993  Roland H. Pesch  ([email protected])
13553
13554         * gdb.texinfo: Make node "Shell Commands" unconditional; describe
13555         `set demangle-style arm' (not cfront); mention can type `q' to
13556         discard output, when gdb pages.
13557
13558 Tue Apr 27 14:02:57 1993  Jim Kingdon  ([email protected])
13559
13560         * gdbint.texinfo (new node Debugging GDB, elsewhere):
13561         Move a bunch of information from ../README.
13562         (Getting Started): New node.
13563
13564 Fri Apr 23 17:21:13 1993  Roland H. Pesch  ([email protected])
13565
13566         * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
13567
13568         * gdb.texinfo: advance manual revision dates to present
13569
13570         * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
13571         stop using silly Roman numerals in @set variable names
13572
13573 Fri Apr 23 07:30:01 1993  Jim Kingdon  ([email protected])
13574
13575         * stabs.texinfo (Parameters): Keep trying to get this right.
13576
13577 Wed Apr 21 15:18:47 1993  Jim Kingdon  ([email protected])
13578
13579         * stabs.texinfo (Parameters): More on "local parameters".
13580
13581 Mon Apr 19 08:00:51 1993  Jim Kingdon  ([email protected])
13582
13583         * stabs.texinfo (Parameters): Re-do "local parameters" section.
13584
13585 Sun Apr 18 09:47:45 1993  Jim Kingdon  ([email protected])
13586
13587         * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
13588         (Parameters): Rewrite.
13589         (xcoff-differences, Sun-differences): Minor changes.
13590
13591 Thu Apr 15 02:35:24 1993  John Gilmore  ([email protected])
13592
13593         * stabs.texinfo:  Minor cleanup.
13594
13595 Wed Apr 14 17:31:00 1993  Jim Kingdon  ([email protected])
13596
13597         * gdbint.texinfo: Minor xcoff stuff.
13598
13599 Wed Apr  7 14:11:07 1993  Fred Fish  ([email protected])
13600
13601         * gdbint.texinfo:  Update for new config directory structure.
13602         Add info about internal type data structures.
13603
13604 Mon Apr  5 09:06:30 1993  Ian Lance Taylor  ([email protected])
13605
13606         * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
13607         $(srcdir).
13608         (gdb-config.texi): Depend on file in $(srcdir).
13609
13610 Fri Apr  2 16:55:13 1993  Jim Kingdon  ([email protected])
13611
13612         * stabs.texinfo: Fixes about N_SO.
13613
13614 Mon Mar 29 15:03:25 1993  Fred Fish  ([email protected])
13615
13616         * gdbinit.texinfo:  Document renaming of tm-29k.h to tm-a29k.h.
13617
13618 Fri Mar 26 18:00:35 1993  Roland H. Pesch  ([email protected])
13619
13620         * gdb.texinfo: include list of nonstandard init file names
13621
13622         * *-config.texi: new switch GENERIC for text that applies *only*
13623         to (usual) multiple-target version of manual
13624
13625         * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
13626         h8 config
13627
13628         * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
13629         in menus (rather than conditionally selected multiple alternative
13630         menus).
13631
13632         * Makefile.in: define and use DOC_CONFIG var to select
13633         configuration for GDB user manual.
13634
13635         * gdb-config.texi: delete from repository, generate from Makefile.
13636
13637         * all-config.texi: normal `generic' configuration file, formerly
13638         stored as gdb-config.texi
13639
13640 Wed Mar 24 14:03:19 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
13641
13642         * Makefile.in: add dvi target to build all .dvi files
13643
13644 Tue Mar 23 16:03:24 1993  Roland H. Pesch  ([email protected])
13645
13646         * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
13647
13648 Tue Feb 23 11:46:11 1993  Mike Stump  ([email protected])
13649
13650         * stabs.texi: The `this' pointer is now known by the name
13651         `this' instead of `$t'.
13652
13653 Fri Mar 19 21:46:50 1993  John Gilmore  ([email protected])
13654
13655         * gdbint.texinfo:  Doc NO_MMALLOC and NO_MMALLOC_CHECK as
13656         host conditionals.
13657         * stabs.texinfo:  More array fixes inspired by Jim's.
13658
13659 Fri Mar 19 10:23:34 1993  Jim Kingdon  ([email protected])
13660
13661         * stabs.texinfo: Fixes re arrays and continuations.
13662
13663         * gdbint.texinfo: Add XCOFF node.
13664
13665 Mon Mar  8 15:52:18 1993  John Gilmore  ([email protected])
13666
13667         * gdb.texinfo:  Add `set print max-symbolic-offset' doc.
13668
13669 Sun Feb 21 17:09:38 1993  Per Bothner  ([email protected])
13670
13671         * stabs.texinfo:  Fix for array types to mention lower bounds.
13672
13673 Thu Feb 18 01:19:49 1993  John Gilmore  ([email protected])
13674
13675         * gdbint.texinfo:  Update PTRACE_ARG3_TYPE doc, pull PT_*.
13676
13677 Wed Feb 17 08:15:24 1993  John Gilmore  ([email protected])
13678
13679         * gdbint.texinfo:  Remove SET_STACK_LIMIT_HUGE from target defines.
13680
13681 Thu Feb 11 10:38:40 1993  John Gilmore  ([email protected])
13682
13683         * gdbint.texinfo:  Fix thinko (NM_FILE => NAT_FILE).  Found
13684         by Michael Ben-Gershon <[email protected]>.
13685
13686 Wed Feb 10 23:59:19 1993  John Gilmore  ([email protected])
13687
13688         * gdbint.texinfo:  Eliminate IBM6000_HOST, document IBM6000_TARGET.
13689
13690 Wed Feb 10 23:42:37 1993  John Gilmore  ([email protected])
13691
13692         * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13693
13694 Tue Feb  9 18:26:21 1993  Roland H. Pesch  ([email protected])
13695
13696         * gdb.texinfo, gdbinv-s.texi: misc updates
13697
13698 Sat Feb  6 10:25:47 1993  John Gilmore  ([email protected])
13699
13700         * gdbint.texinfo:  Brief documentation for longjmp support,
13701         from an email msg by Stu.
13702
13703 Fri Feb  5 14:10:15 1993  John Gilmore  ([email protected])
13704
13705         * stabs.texinfo:  Fix description of floating point "range"
13706         types (which really define basic types).  Reported by Jim Meehan,
13707         <[email protected]>.
13708
13709         * gdbint.texinfo:  Remove COFF_NO_LONG_FILE_NAMES define, now gone.
13710
13711 Thu Feb  4 13:56:46 1993  Ian Lance Taylor  ([email protected])
13712
13713         * gdbint.texinfo: Slightly expand section on supporting a new
13714         object file format.
13715
13716 Thu Feb  4 01:49:04 1993  John Gilmore  ([email protected])
13717
13718         * Makefile.in (refcard.ps, lrefcard.ps):  Remove psref.tex
13719         intermediate file.
13720
13721 Tue Feb  2 12:18:06 1993  Roland H. Pesch  ([email protected])
13722
13723         * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
13724
13725 Mon Feb  1 15:35:47 1993  Roland H. Pesch  ([email protected])
13726
13727         * gdbinv-s.texi: z8000 simulator target name is just "sim"
13728
13729         * gdbinv-s.texi:  Mention that Z8000 simulator can simulate Z8001
13730         as well as Z8002.
13731
13732 Thu Dec 17 00:44:57 1992  John Gilmore  ([email protected])
13733
13734         * gdbint.texinfo (Host Conditionals): Remove
13735         NAMES_HAVE_UNDERSCORE, SOME_NAMES_HAVE_DOT, document
13736         MEM_FNS_DECLARED.
13737         (Target Conditionals):  Remove all of the above.
13738
13739 Tue Dec 15 02:01:00 1992  John Gilmore  ([email protected])
13740
13741         * gdbint.texinfo: SWAP_HOST_AND_TARGET => SWAP_TARGET_AND_HOST.
13742         Noticed by Andy Jackson, <[email protected]>.
13743
13744 Sat Nov 28 06:51:35 1992  John Gilmore  ([email protected])
13745
13746         * gdbint.texinfo:  Add sections on clean design and on how to send
13747         in changes.
13748
13749 Mon Nov  9 23:57:02 1992  John Gilmore  ([email protected])
13750
13751         * gdbint.texinfo:  Add how to declare the result of make_cleanup.
13752
13753 Tue Oct 27 17:08:45 1992  K. Richard Pixley  ([email protected])
13754
13755         * gdbint.texinfo: nm.h now included in defs.h.
13756
13757 Mon Oct 26 11:09:47 1992  John Gilmore  ([email protected])
13758
13759         * gdb.texinfo:  Fix typo, reported by Karl Berry.
13760
13761 Fri Oct 23 00:41:21 1992  John Gilmore  ([email protected])
13762
13763         * gdb.texinfo:  Add opcodes dir to GDB distribution description.
13764
13765 Wed Oct 21 03:51:01 1992  John Gilmore  ([email protected])
13766
13767         * gdbint.texinfo:  Improve REGISTER_U_ADDR and USE_PROC_FS doc.
13768
13769 Tue Oct 20 23:27:56 1992  John Gilmore  ([email protected])
13770
13771         * gdbint.texinfo: Document obsolete STACK_END_ADDR.
13772         (all @node commands): Use new form to avoid nitpicking errors.
13773         * gdbint.texinfo: Document host/native/target split.
13774
13775 Tue Oct 20 21:32:18 1992  K. Richard Pixley  ([email protected])
13776
13777         * gdbint.texinfo: add PUSH_DUMMY_FRAME, POP_FRAME.
13778
13779 Fri Oct 16 03:34:01 1992  John Gilmore  ([email protected])
13780
13781         * gdbint.texinfo: Update GET_LONGJMP_TARGET, L_SET doc.
13782
13783 Sat Oct 10 18:04:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13784
13785         * gdbint.texinfo: fixed a stray email address (needs @@),
13786         added @table @code to node "Native Conditionals"
13787
13788 Thu Oct  8 16:27:45 1992  K. Richard Pixley  ([email protected])
13789
13790         * gdbint.texinfo: document a few more macros, create new section
13791         for native macros.
13792
13793 Thu Oct  1 01:57:56 1992  John Gilmore  ([email protected])
13794
13795         * gdb.texinfo: Document command hooks.
13796
13797 Tue Sep 22 00:34:15 1992  John Gilmore  ([email protected])
13798
13799         * gdbint.texinfo:  Describe coding style of GDB.
13800
13801 Mon Sep 21 19:32:16 1992  John Gilmore  ([email protected])
13802
13803         * stabs.texinfo:  Minor wording changes.
13804
13805 Tue Sep 15 02:57:09 1992  John Gilmore  ([email protected])
13806
13807         * gdbint.texinfo:  Improve release doc slightly.
13808
13809 Fri Sep 11 18:28:28 1992  Roland H. Pesch  ([email protected])
13810
13811         * gdb.texinfo, gdbinv-m.m4.in, gdbinv-s.m4.in: First pass at doc
13812         for two new remote targets---29K using UDI, and Tandem ST2000
13813         using STDBUG.
13814
13815         * all.m4, none.m4: new m4 switch, _ST2000__
13816
13817         * all.m4: turn on H8/300 stuff for generic manual
13818
13819         * gdbinv-s.m4.in: remove text on special procedures to continue
13820         after explicit call to breakpoint() in serial stubs.
13821
13822 Fri Sep 11 01:34:25 1992  John Gilmore  ([email protected])
13823
13824         * gdbint.texinfo:  Improve doc of GDB config macros.
13825
13826 Wed Sep  9 16:52:06 1992  John Gilmore  ([email protected])
13827
13828         * stabs.texinfo:  Remove Bothner's changes for C++ nested types.
13829         These will be reinserted when examined.
13830
13831 Fri Sep  4 18:53:57 1992  Roland H. Pesch  ([email protected])
13832
13833         * gdb.texinfo: fix shameful error of agreement reported by
13834         [email protected] (Jim Blandy)
13835         * gdb.texinfo: remove old partial discussion of remote serial
13836         protocol (via serial debug stubs)
13837         * gdbinv-m.m4.in, gdbinv-s.m4.in: new section discussing
13838         use of serial debug stubs
13839
13840 Mon Aug 24 01:17:55 1992  John Gilmore  ([email protected])
13841
13842         * gdbint.texinfo:  Make a start at documenting all the #if macros
13843         in GDB.  At least list them all, and start separating them into
13844         host-specific and target-specific.
13845
13846 Tue Aug 18 15:59:13 1992  Roland H. Pesch  ([email protected])
13847
13848         * gdbinv-s.m4.in: refrain from using @cartouche for just a few
13849         examples (not consistent w others).
13850         gdb.texinfo: issue disclaimer paragraph on cmdline options only
13851         for generic vn of doc
13852
13853 Tue Aug 18 14:53:27 1992  Ian Lance Taylor  ([email protected])
13854
13855         * Makefile.in: always create installation directories.
13856
13857 Tue Aug 18 14:11:50 1992  Roland H. Pesch  ([email protected])
13858
13859         * gdb.texinfo: in h8 config, do not describe searching commands.
13860
13861 Mon Aug 17 18:07:59 1992  Roland H. Pesch  ([email protected])
13862
13863         * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
13864           conditionals; introduce a few generic switches that may be
13865           useful for other cross-dev or dos-hosted configs.
13866
13867         * gdb.texinfo: fix typo in "info reg" description
13868
13869 Sun Aug 16 01:16:18 1992  John Gilmore  ([email protected])
13870
13871         * stabs.texinfo:  Minor updates from running TeX over it.
13872         * Makefile.in (stabs.dvi, stabs.ps):  Add.
13873
13874 Sat Aug 15 20:52:24 1992  Per Bothner  ([email protected])
13875
13876         * stabs.texinfo:  Stabs documentation, written by Julia Menapace.
13877         First pass at converting it to texinfo.
13878
13879 Sat Aug 15 03:14:59 1992  John Gilmore  ([email protected])
13880
13881         * gdb.texinfo, refcard.tex:  Document mult args on `info reg'.
13882         * Makefile.in (refcard.ps, lrefcard.ps):  Add missing $(srdir).
13883
13884 Fri Aug 14 21:08:47 1992  John Gilmore  ([email protected])
13885
13886         * gdbint.texinfo:  Add section on partial symbol tables.
13887
13888 Fri Jun 19 10:28:05 1992  John Gilmore  (gnu at cygnus.com)
13889
13890         * gdb.texinfo:  Document new am29k setting.
13891
13892 Sat Jun 20 16:31:10 1992  John Gilmore  (gnu at cygnus.com)
13893
13894         * gdb.texinfo:  document `set remotedebug' and `set
13895         rstack_high_address'.
13896
13897 Thu May 14 17:09:48 1992  Roland H. Pesch  ([email protected])
13898
13899         * gdb.texinfo: slight expansion of new text on reading info files
13900         * gdbinv-s.m4.in: correct and expand info on cross-debugging
13901         H8/300 from DOS.
13902
13903 Tue May 12 12:22:47 1992  John Gilmore  (gnu at cygnus.com)
13904
13905         * gdb.texinfo:  `info user' => `show user'.  Noticed by David Taylor.
13906
13907 Mon May 11 19:06:27 1992  John Gilmore  (gnu at cygnus.com)
13908
13909         * gdb.texinfo:  Say how to read the `info' files.
13910
13911 Tue May  5 12:11:38 1992  K. Richard Pixley  ([email protected])
13912
13913         * Makefile.in: gm4 -> m4.
13914
13915 Fri Apr 10 17:50:43 1992  John Gilmore  (gnu at rtl.cygnus.com)
13916
13917         * gdb.texinfo:  Update for GDB-4.5.  Move `Formatting
13918         Documentation' ahead of `Installing GDB' to match README.
13919         Update shared library doc, -readnow and -mapped, and directory
13920         structure (add glob and mmalloc).  Update configure doc.
13921
13922 Tue Mar 24 23:28:38 1992  K. Richard Pixley  ([email protected])
13923
13924         * Makefile.in: remove $(srcdir) from gdb.info rule.
13925
13926 Sat Mar  7 18:44:50 1992  K. Richard Pixley  ([email protected])
13927
13928         * Makefile.in: commented out gdb-all.texinfo rule.  This is
13929           temporary.
13930
13931 Wed Feb 26 18:04:40 1992  K. Richard Pixley  ([email protected])
13932
13933         * Makefile.in, configure.in: removed traces of namesubdir,
13934           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
13935           copyrights to '92, '13, changed some from Cygnus to FSF.
13936
13937 Fri Dec 13 09:47:31 1991  John Gilmore  (gnu at cygnus.com)
13938
13939         * gdb.texinfo:  Improve how we ask for bug reports.
13940
13941 Tue Dec 10 04:07:21 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
13942
13943         * Makefile.in: infodir belongs in datadir.
13944
13945 Fri Dec  6 23:57:34 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
13946
13947         * Makefile.in: remove spaces following hyphens, bsd make can't
13948           cope.  install using INSTALL_DATA.  added clean-info.  added
13949           standards.text support.
13950
13951 Thu Dec  5 22:46:12 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
13952
13953         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
13954           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
13955           and mandir now keyed off datadir by default.
13956
13957 \f
13958 Local Variables:
13959 mode: change-log
13960 left-margin: 8
13961 fill-column: 74
13962 version-control: never
13963 coding: utf-8
13964 End:
This page took 0.818153 seconds and 4 git commands to generate.